8
I Use This!
Low Activity

Commits : Listings

Analyzed 15 days ago. based on code collected 15 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix E301: do not require a blank line before an indented block. (Issue #14)
Florent Xicluna
as florentx
More... over 14 years ago
Replace find with startswith/endswith.
Florent Xicluna
as florentx
More... over 14 years ago
Fix false E203 for NumPy slice notation.
Florent Xicluna
as florentx
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.
Florent Xicluna
as florentx
More... almost 15 years ago
Fix E225: reject ``True+False`` when running on Python 3.
Florent Xicluna
as florentx
More... almost 15 years ago
Update CHANGES.txt.
Florent Xicluna
as florentx
More... almost 15 years ago
Fix an exception when the logical line starts with an operator.
Florent Xicluna
as florentx
More... almost 15 years ago
Merging Alec optimizations.
Florent Xicluna
as florentx
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 '}'.
Florent Xicluna
as florentx
More... almost 15 years ago
Allow a new line before closing ``)``, ``}`` or ``]``. (Issue #5)
Florent Xicluna
as florentx
More... almost 15 years ago
Now the DEFAULT_IGNORE global is a string, similar to the --ignore option.
Florent Xicluna
as florentx
More... almost 15 years ago
Back to development.
Florent Xicluna
as florentx
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)
Florent Xicluna
as florentx
More... about 15 years ago
ReST formatting and typo.
Florent Xicluna
as florentx
More... about 15 years ago
Use a global variable for DEFAULT_IGNORE.
Florent Xicluna
as florentx
More... about 15 years ago
rST: anonymous hyperlink is a nice feature ;)
Florent Xicluna
as florentx
More... about 15 years ago
Remove E241 and E242 from the default checks.
Florent Xicluna
as florentx
More... about 15 years ago
Add footnote reference linking to the previous issue tracker.
Florent Xicluna
as florentx
More... about 15 years ago
More relaxed about E301 for nested function definition and before first method of a class.
Florent Xicluna
as florentx
More... about 15 years ago