summaryrefslogtreecommitdiff
path: root/pip/commands
Commit message (Expand)AuthorAgeFilesLines
* Move all internal APIs to pip._internalDonald Stufft2017-08-3114-2169/+0
* Move wheel_cache out of RequirementSet (#4600)Pradyun S. Gedam2017-07-053-2/+5
* Move some RequirementSet attributes to RequirementPreparer (#4583)Pradyun S. Gedam2017-07-053-16/+28
* Refactor/move preparation logic out (#4577)Pradyun S. Gedam2017-06-283-0/+6
* From RequirementSet to Resolver - Part 1 (#4546)Pradyun S. Gedam2017-06-273-25/+46
* Add Required-by field to pip show (#4564)Pradyun S. Gedam2017-06-261-1/+10
* Configuration - Documentation updates (#4556)Pradyun S. Gedam2017-06-241-2/+2
* Begin moving WheelCache to pip.cachePradyun S. Gedam2017-06-153-3/+5
* Merge pull request #4240 from pradyunsg/configuration-commandDonald Stufft2017-06-132-0/+229
|\
| * Sort importsPradyun S. Gedam2017-06-131-1/+1
| * Even edit command needs a load-only valuePradyun S. Gedam2017-06-131-1/+1
| * Merge branch 'master' into configuration-commandPradyun S. Gedam2017-06-134-58/+79
| |\
| * | Add examples to the sub-commandsPradyun S. Gedam2017-06-131-6/+6
| * | Change file_ to fnamePradyun S. Gedam2017-06-011-3/+3
| * | Address review commentsPradyun S. Gedam2017-06-011-5/+12
| * | :art:Pradyun S. Gedam2017-05-201-6/+5
| * | Use an enum-like attribute to refer to configuration sourcesPradyun S. Gedam2017-05-201-6/+6
| * | Rename site-wide to globalPradyun S. Gedam2017-05-201-1/+1
| * | Use exceptions to signal errorsPradyun S. Gedam2017-05-201-57/+50
| * | Add --editor optionPradyun S. Gedam2017-05-201-1/+12
| * | Determine file to load in a separate methodPradyun S. Gedam2017-05-201-20/+41
| * | Use a positional argument to determine the actionPradyun S. Gedam2017-05-201-75/+29
| * | Print the help on not being given optionsPradyun S. Gedam2017-05-201-0/+1
| * | Git messed up whitespace. :/Pradyun S. Gedam2017-05-201-2/+2
| * | Implement get_filePradyun S. Gedam2017-05-201-0/+5
| * | Remove unused importsPradyun S. Gedam2017-05-201-1/+0
| * | Add ConfigurationError and use it.Pradyun S. Gedam2017-05-201-6/+11
| * | Nicer messages/docstrings, better log levelPradyun S. Gedam2017-05-201-17/+20
| * | Add a configuration commandPradyun S. Gedam2017-05-202-0/+231
* | | Merge pull request #4526 from pradyunsg/refactor/resolveDonald Stufft2017-06-133-7/+12
|\ \ \ | |_|/ |/| |
| * | Run resolver in wheel commandPradyun S. Gedam2017-06-131-0/+3
| * | Pull in remote changesPradyun S. Gedam2017-06-013-67/+74
| |\ \
| | * \ Merge branch 'master' into refactor/resolvePradyun S. Gedam2017-06-013-67/+74
| | |\ \
| * | | | :art: unused importsPradyun S. Gedam2017-06-012-2/+0
| |/ / /
| * | | Merge branch 'pradyunsg/master' into refactor/resolvePradyun S. Gedam2017-06-011-51/+57
| |\ \ \
| * | | | Don't resolve inside WheelBuilderPradyun S. Gedam2017-05-311-7/+7
| * | | | Build the resolver in basecommandPradyun S. Gedam2017-05-312-4/+4
| * | | | Start using the resolverPradyun S. Gedam2017-05-312-2/+6
* | | | | Sort imports and minor Flake8 changes (#4520)Pradyun S. Gedam2017-06-132-6/+8
| |_|/ / |/| | |
* | | | TemporaryDirectory abstraction (#4332)Pradyun S. Gedam2017-06-013-72/+79
| |/ / |/| |
* | | :art: Change the if condtion to be cleanerPradyun S. Gedam2017-05-311-6/+6
* | | :art:Pradyun S. Gedam2017-05-311-1/+1
* | | Move all of --target stuff into a separate functionPradyun S. Gedam2017-05-311-50/+56
|/ /
* | :art: Shorten the long linePradyun S. Gedam2017-05-231-2/+2
* | :art: Indent the completion text and use textwrap.dedentPradyun S. Gedam2017-05-231-26/+32
|/
* Merge pull request #4500 from pradyunsg/switch-default-strategyDonald Stufft2017-05-191-1/+1
|\
| * Switch default upgrade strategy to only-if-neededPradyun S. Gedam2017-05-191-1/+1
* | Merge pull request #4144 from takluyver/pep518Donald Stufft2017-05-191-0/+1
|\ \
| * \ Merge branch 'master' into pep518Thomas Kluyver2017-05-1913-94/+91
| |\ \ | | |/
| * | Use no_clean option for wheel build environmentThomas Kluyver2017-04-011-0/+1