summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use the open() context manager, supported since Python 2.5Florent Xicluna2014-03-281-13/+9
* Minor changesFlorent Xicluna2014-03-281-3/+1
* Back to development; review some docstrings in relation with PEP 257.Florent Xicluna2014-03-283-144/+90
* Release version 1.5.11.5.1Florent Xicluna2014-03-272-2/+4
* Fix a crash with E125 on multi-line strings; closes #263Florent Xicluna2014-03-273-1/+12
* Release version 1.51.5Florent Xicluna2014-03-262-2/+2
* Remove an extra comma in the testFlorent Xicluna2014-03-261-1/+1
* Ack PyPy SyntaxErrorFlorent Xicluna2014-03-261-2/+9
* Add a message for test_check_nullbytesFlorent Xicluna2014-03-261-1/+2
* Review messages for E713 and E714Florent Xicluna2014-03-262-7/+5
* Report E131 instead of E121 / E126 for unaligned hanging indentFlorent Xicluna2014-03-254-9/+26
* Merge. Allow long lines in docstrings and comments.Florent Xicluna2014-03-258-22/+148
|\
| * Allow long lines in comments too, with similar rules; related to issue #224Florent Xicluna2014-03-234-9/+56
| * Merge branch 'master' of https://github.com/gward/pep8 into gward-masterFlorent Xicluna2014-03-235-14/+98
| |\
| | * Add one more test case for issue #224 (based on code review)Greg Ward2013-11-171-0/+3
| | * Make maybe_check_physical() easier to understand (based on code review)Greg Ward2013-11-171-8/+21
| | * Optionally disable physical line checks inside multiline strings (issue #242)Greg Ward2013-11-082-0/+16
| | * Allow long lines in multiline strings if they cannot be wrapped (issue #224).Greg Ward2013-11-082-1/+20
| | * Fix an incorrect "W391 blank line at EOF"Greg Ward2013-11-082-6/+12
| | * Check physical lines after tokenizing them.Greg Ward2013-11-081-15/+23
| | * Add some test cases for multiline strings.Greg Ward2013-11-083-0/+19
* | | Separate Changes and Bug fixes in the changelogFlorent Xicluna2014-03-252-3/+11
* | | Clarify E121 and E126 for hanging indents, and reports all over-indented cont...Florent Xicluna2014-03-254-9/+16
* | | Merge, add E265 for space before block comment; issue #190Florent Xicluna2014-03-257-19/+69
|\ \ \
| * | | More tests for E265 with the shebangFlorent Xicluna2013-05-021-0/+6
| * | | Fix tests on Python 2.5Florent Xicluna2013-05-021-0/+2
| * | | Add tests for E265Florent Xicluna2013-05-011-1/+18
| * | | Add E265 for space before block comment; issue #190Florent Xicluna2013-05-016-18/+43
* | | | Merge branch 'master' into issue126Florent Xicluna2014-03-2523-242/+692
|\ \ \ \
| * | | | Catch more E713 and E714 with a regular expression; issue #236 continuedFlorent Xicluna2014-03-253-36/+63
| * | | | Merge pull request #260 from chrismedrela/ticket236Florent Xicluna2014-03-242-0/+39
| |\ \ \ \
| | * | | | Fixed #236 -- added checks for 'not X in L' and 'not X is Y'Christopher Medrela2013-10-272-0/+39
| | | |_|/ | | |/| |
| * | | | Relax a bit the regex for W602, 3-arguments raise; closes #34Florent Xicluna2014-03-243-1/+4
| * | | | A false positivee E126 when indenting with tabs; closes #204Florent Xicluna2014-03-244-6/+41
| * | | | Minor change in previous patchFlorent Xicluna2014-03-241-3/+1
| * | | | Merge pull request #227 from solj/disable-w601Florent Xicluna2014-03-241-1/+3
| |\ \ \ \
| | * | | | Allow disable of W601Sol Jerome2013-09-051-1/+3
| | |/ / /
| * | | | A false positive E126 with embedded colon; fixes #144Florent Xicluna2014-03-245-7/+17
| * | | | Avoid printing errors twiceFlorent Xicluna2014-03-241-1/+1
| * | | | Do not report multiple E101 if only one line starts with a tab; issue #237Florent Xicluna2014-03-244-1/+29
| * | | | Improve the test framework to count the errors, motivated by issue #237Florent Xicluna2014-03-249-34/+41
| * | | | Improve fix for issue #247, relative path not always start with ./Florent Xicluna2014-03-241-1/+1
| * | | | Added a test from issue #215Florent Xicluna2014-03-241-0/+3
| * | | | Inacurracy in the documentation of the ignore optionFlorent Xicluna2014-03-241-1/+2
| * | | | The logical checks can return None; issue #250Florent Xicluna2014-03-242-3/+6
| * | | | Fix usage of in the project config file; issue #247Florent Xicluna2014-03-242-3/+24
| * | | | Fix a false positive E124 for hanging indent: issue #254Florent Xicluna2014-03-234-9/+54
| * | | | Revert previous change and fix the 'paths' keyword argument instead; fixes #246Florent Xicluna2014-03-233-9/+13
| * | | | Merge pull request #259 from kynan/259-optional-argument-arglist-for-styleguideFlorent Xicluna2014-03-231-1/+2
| |\ \ \ \
| | * | | | StyleGuide accepts optional keyword argument arglistFlorian Rathgeber2014-03-231-1/+2
| | | |_|/ | | |/| |