summaryrefslogtreecommitdiff
path: root/pep8.py
Commit message (Expand)AuthorAgeFilesLines
* Release version 1.41.4Florent Xicluna2012-12-221-1/+1
* Load the configuration from tox.ini if present; issue #141Florent Xicluna2012-12-221-15/+16
* Load the configuration from setup.cfg if present; issue #93Florent Xicluna2012-12-221-4/+10
* Fix crash when the source file contains an invalid line ending; closes #119Florent Xicluna2012-12-221-1/+2
* Enable tests on Python 3.3Florent Xicluna2012-12-221-1/+1
* Fix regression when detecting W602 (due to e2bb226)Florent Xicluna2012-12-221-3/+4
* Move the developer's notes to the documentation.Florent Xicluna2012-12-221-47/+0
* Missing docstringsFlorent Xicluna2012-12-221-0/+4
* Remove useless \s escape for doctestsFlorent Xicluna2012-12-211-12/+7
* RefactorFlorent Xicluna2012-12-211-19/+14
* Update some docstringsFlorent Xicluna2012-12-201-7/+6
* Regroup optional E225 checks with new error code E226 which is ignored in the...Florent Xicluna2012-12-201-17/+25
* Merge pull request #136 from sigmavirus24/masterFlorent Xicluna2012-12-201-0/+5
|\
| * Some people reported E501 continued to appearIan Cordasco2012-12-011-0/+2
| * The original modification was insufficient.Ian Cordasco2012-11-141-2/+4
| * Refactor a bit.Ian Cordasco2012-11-081-3/+1
| * Allow users to skip a line.Ian Cordasco2012-11-081-1/+4
* | Add changelog entry for issue #96Florent Xicluna2012-12-191-1/+1
* | Merge pull request #123 to adapt E225 to the latest recommendations.Florent Xicluna2012-12-191-9/+33
|\ \
| * | Handle non-unary, whitespace optional operators correctly. #96Tim Leslie2012-08-201-5/+9
| * | Add optional surrounding whitespace to high precedence mathematical operators...Tim Leslie2012-08-201-9/+29
| |/
* | Back to development.Florent Xicluna2012-12-181-1/+1
* | Release version 1.3.41.3.4Florent Xicluna2012-12-181-1/+1
* | Update the copyrightFlorent Xicluna2012-12-181-1/+2
* | Merge pull request #128 from yole/input-from-stdinFlorent Xicluna2012-12-091-0/+3
|\ \
| * | accept '-' as input filename to read data for checking from standard inputDmitry Jemerov2012-10-021-0/+3
| |/
* | Fix E225 when operator is preceded by a comma; issue #135Florent Xicluna2012-12-091-1/+1
* | Fix false E126 with indented comments; issue #138Florent Xicluna2012-12-091-1/+2
* | Comply with the 79 chars ruleFlorent Xicluna2012-12-091-1/+2
* | Fix false report of E231 in some casesFlorent Xicluna2012-12-091-1/+1
* | Merge pull request #133 from smichr/e27Florent Xicluna2012-12-091-1/+1
|\ \
| * | E27 finds keyword at start of lineChris Smith2012-10-211-1/+1
| |/
* | Merge pull request #137 from gthb/fix-issue-127Florent Xicluna2012-12-091-2/+2
|\ \
| * | Fix --diff failing on one-line hunksGunnlaugur Þór Briem2012-11-081-2/+2
| |/
* | Merge pull request #142 from scullyx13/masterFlorent Xicluna2012-12-091-1/+3
|\ \
| * | Fix E231 for nested dictAnastasia Morozova2012-12-081-1/+3
| |/
* | Fix a silly error.Monty Taylor2012-07-261-5/+5
* | Add back ability to exclude just on dir parts.Monty Taylor2012-07-261-1/+5
* | Allow exclude patterns to match directory paths.Monty Taylor2012-07-261-3/+2
|/
* Fix false positive E401; issue #104.Florent Xicluna2012-07-141-1/+1
* Fix false positive for continuation line indentation when line contains comme...Florent Xicluna2012-07-031-1/+2
* Fix issue with bpython. Closes #101Florent Xicluna2012-07-031-1/+3
* Back to development.Florent Xicluna2012-07-031-2/+2
* Fix crash, and release 1.3.3; issue #98.1.3.3Florent Xicluna2012-06-271-1/+2
* Release version 1.3.2.1.3.2Florent Xicluna2012-06-261-1/+1
* Add E902 errors for IOErrors; issue #87.Florent Xicluna2012-06-261-4/+11
* Update README.Florent Xicluna2012-06-261-2/+2
* A little bit of rewording.Florent Xicluna2012-06-261-4/+3
* Merge pull request #90 from iElectric/masterFlorent Xicluna2012-06-261-1/+3
|\
| * Clarify .pep can be located in any parent folderDomen Kožar2012-06-231-1/+3