summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Initial approach for fixing handling of as mixed with non as imports of same ...issue/1523/isort-removes-non-as-imports-on-same-lineTimothy Crosley2020-10-041-2/+4
* Add failing test for #1523Timothy Crosley2020-10-041-0/+11
* Merge pull request #1528 from PyCQA/improve-test-coverageTimothy Edmund Crosley2020-10-046-25/+71
|\
| * And another go to fix the Windows tests.Tamas Szabo2020-10-051-1/+1
| * Another go at fixing the Windows tests.Tamas Szabo2020-10-051-1/+1
| * Another go at fixing the WIndows tests.Tamas Szabo2020-10-051-3/+3
| * Linting.Tamas Szabo2020-10-051-3/+3
| * Fix test failures on Windows.Tamas Szabo2020-10-051-2/+3
| * Fix for test_hooks.pyTamas Szabo2020-10-051-1/+1
| * Improve test coverage of sorting.py and setuptools_commands.pyTamas Szabo2020-10-052-3/+3
| * Improve test coverage of place.py.Tamas Szabo2020-10-041-2/+3
| * Improve test coverage hooks.pyTamas Szabo2020-10-041-7/+24
| * Improve test coverage api.py.Tamas Szabo2020-10-042-13/+40
* | Update changelogTimothy Crosley2020-10-041-0/+2
* | Merge pull request #1527 from ForkLab/pycharm_profileTimothy Edmund Crosley2020-10-042-1/+6
|\ \
| * | Improve PyCharm ProfileDenis Veselov2020-10-042-1/+6
| |/
* | Merge pull request #1526 from PyCQA/issue/1525/bug-early-warnings-cant-be-sur...Timothy Edmund Crosley2020-10-042-7/+15
|\ \
| * | Fix warnings can't surpressed with quiet.issue/1525/bug-early-warnings-cant-be-surpressed-with-quietTamas Szabo2020-10-042-7/+15
| |/
* | Merge pull request #1524 from anirudnits/correcting_misplaced_test_for_only_m...Timothy Edmund Crosley2020-10-041-16/+33
|\ \ | |/ |/|
| * added another test for full coverage of only-modified flag with check and als...anirudnits2020-10-041-16/+33
|/
* Merge pull request #1521 from PyCQA/issue/1487/improve-handling-of-encoding-e...Timothy Edmund Crosley2020-10-036-8/+89
|\
| * Remove uneccesary spacingTimothy Crosley2020-10-031-1/+1
| * Merge branch 'develop' of https://github.com/timothycrosley/isort into issue/...Timothy Crosley2020-10-038-4/+213
| |\ | |/ |/|
* | Merge pull request #1520 from PyCQA/characterization-test-float-to-top-in-sor...Timothy Edmund Crosley2020-10-031-0/+75
|\ \
| * | Adds characterization tests for float_to_top and on/off.characterization-test-float-to-top-in-sort-on-offTamas Szabo2020-10-031-0/+75
|/ /
* | Merge pull request #1517 from anirudnits/issue/1115/only-modified-verbose-flagTimothy Edmund Crosley2020-10-027-4/+140
|\ \
| * \ Merge branch 'develop' of https://github.com/PyCQA/isort into issue/1115/only...anirudnits2020-10-028-2/+32
| |\ \ | |/ / |/| |
| * | added tests for only-modified flaganirudnits2020-10-022-0/+104
| * | Made sure that verbose output is only shown for modified filesanirudnits2020-10-022-2/+11
| * | Added attribute verbose_output in ParsedContent classanirudnits2020-10-021-2/+16
| * | Added only-modified flag in parse.argsanirudnits2020-10-021-0/+8
| * | Added the only-modified option in the config data schemaanirudnits2020-10-021-0/+1
| | * Fix how unsupported encoding file is createdTimothy Crosley2020-10-031-3/+4
| | * Implemented #1487: Improved handling of encoding errors.Timothy Crosley2020-10-036-9/+91
| |/ |/|
* | Skip tests that are failing on github for windows onlyTimothy Crosley2020-10-011-0/+2
* | Fix #1481: more prominent callout for how config files are loadedTimothy Crosley2020-10-011-0/+4
* | Fix #1486: Google profile not quite correct.Timothy Crosley2020-10-016-2/+26
|/
* Merge pull request #1516 from PyCQA/issue/1515/isort-assignments-sorting-bugTimothy Edmund Crosley2020-10-013-16/+21
|\
| * Fixes bug in isort-assignments sorting.issue/1515/isort-assignments-sorting-bugTamas Szabo2020-10-013-16/+21
|/
* Merge pull request #1512 from PyCQA/issue/1511/show-files-via-cli-supportTimothy Edmund Crosley2020-09-303-4/+37
|\
| * Implemented #1511: Support for easily seeing all files isort will be ran againstissue/1511/show-files-via-cli-supportTimothy Crosley2020-09-303-4/+37
|/
* Add note about fix for #1472Timothy Crosley2020-09-301-0/+3
* Merge pull request #1509 from sobolevn/patch-1Timothy Edmund Crosley2020-09-301-2/+2
|\
| * Fixes syntax highlight in README.mdNikita Sobolev2020-09-301-2/+2
* | Merge pull request #1510 from anirudnits/issue/1472/cli-flag-tests-for-stdinTimothy Edmund Crosley2020-09-301-0/+384
|\ \ | |/ |/|
| * added cli flag tests with stdinanirudnits2020-09-301-0/+384
|/
* Merge branch 'master' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-09-295-11/+45
|\
| * Bump version to 5.5.4 in pyproject.toml5.5.4Timothy Crosley2020-09-291-1/+1
| * Hot fix release 5.5.4Timothy Crosley2020-09-294-10/+45
| * Add unit test case for desired placement behaviorTimothy Crosley2020-09-291-0/+7