summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implemented #1511: Support for easily seeing all files isort will be ran againstissue/1511/show-files-via-cli-supportTimothy Crosley2020-09-303-4/+37
* Add note about fix for #1472Timothy Crosley2020-09-301-0/+3
* Merge pull request #1509 from sobolevn/patch-1Timothy Edmund Crosley2020-09-301-2/+2
|\
| * Fixes syntax highlight in README.mdNikita Sobolev2020-09-301-2/+2
* | Merge pull request #1510 from anirudnits/issue/1472/cli-flag-tests-for-stdinTimothy Edmund Crosley2020-09-301-0/+384
|\ \ | |/ |/|
| * added cli flag tests with stdinanirudnits2020-09-301-0/+384
|/
* Merge branch 'master' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-09-295-11/+45
|\
| * Bump version to 5.5.4 in pyproject.toml5.5.4Timothy Crosley2020-09-291-1/+1
| * Hot fix release 5.5.4Timothy Crosley2020-09-294-10/+45
| * Add unit test case for desired placement behaviorTimothy Crosley2020-09-291-0/+7
| * Improve placement logic to ensure it takes into account the case where known ...Timothy Crosley2020-09-291-1/+1
* | Merge pull request #1506 from PyCQA/issue/1505/isort-crash-on-pyramidTimothy Edmund Crosley2020-09-284-1/+17
|\ \
| * | Mark Fixed #1505: Support case where known_SECTION points to a section not li...Timothy Crosley2020-09-281-0/+1
| * | Improve placement logic to ensure it takes into account the case where known ...Timothy Crosley2020-09-281-1/+1
| * | Add unit test case for desired placement behaviorTimothy Crosley2020-09-281-0/+7
| * | Add Pyramid project to isort integration testsTimothy Crosley2020-09-281-0/+8
|/ /
* | Refactor integration tests to make it easier to add additional projectsTimothy Crosley2020-09-281-115/+50
* | Merge pull request #1503 from PyCQA/issue/1502/improve-float-to-top-when-exis...Timothy Edmund Crosley2020-09-274-10/+118
|\ \
| * | Resolved #1502: Improved float-to-top behavior when there is an existing impo...Timothy Crosley2020-09-274-10/+118
|/ /
* | Set google profile not to order by type (#1486)Timothy Crosley2020-09-262-2/+3
* | Merge pull request #1501 from PyCQA/issue/1499/float-to-top-single-line-multi...Timothy Edmund Crosley2020-09-253-2/+84
|\ \
| * | Mark #1499: as fixed in changelogTimothy Crosley2020-09-251-0/+1
| * | Fix #1499: detect start of tripple quote commentsTimothy Crosley2020-09-251-2/+6
| * | Add test case for #1499: single-line multi-line string comment confuses float...Timothy Crosley2020-09-251-0/+77
|/ /
* | Merge pull request #1498 from hramezani/fix_readmeTimothy Edmund Crosley2020-09-251-3/+3
|\ \
| * | Fix typo in README.mdHasan Ramezani2020-09-251-3/+3
|/ /
* | Add additional test for noqa wap mode to ensure 100% test coverageTimothy Crosley2020-09-241-0/+17
* | Move chdir util to deprecated finders, since it is only used there and otherw...Timothy Crosley2020-09-242-14/+13
* | Resolve #1495Timothy Crosley2020-09-241-1/+2
* | Formatting fixTimothy Crosley2020-09-231-1/+4
* | Update integration test to skip pxd files on pandas project until they are so...Timothy Crosley2020-09-231-1/+5
* | Fix issue #1494: pxd files should be sorted by defaultTimothy Crosley2020-09-233-1/+3
* | Mark Fixed #1492: --check does not work with stdin source.Timothy Crosley2020-09-211-0/+1
* | Merge pull request #1491 from anirudnits/check-only-with-stdinTimothy Edmund Crosley2020-09-212-6/+31
|\ \
| * | Update main.pyTimothy Edmund Crosley2020-09-211-7/+7
| * | added test for check-only option with stdinanirudnits2020-09-221-0/+16
| * | extended check-only option to work with stdinanirudnits2020-09-221-0/+9
* | | Merge branch 'master' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-09-205-2/+166
|\ \ \ | |/ / |/| / | |/
| * Bump version to 5.5.35.5.3Timothy Crosley2020-09-202-2/+2
| * Merge pull request #1490 from PyCQA/issue/1488/isort-mangling-lines-that-star...Timothy Edmund Crosley2020-09-204-2/+166
| |\
| | * Match format of surrounding testsTimothy Crosley2020-09-201-1/+1
| | * Add note to changelogTimothy Crosley2020-09-201-0/+3
| | * Fix #1488: isort should never mangle non-import from statementsTimothy Crosley2020-09-201-14/+29
| | * Add more extensive testing for raise issueTimothy Crosley2020-09-201-1/+67
| | * Add support for skipping parensissue/1488/isort-mangling-lines-that-start-with-fromTimothy Crosley2020-09-192-7/+15
| | * Simpler strategy for following line continuationsTimothy Crosley2020-09-191-6/+4
| | * Extend testing to include paren caseTimothy Crosley2020-09-191-5/+28
| | * Improve test cases, add test for comment that looks like line continuationTimothy Crosley2020-09-191-5/+31
| | * Update cruftTimothy Crosley2020-09-191-2/+2
| | * Initial approach to fix line continuation import identification errorTimothy Crosley2020-09-191-1/+8