summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated default html_theme per Sphinx updatesupdate_sphinxIan Lee2015-09-081-1/+1
* Merge pull request #436 from sigmavirus24/pr/409Ian Cordasco2015-09-071-2/+2
|\
| * Use report instead of analyze in the help textIan Cordasco2015-09-071-1/+1
| * Reworded --diff flag help string to improve clarity (which created misunderst...nixscripter2015-09-071-2/+2
|/
* Merge pull request #419 from sigmavirus24/update-docsIan Cordasco2015-09-075-8/+8
|\
| * Update all documentation and links to use PyCQAIan Cordasco2015-09-075-8/+8
|/
* Merge pull request #429 from doismellburning/feature/file-parsing-flexibilityIan Cordasco2015-09-073-4/+82
|\
| * Improved parsing of multiline option values (including trailing commas)Kristian Glass2015-08-221-3/+19
| * Test behaviour regarding multi-line ignore parsing in config_fileKristian Glass2015-08-222-1/+63
|/
* Merge pull request #420 from myint/masterIan Lee2015-07-153-3/+14
|\
| * Generalize deprecation avoidanceSteven Myint2015-07-141-7/+9
| * Test on Python 3.5Steven Myint2015-07-141-0/+1
| * Support older Python 3Steven Myint2015-07-141-1/+1
| * Support Python 3.5Steven Myint2015-07-142-2/+10
* | Merge pull request #421 from sigmavirus24/travis-updatesIan Lee2015-07-141-4/+1
|\ \ | |/ |/|
| * Remove pypy* from allowed failuresIan Cordasco2015-07-141-4/+1
|/
* Merge pull request #417 from myint/patch-1Ian Cordasco2015-07-111-3/+3
|\
| * Point to new GitHub URLSteven Myint2015-07-111-3/+3
|/
* Merge pull request #415 from sigmavirus24/patch-1Ian Lee2015-07-051-0/+5
|\
| * Add W503 to the error code table in the docsIan Cordasco2015-07-041-0/+5
|/
* Reverted fix for #368 which had unintended repurcussions in flake8 and other ...Ian Lee2015-03-172-14/+20
* Updated licensing dates to 2015Ian Lee2015-03-133-2/+3
* Bump version post releaseIan Lee2015-03-132-1/+4
* Release version 1.6.21.6.2Ian Lee2015-02-152-2/+2
* Update changelog for #380Ian Lee2015-02-151-0/+4
* Fixed tests from previous commitIan Lee2015-02-151-1/+1
* Fixed regression which caused pep8 to not be able to pass in config file; iss...Ian Lee2015-02-151-4/+11
* Bump version numberIan Lee2015-02-141-1/+1
* Update changelogIan Lee2015-02-081-0/+9
* Merge pull request #305 from yole/break-around-binary-operatorIan Lee2015-02-082-7/+47
|\
| * Fix violations of new rule in pep8.py. #ep14boatDmitry Jemerov2014-07-241-8/+9
| * Report W503 for line breaks before binary operators; issue #197. #ep14boatDmitry Jemerov2014-07-242-3/+42
* | Release version 1.6.11.6.1Ian Lee2015-02-082-2/+2
* | Updated changelogIan Lee2015-02-071-0/+4
* | Fixed #287 -- 'variable is referenced before assignment' errorIan Lee2015-02-071-0/+2
* | Merge pull request #313 from hongqn/e721-noqaIan Lee2015-02-072-3/+3
|\ \
| * | allow use # noqa to disable E721 warningQiangning Hong2014-08-082-3/+3
| |/
* | Fix undefined variable issue; #377Ian Lee2015-02-072-1/+5
* | Start work on next versionIan Lee2015-02-062-1/+5
* | Release version 1.61.6Ian Lee2015-02-062-3/+3
* | Update changelog; issue #368 / #369issue-368Ian Lee2015-02-051-0/+3
* | Update configuration documentation; issue #368 / #369Ian Lee2015-02-051-1/+9
* | Update the ordering of configs parsed; issue #368 / #369Ian Lee2015-02-051-19/+21
* | #368 don't search the direcotry tree if config was defined with --configJason Killen2015-02-011-9/+10
* | Merge branch 'issue-363' into masterIan Lee2015-01-263-0/+14
|\ \
| * | 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
* | | Allow backslash to end a line if within inline comment; issue #374Ian Lee2015-01-262-1/+7