summaryrefslogtreecommitdiff
path: root/isort
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-10-122-9/+28
|\
| * Bump version to 5.6.45.6.4Timothy Crosley2020-10-121-1/+1
| * formatting fixTimothy Crosley2020-10-121-3/+4
| * Merge branch 'master' of https://github.com/timothycrosley/isort into issue/1...Timothy Crosley2020-10-121-1/+1
| |\
| * | Fixed #1556: Empty line added between imports that should be skipped.Timothy Crosley2020-10-121-8/+26
* | | Merge branch 'master' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-10-111-1/+1
|\ \ \ | | |/ | |/|
| * | Bump version to 5.6.35.6.3Timothy Crosley2020-10-111-1/+1
| |/
* | made changes to pass deepsource checkanirudnits2020-10-101-29/+28
* | made some changes to pass deepsource checkanirudnits2020-10-101-4/+4
* | corrected an error with joining imports in one lineanirudnits2020-10-101-1/+1
* | Added code to combine all bare straight imports in a single line when flag is...anirudnits2020-10-101-24/+60
* | Added combine_straight_imports flag in arg_parseranirudnits2020-10-101-17/+26
* | Added combine_straight_import flag in configurations schemaanirudnits2020-10-101-0/+1
|/
* Bump version to 5.6.2Timothy Crosley2020-10-101-1/+1
* 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