summaryrefslogtreecommitdiff
path: root/isort
Commit message (Expand)AuthorAgeFilesLines
* Add test for unseekable pipe errorsTimothy Crosley2020-10-101-0/+3
* Fix formattingTimothy Crosley2020-10-101-5/+5
* Fixed #1542: Bug in VERTICAL_PREFIX_FROM_MODULE_IMPORT wrap mode.Timothy Crosley2020-10-101-13/+21
* Fixed #1548: On rare occasions an unecessary empty line can be added when an ...issue/1548/empty-line-added-after-import-skipTimothy Crosley2020-10-082-6/+17
* Fix issue identified by deepsource: unnecessary call to tuple5.6.1Timothy Crosley2020-10-081-1/+1
* Hotfix: Fixed #1546: Unstable (non-idempotent) behavior with certain src trees.Timothy Crosley2020-10-083-7/+14
* Bump version to 5.6.0Timothy Crosley2020-10-071-1/+1
* Implemented #1540: Officially support Python 3.9 stdlib imports by default.Timothy Crosley2020-10-071-2/+2
* Merge branch 'master' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-10-072-3/+4
|\
| * Fixed #1539: In extremely rare cases isort 5.5.4 introduces syntax error by r...Timothy Crosley2020-10-072-3/+4
* | Try different way to introspect __init__ fileTimothy Crosley2020-10-071-5/+5
* | Address deepsource issueTimothy Crosley2020-10-071-1/+1
* | Finalize built in namespace support testsTimothy Crosley2020-10-071-1/+4
* | Add initial namespace supportTimothy Crosley2020-10-072-37/+51
* | Merge branch 'develop' of https://github.com/timothycrosley/isort into issue/...issue/1443/initial-progressTimothy Crosley2020-10-0618-115/+411
|\ \
| * | Fix issue #1523: isort should keep all as and non as importsTimothy Crosley2020-10-041-5/+8
| * | 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
| * | Merge pull request #1528 from PyCQA/improve-test-coverageTimothy Edmund Crosley2020-10-043-4/+4
| |\ \
| | * | Improve test coverage of sorting.py and setuptools_commands.pyTamas Szabo2020-10-052-3/+3
| | * | Improve test coverage api.py.Tamas Szabo2020-10-041-1/+1
| * | | Merge pull request #1527 from ForkLab/pycharm_profileTimothy Edmund Crosley2020-10-041-1/+5
| |\ \ \
| | * | | Improve PyCharm ProfileDenis Veselov2020-10-041-1/+5
| | |/ /
| * | | Fix warnings can't surpressed with quiet.issue/1525/bug-early-warnings-cant-be-surpressed-with-quietTamas Szabo2020-10-041-7/+9
| |/ /
| * | Merge branch 'develop' of https://github.com/timothycrosley/isort into issue/...Timothy Crosley2020-10-035-4/+36
| |\ \
| | * \ Merge branch 'develop' of https://github.com/PyCQA/isort into issue/1115/only...anirudnits2020-10-024-0/+6
| | |\ \
| | * | | 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
| * | | | Implemented #1487: Improved handling of encoding errors.Timothy Crosley2020-10-033-8/+50
| | |/ / | |/| |
| * | | Fix #1486: Google profile not quite correct.Timothy Crosley2020-10-014-0/+6
| |/ /
| * | Fixes bug in isort-assignments sorting.issue/1515/isort-assignments-sorting-bugTamas Szabo2020-10-011-10/+11
| * | Implemented #1511: Support for easily seeing all files isort will be ran againstissue/1511/show-files-via-cli-supportTimothy Crosley2020-09-301-0/+16
| * | Merge branch 'master' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-09-292-10/+1
| |\ \ | | |/
| | * Hot fix release 5.5.4Timothy Crosley2020-09-292-10/+1
| | * Improve placement logic to ensure it takes into account the case where known ...Timothy Crosley2020-09-291-1/+1
| * | Improve placement logic to ensure it takes into account the case where known ...Timothy Crosley2020-09-281-1/+1
| * | Resolved #1502: Improved float-to-top behavior when there is an existing impo...Timothy Crosley2020-09-272-0/+5
| * | Set google profile not to order by type (#1486)Timothy Crosley2020-09-261-0/+1
| * | Fix #1499: detect start of tripple quote commentsTimothy Crosley2020-09-251-2/+6
| * | Move chdir util to deprecated finders, since it is only used there and otherw...Timothy Crosley2020-09-242-14/+13
| * | Resolve #1495Timothy Crosley2020-09-241-1/+2
| * | Fix issue #1494: pxd files should be sorted by defaultTimothy Crosley2020-09-231-1/+1
| * | Merge pull request #1491 from anirudnits/check-only-with-stdinTimothy Edmund Crosley2020-09-211-6/+15
| |\ \
| | * | Update main.pyTimothy Edmund Crosley2020-09-211-7/+7
| | * | extended check-only option to work with stdinanirudnits2020-09-221-0/+9
| * | | Merge branch 'master' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-09-202-1/+30
| |\ \ \ | | |/ / | |/| / | | |/
| | * Bump version to 5.5.35.5.3Timothy Crosley2020-09-201-1/+1
| | * Fix #1488: isort should never mangle non-import from statementsTimothy Crosley2020-09-201-14/+29
| | * Add support for skipping parensissue/1488/isort-mangling-lines-that-start-with-fromTimothy Crosley2020-09-191-5/+14