summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add test case for issue #691feature/fix-issue-691Timothy Crosley2019-04-091-0/+23
|
* Release version 4.3.17Timothy Crosley2019-04-073-2/+5
|
* Merge pull request #919 from timothycrosley/feature/fix-issue-905Timothy Edmund Crosley2019-04-071-0/+17
|\ | | | | Add test case for issue #905
| * Add test case for issue #905feature/fix-issue-905Timothy Crosley2019-04-071-0/+17
|/
* Merge pull request #917 from timothycrosley/feature/fix-issue-916Timothy Edmund Crosley2019-04-052-1/+20
|\ | | | | Feature/fix issue 916
| * Fix issue #916feature/fix-issue-916Timothy Crosley2019-04-041-1/+1
| |
| * Add correctly failing test case for issueTimothy Crosley2019-04-031-0/+2
| |
| * Fix test caseTimothy Crosley2019-04-031-2/+2
| |
| * Fix test caseTimothy Crosley2019-04-021-1/+1
| |
| * Add initial test caseTimothy Crosley2019-03-301-0/+17
|/
* Merge pull request #913 from timothycrosley/feature/fix-issue-902Timothy Edmund Crosley2019-03-242-4/+5
| | | Feature/fix issue 902
* Merge pull request #912 from timothycrosley/feature/fix-issue-907Timothy Edmund Crosley2019-03-242-1/+2
| | | Fix issue #907, adding minimal appdirs requirement version
* Merge pull request #900 from timothycrosley/feature/fix-issue-778Timothy Edmund Crosley2019-03-241-1/+2
| | | | Fix issue #778, deprecating Python3.4 support - starting with removal…
* Merge pull request #911 from timothycrosley/feature/fix-issue-909Timothy Edmund Crosley2019-03-243-3/+38
| | | | Feature/fix issue 909
* Merge pull request #906 from gurunath-p/patch-1Timothy Edmund Crosley2019-03-191-0/+6
|\ | | | | Add .pre-commit-hooks.yaml to ensure use with pre-commit
| * Add .pre-commit-hooks.yaml to ensure use with pre-commitP R Gurunath2019-03-191-0/+6
|/ | | Helps isort work as a pre-commit hook with [pre-commit](https://pre-commit.com/)
* Merge pull request #900 from timothycrosley/feature/fix-issue-778Timothy Edmund Crosley2019-03-113-3/+11
|\ | | | | Fix issue #778, deprecating Python3.4 support - starting with removal…
| * Fix issue #778, deprecating Python3.4 support - starting with removal of userfeature/fix-issue-778Timothy Crosley2019-03-113-3/+11
|/
* Bump versionTimothy Crosley2019-03-102-2/+2
|
* Enable autodeployTimothy Crosley2019-03-101-4/+14
|
* Merge pull request #898 from timothycrosley/feature/fix-issue-811Timothy Edmund Crosley2019-03-103-2/+17
| | | Fix handling of whitespace character
* Merge pull request #897 from timothycrosley/feature/better-help-docTimothy Edmund Crosley2019-03-101-1/+3
| | | Feature/better help doc
* Update changelogTimothy Crosley2019-03-101-0/+3
|
* Bump versionTimothy Crosley2019-03-092-2/+2
|
* Add to changelogTimothy Crosley2019-03-091-0/+3
|
* Fix issue with */ style glob testsTimothy Crosley2019-03-091-1/+1
|
* Add addition test to ensure */directory/*.py glob pattern works as expectedTimothy Crosley2019-03-091-1/+2
|
* Update changelog4.3.14Timothy Crosley2019-03-081-1/+3
|
* Fix issue #889: Isort should not add blank lines to beginning of fileTimothy Crosley2019-03-083-2/+11
|
* Fix formattingTimothy Crosley2019-03-081-1/+1
|
* Fix issue #890Timothy Crosley2019-03-085-2/+28
|
* Fix syntax errorTimothy Crosley2019-03-081-1/+1
|
* Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2019-03-077-12/+54
|\
| * Merge in changelog updateTimothy Crosley2019-03-061-0/+5
| |
| * Implement conda environment supportTimothy Crosley2019-03-062-7/+23
| |
| * Merge pull request #884 from emilmelnikov/patch-1Timothy Edmund Crosley2019-03-062-1/+18
| |\ | | | | | | Do not print file names when in the quiet mode
| | * Do not print file names when in the quiet modeEmil Melnikov2019-03-062-1/+18
| | | | | | | | | | | | | | | | | | The current help for the `--quiet` option says that it enables "extra quiet output, only errors are outputted". However, isort still prints `Fixing spam/eggs.py` messages to stdout.
| * | Merge in hot fix releaseTimothy Crosley2019-03-064-4/+8
| |/
* | Fix logic error in skip checkTimothy Crosley2019-03-071-1/+1
| |
* | Fix file skipping in particular with globsTimothy Crosley2019-03-074-12/+34
| |
* | Add first additional test caseTimothy Crosley2019-03-071-1/+8
|/
* Merge in fallback encoding supportTimothy Crosley2019-03-061-1/+1
|
* Allow fallback to OS encodingTimothy Crosley2019-03-061-6/+18
|
* Fix open usageTimothy Crosley2019-03-061-1/+1
|
* Update to include binary/pex improvementTimothy Crosley2019-03-062-4/+15
|
* Merge in improvement for safe skipsTimothy Edmund Crosley2019-03-067-19/+29
|
* Merge pull request #875 from Tenzer/toml-integer-valuesTimothy Edmund Crosley2019-03-041-1/+1
|\ | | | | Support integer values for `multi_line_output` from TOML files
| * Support integer values for `multi_line_output` from TOML filesJeppe Fihl-Pearson2019-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | TOML is a typed file format so if you had `multi_line_output = 3` specified in your `pyproject.toml` file you would get an error like this after the changes in https://github.com/timothycrosley/isort/pull/860 were merged in: > TypeError: getattr(): attribute name must be string This change makes sure the attribute name is a string when passed to `getattr()` to avoid errors like this going forward.
* | Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2019-03-0410-53/+112
|\ \ | |/
| * Add downloads linkTimothy Crosley2019-03-031-0/+3
| |