-
-
Notifications
You must be signed in to change notification settings - Fork 597
Comparing changes
Open a pull request
base repository: PyCQA/isort
base: 4.3.14
head repository: PyCQA/isort
compare: 4.3.15
Commits on Mar 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4a52002 - Browse repository at this point
Copy the full SHA 4a52002View commit details
Commits on Mar 2, 2019
-
Merge pull request #866 from asottile/patch-1
Fix whitespace in warning message
Configuration menu - View commit details
-
Copy full SHA for bde366e - Browse repository at this point
Copy the full SHA bde366eView commit details
Commits on Mar 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7c69483 - Browse repository at this point
Copy the full SHA 7c69483View commit details -
tests: fix default_settings_path
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.
Configuration menu - View commit details
-
Copy full SHA for 8ddec25 - Browse repository at this point
Copy the full SHA 8ddec25View commit details -
Fix test_inconsistent_behavior_in_python_2_and_3_issue_479
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: #479 (comment)
Configuration menu - View commit details
-
Copy full SHA for de86190 - Browse repository at this point
Copy the full SHA de86190View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb633f2 - Browse repository at this point
Copy the full SHA cb633f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for db0107b - Browse repository at this point
Copy the full SHA db0107bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac94680 - Browse repository at this point
Copy the full SHA ac94680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cb20d7 - Browse repository at this point
Copy the full SHA 6cb20d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 379865f - Browse repository at this point
Copy the full SHA 379865fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e35b181 - Browse repository at this point
Copy the full SHA e35b181View commit details -
Configuration menu - View commit details
-
Copy full SHA for e987c46 - Browse repository at this point
Copy the full SHA e987c46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40f9446 - Browse repository at this point
Copy the full SHA 40f9446View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5540530 - Browse repository at this point
Copy the full SHA 5540530View commit details -
Merge pull request #869 from timothycrosley/feature/add-mac-testing
Attempt to add mac testing
Configuration menu - View commit details
-
Copy full SHA for f85db35 - Browse repository at this point
Copy the full SHA f85db35View commit details -
Configuration menu - View commit details
-
Copy full SHA for a19662a - Browse repository at this point
Copy the full SHA a19662aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6ff653 - Browse repository at this point
Copy the full SHA f6ff653View commit details
Commits on Mar 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1ec68ab - Browse repository at this point
Copy the full SHA 1ec68abView commit details -
Add LRU cache to RequirementsFinder._get_names
This should speed up the isort invocations significantly, like what #856 intended to do, but somehow missed the mark. The `_get_names` method of RequirementsFinder seem to be the biggest culprit and not `_get_files_from_dir`. I think I confused my previous benchmark results due to `PipfileFinder` and `RequirementsFinder` being enabled in the same change, so I may potentially have swapped around the benchmark results 🤦♂️
Configuration menu - View commit details
-
Copy full SHA for eb653c8 - Browse repository at this point
Copy the full SHA eb653c8View commit details
Commits on Mar 5, 2019
-
Lookup real path of virtualenv
This ensures we don't get confused and incorrectly classify third party libraries as first party libraries. Fixes #876.
Configuration menu - View commit details
-
Copy full SHA for 7834801 - Browse repository at this point
Copy the full SHA 7834801View commit details -
Merge pull request #877 from brianmay/fix_symlink_virtualenv
Lookup real path of virtualenv
Configuration menu - View commit details
-
Copy full SHA for d0d4790 - Browse repository at this point
Copy the full SHA d0d4790View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2130dff - Browse repository at this point
Copy the full SHA 2130dffView commit details -
Merge pull request #874 from Tenzer/RequirementsFinder-lru-cache-3
Add LRU cache to RequirementsFinder._get_names
Configuration menu - View commit details
-
Copy full SHA for bcec89b - Browse repository at this point
Copy the full SHA bcec89bView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 2c59158 - Browse repository at this point
Copy the full SHA 2c59158View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7422c7 - Browse repository at this point
Copy the full SHA c7422c7View commit details
Commits on Mar 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 175b7f5 - Browse repository at this point
Copy the full SHA 175b7f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea62412 - Browse repository at this point
Copy the full SHA ea62412View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eb3264 - Browse repository at this point
Copy the full SHA 2eb3264View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ef06b1 - Browse repository at this point
Copy the full SHA 0ef06b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61563f3 - Browse repository at this point
Copy the full SHA 61563f3View commit details -
Merge pull request #878 from timothycrosley/feature/fix-issue-873
Feature/fix issue 873
Configuration menu - View commit details
-
Copy full SHA for ccca48c - Browse repository at this point
Copy the full SHA ccca48cView commit details -
Configuration menu - View commit details
-
Copy full SHA for df6de29 - Browse repository at this point
Copy the full SHA df6de29View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0434ef - Browse repository at this point
Copy the full SHA f0434efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f89ff8 - Browse repository at this point
Copy the full SHA 9f89ff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83c3b63 - Browse repository at this point
Copy the full SHA 83c3b63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 130bf3a - Browse repository at this point
Copy the full SHA 130bf3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eb4725 - Browse repository at this point
Copy the full SHA 6eb4725View commit details -
Configuration menu - View commit details
-
Copy full SHA for a278be9 - Browse repository at this point
Copy the full SHA a278be9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 138a4a1 - Browse repository at this point
Copy the full SHA 138a4a1View commit details
Commits on Mar 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for be50253 - Browse repository at this point
Copy the full SHA be50253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ebab7c - Browse repository at this point
Copy the full SHA 2ebab7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35765c5 - Browse repository at this point
Copy the full SHA 35765c5View commit details -
Merge pull request #886 from timothycrosley/feature/anaconda-support
Feature/anaconda support
Configuration menu - View commit details
-
Copy full SHA for d6f200b - Browse repository at this point
Copy the full SHA d6f200bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a856aa - Browse repository at this point
Copy the full SHA 3a856aaView commit details
Commits on Mar 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4f4064b - Browse repository at this point
Copy the full SHA 4f4064bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f981631 - Browse repository at this point
Copy the full SHA f981631View commit details -
Merge pull request #891 from timothycrosley/feature/fix-issue-885
Feature/fix issue 885
Configuration menu - View commit details
-
Copy full SHA for 476ebe4 - Browse repository at this point
Copy the full SHA 476ebe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12c034a - Browse repository at this point
Copy the full SHA 12c034aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa3421e - Browse repository at this point
Copy the full SHA fa3421eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 855806f - Browse repository at this point
Copy the full SHA 855806fView commit details
There are no files selected for viewing