summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add the --version switchflorentx2009-11-203-2/+5
* The todo list was obsolete:florentx2009-11-171-3/+1
* Fix rST syntax.florentx2009-11-171-2/+2
* Merge remote branch 'cburroughs/master'Johann C. Rocholl2009-11-162-11/+9
|\
| * And all is righted.cburroughs2009-11-152-11/+9
* | Added blank line to avoid merge conflict.Johann C. Rocholl2009-11-161-0/+1
* | Adjustment in README about the -r switch.florentx2009-11-141-2/+1
* | Another E225 case, when unary operator follows a closing parenthesis.florentx2009-10-292-3/+3
* | Deal with deprecated backticks through W604.florentx2009-10-293-3/+17
* | Remove unused argument.florentx2009-10-291-1/+1
* | Fix E261 errors where they are not required.florentx2009-10-284-6/+6
* | Better fix for encoding errors with Python 3 (issue #13)florentx2009-10-282-23/+6
* | Added a test which is not UTF8.florentx2009-10-281-0/+4
* | Fix decoding of non-UTF8 files with Python 3florentx2009-10-282-2/+25
* | Make the check W603 compliant with Python3.florentx2009-10-281-3/+3
* | Revert change about print extended statement. The test do not pass with Python3.florentx2009-10-283-6/+4
* | Move `mute_string()` and `message()` within Helper functions.florentx2009-10-251-32/+31
* | Add checks E261 and E262 for spaces before inline comments.florentx2009-10-255-24/+60
* | syntax error in testcaseflorentx2009-10-251-1/+1
* | Add the alternative `-r` for `--repeat`.florentx2009-10-251-2/+2
* | Add --select option.florentx2009-10-243-0/+17
* | Fix a regression, due to last commitflorentx2009-10-241-0/+1
* | Do not run tests when their result is silenced.florentx2009-10-241-5/+11
* | Build the lists of functions only onceflorentx2009-10-241-5/+5
* | No need to import types?florentx2009-10-241-2/+1
* | typoflorentx2009-10-241-1/+1
* | Lambda functions are tricky: be more relaxed when checking E225.florentx2009-10-242-2/+2
* | W603 warns about the deprecated operator ``<>``florentx2009-10-243-0/+15
* | E225 allows lambda function arguments with keyword defaults and print stateme...florentx2009-10-243-11/+17
* | E303: Reserve "2 blank lines" for module-level logical blocks.florentx2009-10-245-8/+41
* | Update the testsuite for E225 (Issue #9) and E301, E302 (Issue #10)florentx2009-10-235-0/+28
* | Rewrite E225 for performance, and for unary operators (Issue #9)florentx2009-10-232-35/+45
* | Align the __version__ in the module with setup.pyflorentx2009-10-231-1/+1
* | Review the fix for decorators: E301, E302florentx2009-10-231-7/+6
* | Allow multi-line comments for E302 (issue #10)florentx2009-10-231-1/+4
* | Now this one should be fixedflorentx2009-10-231-2/+0
|/
* Back to development: 0.5reinout2009-11-122-1/+7
* Preparing release 0.4.2reinout2009-11-122-3/+3
* preparing changelog for 0.4.2 releasereinout2009-11-121-6/+0
* reST fixesreinout2009-11-121-4/+4
* Back to development: 0.5reinout2009-11-122-1/+7
* Preparing release 0.4.1reinout2009-11-122-3/+3
* Ignoring pep8.egg-info dir that is generated every time a release is madereinout2009-11-121-0/+1
* Typos.Adam Vandenberg2009-11-121-2/+2
* Keeping changelog up to date as changes are made this time.cburroughs2009-11-121-1/+1
* Fix that allows decorators on classes and class methods (including test)reinout2009-11-122-0/+7
* Back to developmentreinout2009-11-122-1/+7
* preparing 0.4reinout2009-11-122-2/+2
* README.txt was renamed to README.rst, reflect this in setup.py and MANIFEST.inreinout2009-11-122-2/+3
* Merging README with reality.cburroughs2009-11-121-7/+22