summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Make don't order by type flag consistent with old settingTimothy Crosley2019-11-061-1/+1
| * Fix known_x support post refactorTimothy Crosley2019-11-062-5/+16
| * Fix length sortTimothy Crosley2019-11-064-8/+4
| * Fix jobs usage in CLITimothy Crosley2019-11-061-1/+1
| * Initially working CLITimothy Crosley2019-11-0611-48/+45
| * Remove no longer working kate pluginTimothy Crosley2019-11-064-196/+0
| * Fix comand line argumentsTimothy Crosley2019-11-061-1/+1
| * Fix comand line argumentsTimothy Crosley2019-11-061-1/+1
| * Fix comand line argumentsTimothy Crosley2019-11-061-2/+2
| * Fix comand line argumentsTimothy Crosley2019-11-061-3/+3
| * Remove ambigous flag noticesTimothy Crosley2019-11-051-9/+0
| * Fix wrap mode selection from CLITimothy Crosley2019-11-051-1/+2
| * Fix file_contents set to NoneTimothy Crosley2019-11-051-2/+2
| * Fix custom wrap mode per import statement supportTimothy Crosley2019-11-051-1/+1
| * Test case fixesTimothy Crosley2019-11-053-20/+18
| * Update wrap.py module to use config object, defaulting to DEFAULT_CONFIG. Maj...Timothy Crosley2019-11-051-24/+25
| * Existing unit tests starting to pass with refactored codeTimothy Crosley2019-11-054-29/+32
| * Update compat module to use FileTimothy Crosley2019-11-051-3/+5
| * Move IO functionality into separate moduleTimothy Crosley2019-11-052-46/+62
| * Further work toward making api.py single entrypointTimothy Crosley2019-11-044-86/+39
| * Add exceptions moduleTimothy Crosley2019-11-041-0/+45
| * Start implementing atomic behaviour in APITimothy Crosley2019-11-042-40/+41
| * Add support for file skip commentTimothy Crosley2019-11-044-3/+8
| * Add exceptions module and UnableToDetermineEncoding exceptionTimothy Crosley2019-11-041-1/+4
| * Add initial simplified API for using isortTimothy Crosley2019-11-046-56/+86
| * Add support for automatically stopping config search when root of repo detectedTimothy Crosley2019-11-041-0/+5
| * Clean up CLI settingsTimothy Crosley2019-11-032-44/+40
| * Black formattingTimothy Crosley2019-11-034-22/+46
| * Switch from config[' to config.Timothy Crosley2019-11-033-74/+78
| * Merge branch 'develop' of https://github.com/timothycrosley/isort into featur...Timothy Crosley2019-11-022-16/+23
| |\ | |/ |/|
* | Merge pull request #1050 from rhwlo/add-importlib-machinery-suffixesTimothy Edmund Crosley2019-10-312-16/+23
|\ \
| * | Find ext suffixes from imp or importlib.machineryJoshua Coats2019-10-312-16/+23
|/ /
| * Start utilizing simplified immutable config objectTimothy Crosley2019-11-023-22/+27
| * Final pass to ensure all config values map to the type checked formTimothy Crosley2019-11-021-13/+15
| * Switch completely to immutable types for config objectTimothy Crosley2019-11-021-65/+44
| * Current progress on refactoring settings, only public interface should be sin...Timothy Crosley2019-11-021-236/+117
| * Add _find_config function to find a single configTimothy Crosley2019-11-021-4/+53
| * Update changelog to mention breaking changes to only use one config file inst...Timothy Crosley2019-11-021-2/+5
| * Fix syntax errors with Config object, make frozen after creationTimothy Crosley2019-11-011-19/+21
| * Add config initTimothy Crosley2019-10-311-0/+19
| * Fix test to worth with set valueTimothy Crosley2019-10-301-1/+1
| * Update test to match new parameter formatTimothy Crosley2019-10-301-2/+2
| * Fix merging of stdlib imports with custom inclusionsTimothy Crosley2019-10-301-1/+1
| * Default to Python3.xTimothy Crosley2019-10-302-5/+6
| * Fix stdlib inclusionsTimothy Crosley2019-10-2918-40/+27
| * Start work on moving configuration objects to use dataclassesTimothy Crosley2019-10-2920-335/+404
| * Improve python version targetingTimothy Crosley2019-10-293-33/+18
| * More fine grained python stdlib inclusionTimothy Crosley2019-10-292-3/+4
| * Start work on new dataclass based configTimothy Crosley2019-10-299-219/+939
| * Add dataclasses backportTimothy Crosley2019-10-292-0/+1174
|/