summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #969: Add support for single line exclusionsfeature/fix-issue-969Timothy Crosley2020-01-075-3/+38
* Only test fifo on unix systemsfeature/fix-issue-1083Timothy Crosley2020-01-071-4/+8
* Add support for automatically skipping over fifo filesTimothy Crosley2020-01-072-0/+24
* Add cdef and cpdef supportTimothy Crosley2020-01-063-8/+45
* Fix issue #812: error reporting incorrectTimothy Crosley2020-01-053-4/+4
* Improve documentation in regards to issue #698Timothy Crosley2020-01-051-1/+1
* Fix issue #1012Timothy Crosley2020-01-051-2/+2
* Fix issue #1061Timothy Crosley2020-01-053-8/+21
* Merge pull request #1080 from timothycrosley/feature/fix-issue-1067Timothy Edmund Crosley2020-01-052-2/+9
|\
| * black formattingTimothy Crosley2020-01-051-2/+7
| * Update version shorthand flagsTimothy Crosley2020-01-052-2/+4
* | Merge pull request #1079 from timothycrosley/feature/fix-issue-1065Timothy Edmund Crosley2020-01-053-6/+40
|\ \ | |/
| * Fix issue #1065, multiple noqa commentsfeature/fix-issue-1065Timothy Crosley2020-01-053-6/+40
|/
* Add missing test casesTimothy Crosley2020-01-051-0/+26
* Bump version in preperation for 5.0.0 releaseTimothy Crosley2020-01-052-2/+2
* Merge pull request #1078 from timothycrosley/feature/fix-issue-252Timothy Edmund Crosley2020-01-056-25/+454
|\
| * Add test for cimport sorting supportfeature/fix-issue-252Timothy Crosley2020-01-052-1/+360
| * Initially working cimport supportTimothy Crosley2020-01-057-15/+49
| * Add ability to output cimport or import to output.pyTimothy Crosley2020-01-041-7/+11
| * Initial work toward cimport supportTimothy Crosley2020-01-042-15/+50
| * Merge branch 'develop' of https://github.com/timothycrosley/isort into featur...Timothy Crosley2020-01-043-2/+3
| |\ | |/ |/|
* | Merge pull request #1077 from StephenBrown2/update_black_profileTimothy Edmund Crosley2020-01-033-2/+3
|\ \
| * | Update cruftStephen Brown II2020-01-022-2/+2
| * | Add ensure_newline_before_comments to black profileStephen Brown II2020-01-021-0/+1
|/ /
| * FormattingTimothy Crosley2020-01-034-4/+0
| * Add SUPPORTED_EXTENSIONS configuration variable, add pyx to itTimothy Crosley2020-01-032-2/+3
|/
* Fix support for multi-line comments ending in what appear to be commentsTimothy Crosley2019-12-292-1/+26
* Merge pull request #1074 from timothycrosley/feature/isort-skip-supportTimothy Edmund Crosley2019-12-284-18/+64
|\
| * Add isort: split action with test casefeature/isort-skip-supportTimothy Crosley2019-12-282-0/+15
| * Add support for isort on and off as well as moving toward isort: comment stan...Timothy Crosley2019-12-284-23/+41
| * Add test for isort off commentTimothy Crosley2019-12-271-0/+13
|/
* Merge pull request #1073 from timothycrosley/feature/nested-import-supportTimothy Edmund Crosley2019-12-265-9/+61
|\
| * Black formattingpTimothy Crosley2019-12-264-3/+12
| * Merge branch 'develop' of https://github.com/timothycrosley/isort into featur...Timothy Crosley2019-12-262-5/+3
| |\ | |/ |/|
* | Fix CLI running test caseTimothy Crosley2019-12-251-3/+2
* | Fix example to match new behaviourTimothy Crosley2019-12-241-2/+1
* | Merge pull request #1072 from timothycrosley/feature/contiguous-import-sortingTimothy Edmund Crosley2019-12-249-111/+202
|\ \
| | * Add support for nested import sectionsfeature/contiguous-import-sortingTimothy Crosley2019-12-262-10/+53
| |/
| * Skip tests temporarily to streamline mergeTimothy Crosley2019-12-241-0/+2
| * 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-232-15/+12
| * Update tests to match updated behaviorTimothy Crosley2019-12-232-14/+10
| * Fix section comment handlingTimothy Crosley2019-12-232-6/+4
| * Fix first comment identificationTimothy Crosley2019-12-231-1/+1
| * Fix signature of test caseTimothy Crosley2019-12-231-2/+0
| * Black formattingTimothy Crosley2019-12-231-1/+6
| * Fully move add_imports to main sort_imports entry pointTimothy Crosley2019-12-231-5/+38