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

5558 commits

Author SHA1 Message Date
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
29bab5adbd Support forward slash on windows (#4563)
Support forward slash on windows
2017-06-26 22:07:49 +01: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
c92cbe7aba Add Required-by field to pip show (#4564) 2017-06-26 08:58:52 -04:00
Pradyun S. Gedam
9c76a84f6b Ignore the .idea directory when running flake8 (#4570) 2017-06-26 08:56:36 -04:00
Pradyun S. Gedam
49abd55fe5 Configuration - Documentation updates (#4556) 2017-06-24 13:24:13 -04:00
Pradyun S. Gedam
a24c59fc27 Only apply re-runs marker on CI runs (#4541) 2017-06-17 12:21:14 -04:00
Donald Stufft
454863f514 Merge pull request #4548 from pradyunsg/refactor/cache
Move WheelCache to a new pip.cache
2017-06-17 12:18:30 -04:00
Pradyun S. Gedam
4368439788 🎨 2017-06-16 12:32:41 +05:30
Pradyun S. Gedam
44e82c4cf4 📰 2017-06-16 12:32:10 +05:30
Pradyun S. Gedam
dc8f5825fd 🎨 2017-06-16 12:14:25 +05:30
Pradyun S. Gedam
29df9244f2 🔧 2017-06-16 12:10:42 +05:30
Pradyun S. Gedam
fe5b7c9c9a Begin moving WheelCache to pip.cache 2017-06-15 18:34:05 +05:30
Donald Stufft
28384267f6 Merge pull request #4502 from pradyunsg/tests/nicer-uninstall
Add tests for shortened 'pip uninstall' output
2017-06-14 07:28:48 -04:00
Pradyun S. Gedam
72b91cc109 Address review comments 2017-06-14 10:13:04 +05:30
Pradyun S. Gedam
61b18df5ab 🎨 2017-06-14 10:13:04 +05:30
Pradyun S. Gedam
26c5f12a92 Add a test for compressed_listing 2017-06-14 10:13:04 +05:30
Pradyun S. Gedam
32c8f42729 Add a new create_file helper and use it 2017-06-14 10:13:04 +05:30
Pradyun S. Gedam
715178f1b4 Rename function and change signature 2017-06-14 10:13:04 +05:30
Pradyun S. Gedam
d2aa0d9ab2 Make them independent functions 2017-06-14 10:13:04 +05:30
Pradyun S. Gedam
da77942f00 Refactor output compression into a separate method. 2017-06-14 10:13:04 +05:30
Donald Stufft
78573d9897 Merge pull request #4240 from pradyunsg/configuration-command
Add a configuration command
2017-06-13 15:21:20 -04:00
Donald Stufft
f5558026c5 Merge pull request #4526 from pradyunsg/refactor/resolve
Move prepare_files logic to pip.resolve
2017-06-13 14:41:32 -04:00
Pradyun S. Gedam
4e47f04fe5 Sort imports 2017-06-13 23:41:31 +05:30
Donald Stufft
32601af01c Merge pull request #4481 from pradyunsg/more-checks
Travis CI - Updates and Additions (sorted imports)
2017-06-13 13:54:36 -04:00
Pradyun S. Gedam
e3fd9037a0 Undo un-necessary reformatting 2017-06-13 23:18:51 +05:30
Pradyun S. Gedam
a7d229d155 🎨 2017-06-13 22:56:11 +05:30
Pradyun S. Gedam
e663dc92c3 🎨 2017-06-13 21:49:46 +05:30
Pradyun S. Gedam
b5bfca1004 Address review comment 2017-06-13 21:42:32 +05:30
Pradyun S. Gedam
daf754ae25 Protect get_file_to_edit from not having a load_only 2017-06-13 21:40:35 +05:30
Pradyun S. Gedam
0802d3f082 Even edit command needs a load-only value 2017-06-13 21:33:08 +05:30
Pradyun S. Gedam
b0ed0f7e9b Merge branch 'master' into configuration-command 2017-06-13 21:26:10 +05:30
Donald Stufft
fc3a8e77e6 Merge pull request #4495 from pradyunsg/installed-files-bug-373
Fix for #373
2017-06-13 09:43:13 -04:00
Pradyun S. Gedam
731989a641 Add a comment back 2017-06-13 17:59:33 +05:30
Pradyun S. Gedam
0bd4ba9467 📰 2017-06-13 17:59:33 +05:30
Pradyun S. Gedam
44be0b072a isort: Have better configuration
Add pip._vendor as a third party package
Use the indentation style that the project uses
Add pip and tests as a known first party packages
Change default section to THIRDPARTY
2017-06-13 17:59:33 +05:30
Pradyun S. Gedam
69a30e8fbe Don't lock down minor version when linting 2017-06-13 17:59:33 +05:30
Pradyun S. Gedam
d4f91fdb5a isort: Ignore using setup.cfg 2017-06-13 17:59:33 +05:30
Pradyun S. Gedam
0c8592ccfa Skip vendored files 2017-06-13 17:59:33 +05:30
Pradyun S. Gedam
3fd4beb46d Add an isort job 2017-06-13 17:59:33 +05:30
Pradyun S. Gedam
661e2e81a5 Reformat .travis.yml
Sort the keys alphabetically.
2017-06-13 17:59:33 +05:30
Pradyun S. Gedam
f36a052fa4 Update version of flake8 2017-06-13 17:59:33 +05:30
Pradyun S. Gedam
9923c1ad7e Sort imports and minor Flake8 changes (#4520)
* Run isort on the codebase

Command: isort --recursive --skip __main__.py --skip _vendor -o pip._vendor -sd THIRDPARTY -m 5 -p pip -p tests ./pip ./tests

* 📰
2017-06-13 14:17:00 +02:00
Donald Stufft
6a9e76347f Merge pull request #4542 from pradyunsg/news/upgrade-strategy
Add news entry for upgrade-strategy
2017-06-13 06:59:42 -04:00
Pradyun S. Gedam
ee9de0f354 Add news entry for upgrade-strategy 2017-06-13 13:14:53 +05:30
Pradyun S. Gedam
b75e7c633e Add examples to the sub-commands 2017-06-13 11:53:59 +05:30
Pradyun S. Gedam
5e6be8b4b0 📰 2017-06-13 11:35:40 +05:30
Pradyun S. Gedam
d1197d9ec3 🔧 2017-06-13 11:03:47 +05:30
Pradyun S. Gedam
38e7490a5f Run resolver in wheel command 2017-06-13 10:49:53 +05:30