summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Update changelogfeature/fix-issue-895Timothy Crosley2019-03-101-0/+3
| |
| * Fix issue 895Timothy Crosley2019-03-101-2/+6
|/
* Bump versionTimothy Crosley2019-03-092-2/+2
|
* Update changelog to include latest changeTimothy Crosley2019-03-091-0/+3
|
* Merge pull request #894 from timothycrosley/feature/fix-skip-of-star-dir-globTimothy Edmund Crosley2019-03-092-2/+3
|\ | | | | Feature/fix skip of star dir glob
| * Fix issue with */ style glob testsfeature/fix-skip-of-star-dir-globTimothy Crosley2019-03-081-1/+1
| |
| * Add addition test to ensure */directory/*.py glob pattern works as expectedTimothy Crosley2019-03-081-1/+2
|/
* Bump release4.3.13Timothy Crosley2019-03-082-2/+2
|
* Merge pull request #883 from bcroq/file-encodingTimothy Edmund Crosley2019-03-082-15/+38
|\ | | | | work on file encoding detection
| * Update isort.pyTimothy Edmund Crosley2019-03-081-2/+2
| |
| * Update isort.pyTimothy Edmund Crosley2019-03-081-1/+0
| |
| * Merge branch 'master' into file-encodingTimothy Edmund Crosley2019-03-088-30/+127
| |\
| * | work on file encoding detectionBertrand Croq2019-03-062-15/+38
| | |
* | | Update changelogTimothy Crosley2019-03-081-1/+3
| | |
* | | Merge pull request #893 from timothycrosley/feature/fix-issue-889Timothy Edmund Crosley2019-03-083-2/+11
|\ \ \ | |_|/ |/| | Fix issue #889: Isort should not add blank lines to beginning of file