summaryrefslogtreecommitdiff
path: root/pep8.py
Commit message (Expand)AuthorAgeFilesLines
* Update DEFAULT_IGNORE to add E121 & E126 per discussion in issues #256 #316Ian Lee2014-12-171-1/+1
* Merge branch fixing issues #330 and #336Florent Xicluna2014-12-171-11/+7
|\
| * Fix false positive E713; issue #330issue336Florent Xicluna2014-12-161-1/+1
| * Fix false positive E711/E712; issue #336Florent Xicluna2014-12-161-10/+6
* | This appears to fix #323Ian Cordasco2014-12-171-1/+1
|/
* Catch import errors thrown by os.path.expanduser(); issue #297Ian Lee2014-12-161-5/+9
* Fix definition of isidentifier in Python 2Florent Xicluna2014-12-161-1/+1
* Fix too long line introducing E501 errorIan Lee2014-12-151-1/+2
* Replace the IDENTIFIER_REGEX with the isidentifier functionFlorent Xicluna2014-12-161-5/+5
* Merge pull request #312 from sigmavirus24/bug/311Florent Xicluna2014-12-161-1/+4
|\
| * Update fix for E731Ian Cordasco2014-08-081-2/+2
| * Fix #311. Add regex to check for field assignmentIan Cordasco2014-08-071-1/+4
* | Rename check to signify that it applies to module level imports only; issue #304Ian Lee2014-12-141-1/+2
* | Merge remote-tracking branch 'yole/import-on-top-of-file' into issue304Ian Lee2014-12-141-0/+55
|\ \
| * | Report E402 for imports not on top of file; issue #264. Also add ability to k...Dmitry Jemerov2014-07-241-0/+55
| |/
* | Merge pull request #340 from bdkearns/masterIan Lee2014-12-131-1/+1
|\ \
| * | add .tox to DEFAULT_EXCLUDEBrian Kearns2014-10-231-1/+1
| |/
* | Merge pull request #347 from helenst/e711-reverse-comparisonIan Lee2014-12-131-4/+12
|\ \
| * | Fixed operator check for E711/E712 (Ref #307)Helen ST2014-12-111-1/+1
| * | E711 / E712 checks test for None != arg and False == argHelen ST2014-12-111-4/+12
| |/
* | Don't crash if build_tokens_line() returns None; issue #306Ian Lee2014-12-131-0/+4
* | Merge branch 'willkg:normalize_path_fix'Ian Lee2014-12-131-1/+4
|\ \
| * | Fix normalize_paths to allow whitespaceWill Kahn-Greene2014-11-061-1/+4
| |/
* | Add Ian to list of maintainers.Ian Lee2014-12-131-0/+1
|/
* Do not report E704 in the default configuration; issue #277Florent Xicluna2014-05-291-1/+1
* Report E266 instead of E265 when the block common starts with multiple #; iss...Florent Xicluna2014-05-291-4/+7
|\
| * Report E266 instead of E265 when the block common starts with multiple #; iss...Florent Xicluna2014-04-261-4/+7
* | Replace codes E111/2/3 with E114/5/6 for indentation of comments; issue #274Florent Xicluna2014-05-291-5/+10
|\ \
| * | Replace codes E111/2/3 with E114/5/6 for indentation of comments; issue #274Florent Xicluna2014-04-261-5/+10
| |/
* | Add changelog entries for E704 and E731Florent Xicluna2014-05-291-1/+1
* | Report E731 for lambda assignment, return E704 for one-liner def instead of E...Florent Xicluna2014-05-291-6/+15
|\ \
| * | Report E731 for lambda assignment, return E704 for one-liner def instead of E...Florent Xicluna2014-04-261-6/+15
| |/
* | Release version 1.5.71.5.7Florent Xicluna2014-05-291-1/+1
* | Always open files with universal newline flagVladimir Rudnyh2014-05-101-1/+1
* | Check the last line even if it does not end with a NL; issue #286Florent Xicluna2014-05-071-4/+4
* | Do not exit when an option in setup.cfg / tox.ini is not recognizedFlorent Xicluna2014-05-051-4/+3
* | Update pep8.pylordhellcito2014-04-271-1/+1
|/
* Return error code 1 on broken pipe, and restore compatibility with Python 2.5Florent Xicluna2014-04-181-5/+9
* Handle broken pipe in check_files()Winston Weinert2014-04-181-0/+4
* Release version 1.5.61.5.6Florent Xicluna2014-04-141-1/+1
* Merge checker W292 with checker W391 for better performanceFlorent Xicluna2014-04-141-12/+10
* Switch two linesFlorent Xicluna2014-04-141-1/+1
* Check the last line even if it has not EOL; issue #273Florent Xicluna2014-04-141-3/+8
* Release version 1.5.51.5.5Florent Xicluna2014-04-101-1/+1
* Create set of tokens for comparison; skip comments completely for E22 checksFlorent Xicluna2014-04-091-22/+15
* Fix regression with E22 checks and inline comments; issue #271Florent Xicluna2014-04-091-2/+3
* Release version 1.5.41.5.4Florent Xicluna2014-04-071-1/+1
* Refactor method build_tokens_lineFlorent Xicluna2014-04-061-19/+13
* Fix negative offset with E303 before a multi-line docstring; issue #269Florent Xicluna2014-04-051-8/+10
* Back to developmentFlorent Xicluna2014-04-051-10/+6