summaryrefslogtreecommitdiff
path: root/isort
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #900 from timothycrosley/feature/fix-issue-778Timothy Edmund Crosley2019-03-231-1/+1
* 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
* 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