summaryrefslogtreecommitdiff
path: root/pep8.py
Commit message (Expand)AuthorAgeFilesLines
* Release version 1.5.31.5.3Florent Xicluna2014-04-041-1/+1
* Fix wrong offset computation when error is on the last char of a physical lin...Florent Xicluna2014-04-041-7/+9
* Tests should pass for the tarball distributed on PyPI; issue 267Florent Xicluna2014-04-041-1/+1
* Release version 1.5.21.5.2Florent Xicluna2014-04-041-1/+1
* Do not allow newline after parameter equal; issue #252Florent Xicluna2014-04-041-0/+2
* Fix caret position when line contains tabsFlorent Xicluna2014-04-031-1/+1
* Report correct line number for E303 with comments; issue #60Florent Xicluna2014-04-031-15/+12
* Fix line number and offset for E125 with multi-line strings; issue #220Florent Xicluna2014-04-031-1/+2
* Refactor the logical line building and checking.Florent Xicluna2014-04-031-11/+8
* Fix line number and offset for multi-line strings; issue #220Florent Xicluna2014-04-031-8/+8
* Fix E501 not detected in comments with Python 2.5Florent Xicluna2014-04-031-1/+10
* Fix false positive E121/E126 with multi-line string; issue #265Florent Xicluna2014-04-031-0/+2
* Review commentFlorent Xicluna2014-04-031-2/+2
* 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-281-143/+83
* Release version 1.5.11.5.1Florent Xicluna2014-03-271-1/+1
* Fix a crash with E125 on multi-line strings; closes #263Florent Xicluna2014-03-271-1/+2
* Release version 1.51.5Florent Xicluna2014-03-261-1/+1
* Review messages for E713 and E714Florent Xicluna2014-03-261-5/+3
* Report E131 instead of E121 / E126 for unaligned hanging indentFlorent Xicluna2014-03-251-5/+16
* Merge. Allow long lines in docstrings and comments.Florent Xicluna2014-03-251-14/+46
|\
| * Allow long lines in comments too, with similar rules; related to issue #224Florent Xicluna2014-03-231-3/+10
| * Merge branch 'master' of https://github.com/gward/pep8 into gward-masterFlorent Xicluna2014-03-231-14/+44
| |\
| | * 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-081-0/+2
| | * Allow long lines in multiline strings if they cannot be wrapped (issue #224).Greg Ward2013-11-081-1/+8
| | * Fix an incorrect "W391 blank line at EOF"Greg Ward2013-11-081-6/+6
| | * Check physical lines after tokenizing them.Greg Ward2013-11-081-15/+23
* | | Separate Changes and Bug fixes in the changelogFlorent Xicluna2014-03-251-1/+1
* | | Clarify E121 and E126 for hanging indents, and reports all over-indented cont...Florent Xicluna2014-03-251-3/+3
* | | Merge, add E265 for space before block comment; issue #190Florent Xicluna2014-03-251-15/+34
|\ \ \
| * | | Fix tests on Python 2.5Florent Xicluna2013-05-021-0/+2
| * | | Add E265 for space before block comment; issue #190Florent Xicluna2013-05-011-15/+32
* | | | Merge branch 'master' into issue126Florent Xicluna2014-03-251-93/+169
|\ \ \ \
| * | | | Catch more E713 and E714 with a regular expression; issue #236 continuedFlorent Xicluna2014-03-251-34/+26
| * | | | Merge pull request #260 from chrismedrela/ticket236Florent Xicluna2014-03-241-0/+34
| |\ \ \ \
| | * | | | Fixed #236 -- added checks for 'not X in L' and 'not X is Y'Christopher Medrela2013-10-271-0/+34
| | | |_|/ | | |/| |
| * | | | Relax a bit the regex for W602, 3-arguments raise; closes #34Florent Xicluna2014-03-241-1/+1
| * | | | A false positivee E126 when indenting with tabs; closes #204Florent Xicluna2014-03-241-5/+6
| * | | | 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-241-0/+2
| * | | | Do not report multiple E101 if only one line starts with a tab; issue #237Florent Xicluna2014-03-241-0/+2
| * | | | Improve fix for issue #247, relative path not always start with ./Florent Xicluna2014-03-241-1/+1
| * | | | The logical checks can return None; issue #250Florent Xicluna2014-03-241-3/+3
| * | | | Fix usage of in the project config file; issue #247Florent Xicluna2014-03-241-3/+21
| * | | | Fix a false positive E124 for hanging indent: issue #254Florent Xicluna2014-03-231-9/+10
| * | | | Revert previous change and fix the 'paths' keyword argument instead; fixes #246Florent Xicluna2014-03-231-8/+9