summaryrefslogtreecommitdiff
path: root/isort
Commit message (Expand)AuthorAgeFilesLines
* Bump versionTimothy Crosley2019-03-101-1/+1
* Merge pull request #898 from timothycrosley/feature/fix-issue-811Timothy Edmund Crosley2019-03-101-2/+2
* Merge pull request #897 from timothycrosley/feature/better-help-docTimothy Edmund Crosley2019-03-101-1/+3
* Bump versionTimothy Crosley2019-03-091-1/+1
* Fix issue with */ style glob testsTimothy Crosley2019-03-091-1/+1
* Fix issue #889: Isort should not add blank lines to beginning of fileTimothy Crosley2019-03-081-1/+1
* Fix formattingTimothy Crosley2019-03-081-1/+1
* Fix issue #890Timothy Crosley2019-03-083-2/+6
* Fix syntax errorTimothy Crosley2019-03-081-1/+1
* Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2019-03-074-10/+28
|\
| * Implement conda environment supportTimothy Crosley2019-03-062-7/+23
| * Merge pull request #884 from emilmelnikov/patch-1Timothy Edmund Crosley2019-03-061-1/+2
| |\
| | * Do not print file names when in the quiet modeEmil Melnikov2019-03-061-1/+2
| * | Merge in hot fix releaseTimothy Crosley2019-03-062-2/+3
| |/
* | Fix logic error in skip checkTimothy Crosley2019-03-071-1/+1
* | Fix file skipping in particular with globsTimothy Crosley2019-03-073-12/+20
|/
* Merge in fallback encoding supportTimothy Crosley2019-03-061-1/+1
* Allow fallback to OS encodingTimothy Crosley2019-03-061-6/+18
* Fix open usageTimothy Crosley2019-03-061-1/+1
* Update to include binary/pex improvementTimothy Crosley2019-03-062-4/+15
* Merge in improvement for safe skipsTimothy Edmund Crosley2019-03-063-11/+14
* Merge pull request #875 from Tenzer/toml-integer-valuesTimothy Edmund Crosley2019-03-041-1/+1
|\
| * Support integer values for `multi_line_output` from TOML filesJeppe Fihl-Pearson2019-03-041-1/+1
* | Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2019-03-045-50/+61
|\ \ | |/
| * Merge pull request #850 from mkurnikov/split-sort-imports-cherry-pickedTimothy Edmund Crosley2019-03-034-48/+59
| |\
| | * rename original_length -> original_num_of_linesMaxim Kurnikov2019-02-262-5/+5
| | * extract infer_line_separator methodMaxim Kurnikov2019-02-262-6/+10
| | * rename should_skip -> file_should_be_skippedMaxim Kurnikov2019-02-263-6/+6
| | * extract config preparation in separate functionMaxim Kurnikov2019-02-262-32/+39
| * | Pull request to merge in latest hotfix master changes into develop branchTimothy Crosley2019-03-032-2/+2
* | | Merge in fix for issue #876Brian May2019-03-041-0/+1
|/ /
* | Sort importsTimothy Crosley2019-03-021-1/+1
* | Merge pull request #854 from mkurnikov/fix-enum-bug-cherry-pickTimothy Edmund Crosley2019-03-021-2/+9
|\ \
| * | fix bug with parsing WrapModes from config fileMaxim Kurnikov2019-02-271-2/+9
| |/
* | Merge pull request #862 from blueyed/fix-no_lines_before-with-empty-sectionTimothy Edmund Crosley2019-03-021-7/+15
|\ \
| * | Fix no_lines_before with empty sectionDaniel Hahler2019-03-011-7/+15
| |/
* | Merge pull request #867 from jpgrayson/developTimothy Edmund Crosley2019-03-023-7/+7
|\ \
| * | Add -rr/--reverse-relative option (issue #417)Peter Grayson2019-03-013-7/+7
| |/
* | Merge pull request #860 from anderson-dan-w/allow-named-multiline-argTimothy Edmund Crosley2019-03-021-2/+2
|\ \
| * | maybeDan W Anderson2019-02-281-1/+1
| * | from setting.cfg tooDan W Anderson2019-02-281-1/+1
| * | allow named multi_line_import argumentsDan W Anderson2019-02-281-1/+1
| |/
* | Merge pull request #858 from Tenzer/RequirementsFinder-lru-cache-2Timothy Edmund Crosley2019-03-021-1/+11
|\ \
| * | Switch RequiementsFinder._get_names back return an iteratorJeppe Fihl-Pearson2019-02-281-2/+3
| * | Add LRU cache to RequirementsFinder._get_namesJeppe Fihl-Pearson2019-02-281-2/+12
| |/
* | Fix return failureTimothy Crosley2019-03-021-9/+6
* | Merge in latest from masterTimothy Crosley2019-03-013-8/+22
|\ \ | |/ |/|
| * 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