summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add failing test to define how top of file / first comments should behave, th...feature/fix-issue-284Timothy Crosley2015-07-141-0/+8
* Sort isortTimothy Crosley2015-07-134-5/+5
* Merge tag '4.0.0' into developTimothy Crosley2015-07-123-3/+10
|\
| * Merge branch 'release/4.0.0'4.0.0Timothy Crosley2015-07-1216-105/+1052
| |\
| | * Add ContributorsTimothy Crosley2015-07-121-0/+7
| | * Bump version to 4.0.0Timothy Crosley2015-07-122-3/+3
| |/ |/|
* | Merge pull request #288 from timothycrosley/feature/python35-supportTimothy Edmund Crosley2015-07-122-4/+4
|\ \
| * | Fix README to note 3.5 supportTimothy Crosley2015-07-121-1/+1
| * | Add python3.5 to toxTimothy Crosley2015-07-121-3/+3
|/ /
* | Merge pull request #287 from timothycrosley/feature/respect-coding-declerationTimothy Edmund Crosley2015-07-123-4/+44
|\ \
| * | Fix testTimothy Crosley2015-07-121-1/+1
| * | Merge in latest changesTimothy Crosley2015-07-123-4/+44
| |\ \ |/ / /
| * | minor fixwim glenn2015-06-051-1/+1
| * | why not just use utf8 in the source directly, actuallywim glenn2015-06-051-1/+2
| * | py2/py3 compatwim glenn2015-06-052-5/+26
| * | ignore gen .eggs dirwim glenn2015-06-051-0/+1
| * | fix typowim glenn2015-06-051-1/+1
| * | test gnarly encodingswim glenn2015-06-051-0/+17
* | | Merge pull request #286 from timothycrosley/custom-sectionsTimothy Edmund Crosley2015-07-128-25/+126
|\ \ \
| * \ \ Merge in latest changes from developcustom-sectionsTimothy Crosley2015-07-128-17/+620
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #264 from mvantellingen/feature/use-parenthesesTimothy Edmund Crosley2015-07-123-2/+18
|\ \ \ \
| * | | | Implement `use_parentheses`.Michael van Tellingen2015-03-313-2/+18
* | | | | Merge pull request #281 from patrickyevsukov/bug-fix/import-splittingTimothy Edmund Crosley2015-07-123-3/+16
|\ \ \ \ \
| * | | | | Fix Import Line Splitting BugPatrick Yevsukov2015-06-103-3/+16
| | |_|/ / | |/| | |
* | | | | Merge pull request #276 from cmeeren/patch-1Timothy Edmund Crosley2015-07-121-1/+1
|\ \ \ \ \
| * | | | | add "io" as known standard libraryChrister van der Meeren2015-06-041-1/+1
| |/ / / /
* | | | | Merge pull request #285 from timothycrosley/feature/no-depsTimothy Edmund Crosley2015-07-127-11/+583
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Switch to using pie_slice, removing all dependenciesTimothy Crosley2015-07-126-7/+532
| * | | | Remove natsorted as dependency replace with built in solution.Timothy Crosley2015-07-123-5/+52
|/ / / /
| | * | Modules in known_first_party or know_third_party will override ones in stdlib.Derrick Petzold2015-05-312-1/+22
| | * | Custom section ordering and support.Derrick Petzold2015-05-316-25/+98
| | * | Ignore .eggs.Derrick Petzold2015-05-301-0/+1
| | * | Added flake8 configuration.Derrick Petzold2015-05-301-0/+4
| |/ / |/| |
* | | Merge pull request #269 from jdunck/print_skip_countTimothy Edmund Crosley2015-05-072-1/+9
|\ \ \
| * | | Print the number of skipped files, if anyJeremy Dunck2015-05-012-1/+9
| |/ /
* | | Merge pull request #262 from benjaminabel/setuptools-integrationTimothy Edmund Crosley2015-05-076-16/+127
|\ \ \
| * | | Add Setuptools integration issue #261Benjamin ABEL2015-03-026-16/+127
| |/ /
* | | Merge pull request #266 from timothycrosley/feature/fix-issue-265Timothy Edmund Crosley2015-05-072-1/+10
|\ \ \
| * | | Fix configuration to match new requirementsfeature/fix-issue-265Timothy Crosley2015-04-151-1/+1
| * | | Add tests to ensure isort correctly recognizes fcntl as a first party importTimothy Crosley2015-04-151-0/+9
| |/ /
* | | Merge pull request #268 from timonwong/patch-1Timothy Edmund Crosley2015-05-071-1/+1
|\ \ \ | |/ / |/| |
| * | Fix [Error 22] under Windows reading .editorconfigTimon Wong/NHNCN2015-04-231-1/+1
|/ /
* | Merge pull request #257 from timothycrosley/feature/fix-issue-250Timothy Edmund Crosley2015-02-192-2/+23
|\ \
| * | Make test more explicitTimothy Crosley2015-02-191-1/+2
| * | Implement desired template variable support behaviour in accordince with test...Timothy Crosley2015-02-191-2/+3
| * | Add test for desired isort behaviour when dealing with Jinja2 and other {} ba...Timothy Crosley2015-02-191-9/+13
| * | Define desired behaviour when encountering jinja variables within import defi...feature/fix-issue-250Timothy Crosley2015-02-191-0/+15
|/ /
* | Add support for formatted list separated valuesTimothy Crosley2015-02-191-2/+6
* | Remove uneeded print statementTimothy Crosley2015-02-191-1/+0
* | Merge pull request #256 from NorthIsUp/patch-1Timothy Edmund Crosley2015-02-192-7/+30
|\ \