Fix E301: do not require a blank line before an indented block. (Issue #14) |
|
More...
|
over 14 years ago
|
Replace find with startswith/endswith. |
|
More...
|
over 14 years ago
|
Fix false E203 for NumPy slice notation. |
|
More...
|
over 14 years ago
|
.startswith()/.endswith() are faster than .find(). |
|
More...
|
over 14 years ago
|
Fix an indentation issue. |
|
More...
|
over 14 years ago
|
Pull the blank line case out into a separate warning (W293). |
|
More...
|
over 14 years ago
|
Alter the behaviour of W291 (trailing whitespace). |
|
More...
|
over 14 years ago
|
--ingore checkt even with --count |
|
More...
|
almost 15 years ago
|
Fix decoding and checking non-UTF8 files in Python 3. |
|
More...
|
almost 15 years ago
|
Fix E225: reject ``True+False`` when running on Python 3. |
|
More...
|
almost 15 years ago
|
Update CHANGES.txt. |
|
More...
|
almost 15 years ago
|
Fix an exception when the logical line starts with an operator. |
|
More...
|
almost 15 years ago
|
Merging Alec optimizations. |
|
More...
|
almost 15 years ago
|
Use sets module in Python 2.3. |
|
More...
|
almost 15 years ago
|
~30% performance improvement. |
|
More...
|
almost 15 years ago
|
Fix regression where E231 was triggered on the last comma if there's a newline before the closing ')', ']' or '}'. |
|
More...
|
almost 15 years ago
|
Allow a new line before closing ``)``, ``}`` or ``]``. (Issue #5) |
|
More...
|
almost 15 years ago
|
Now the DEFAULT_IGNORE global is a string, similar to the --ignore option. |
|
More...
|
almost 15 years ago
|
Back to development. |
|
More...
|
almost 15 years ago
|
Fixed typo, I think. |
|
More...
|
almost 15 years ago
|
Wrapped some lines with Emacs. |
|
More...
|
almost 15 years ago
|
Version number for new release. |
|
More...
|
almost 15 years ago
|
Simplified --count output (replaced comments with readable code). |
|
More...
|
almost 15 years ago
|
Changed the --count switch to set exitcode to 1, and print count to sys.stderr. (idea from AshCrow) |
|
More...
|
about 15 years ago
|
ReST formatting and typo. |
|
More...
|
about 15 years ago
|
Use a global variable for DEFAULT_IGNORE. |
|
More...
|
about 15 years ago
|
rST: anonymous hyperlink is a nice feature ;) |
|
More...
|
about 15 years ago
|
Remove E241 and E242 from the default checks. |
|
More...
|
about 15 years ago
|
Add footnote reference linking to the previous issue tracker. |
|
More...
|
about 15 years ago
|
More relaxed about E301 for nested function definition and before first method of a class. |
|
More...
|
about 15 years ago
|