summaryrefslogtreecommitdiff
path: root/isort
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| * 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
* | Merge pull request #843 from richardlthomas/fix-issue-826Timothy Edmund Crosley2019-02-251-1/+1
|\ \
| * | Added NOQA to lines to be skipped - expect behavior is now that all isort:ski...Rick Thomas2019-02-251-1/+1
* | | Merge pull request #840 from viourr/black_comma_supportTimothy Edmund Crosley2019-02-251-5/+1
|\ \ \
| * | | Keep trailing comma even for a single from import. Issue 831Jeremiah Paige2019-02-251-5/+1
* | | | move WrapModes to enum.EnumMaxim Kurnikov2019-02-263-16/+28
| |/ / |/| |
* | | fix FinderManager __init__Maxim Kurnikov2019-02-251-12/+18
* | | Fix finder issueTimothy Crosley2019-02-251-1/+1
* | | Merge in hot fix releasesTimothy Crosley2019-02-253-13/+31
|\ \ \ | |/ / |/| / | |/
| * 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
* | lintMaxim Kurnikov2019-02-251-1/+1
* | add type hints to isort/Maxim Kurnikov2019-02-258-130/+299
* | add mypy to CIMaxim Kurnikov2019-02-252-6/+7
* | Update settings.pyTimothy Edmund Crosley2019-02-241-1/+0