summaryrefslogtreecommitdiff
path: root/isort/main.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #911 from timothycrosley/feature/fix-issue-909Timothy Edmund Crosley2019-03-241-1/+2
* Merge pull request #897 from timothycrosley/feature/better-help-docTimothy Edmund Crosley2019-03-101-1/+3
* Fix issue #890Timothy Crosley2019-03-081-0/+2
* Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2019-03-071-0/+2
|\
| * Implement conda environment supportTimothy Crosley2019-03-061-0/+2
* | Fix file skipping in particular with globsTimothy Crosley2019-03-071-5/+5
|/
* Update to include binary/pex improvementTimothy Crosley2019-03-061-0/+2
* Merge in improvement for safe skipsTimothy Edmund Crosley2019-03-061-5/+1
* Merge pull request #850 from mkurnikov/split-sort-imports-cherry-pickedTimothy Edmund Crosley2019-03-031-4/+4
|\
| * rename original_length -> original_num_of_linesMaxim Kurnikov2019-02-261-1/+1
| * rename should_skip -> file_should_be_skippedMaxim Kurnikov2019-02-261-4/+4
* | Add -rr/--reverse-relative option (issue #417)Peter Grayson2019-03-011-0/+2
|/
* move WrapModes to enum.EnumMaxim Kurnikov2019-02-261-1/+1
* Merge in hot fix releasesTimothy Crosley2019-02-251-0/+6
|\
| * Fix issues with -r command4.3.8Timothy Crosley2019-02-251-0/+6
* | add type hints to isort/Maxim Kurnikov2019-02-251-14/+15
* | add mypy to CIMaxim Kurnikov2019-02-251-1/+2
* | Merge branch 'develop' into py3Timothy Edmund Crosley2019-02-241-3/+6
|\ \ | |/
| * Fix documentationTimothy Crosley2019-02-241-3/+3
| * Fix not skip not being honoredfeature/fix-issue-582Timothy Crosley2019-02-231-0/+3
* | Make isort run with Python 3 onlyJon Dufresne2019-02-161-2/+0
|/
* Merge branch 'develop' into test-coverage-improvementsTimothy Edmund Crosley2019-02-151-0/+5
|\
| * Refuse to work in system/.tox/venv/... directories by defaultAarni Koskela2019-01-251-0/+5
* | Unify command line multiprocessing with single processingAarni Koskela2019-01-251-21/+15
* | Use sys.exit(), not exit()Aarni Koskela2019-01-251-2/+2
* | Add a test for the command lineAarni Koskela2019-01-251-4/+4
|/
* Remove all unused code from pie_slice.pyJon Dufresne2019-01-101-5/+3
* Run isort on typing stubsBrandon LeBlanc2019-01-031-1/+2
* Skip files that look like an editor's backup fileJon Dufresne2018-12-301-0/+4
* Remove shebang from isort/main.pyJon Dufresne2018-12-301-1/+0
* :ambulance: follow symbolic links too when walking the pathVincent Hatakeyama2018-08-211-1/+3
* Sort importsTimothy Crosley2018-02-121-1/+1
* Implement fix for issue #654 while still supporting mode described in pull re...Timothy Crosley2018-02-011-1/+1
* Don't attempt to process files we can't openAndy Freeland2018-01-311-3/+7
* Correct typo in usage textAndrew Gaul2018-01-251-1/+1
* Fix 606, adding -k parameter to keep both direct and as importsAndrew Konstantaras2018-01-241-0/+2
* Sorted command line argumentsAndrew Konstantaras2018-01-241-83/+83
* - Use abspath for virtual_env (to make it consistent with settings_path)Bastien GĂ©rard2018-01-231-0/+8
* Update main.pyTimothy Edmund Crosley2018-01-231-1/+1
* Merge branch 'develop' into GH512dmanikowski-reef2018-01-111-6/+40
|\
| * Merge branch 'develop' into parallel-jobsOmer Katz2017-12-091-6/+25
| |\
| * | Process files in parallel.Omer Katz2017-12-091-5/+37
* | | Add mutually exclusive group to argsDawid Manikowski2017-12-281-4/+4
* | | Fix args descriptionDawid Manikowski2017-12-211-2/+2
* | | GH512: Add an option to ignore order within a single import statement.Krzysztof Chomski2017-12-211-3/+4
| |/ |/|
* | Merge pull request #605 from jdufresne/spaceTimothy Edmund Crosley2017-10-301-1/+1
|\ \
| * | Remove unconventional space after shebangJon Dufresne2017-10-201-1/+1
| |/
* | Merge pull request #604 from jdufresne/scriptsTimothy Edmund Crosley2017-10-301-3/+15
|\ \
| * | In iter_source_code() include Python scripts without an extensionJon Dufresne2017-10-211-3/+15
* | | Merge branch 'develop' into developTimothy Edmund Crosley2017-10-301-0/+2
|\ \ \