summaryrefslogtreecommitdiff
path: root/isort/finders.py
Commit message (Expand)AuthorAgeFilesLines
* Implement conda environment supportTimothy Crosley2019-03-061-7/+21
* Prepare changelog for 4.3.12 release4.3.12Timothy Crosley2019-03-061-1/+2
* Merge pull request #874 from Tenzer/RequirementsFinder-lru-cache-3Timothy Edmund Crosley2019-03-041-1/+10
|\
| * Add LRU cache to RequirementsFinder._get_namesJeppe Fihl-Pearson2019-03-041-1/+10
* | Lookup real path of virtualenvBrian May2019-03-051-0/+1
|/
* Add LRU cache to RequirementsFinder._get_files_from_dirJeppe Fihl-Pearson2019-02-271-6/+20
* disable reqs based finders, they are very slowMaxim Kurnikov2019-02-271-2/+2
* Remove extra blank lineTimothy Crosley2019-02-251-1/+0
* Prepare a hotfix release that handles finder failure on creationTimothy Crosley2019-02-251-3/+13
* Fix usage of config parameter within FindersManager4.3.6Timothy Crosley2019-02-241-1/+1
* Fix usage of config parameter within FindersManagerTimothy Crosley2019-02-241-1/+2
* Bump version to 4.3.6; implement hotfix for #827Timothy Crosley2019-02-241-1/+8
* Update finders.pyTimothy Edmund Crosley2019-02-171-0/+2
* Update finders.pyTimothy Edmund Crosley2019-02-171-0/+3
* Handle third-party packages ending with EXT_SUFFIXJoshua Coats2019-02-111-1/+5
* Remove redundant, default 'r' from open() callsJon Dufresne2018-12-301-1/+1
* Fix test and Travis failuresJon Dufresne2018-10-271-4/+2
* do not load names if loader disabledGram2018-07-111-2/+3
* look in all sections into pipfileGram2018-07-111-4/+3
* change dir for success requirements parsingGram2018-07-111-11/+13
* find requirements in parent dirsGram2018-07-111-43/+89
* Replace `-` to `_` in package names.Gram Orsinium2018-06-231-3/+3
* uncomment Pipfile finderGram2018-06-221-1/+1
* +Pipfile finderGram2018-06-221-12/+33
* +PyPI names normalizing via pipreqsGram2018-06-221-1/+22
* make pip optionalGram2018-06-221-2/+9
* FIX empty module nameGram2018-06-221-3/+5
* +finder based on requirements.txtGram2018-06-221-0/+57
* Split place_module to separated findersGram2018-06-221-0/+169