Remove the __revision__ variable. We will not switch back to Subversion. And move the __version__ variable just below the module docstring. (see PEP8) |
|
More...
|
about 15 years ago
|
Add the --version switch |
|
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 |
|
More...
|
about 15 years ago
|
Fix rST syntax. |
|
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. |
|
More...
|
about 15 years ago
|
Another E225 case, when unary operator follows a closing parenthesis. |
|
More...
|
over 15 years ago
|
Deal with deprecated backticks through W604. |
|
More...
|
over 15 years ago
|
Remove unused argument. |
|
More...
|
over 15 years ago
|
Fix E261 errors where they are not required. |
|
More...
|
over 15 years ago
|
Better fix for encoding errors with Python 3 (issue #13) |
|
More...
|
over 15 years ago
|
Added a test which is not UTF8. |
|
More...
|
over 15 years ago
|
Fix decoding of non-UTF8 files with Python 3 |
|
More...
|
over 15 years ago
|
Make the check W603 compliant with Python3. |
|
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. |
|
More...
|
over 15 years ago
|
Move `mute_string()` and `message()` within Helper functions. |
|
More...
|
over 15 years ago
|
Add checks E261 and E262 for spaces before inline comments. |
|
More...
|
over 15 years ago
|
syntax error in testcase |
|
More...
|
over 15 years ago
|
Add the alternative `-r` for `--repeat`. |
|
More...
|
over 15 years ago
|
Add --select option. |
|
More...
|
over 15 years ago
|
Fix a regression, due to last commit |
|
More...
|
over 15 years ago
|
Do not run tests when their result is silenced. |
|
More...
|
over 15 years ago
|
Build the lists of functions only once |
|
More...
|
over 15 years ago
|
No need to import types? |
|
More...
|
over 15 years ago
|
typo |
|
More...
|
over 15 years ago
|
Lambda functions are tricky: be more relaxed when checking E225. |
|
More...
|
over 15 years ago
|
W603 warns about the deprecated operator ``<>`` |
|
More...
|
over 15 years ago
|
E225 allows lambda function arguments with keyword defaults and print statement extended form. |
|
More...
|
over 15 years ago
|