summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add test case per @myint which regressed in the issue-366 branch. #366issue-366-regressionIan Lee2015-01-251-0/+13
* Update changelog based on #366Ian Lee2015-01-121-0/+2
* Merge pull request #367 from jcrocholl/issue-366Ian Lee2015-01-114-3/+31
|\
| * Update changelog for issue #366issue-366Ian Lee2015-01-071-0/+3
| * Fix issue #366Ian Lee2015-01-072-3/+12
| * Added failing tests for issue #366Ian Lee2015-01-071-0/+16
|/
* Update docs for configurationIan Lee2014-12-291-3/+3
* Merge branch 'issue-315'Ian Lee2014-12-291-2/+11
|\
| * Update documentation to match config file location change in last commit.Simon Kennedy2014-12-291-2/+11
|/
* Merge pull request #361 from jcrocholl/issue-357Ian Lee2014-12-293-1/+18
|\
| * Only an annotated function if in the first layer of parensIan Lee2014-12-291-2/+2
| * Update tests for issue #357Ian Lee2014-12-292-1/+8
| * Allow spaces around equals sign of an annotated function definition parameter...Ian Lee2014-12-292-1/+11
|/
* 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
|\ \