summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed #1548: On rare occasions an unecessary empty line can be added when an ...issue/1548/empty-line-added-after-import-skipTimothy Crosley2020-10-084-6/+106
* 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-086-8/+23
* Improve changelog formattingTimothy Crosley2020-10-071-6/+6
* Revert "Test against 3.9"5.6.0Timothy Crosley2020-10-072-2/+2
* Test against 3.9Timothy Crosley2020-10-072-2/+2
* Bump version to 5.6.0Timothy Crosley2020-10-072-2/+2
* Finalize 5.6.0 changelogTimothy Crosley2020-10-071-1/+3
* Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-10-071-0/+63
|\
| * Merge pull request #1538 from jamescurtin/github-action-documentationTimothy Edmund Crosley2020-10-071-0/+63
| |\
| | * Add documentation for Github ActionsJames Curtin2020-10-071-0/+63
* | | Implemented #1540: Officially support Python 3.9 stdlib imports by default.Timothy Crosley2020-10-072-2/+3
|/ /
* | Merge branch 'master' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-10-075-4/+57
|\ \ | |/ |/|
| * Emphasis rarity of issue5.5.5Timothy Crosley2020-10-071-1/+1
| * Fixed #1539: In extremely rare cases isort 5.5.4 introduces syntax error by r...Timothy Crosley2020-10-075-5/+58
* | Merge pull request #1537 from PyCQA/issue/1443/initial-progressTimothy Edmund Crosley2020-10-0723-4/+98
|\ \
| * | Try different way to introspect __init__ fileTimothy Crosley2020-10-071-5/+5
| * | Address deepsource issueTimothy Crosley2020-10-071-1/+1
| * | Add missing fileTimothy Crosley2020-10-071-0/+0
| * | Finalize built in namespace support testsTimothy Crosley2020-10-073-12/+13
| * | Add an almost implicit example of namespacesTimothy Crosley2020-10-074-0/+2
| * | Mark Fixed #1443 in changelogTimothy Crosley2020-10-071-0/+1
| * | Add initial namespace supportTimothy Crosley2020-10-072-37/+51
| * | Add test cases for intended placement support of namespace packagesTimothy Crosley2020-10-072-0/+34
| * | Add isortcfgs for namespace examplesTimothy Crosley2020-10-076-2/+10
| * | Add a lack of namespace package exampleTimothy Crosley2020-10-073-0/+0
| * | Merge branch 'develop' of https://github.com/timothycrosley/isort into issue/...issue/1443/initial-progressTimothy Crosley2020-10-0651-342/+4465
| |\ \ | |/ / |/| |
* | | Add Aniruddha Bhattacharjee (@anirudnits) to core developer listTimothy Crosley2020-10-051-0/+1
* | | Add Hasan Ramezani (@hramezani) and Denis Veselov (@saippuakauppias) to ackno...Timothy Crosley2020-10-051-0/+2
* | | Add @jugmac00's Products.ZopeTree to integration test suiteTimothy Crosley2020-10-051-0/+5
* | | Merge pull request #1529 from PyCQA/issue/1523/isort-removes-non-as-imports-o...Timothy Edmund Crosley2020-10-044-4/+48
|\ \ \
| * | | Add #1523 to changelogTimothy Crosley2020-10-041-1/+3
| * | | Fix issue #1523: isort should keep all as and non as importsTimothy Crosley2020-10-043-6/+35
| * | | 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
|\ \ \ \