1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

15 commits

Author SHA1 Message Date
Pradyun S. Gedam
1443be07bb Adopt the use of OrderedDict (#4650) 2017-08-16 12:57:11 -04:00
Chris Jerdonek
d5402d33e1 Refactor in preparation for issue #1139 fix. (#4644) 2017-08-09 16:30:13 -04:00
Pradyun S. Gedam
6f29b5d552 Move wheel_cache out of RequirementSet (#4600)
It now goes into both Resolver and WheelBuilder, where it belongs.
2017-07-05 19:57:35 -04:00
Pradyun S. Gedam
581c12b5bc Move some RequirementSet attributes to RequirementPreparer (#4583)
* Move some attributes to RequirementPreparer

* 🎨

Remove unused import
2017-07-05 14:41:45 -04:00
Pradyun S. Gedam
2dad78a99f Refactor/move preparation logic out (#4577) 2017-06-28 18:29:32 -04:00
Pradyun S. Gedam
69ef4d9224 From RequirementSet to Resolver - Part 1 (#4546) 2017-06-27 12:37:38 -04:00
Pradyun S. Gedam
21be153044 Display where pip is looking for packages (#4483)
Display where PackageFinder is looking for packages
2017-06-26 21:45:47 +01:00
Pradyun S. Gedam
2bd5714ad5 🔧 Fix tests
Hopefully, this is all that needs fixing.
2017-06-13 09:50:47 +05:30
Pradyun S. Gedam
c5a5121a6a
Pass requirement_set to _check_skip_installed 2017-05-31 15:11:39 +05:30
Pradyun S. Gedam
a2447ff19b
Make finder an initialization argument 2017-05-31 15:11:17 +05:30
Pradyun S. Gedam
d6d26a5f14
📝 2017-05-31 15:09:26 +05:30
Pradyun S. Gedam
7981f7493f
Substitute self with requirement_set where appropriate 2017-05-31 14:50:32 +05:30
Pradyun S. Gedam
a49a79ecda
🎨 2017-05-31 14:49:52 +05:30
Pradyun S. Gedam
3a1fbc5087
Take an upgrade-strategy as initialization argument 2017-05-31 14:49:38 +05:30
Pradyun S. Gedam
8e4b226362
Add pip.resolve
Move out code (pip.req.req_set.prepare_files and support) out into pip.resolve
2017-05-31 10:17:06 +05:30