summaryrefslogtreecommitdiff
path: root/isort
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge in fix for #417Peter Grayson2019-03-023-7/+7
* Merge pull request #866 from asottile/patch-1Timothy Edmund Crosley2019-03-021-1/+1
|\
| * Fix whitespace in warning messageAnthony Sottile2019-03-011-1/+1
* | Attempt to restore full windows compatiblityTimothy Crosley2019-03-011-3/+5
* | Try using norm pathTimothy Crosley2019-02-281-1/+2
* | Use OS specific file name in checkTimothy Crosley2019-02-281-2/+1
* | Convert path into OS specific pathTimothy Crosley2019-02-281-1/+2
* | Attempt to fix windows issue by avoiding use of os dependant fifo checkTimothy Crosley2019-02-281-2/+1
|/
* Add LRU cache to RequirementsFinder._get_files_from_dirJeppe Fihl-Pearson2019-02-271-6/+20
* disable reqs based finders, they are very slowMaxim Kurnikov2019-02-271-2/+2
* bump version to 4.3.9; update changelog4.3.9Timothy Crosley2019-02-251-1/+1
* Merge in fixJeremiah Paige2019-02-251-5/+1
* Fix issues with -r command4.3.8Timothy Crosley2019-02-252-1/+7
* Bump version4.3.7Timothy Crosley2019-02-251-1/+1
* Remove extra blank lineTimothy Crosley2019-02-251-1/+0
* Prepare a hotfix release that handles finder failure on creationTimothy Crosley2019-02-251-3/+13
* Fix usage of config parameter within FindersManager4.3.6Timothy Crosley2019-02-241-1/+1
* Fix usage of config parameter within FindersManagerTimothy Crosley2019-02-241-1/+2
* Bump version to 4.3.6; implement hotfix for #827Timothy Crosley2019-02-242-2/+9
* Bump version4.3.5Timothy Crosley2019-02-241-1/+1
* Fix documentationTimothy Crosley2019-02-241-3/+3
* Fix issue #792Timothy Crosley2019-02-241-0/+4
* Fix settings to be consistentTimothy Crosley2019-02-241-1/+1
* Fix conditionalTimothy Crosley2019-02-241-1/+1
* Fix issue #762feature/fix-issue-762Timothy Crosley2019-02-241-2/+1
* Fix not skip not being honoredfeature/fix-issue-582Timothy Crosley2019-02-231-0/+3
* Implement fix for 577, relative imports incorrectly sortedfeature/fix-issue-576Timothy Crosley2019-02-231-0/+8
* Remove spaces on lineTimothy Crosley2019-02-231-1/+1
* Fix issue 576Timothy Crosley2019-02-231-0/+4
* Remove spaces on blank lineTimothy Crosley2019-02-231-1/+1
* Fix isort and editor configTimothy Crosley2019-02-231-1/+1
* Make appdirs an optional requirementTimothy Crosley2019-02-231-5/+11