summaryrefslogtreecommitdiff
path: root/isort/isort.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #898 from timothycrosley/feature/fix-issue-811Timothy Edmund Crosley2019-03-101-2/+2
* 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-081-1/+2
* Fix syntax errorTimothy Crosley2019-03-081-1/+1
* Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2019-03-071-1/+2
|\
| * Do not print file names when in the quiet modeEmil Melnikov2019-03-061-1/+2
* | Fix logic error in skip checkTimothy Crosley2019-03-071-1/+1
* | Fix file skipping in particular with globsTimothy Crosley2019-03-071-6/+14
|/
* 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-061-4/+13
* Merge in improvement for safe skipsTimothy Edmund Crosley2019-03-061-1/+2
* Merge pull request #850 from mkurnikov/split-sort-imports-cherry-pickedTimothy Edmund Crosley2019-03-031-43/+13
|\
| * rename original_length -> original_num_of_linesMaxim Kurnikov2019-02-261-4/+4
| * extract infer_line_separator methodMaxim Kurnikov2019-02-261-6/+1
| * rename should_skip -> file_should_be_skippedMaxim Kurnikov2019-02-261-1/+1
| * extract config preparation in separate functionMaxim Kurnikov2019-02-261-32/+7
* | 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
| |/
* | Add -rr/--reverse-relative option (issue #417)Peter Grayson2019-03-011-7/+4
|/
* 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-261-10/+10
|/
* add type hints to isort/Maxim Kurnikov2019-02-251-56/+171
* Merge branch 'develop' into py3Timothy Edmund Crosley2019-02-241-6/+21
|\
| * Fix conditionalTimothy Crosley2019-02-241-1/+1
| * Fix issue #762feature/fix-issue-762Timothy Crosley2019-02-241-2/+1
| * 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
| * Update isort.pyTimothy Edmund Crosley2019-02-171-1/+0
| * Merge branch 'develop' into developTimothy Edmund Crosley2019-02-171-14/+21
| |\
| * | Add option to ignore commentsJin Suk Park2018-11-211-4/+9
* | | Make isort run with Python 3 onlyJon Dufresne2019-02-161-7/+3
| |/ |/|
* | Merge pull request #788 from astrofrog/length-sort-per-sectionTimothy Edmund Crosley2019-02-151-5/+9
|\ \
| * | Added support for opting in to line length sorting for only specific sectionsThomas Robitaille2018-12-171-5/+9
| |/
* | Merge pull request #766 from brainix/correctly-sortedTimothy Edmund Crosley2019-01-141-0/+4
|\ \
| * | Add correctly_sorted property on SortImportsRajiv Bakulesh Shah2018-10-291-0/+4
| |/
* | Remove all unused code from pie_slice.pyJon Dufresne2019-01-101-3/+3
* | Replace custom OrderedSet class with OrderedDictJon Dufresne2018-12-311-7/+6
|/
* Merge pull request #734 from michal800106/developTimothy Edmund Crosley2018-09-221-1/+5
|\
| * Make formatting import compatible with black checkMichal Zielonka2018-08-131-1/+5
* | Split place_module to separated findersGram2018-06-221-116/+4
|/
* Merge pull request #703 from 5monkeys/feature/fix-issue-692Timothy Edmund Crosley2018-05-281-1/+30
|\
| * Add support for PY3-style packagesJonas Lundberg2018-05-071-7/+15
| * Use listdir instead of walkJonas Lundberg2018-05-071-9/+10