| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Handle empty stdin-display-name values | Ian Cordasco | 2016-10-28 | 1 | -1/+1 |
| * | Fix bug with --enable-extensions | Ian Cordasco | 2016-10-25 | 1 | -2/+3 |
| * | Merge branch 'master' into 'master' | Ian Cordasco | 2016-10-25 | 2 | -1/+7 |
| |\ | |||||
| | * | Add --tee option to split report output stream. | Martin Domke | 2016-07-26 | 2 | -1/+7 |
| * | | Fix up FileProcessor.file_tokens property | Ian Cordasco | 2016-10-25 | 1 | -2/+9 |
| * | | Merge branch 'file-tokens' of xzise/flake8 | Ian Cordasco | 2016-10-25 | 1 | -0/+14 |
| |\ \ | |||||
| | * | | Add support for tokens of a complete file | Fabian Neundorf | 2016-07-22 | 1 | -0/+14 |
| * | | | Change how we apply lazy to the git hook | Ian Cordasco | 2016-10-25 | 1 | -5/+8 |
| * | | | Merge branch 'patch-1' of skovorodkin/flake8 | Ian Cordasco | 2016-10-24 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Consider `lazy` parameter in git.find_modified_files function | Sergey | 2016-08-14 | 1 | -1/+1 |
| * | | | | Handle SyntaxErrors after new-lines specially | Ian Cordasco | 2016-10-23 | 1 | -8/+35 |
| * | | | | Merge branch 'bug/214' into 'master' | Ian Cordasco | 2016-08-28 | 1 | -1/+4 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Ensure column_number is always an integer | Ian Cordasco | 2016-08-27 | 1 | -1/+4 |
| * | | | | Spelling fixes | Ville Skyttä | 2016-08-13 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge branch 'feature/207' into 'master' | Ian Cordasco | 2016-08-11 | 3 | -2/+76 |
| |\ \ \ | |||||
| | * | | | Add --bug-report flag to help bug reporters | Ian Cordasco | 2016-08-07 | 3 | -2/+76 |
| * | | | | Bump version to 3.1.0.dev0 | Ian Cordasco | 2016-08-10 | 1 | -1/+1 |
| * | | | | Set version to 3.0.43.0.4 | Ian Cordasco | 2016-08-07 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Handle SyntaxErrors when tokenizing a file | Ian Cordasco | 2016-08-06 | 2 | -8/+5 |
| * | | | Merge branch 'release-notes/3.0.4' into 'master' | Ian Cordasco | 2016-08-05 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Set version to 3.0.4 and start release notes | Ian Cordasco | 2016-08-05 | 1 | -1/+1 |
| * | | | | Merge branch 'bug/179' into 'master' | Ian Cordasco | 2016-08-05 | 5 | -25/+56 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Set-up default attributes for FlakesCheckerbug/179 | Ian Cordasco | 2016-08-03 | 1 | -0/+3 |
| | * | | | Serialize Checkers PluginTypeManager to a dict | Ian Cordasco | 2016-08-03 | 4 | -25/+53 |
| * | | | | Clean up usage of InvalidSyntax exception | Ian Cordasco | 2016-08-05 | 2 | -4/+9 |
| * | | | | Do not treat AttributeError as if it were an IOError | Wouter Bolsterlee | 2016-08-05 | 1 | -7/+2 |
| * | | | | Use str(exc) instead of exc.message | Wouter Bolsterlee | 2016-08-05 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Bump version for v3.0.33.0.3 | Ian Cordasco | 2016-07-30 | 1 | -1/+1 |
| * | | | Reset Application.formatter attribute in init_report | Ian Cordasco | 2016-07-30 | 1 | -0/+1 |
| * | | | Re-allow for relative paths for exclude | Ian Cordasco | 2016-07-29 | 2 | -5/+10 |
| * | | | Open our output file in append mode always | Ian Cordasco | 2016-07-29 | 1 | -1/+1 |
| * | | | Report errors when run via setuptools. | Alex Wood | 2016-07-29 | 1 | -0/+5 |
| * | | | Diable multiprocessing behaviour on Windows | Ian Cordasco | 2016-07-29 | 2 | -2/+13 |
| * | | | Allow plugins that are on by default to be ignored | Ian Cordasco | 2016-07-28 | 2 | -4/+10 |
| * | | | Raise exception when entry_point not callable | Marc Abramowitz | 2016-07-28 | 1 | -0/+6 |
| * | | | Sort reports by line and column | Fabian Neundorf | 2016-07-28 | 1 | -1/+1 |
| * | | | Match noqa for users with explanationsbug/178 | Ian Cordasco | 2016-07-28 | 1 | -1/+1 |
| * | | | Handle AttributeErrors during parameter aggregation | Ian Cordasco | 2016-07-27 | 2 | -5/+41 |
| * | | | Merge branch 'fix-mp-win-3.0' into 'master' | Ian Cordasco | 2016-07-27 | 1 | -8/+11 |
| |\ \ \ | |||||
| | * | | | Fix multiprocessing on Windows | schlamar | 2016-07-27 | 1 | -8/+11 |
| * | | | | Merge branch '_job_count_rettype' into 'master' | Ian Cordasco | 2016-07-27 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | _job_count always returns an int | FichteFoll | 2016-07-27 | 1 | -1/+1 |
| * | | | | Ensure we're only on Python 2.7 | Ian Cordasco | 2016-07-26 | 1 | -1/+1 |
| * | | | | Update version and release notes for 3.0.23.0.2 | Ian Cordasco | 2016-07-26 | 1 | -1/+1 |
| * | | | | Fix handling of logical lines with noqa | Ian Cordasco | 2016-07-26 | 3 | -22/+26 |
| * | | | | Fix zero-indexed column numbering | Ian Cordasco | 2016-07-26 | 2 | -2/+6 |
| |/ / / | |||||
| * | | | Fix project config file discovery | Ian Cordasco | 2016-07-26 | 1 | -8/+5 |
| | |/ |/| | |||||
| * | | Update NOQA regular expression | Ian Cordasco | 2016-07-26 | 1 | -1/+1 |
| * | | Merge branch 'bug/180' into 'master' | Ian Cordasco | 2016-07-26 | 3 | -2/+34 |
| |\ \ | |||||
| | * | | Handle repeated --quiet options again | Ian Cordasco | 2016-07-25 | 3 | -2/+34 |
