summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.7.11.7.1release/1.7.xIan Stapleton Cordasco2017-10-222-1/+8
* Add links to old and new package namesJonathan Densil2016-12-271-1/+2
* Updated the doc index with not about new nameIan Lee2016-10-291-0/+10
* Removed pycodestyle entry pointIan Lee2016-05-312-18/+14
* Updated version number to 1.7.1.dev0Ian Lee2016-05-311-1/+1
* Added pycodestyle entrypointIan Lee2016-05-312-1/+19
* Backported maintainer update in setup.pyIan Lee2016-05-311-0/+2
* Merge pull request #470 from PyCQA/release/v1.71.7.0Ian Lee2016-01-122-2/+14
|\
| * Changed to make new release 1.7 rather than 1.6.3Ian Lee2016-01-122-2/+2
| * Added missing changelog entries.Ian Lee2016-01-121-1/+3
| * Bumped version in preparation of releaserelease/v1.6.3Ian Lee2016-01-111-1/+1
| * Updated changelog, leaving date as unreleased for the momentIan Lee2016-01-111-1/+11
|/
* Updated copyrights to 2016Ian Lee2016-01-023-3/+3
* Merge pull request #460 from doismellburning/feature/contrib-high-levelIan Lee2015-11-082-0/+19
|\
| * CONTRIBUTING docsKristian Glass2015-11-081-0/+4
| * Document standalone + py26 aimsKristian Glass2015-11-081-0/+2
| * flake8 for plugins etc., not pep8Kristian Glass2015-11-081-0/+3
| * Added recommendation against ast usage in pep8Kristian Glass2015-11-081-1/+3
| * Because documenting direction / scope decisions can be usefulKristian Glass2015-11-081-0/+8
* | Merge pull request #459 from haypo/bytes_warnIan Cordasco2015-11-051-1/+1
|\ \
| * | fix BytesWarning on Python 3Victor Stinner2015-11-051-1/+1
|/ /
* | Merge pull request #456 from jaccarmac/argspec-equivalenceIan Lee2015-11-041-1/+4
|\ \
| * | Correct _get_parameters.Jacob MacDonald2015-10-291-1/+4
|/ /
* | Merge pull request #453 from PyCQA/issue-452Ian Cordasco2015-10-251-4/+0
|\ \
| * | Fixed #452 - Mention `ignore` in Error codes and not Configurationissue-452Ian Lee2015-10-251-4/+0
|/ /
* | Merge pull request #442 from tonkoandrew/masterIan Lee2015-10-082-1/+19
|\ \
| * | Fix regression in catching E711 (issue #435), add testsAndrew Tonko2015-10-072-1/+19
|/ /
* | Merge pull request #440 from sigmavirus24/py35Ian Cordasco2015-09-171-0/+6
|\ \
| * | Add python 3.5 supportIan Cordasco2015-09-171-0/+6
| |/
* | Fixed #437 -- Use https instead of http for linkIan Lee2015-09-101-1/+1
* | Moved splitting into _parse_multi_options functionIan Lee2015-09-101-5/+5
* | Added minor visual whitespace improvementIan Lee2015-09-101-0/+5
* | Fixed issue with mixed theme on RTDIan Lee2015-09-091-1/+5
* | Fixed table formatting typoIan Lee2015-09-091-190/+190
* | Escape inline asteriskIan Lee2015-09-081-2/+2
* | 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
|\ \ | |/ |/|