summaryrefslogtreecommitdiff
path: root/isort/place.py
Commit message (Expand)AuthorAgeFilesLines
* Hotfix: Fixed #1546: Unstable (non-idempotent) behavior with certain src trees.Timothy Crosley2020-10-081-1/+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-071-37/+49
* Merge branch 'develop' of https://github.com/timothycrosley/isort into issue/...issue/1443/initial-progressTimothy Crosley2020-10-061-1/+1
|\
| * Improve placement logic to ensure it takes into account the case where known ...Timothy Crosley2020-09-281-1/+1
* | Stash current progressTimothy Crosley2020-09-031-0/+32
|/
* Flake8 config cleanup.Tamas Szabo2020-07-271-1/+1
* Fix problems found by deepsourceTimothy Crosley2020-06-301-1/+0
* Fix redefinition of global variable in method signatureTimothy Crosley2020-06-301-2/+4
* Fix how src_paths are auto determined (only by dir passed in, manually passed...Timothy Crosley2020-06-271-0/+2
* Improve first part import detection to handle classic non explicit pathsTimothy Crosley2020-06-211-2/+11
* Provide reasons when place importsTimothy Crosley2020-06-201-11/+16
* Add module missing from CI/CDTimothy Crosley2020-06-181-0/+78