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
Remove the __revision__ variable. We will not switch back to Subversion. And move the __version__ variable just below the module docstring. (see PEP8)
Florent Xicluna
as florentx
More... about 15 years ago
Add the --version switch
Florent Xicluna
as florentx
More... about 15 years ago
The todo list was obsolete: * "script to verify testcases pass." -> see ./Makefile * "testcase for ignoring '#' before function" -> see ./testsuite/E302not.py
Florent Xicluna
as florentx
More... about 15 years ago
Fix rST syntax.
Florent Xicluna
as florentx
More... about 15 years ago
Merge remote branch 'cburroughs/master' More... about 15 years ago
Added blank line to avoid merge conflict. More... about 15 years ago
And all is righted. More... about 15 years ago
Adjustment in README about the -r switch.
Florent Xicluna
as florentx
More... about 15 years ago
Another E225 case, when unary operator follows a closing parenthesis.
Florent Xicluna
as florentx
More... over 15 years ago
Deal with deprecated backticks through W604.
Florent Xicluna
as florentx
More... over 15 years ago
Remove unused argument.
Florent Xicluna
as florentx
More... over 15 years ago
Fix E261 errors where they are not required.
Florent Xicluna
as florentx
More... over 15 years ago
Better fix for encoding errors with Python 3 (issue #13)
Florent Xicluna
as florentx
More... over 15 years ago
Added a test which is not UTF8.
Florent Xicluna
as florentx
More... over 15 years ago
Fix decoding of non-UTF8 files with Python 3
Florent Xicluna
as florentx
More... over 15 years ago
Make the check W603 compliant with Python3.
Florent Xicluna
as florentx
More... over 15 years ago
Revert change about print extended statement. The test do not pass with Python3. The example syntax in PEP 214 show space on both side of the '>>' operator.
Florent Xicluna
as florentx
More... over 15 years ago
Move `mute_string()` and `message()` within Helper functions.
Florent Xicluna
as florentx
More... over 15 years ago
Add checks E261 and E262 for spaces before inline comments.
Florent Xicluna
as florentx
More... over 15 years ago
syntax error in testcase
Florent Xicluna
as florentx
More... over 15 years ago
Add the alternative `-r` for `--repeat`.
Florent Xicluna
as florentx
More... over 15 years ago
Add --select option.
Florent Xicluna
as florentx
More... over 15 years ago
Fix a regression, due to last commit
Florent Xicluna
as florentx
More... over 15 years ago
Do not run tests when their result is silenced.
Florent Xicluna
as florentx
More... over 15 years ago
Build the lists of functions only once
Florent Xicluna
as florentx
More... over 15 years ago
No need to import types?
Florent Xicluna
as florentx
More... over 15 years ago
typo
Florent Xicluna
as florentx
More... over 15 years ago
Lambda functions are tricky: be more relaxed when checking E225.
Florent Xicluna
as florentx
More... over 15 years ago
W603 warns about the deprecated operator ``<>``
Florent Xicluna
as florentx
More... over 15 years ago
E225 allows lambda function arguments with keyword defaults and print statement extended form.
Florent Xicluna
as florentx
More... over 15 years ago