- 03 3月, 2019 15 次提交
-
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Edmund Crosley 创作于
Attempt to add mac testing
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Daniel Hahler 创作于
-
由 Daniel Hahler 创作于
This also failed for me with "future" being installed. Not sure if it makes sense to keep it in the first place, since isort appears to require py34 now. Ref: https://github.com/timothycrosley/isort/issues/479#issuecomment-316235116
-
由 Daniel Hahler 创作于
Restore `chdir` after tests. This is relevant for when pytest-cov would display coverage in the end, and would use absolute paths due to this.
-
由 Peter Grayson 创作于
-
- 02 3月, 2019 5 次提交
-
-
由 Timothy Edmund Crosley 创作于
Fix whitespace in warning message
-
由 Timothy Edmund Crosley 创作于
Feature/fix windows support
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
- 01 3月, 2019 1 次提交
-
-
由 Anthony Sottile 创作于
-
- 28 2月, 2019 13 次提交
-
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
Use settings_path instead of additional settings dict; remove encoding set as it didn't seem to fix the windows issue
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Edmund Crosley 创作于
Add LRU cache to RequirementsFinder._get_files_from_dir
-
- 27 2月, 2019 2 次提交
-
-
由 Jeppe Fihl-Pearson 创作于
This caches the result of the function for future invocations with the same input, which can massively speed up future invocations if they have the same input as previous calls. In the case of this function this happens a lot, as it always is tried with all parent paths in the file system from `isort` starting point. The "backports.functools_lru_cache" package is used for Python 2 as it doesn't have the built in `lru_cache` decorator which was added in Python 3.2. Some benchmarks against a folder with 182 Python files with all finders enabled: Python 2.7.15: Before 32 seconds, after 4 seconds. Python 3.7.2: Before 28 seconds, after 2 seconds.
-
由 Timothy Edmund Crosley 创作于
Disable requirements based finders
-
- 26 2月, 2019 1 次提交
-
-
由 Maxim Kurnikov 创作于
-
- 25 2月, 2019 3 次提交
-
-
由 Timothy Crosley 创作于
-
由 Jeremiah Paige 创作于
-
由 Timothy Crosley 创作于
-