summaryrefslogtreecommitdiff
path: root/isort/api.py
Commit message (Expand)AuthorAgeFilesLines
* Add cdef and cpdef supportTimothy Crosley2020-01-061-1/+3
* Fix issue #812: error reporting incorrectTimothy Crosley2020-01-051-1/+1
* Initially working cimport supportTimothy Crosley2020-01-051-6/+11
* Initial work toward cimport supportTimothy Crosley2020-01-041-5/+36
* Fix support for multi-line comments ending in what appear to be commentsTimothy Crosley2019-12-291-1/+1
* Add isort: split action with test casefeature/isort-skip-supportTimothy Crosley2019-12-281-0/+2
* Add support for isort on and off as well as moving toward isort: comment stan...Timothy Crosley2019-12-281-7/+15
* Black formattingpTimothy Crosley2019-12-261-3/+7
* Add support for nested import sectionsfeature/contiguous-import-sortingTimothy Crosley2019-12-261-10/+24
* Simplify core sorting logicTimothy Crosley2019-12-241-97/+82
* Improve top comment handlingTimothy Crosley2019-12-241-1/+2
* Fix stripping of import sections, to avoid stripping new lines before commentsTimothy Crosley2019-12-241-2/+6
* Black formattingTimothy Crosley2019-12-231-1/+3
* Fix line import continuation handlingTimothy Crosley2019-12-231-15/+11
* Update tests to match updated behaviorTimothy Crosley2019-12-231-1/+5
* Fix section comment handlingTimothy Crosley2019-12-231-2/+3
* Fix first comment identificationTimothy Crosley2019-12-231-1/+1
* Black formattingTimothy Crosley2019-12-231-1/+6
* Fully move add_imports to main sort_imports entry pointTimothy Crosley2019-12-231-5/+38
* Move import adding to api.sort_importsTimothy Crosley2019-12-221-1/+5
* Contiguous import sorting working on isort codebaseTimothy Crosley2019-12-211-4/+1
* Sort imports, even when imports are last section of fileTimothy Crosley2019-12-211-0/+13
* Use new congiuous import sorterTimothy Crosley2019-12-201-3/+5
* Fix linting errorsTimothy Crosley2019-12-191-0/+1
* Remove refferences to first commment and top comment in parsing code, move to...Timothy Crosley2019-12-161-2/+9
* FormattingTimothy Crosley2019-12-141-7/+12
* Clear import secitonTimothy Crosley2019-12-131-0/+1
* Take extension in sort_imports endpointsTimothy Crosley2019-12-121-1/+1
* Move over identifier, cast booleanTimothy Crosley2019-12-121-1/+3
* Add missing import for TextIOTimothy Crosley2019-12-111-1/+1
* Parse imports at each sectionTimothy Crosley2019-12-101-7/+7
* Move sort imports to APITimothy Crosley2019-12-091-0/+83
* Flake8 fixesTimothy Crosley2019-11-081-2/+2
* Fix all discovered mypy errorsTimothy Crosley2019-11-081-13/+57
* All test_isort tests now passing!Timothy Crosley2019-11-071-3/+3
* Further refactoring progress, less than 10 test failures on test_isort!Timothy Crosley2019-11-071-2/+2
* Fix logging statuments to include correct file pathTimothy Crosley2019-11-071-2/+2
* Add existing syntax error exception typeTimothy Crosley2019-11-071-1/+4
* Fix remove whitespace usage post refactorTimothy Crosley2019-11-061-2/+3
* Initial support for 'check' post refactorTimothy Crosley2019-11-061-9/+41
* Add extension support to io.FileTimothy Crosley2019-11-061-1/+1
* Initially working CLITimothy Crosley2019-11-061-4/+5
* Existing unit tests starting to pass with refactored codeTimothy Crosley2019-11-051-6/+5
* Move IO functionality into separate moduleTimothy Crosley2019-11-051-46/+6
* Further work toward making api.py single entrypointTimothy Crosley2019-11-041-3/+7
* Start implementing atomic behaviour in APITimothy Crosley2019-11-041-7/+17
* Add support for file skip commentTimothy Crosley2019-11-041-2/+5
* Add exceptions module and UnableToDetermineEncoding exceptionTimothy Crosley2019-11-041-1/+4
* Add initial simplified API for using isortTimothy Crosley2019-11-041-0/+63