summaryrefslogtreecommitdiff
path: root/pip/resolve.py
Commit message (Expand)AuthorAgeFilesLines
* Move all internal APIs to pip._internalDonald Stufft2017-08-311-253/+0
* Adopt the use of OrderedDict (#4650)Pradyun S. Gedam2017-08-161-1/+1
* Refactor in preparation for issue #1139 fix. (#4644)Chris Jerdonek2017-08-091-46/+37
* Move wheel_cache out of RequirementSet (#4600)Pradyun S. Gedam2017-07-051-2/+6
* Move some RequirementSet attributes to RequirementPreparer (#4583)Pradyun S. Gedam2017-07-051-7/+6
* Refactor/move preparation logic out (#4577)Pradyun S. Gedam2017-06-281-318/+33
* From RequirementSet to Resolver - Part 1 (#4546)Pradyun S. Gedam2017-06-271-31/+45
* Display where pip is looking for packages (#4483)Pradyun S. Gedam2017-06-261-0/+5
* :wrench: Fix testsPradyun S. Gedam2017-06-131-1/+1
* Pass requirement_set to _check_skip_installedPradyun S. Gedam2017-05-311-3/+8
* Make finder an initialization argumentPradyun S. Gedam2017-05-311-7/+7
* :pencil:Pradyun S. Gedam2017-05-311-0/+4
* Substitute self with requirement_set where appropriatePradyun S. Gedam2017-05-311-41/+47
* :art:Pradyun S. Gedam2017-05-311-1/+1
* Take an upgrade-strategy as initialization argumentPradyun S. Gedam2017-05-311-7/+15
* Add pip.resolvePradyun S. Gedam2017-05-311-0/+502