summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add Aaron Brown (@aaronvbrown) to contributors listold-masterTimothy Crosley2020-02-101-0/+1
|
* Fix up typo, replace resovled with resolvedTim Gates2019-07-031-1/+1
|
* Pin tomlkit for testingTimothy Crosley2019-07-032-0/+2
|
* Bump version4.3.21-2Timothy Crosley2019-06-252-2/+2
|
* Update to stay within line length limitTimothy Crosley2019-06-251-2/+5
|
* Fix wrap mode checkTimothy Crosley2019-06-251-2/+2
|
* Add fix for issue 957 to changelogTimothy Crosley2019-06-251-0/+3
|
* Merge in fix for issue #957Matt Yule-Bennett2019-06-252-7/+32
|
* Issue/948 (#949)4.3.20Timothy Edmund Crosley2019-05-146-3/+8
| | | | | | | | * Implement fix for stream processing on Python 2.7 * Bump version for immediate distribution * Add change-set and release date to changelog
* Issue/942 (#946)4.3.19Timothy Edmund Crosley2019-05-125-5/+37
| | | | | | | | | * Add test cases for .pyi extension support, in particular from file based loading * Implement native support for pyi files * Bump version to prepare for immediate deploy
* Add .vscode to gitignoreTimothy Crosley2019-05-121-0/+4
|
* Add .pre-commit-hooks.yaml to ensure use with pre-commitP R Gurunath2019-05-021-0/+6
| | | Helps isort work as a pre-commit hook with [pre-commit](https://pre-commit.com/)
* Hot-fix Release 4.3.184.3.18Timothy Crosley2019-05-013-2/+8
|
* Remove 'pip' requirement, as it is no longer requiredTimothy Crosley2019-05-011-1/+1
|
* Merge pull request #939 from timothycrosley/feature/implement-938Timothy Edmund Crosley2019-05-013-1/+49
|\ | | | | Feature/implement 938
| * Tox fixesfeature/implement-938Timothy Crosley2019-04-301-3/+1
| |
| * Fix issue #938 - add support for checking file list against skip configTimothy Crosley2019-04-303-1/+51
|/
* Merge pull request #928 from di/use-pip-apiTimothy Edmund Crosley2019-04-183-16/+6
| | | Use pip-api instead of importing pip
* Merge pull request #927 from acjh/patch-1Timothy Edmund Crosley2019-04-161-0/+1
|\ | | | | Add empty line for valid rst unordered list syntax
| * Add empty line for valid rst unordered list syntaxAaron Chong2019-04-171-0/+1
|/
* Fix list passed from toml settingsStephen Brown II2019-04-151-1/+4
|
* Merge pull request #925 from Cluas/fix-python2-stdout-write-unicode-errorTimothy Edmund Crosley2019-04-141-0/+2
|\ | | | | Fix: "isort -" will raise UnicodeEncodeError on python2.
| * fix: fix py2 in "isort -" std.write raise UnicodeEncodeError.Cluas2019-04-151-0/+2
|/ | | | When there is a non-asaii code character in the file, an error will be reported in python2.
* Release version 4.3.174.3.17Timothy Crosley2019-04-073-2/+5
|
* Add test case for issue #905Timothy Crosley2019-04-071-0/+17
|
* Merge pull request #917 from timothycrosley/feature/fix-issue-916Timothy Edmund Crosley2019-04-052-1/+20
| | | | Feature/fix issue 916
* Bump version to 4.3.164.3.16Timothy Crosley2019-03-232-2/+2
|
* Merge pull request #913 from timothycrosley/feature/fix-issue-902Timothy Edmund Crosley2019-03-232-4/+5
|\ | | | | Feature/fix issue 902
| * Merge branch 'master' into feature/fix-issue-902Timothy Edmund Crosley2019-03-230-0/+0
| |\ | |/ |/|
* | Merge pull request #912 from timothycrosley/feature/fix-issue-907Timothy Edmund Crosley2019-03-232-1/+2
|\ \ | | | | | | Fix issue #907, adding minimal appdirs requirement version
| * \ Merge branch 'master' into feature/fix-issue-907feature/fix-issue-907Timothy Edmund Crosley2019-03-233-2/+11
| |\ \ | |/ / |/| |
| | * Merge branch 'master' into feature/fix-issue-902feature/fix-issue-902Timothy Edmund Crosley2019-03-233-2/+11
| | |\ | |_|/ |/| |
* | | Merge pull request #900 from timothycrosley/feature/fix-issue-778Timothy Edmund Crosley2019-03-233-2/+11
| | | | | | | | | | | | Fix issue #778, deprecating Python3.4 support - starting with removal…
| | * Only warn if tool.isort section foundTimothy Crosley2019-03-232-4/+5
| |/
| * Fix issue #907, adding minimal appdirs requirement versionTimothy Crosley2019-03-232-1/+2
|/
* Merge pull request #911 from timothycrosley/feature/fix-issue-909Timothy Edmund Crosley2019-03-233-3/+38
|\ | | | | Feature/fix issue 909
| * Fix config errorTimothy Crosley2019-03-231-1/+1
| |
| * Update changelogTimothy Crosley2019-03-231-0/+3
| |
| * Add both cases to testTimothy Crosley2019-03-231-0/+2
| |
| * Update main.py to take into account the provided settings path (if there is one)Timothy Crosley2019-03-231-1/+2
| |
| * Sort test_isort.py's importsTimothy Crosley2019-03-231-3/+4
| |
| * Add test case for issue #909 - settings path skip files ignoredTimothy Crosley2019-03-231-0/+28
|/
* Bump version4.3.15Timothy Crosley2019-03-102-2/+2
|
* Merge branch 'master' of https://github.com/timothycrosley/isortTimothy Crosley2019-03-103-2/+17
|\
| * Merge pull request #898 from timothycrosley/feature/fix-issue-811Timothy Edmund Crosley2019-03-103-2/+17
| |\ | | | | | | Fix handling of whitespace character
| | * Fix handling of whitespace characterTimothy Crosley2019-03-103-2/+17
| |/
* | Enable autodeployTimothy Crosley2019-03-101-32/+40
|/
* Merge pull request #897 from timothycrosley/feature/better-help-docTimothy Edmund Crosley2019-03-101-1/+3
|\ | | | | Feature/better help doc
| * Improve help documentationfeature/better-help-docTimothy Crosley2019-03-101-1/+3
| |
* | Merge pull request #896 from timothycrosley/feature/fix-issue-895Timothy Edmund Crosley2019-03-102-2/+9
|\ \ | |/ | | Feature/fix issue 895