Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge. Allow long lines in docstrings and comments. | Florent Xicluna | 2014-03-25 | 1 | -1/+1 |
|\ | |||||
* | | A false positive E126 with embedded colon; fixes #144 | Florent Xicluna | 2014-03-24 | 1 | -1/+1 |
* | | Do not report multiple E101 if only one line starts with a tab; issue #237 | Florent Xicluna | 2014-03-24 | 1 | -1/+1 |
* | | Improve the test framework to count the errors, motivated by issue #237 | Florent Xicluna | 2014-03-24 | 1 | -2/+2 |
|/ | |||||
* | Fix a false E128 for indentation with tabs and add tests; issue #155 | Florent Xicluna | 2013-02-24 | 1 | -1/+1 |
* | Fix crash when the source file contains an invalid line ending; closes #119 | Florent Xicluna | 2012-12-22 | 1 | -0/+7 |
* | Back to development; fix issue #81. | Florent Xicluna | 2012-06-15 | 1 | -1/+1 |
* | Review the E12 checks. | Florent Xicluna | 2012-06-15 | 1 | -1/+1 |
* | Fix a crash when too many brackets are closed. | Florent Xicluna | 2012-06-02 | 1 | -0/+9 |
* | Catch syntax errors with E901; fix E27* to behave consistently with Python3. | Florent Xicluna | 2012-05-23 | 1 | -0/+10 |