summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test alternate theory of Windows multiprocessingupdate-appveyorIan Cordasco2016-07-271-0/+4
* Merge branch 'master' into update-appveyorIan Cordasco2016-07-2723-75/+231
|\
| * Handle AttributeErrors during parameter aggregationIan Cordasco2016-07-272-5/+41
| * Merge branch 'fix-mp-win-3.0' into 'master' Ian Cordasco2016-07-271-8/+11
| |\
| | * Fix multiprocessing on Windowsschlamar2016-07-271-8/+11
| * | Merge branch 'read_lines_crlf' into 'master' Ian Cordasco2016-07-271-1/+2
| |\ \
| | * | Fix read_lines_splits_lines test for CRLF endingsFichteFoll2016-07-271-1/+2
| * | | Merge branch '_job_count_rettype' into 'master' Ian Cordasco2016-07-271-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | _job_count always returns an intFichteFoll2016-07-271-1/+1
| | |/
| * | Ensure we're only on Python 2.7Ian Cordasco2016-07-261-1/+1
| * | Update version and release notes for 3.0.23.0.2Ian Cordasco2016-07-262-3/+3
| * | Make the documentation very obviousIan Cordasco2016-07-261-2/+17
| * | Merge branch 'entry-point' into 'master' Ian Cordasco2016-07-271-1/+5
| |\ \
| | * | Clarify what the X in the entry points doesFabian Neundorf2016-07-261-1/+5
| * | | Fix handling of logical lines with noqaIan Cordasco2016-07-265-24/+33
| * | | Fix zero-indexed column numberingIan Cordasco2016-07-265-4/+11
| | |/ | |/|
| * | Merge branch 'uncap-flake8' into 'master' Ian Cordasco2016-07-261-2/+2
| |\ \
| | * | Update our flake8 testenv dependencies uncap-flake8Ian Cordasco2016-07-261-2/+2
| |/ /
| * | Move the unreleased note to the right versionIan Cordasco2016-07-262-4/+4
| |/
| * Merge branch 'bug/181' into 'master' Ian Cordasco2016-07-265-27/+22
| |\
| | * Fix project config file discoveryIan Cordasco2016-07-265-27/+22
| |/
| * Update NOQA regular expressionIan Cordasco2016-07-262-1/+4
| * Add release notes for 3.0.13.0.1Ian Cordasco2016-07-251-0/+9
| * Merge branch 'bug/180' into 'master' Ian Cordasco2016-07-264-2/+36
| |\
| | * Handle repeated --quiet options againIan Cordasco2016-07-254-2/+36
| * | Merge branch 'bug/180' into 'master' Ian Cordasco2016-07-253-0/+31
| |\ \ | | |/
| | * Wire-up --statistics againbug/180Ian Cordasco2016-07-253-0/+31
| * | Merge branch 'bug/output-file' into 'master' Ian Cordasco2016-07-251-0/+2
| |\ \
| | * | Set-up and stop our formatterbug/output-fileIan Cordasco2016-07-251-0/+2
| | |/
| * | Merge branch 'file-plugin-docs' into 'master' Ian Cordasco2016-07-251-4/+11
| |\ \ | | |/ | |/|
| | * Update documentation to separate parameter typesFabian Neundorf2016-07-251-4/+11
* | | Add dogfood testenv to AppVeyor listIan Cordasco2016-07-252-2/+2
|/ /
* | Merge branch 'bug/177' into 'master' Ian Cordasco2016-07-254-6/+19
|\ \ | |/ |/|
| * Handle multiline strings with '# noqa'Ian Cordasco2016-07-254-6/+19
|/
* Merge branch 'unbreak-builds' into 'master' Ian Cordasco2016-07-251-1/+1
|\
| * Force flake8 test to below 3.xFabian Neundorf2016-07-251-1/+1
|/
* Update release notes and version string for 3.03.0.0Ian Cordasco2016-07-242-19/+7
* Merge branch 'run-functions'Ian Cordasco2016-07-242-5/+85
|\
| * Relocate integration style checker testsIan Cordasco2016-07-242-73/+79
| * Support functions as file plugins tooFabian Neundorf2016-07-242-6/+80
|/
* Merge branch 'windows-bugs' into 'master' Ian Cordasco2016-07-222-5/+9
|\
| * Check for alternate_separator only when truthyIan Cordasco2016-07-222-2/+3
| * Check for both os.path.sep and os.path.altsepIan Cordasco2016-07-221-4/+7
|/
* Add AppVeyor config fileIan Cordasco2016-07-221-0/+8
* Merge branch 'fix-typo-indect' into 'master' Ian Cordasco2016-07-212-2/+2
|\
| * Fix typo in documentation using `indect`Fabian Neundorf2016-07-212-2/+2
|/
* Merge branch 'pr/78'Ian Cordasco2016-07-207-65/+119
|\
| * Fix up merge request 78Ian Cordasco2016-07-205-45/+54
| * Propagate the stdin_display_name to checker and processorLeonardo Rochael Almeida2016-07-205-15/+21
| * Allow stdin and directly named files to be excluded from checkLeonardo Rochael Almeida2016-07-202-17/+24