Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Update documentation to match function. | Ian Lee | 2014-12-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #353 from jcrocholl/issue319 | Ian Lee | 2014-12-18 | 4 | -8/+22 | |
|\ \ \ | | | | | | | | | Merged. Going to close the alternate PR, #333. | |||||
| * | | | Do not skip physical checks if the newline is escaped; issue #319issue319 | Florent Xicluna | 2014-12-18 | 4 | -8/+22 | |
|/ / / | ||||||
* | | | Merge pull request #354 from jcrocholl/feature292 | Ian Lee | 2014-12-18 | 3 | -7/+9 | |
|\ \ \ | |/ / |/| | | Looks good! | |||||
| * | | Do not enforce whitespaces around ** operator; issue #292feature292 | Florent Xicluna | 2014-12-16 | 3 | -7/+9 | |
| | | | ||||||
* | | | Merge branch fixing issues #330 and #336 | Florent Xicluna | 2014-12-17 | 3 | -11/+24 | |
|\ \ \ | ||||||
| * | | | Fix false positive E713; issue #330issue336 | Florent Xicluna | 2014-12-16 | 3 | -2/+12 | |
| | | | | ||||||
| * | | | Fix false positive E711/E712; issue #336 | Florent Xicluna | 2014-12-16 | 3 | -10/+13 | |
| |/ / | ||||||
* | | | Merge pull request #356 from jcrocholl/test-pypy3 | Ian Lee | 2014-12-16 | 1 | -0/+2 | |
|\ \ \ | | | | | | | | | Add tests on PyPy 3 for Travis-CI | |||||
| * | | | Add tests on PyPy 3 for Travis-CItest-pypy3 | Florent Xicluna | 2014-12-17 | 1 | -0/+2 | |
|/ / / | ||||||
* | | | Add changelog entry for #323 | Florent Xicluna | 2014-12-17 | 1 | -0/+3 | |
| | | | ||||||
* | | | Merge branch 'issue-323' | Florent Xicluna | 2014-12-17 | 2 | -1/+6 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | This appears to fix #323 | Ian Cordasco | 2014-12-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | I am very skeptical of this though | |||||
| * | | Add failing test for #323 | Ian Cordasco | 2014-12-17 | 1 | -0/+5 | |
|/ / | ||||||
* | | Update changelog for issue #297 | Ian Lee | 2014-12-16 | 1 | -0/+2 | |
| | | ||||||
* | | Catch import errors thrown by os.path.expanduser(); issue #297 | Ian Lee | 2014-12-16 | 1 | -5/+9 | |
| | | | | | | | | * This can happen particularly with AppEngine when importing pwd | |||||
* | | Add toplevel build dir to git ignore file | Ian Lee | 2014-12-16 | 1 | -0/+1 | |
| | | ||||||
* | | Fix definition of isidentifier in Python 2 | Florent Xicluna | 2014-12-16 | 1 | -1/+1 | |
| | | ||||||
* | | Fix too long line introducing E501 error | Ian Lee | 2014-12-15 | 1 | -1/+2 | |
| | | ||||||
* | | Replace the IDENTIFIER_REGEX with the isidentifier function | Florent Xicluna | 2014-12-16 | 2 | -8/+8 | |
| | | ||||||
* | | Merge pull request #312 from sigmavirus24/bug/311 | Florent Xicluna | 2014-12-16 | 2 | -1/+15 | |
|\ \ | | | | | | | Fix #311. Add regex to check for field assignment | |||||
| * | | Update fix for E731 | Ian Cordasco | 2014-08-08 | 2 | -2/+10 | |
| | | | | | | | | | | | | Thanks to @mypalmike for thinking of the extra cases | |||||
| * | | Fix #311. Add regex to check for field assignment | Ian Cordasco | 2014-08-07 | 2 | -1/+7 | |
| |/ | ||||||
* | | TestCase.assertEqual is the recommended spelling | Florent Xicluna | 2014-12-15 | 1 | -11/+11 | |
| | | ||||||
* | | Review changelog | Florent Xicluna | 2014-12-15 | 1 | -4/+6 | |
| | | ||||||
* | | Remove noise from testsuite/E12not.py | Florent Xicluna | 2014-12-15 | 1 | -2/+0 | |
| | | ||||||
* | | Merge branch 'issue304' | Ian Lee | 2014-12-14 | 5 | -1/+67 | |
|\ \ | ||||||
| * | | Rename check to signify that it applies to module level imports only; issue #304 | Ian Lee | 2014-12-14 | 1 | -1/+2 | |
| | | | ||||||
| * | | Add error code E402 to docs; issue #304 | Ian Lee | 2014-12-14 | 1 | -0/+2 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'yole/import-on-top-of-file' into issue304 | Ian Lee | 2014-12-14 | 4 | -1/+64 | |
| |\ \ |/ / / | ||||||
| * | | Report E402 for imports not on top of file; issue #264. Also add ability to ↵ | Dmitry Jemerov | 2014-07-24 | 4 | -1/+64 | |
| |/ | | | | | | | keep local state for each checker plugin. #ep14boat | |||||
* | | Add changelog for #335 | Ian Lee | 2014-12-13 | 1 | -0/+2 | |
| | | ||||||
* | | Merge pull request #340 from bdkearns/master | Ian Lee | 2014-12-13 | 2 | -2/+4 | |
|\ \ | | | | | | | Merged, thanks! | |||||
| * | | add .tox to DEFAULT_EXCLUDE | Brian Kearns | 2014-10-23 | 2 | -2/+4 | |
| |/ | ||||||
* | | Merge pull request #347 from helenst/e711-reverse-comparison | Ian Lee | 2014-12-13 | 2 | -4/+29 | |
|\ \ | | | | | | | Looks good, thanks! | |||||
| * | | Fixed operator check for E711/E712 (Ref #307) | Helen ST | 2014-12-11 | 1 | -1/+1 | |
| | | | ||||||
| * | | E711 / E712 checks test for None != arg and False == arg | Helen ST | 2014-12-11 | 2 | -4/+29 | |
| |/ | | | | | | | (Fixes #307) | |||||
* | | Merge branch 'issue306' | Ian Lee | 2014-12-13 | 3 | -0/+44 | |
|\ \ | ||||||
| * | | Remove stdout check that fails under pypy. | Ian Lee | 2014-12-13 | 1 | -8/+1 | |
| | | | | | | | | | | | | | | | This second E901 error actually only shows up in the test framework and does not happen if you run the code within the Python interpreter. | |||||
| * | | Don't crash if build_tokens_line() returns None; issue #306 | Ian Lee | 2014-12-13 | 3 | -0/+51 | |
| | | | ||||||
* | | | Email notificates when Travis runs | Ian Lee | 2014-12-13 | 1 | -0/+4 | |
|/ / | ||||||
* | | Dont need to make a sphinx table header explicitly bold | Ian Lee | 2014-12-13 | 1 | -2/+2 | |
| | | ||||||
* | | Add documentation for ``--format`` (#198 / #310) | Ian Lee | 2014-12-13 | 1 | -0/+2 | |
| | | ||||||
* | | Merge pull request #310 from ilam/featuredoc | Ian Lee | 2014-12-13 | 1 | -0/+27 | |
|\ \ | | | | | | | Looks good, thanks @ilam | |||||
| * | | Fixed the formatting in the table | Ilambharathi Kanniah | 2014-07-31 | 1 | -1/+1 | |
| | | | ||||||
| * | | Added variables table for clarity | Ilambharathi Kanniah | 2014-07-31 | 1 | -0/+16 | |
| | | | ||||||
| * | | Corrected some formatting | Ilambharathi Kanniah | 2014-07-31 | 1 | -2/+3 | |
| | | | ||||||
| * | | #198 --feature doc updated. | Ilambharathi Kanniah | 2014-07-31 | 1 | -0/+10 | |
| |/ | ||||||
* | | Merge branch 'willkg:normalize_path_fix' | Ian Lee | 2014-12-13 | 4 | -2/+31 | |
|\ \ | | | | | | | | | | Pull request #343, Issues #339 / #343 | |||||
| * | | Update changelog for issue #339 / #343 | Ian Lee | 2014-12-13 | 1 | -0/+4 | |
| | | |