summaryrefslogtreecommitdiff
path: root/isort
Commit message (Expand)AuthorAgeFilesLines
* Issue/948 (#949)4.3.20Timothy Edmund Crosley2019-05-142-2/+2
* Issue/942 (#946)4.3.19Timothy Edmund Crosley2019-05-122-4/+11
* Hot-fix Release 4.3.184.3.18Timothy Crosley2019-05-011-1/+1
* Fix issue #938 - add support for checking file list against skip configTimothy Crosley2019-04-301-0/+12
* Merge pull request #928 from di/use-pip-apiTimothy Edmund Crosley2019-04-181-10/+4
* Fix list passed from toml settingsStephen Brown II2019-04-151-1/+4
* fix: fix py2 in "isort -" std.write raise UnicodeEncodeError.Cluas2019-04-151-0/+2
* Release version 4.3.174.3.17Timothy Crosley2019-04-071-1/+1
* Merge pull request #917 from timothycrosley/feature/fix-issue-916Timothy Edmund Crosley2019-04-051-1/+1
* Bump version to 4.3.164.3.16Timothy Crosley2019-03-231-1/+1
* Merge branch 'master' into feature/fix-issue-902feature/fix-issue-902Timothy Edmund Crosley2019-03-231-1/+1
|\
| * Merge pull request #900 from timothycrosley/feature/fix-issue-778Timothy Edmund Crosley2019-03-231-1/+1
* | Only warn if tool.isort section foundTimothy Crosley2019-03-231-4/+4
|/
* Update main.py to take into account the provided settings path (if there is one)Timothy Crosley2019-03-231-1/+2
* Bump version4.3.15Timothy Crosley2019-03-101-1/+1
* Fix handling of whitespace characterTimothy Crosley2019-03-101-2/+2
* Improve help documentationfeature/better-help-docTimothy Crosley2019-03-101-1/+3
* Fix issue 895Timothy Crosley2019-03-101-2/+6
* Bump versionTimothy Crosley2019-03-091-1/+1
* Fix issue with */ style glob testsfeature/fix-skip-of-star-dir-globTimothy Crosley2019-03-081-1/+1
* Bump release4.3.13Timothy Crosley2019-03-081-1/+1
* Merge pull request #883 from bcroq/file-encodingTimothy Edmund Crosley2019-03-082-15/+38
|\
| * 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-085-28/+59
| |\
| * | work on file encoding detectionBertrand Croq2019-03-062-15/+38
* | | Fix issue #889: Isort should not add blank lines to beginning of fileTimothy Crosley2019-03-081-1/+1
| |/ |/|
* | Fix issue #890Timothy Crosley2019-03-073-2/+6
* | Fix logic error in skip checkTimothy Crosley2019-03-071-1/+1
* | Fix file skipping in particular with globsTimothy Crosley2019-03-073-13/+21
* | Implement conda environment supportTimothy Crosley2019-03-062-7/+23
* | Merge in fix for quiet modeEmil Melnikov2019-03-061-1/+2
* | Prepare changelog for 4.3.12 release4.3.12Timothy Crosley2019-03-062-2/+3
|/
* Bump version4.3.11Timothy Crosley2019-03-061-1/+1
* Fix newline argumentTimothy Crosley2019-03-061-1/+1
* Allow fallback to OS encodingTimothy Crosley2019-03-061-6/+18
* Merge branch 'master' of https://github.com/timothycrosley/isortTimothy Crosley2019-03-063-11/+13
|\
| * Add test for pantsTimothy Crosley2019-03-051-3/+8
| * Skip pants.d by defaultTimothy Crosley2019-03-051-1/+1
| * Fix filename replaceTimothy Crosley2019-03-051-1/+1
| * Remove accidentally checked in codefeature/fix-issue-873Timothy Crosley2019-03-051-5/+0
| * Fix should skip usageTimothy Crosley2019-03-041-2/+2
| * Initial work toward fixing issue #873Timothy Crosley2019-03-043-11/+13
* | Fix handling of binary and .pex python filesTimothy Crosley2019-03-062-4/+15
|/
* Merge pull request #874 from Tenzer/RequirementsFinder-lru-cache-3Timothy Edmund Crosley2019-03-041-1/+10
|\
| * Add LRU cache to RequirementsFinder._get_namesJeppe Fihl-Pearson2019-03-041-1/+10
* | Lookup real path of virtualenvBrian May2019-03-051-0/+1
|/
* Bump version to 4.3.104.3.10Timothy Crosley2019-03-021-1/+1
* Fix default encoding issueTimothy Crosley2019-03-022-2/+31
* Merge in no_lines_before fixDaniel Hahler2019-03-021-7/+15