summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update changelog for issue #363issue-363Ian Lee2015-01-121-0/+3
* Add flush method to test support PseudoFile object; issue #363Ian Lee2015-01-121-0/+3
* Reduce calls to sys.stdout.flush() from 3 to 1; issue #363Ian Lee2015-01-121-9/+8
* sys.stdout.flush() to avoid broken line.INADA Naoki2014-12-271-0/+9
* Merge pull request #360 from jcrocholl/issue-316Ian Lee2014-12-224-11/+16
|\
| * Add entry to changelog.issue-316Ian Lee2014-12-181-0/+2
| * Update documentation to reflect changes to default; issues #356 #316Ian Lee2014-12-181-9/+9
| * Update DEFAULT_IGNORE to add E121 & E126 per discussion in issues #256 #316Ian Lee2014-12-172-2/+5
* | Specify the default ignore list in the help options.Ian Lee2014-12-221-1/+2
* | Merge branch 'issue-304'Ian Lee2014-12-202-7/+35
|\ \
| * | Add more test cases for E402; issue #304Ian Lee2014-12-201-0/+25
| * | Update E402 error message emittedIan Lee2014-12-201-1/+1
| * | Allow try/except/else/finally keywords intermixed with imports. #304Ian Lee2014-12-201-6/+9
* | | Dont include html_static_path, suppresses warning when building docs.Ian Lee2014-12-201-1/+1
|/ /
* | Update documentation to match function.Ian Lee2014-12-181-1/+1
* | Merge pull request #353 from jcrocholl/issue319Ian Lee2014-12-184-8/+22
|\ \
| * | Do not skip physical checks if the newline is escaped; issue #319issue319Florent Xicluna2014-12-184-8/+22
|/ /
* | Merge pull request #354 from jcrocholl/feature292Ian Lee2014-12-183-7/+9
|\ \ | |/ |/|
| * Do not enforce whitespaces around ** operator; issue #292feature292Florent Xicluna2014-12-163-7/+9
* | Merge branch fixing issues #330 and #336Florent Xicluna2014-12-173-11/+24
|\ \
| * | Fix false positive E713; issue #330issue336Florent Xicluna2014-12-163-2/+12
| * | Fix false positive E711/E712; issue #336Florent Xicluna2014-12-163-10/+13
| |/
* | Merge pull request #356 from jcrocholl/test-pypy3Ian Lee2014-12-161-0/+2
|\ \
| * | Add tests on PyPy 3 for Travis-CItest-pypy3Florent Xicluna2014-12-171-0/+2
|/ /
* | Add changelog entry for #323Florent Xicluna2014-12-171-0/+3
* | Merge branch 'issue-323'Florent Xicluna2014-12-172-1/+6
|\ \ | |/ |/|
| * This appears to fix #323Ian Cordasco2014-12-171-1/+1
| * Add failing test for #323Ian Cordasco2014-12-171-0/+5
|/
* Update changelog for issue #297Ian Lee2014-12-161-0/+2
* Catch import errors thrown by os.path.expanduser(); issue #297Ian Lee2014-12-161-5/+9
* Add toplevel build dir to git ignore fileIan Lee2014-12-161-0/+1
* Fix definition of isidentifier in Python 2Florent Xicluna2014-12-161-1/+1
* Fix too long line introducing E501 errorIan Lee2014-12-151-1/+2
* Replace the IDENTIFIER_REGEX with the isidentifier functionFlorent Xicluna2014-12-162-8/+8
* Merge pull request #312 from sigmavirus24/bug/311Florent Xicluna2014-12-162-1/+15
|\
| * Update fix for E731Ian Cordasco2014-08-082-2/+10
| * Fix #311. Add regex to check for field assignmentIan Cordasco2014-08-072-1/+7
* | TestCase.assertEqual is the recommended spellingFlorent Xicluna2014-12-151-11/+11
* | Review changelogFlorent Xicluna2014-12-151-4/+6
* | Remove noise from testsuite/E12not.pyFlorent Xicluna2014-12-151-2/+0
* | Merge branch 'issue304'Ian Lee2014-12-145-1/+67
|\ \
| * | Rename check to signify that it applies to module level imports only; issue #304Ian Lee2014-12-141-1/+2
| * | Add error code E402 to docs; issue #304Ian Lee2014-12-141-0/+2
| * | Merge remote-tracking branch 'yole/import-on-top-of-file' into issue304Ian Lee2014-12-144-1/+64
| |\ \ |/ / /
| * | Report E402 for imports not on top of file; issue #264. Also add ability to k...Dmitry Jemerov2014-07-244-1/+64
| |/
* | Add changelog for #335Ian Lee2014-12-131-0/+2
* | Merge pull request #340 from bdkearns/masterIan Lee2014-12-132-2/+4
|\ \
| * | add .tox to DEFAULT_EXCLUDEBrian Kearns2014-10-232-2/+4
| |/
* | Merge pull request #347 from helenst/e711-reverse-comparisonIan Lee2014-12-132-4/+29
|\ \
| * | Fixed operator check for E711/E712 (Ref #307)Helen ST2014-12-111-1/+1