| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Update minumum pycodestyle version to 2.3.0 | Jack Mustacato | 2017-10-27 | 2 | -2/+2 | |
| |/ / | ||||||
| * | | Merge branch 'wheel-license' into 'master' | Ian Stapleton Cordasco | 2017-10-24 | 1 | -1/+2 | |
| |\ \ | |/ |/| | ||||||
| | * | Include license file in the generated wheel package | Jon Dufresne | 2017-10-23 | 1 | -1/+2 | |
| |/ | ||||||
| * | Prepare for v3.5.0 release on 2017-10-233.5.0 | Ian Stapleton Cordasco | 2017-10-21 | 2 | -2/+10 | |
| * | Merge branch 'fix_encoding_test' into 'master' | Ian Stapleton Cordasco | 2017-10-20 | 1 | -2/+2 | |
| |\ | ||||||
| | * | Fix failing encoding test on appveyor | Anthony Sottile | 2017-10-19 | 1 | -2/+2 | |
| |/ | ||||||
| * | Merge branch 'catch_decode_error' into 'master' | Ian Stapleton Cordasco | 2017-10-19 | 2 | -8/+27 | |
| |\ | ||||||
| | * | Catch UnicodeDecodeError while parsing config files | Anthony Sottile | 2017-10-09 | 2 | -8/+27 | |
| |/ | ||||||
| * | Merge branch 'local-plugins-updates' into 'master' | Ian Stapleton Cordasco | 2017-08-12 | 11 | -55/+144 | |
| |\ | ||||||
| | * | Document using local plugins | Ian Stapleton Cordasco | 2017-08-12 | 1 | -0/+48 | |
| | * | Allow our local plugin parsing to accept commas | Ian Stapleton Cordasco | 2017-08-09 | 3 | -7/+19 | |
| | * | Update release notes to include local plugins | Ian Stapleton Cordasco | 2017-08-08 | 1 | -0/+12 | |
| | * | Update our plugin registration for debugging | Ian Stapleton Cordasco | 2017-08-08 | 6 | -48/+65 | |
| |/ | ||||||
| * | Merge branch 'issue/362' into 'master' | Ian Stapleton Cordasco | 2017-08-08 | 1 | -0/+2 | |
| |\ | ||||||
| | * | Lint only *.py files with --diff option | Josef Skladanka | 2017-08-08 | 1 | -0/+2 | |
| * | | Merge branch 'fix-finding-local-config' into 'master' | Ian Stapleton Cordasco | 2017-08-08 | 2 | -2/+12 | |
| |\ \ | |/ |/| | ||||||
| | * | Fix finding of local config files. | Carl Meyer | 2017-08-07 | 2 | -2/+12 | |
| |/ | ||||||
| * | Merge branch 'simplify-app-tests' into 'master' | Ian Stapleton Cordasco | 2017-08-07 | 1 | -27/+22 | |
| |\ | ||||||
| | * | Simplify application tests; remove unneeded mocking | Carl Meyer | 2017-08-07 | 1 | -27/+22 | |
| |/ | ||||||
| * | Merge branch 'local-plugins' into 'master' | Ian Stapleton Cordasco | 2017-08-07 | 16 | -134/+409 | |
| |\ | ||||||
| | * | Append [local] to version of local plugins. | Carl Meyer | 2017-08-06 | 2 | -4/+22 | |
| | * | Don't load local plugins from user config. | Carl Meyer | 2017-08-06 | 1 | -11/+9 | |
| | * | Minor argument changes. | Carl Meyer | 2017-08-06 | 2 | -2/+2 | |
| | * | Handle argv being None. | Carl Meyer | 2017-08-03 | 1 | -1/+2 | |
| | * | Add support for local (in-repo, non-setuptools) plugins. | Carl Meyer | 2017-08-03 | 15 | -134/+392 | |
| * | | Add release note for VCS hook change | Ian Stapleton Cordasco | 2017-08-07 | 1 | -0/+4 | |
| * | | Merge branch 'hook_conf' into 'master' | Ian Stapleton Cordasco | 2017-08-07 | 2 | -1/+25 | |
| |\ \ | ||||||
| | * | | Remove trailing new line; insert raises | Peter Cock | 2017-08-07 | 1 | -1/+1 | |
| | * | | Tell user how to configure VCS hooks. | Peter Cock | 2017-08-04 | 2 | -1/+25 | |
| | |/ | ||||||
| * | | Merge branch 'missing-rel-notes' into 'master' | Ian Stapleton Cordasco | 2017-08-07 | 1 | -0/+8 | |
| |\ \ | ||||||
| | * | | Add missing release notes for 3.5.0 | Ian Stapleton Cordasco | 2017-08-06 | 1 | -0/+8 | |
| |/ / | ||||||
| * | | Merge branch 'bug/359' into 'master' | Ian Stapleton Cordasco | 2017-08-06 | 2 | -2/+10 | |
| |\ \ | ||||||
| | * | | Update pyflakes range and include doc links | Ian Stapleton Cordasco | 2017-08-06 | 2 | -2/+10 | |
| |/ / | ||||||
| * | | Merge branch 'bug/361' into 'master' | Ian Stapleton Cordasco | 2017-08-06 | 1 | -2/+2 | |
| |\ \ | ||||||
| | * | | Add new pycodestyle checks | Ian Stapleton Cordasco | 2017-08-05 | 1 | -2/+2 | |
| | |/ | ||||||
| * | | Merge branch 'prepare/3.5.0' into 'master' | Ian Stapleton Cordasco | 2017-08-06 | 3 | -1/+16 | |
| |\ \ | |/ |/| | ||||||
| | * | Prepare master branch for development of 3.5.0 | Ian Stapleton Cordasco | 2017-08-06 | 3 | -1/+16 | |
| |/ | ||||||
| * | Merge branch 'bug/356' into 'master' | Ian Cordasco | 2017-07-29 | 3 | -1/+3 | |
| |\ | ||||||
| | * | Allow spaces in # noqa lists | Ian Stapleton Cordasco | 2017-07-28 | 3 | -1/+3 | |
| |/ | ||||||
| * | Merge branch 'bug/354' into 'master'3.4.1 | Ian Cordasco | 2017-07-28 | 13 | -16/+75 | |
| |\ | ||||||
| | * | Bump version to 3.4.1 and add release notes | Ian Stapleton Cordasco | 2017-07-28 | 3 | -1/+19 | |
| | * | Remediate one wafer thing decision logic bug | Ian Stapleton Cordasco | 2017-07-28 | 2 | -4/+6 | |
| | * | Release v3.4.03.4.0 | Ian Stapleton Cordasco | 2017-07-27 | 2 | -2/+16 | |
| | * | Update name across the project post-marriage | Ian Stapleton Cordasco | 2017-07-27 | 4 | -6/+10 | |
| | * | Merge branch 'fix-quiet' | Ian Stapleton Cordasco | 2017-07-27 | 3 | -4/+25 | |
| | |\ |/ / | ||||||
| | * | Fix quiet/verbose config problem | Shinya Kawaguchi | 2017-07-27 | 1 | -1/+2 | |
| | * | Reproduce quiet/verbose config problem | Shinya Kawaguchi | 2017-07-22 | 2 | -3/+23 | |
| * | | Merge branch 'fix-metadata' into 'master' | Ian Cordasco | 2017-07-27 | 1 | -4/+11 | |
| |\ \ | ||||||
| | * | | Use extras_require instead of conditional code. | Zvezdan Petkovic | 2017-07-10 | 1 | -4/+11 | |
| | |/ | ||||||
| * | | Merge branch 'patch-1' into 'master' | Ian Cordasco | 2017-07-27 | 1 | -1/+0 | |
| |\ \ | |/ |/| | ||||||
