summaryrefslogtreecommitdiff
path: root/pip
Commit message (Expand)AuthorAgeFilesLines
* Move all internal APIs to pip._internalDonald Stufft2017-08-31283-100190/+0
* Added offending line from requirements file (#4227) (#4635)Filip KokosiƄski2017-08-311-2/+4
* Add support for wheel build tags (#4299)Ian Stapleton Cordasco2017-08-312-2/+8
* Adopt the use of OrderedDict (#4650)Pradyun S. Gedam2017-08-163-34/+5
* Refactor in preparation for issue #1139 fix. (#4644)Chris Jerdonek2017-08-092-55/+40
* Per requirement global options (#4579)Pradyun S. Gedam2017-08-021-1/+2
* Upgrade some vendored dependencies (#4638)Pradyun S. Gedam2017-08-027-520/+554
* Breakup method in pip.operations.prepare (#4602)Pradyun S. Gedam2017-07-231-181/+205
* Introduce pip.cache.Cache base class for pip's caches (#4623)Pradyun S. Gedam2017-07-203-49/+86
* Move get_cache_path_for_link to WheelCache (#4603)Pradyun S. Gedam2017-07-183-52/+44
* Rename variable (#4601)Pradyun S. Gedam2017-07-061-65/+65
* Move wheel_cache out of RequirementSet (#4600)Pradyun S. Gedam2017-07-056-11/+22
* Move some RequirementSet attributes to RequirementPreparer (#4583)Pradyun S. Gedam2017-07-058-83/+97
* Handle sys.__stderr__.encoding not existing (#4599)Paul Moore2017-07-051-1/+8
* Refactor/move preparation logic out (#4577)Pradyun S. Gedam2017-06-285-318/+346
* From RequirementSet to Resolver - Part 1 (#4546)Pradyun S. Gedam2017-06-277-93/+108
* Support forward slash on windows (#4563)Pradyun S. Gedam2017-06-261-3/+6
* Display where pip is looking for packages (#4483)Pradyun S. Gedam2017-06-262-0/+18
* Add Required-by field to pip show (#4564)Pradyun S. Gedam2017-06-261-1/+10
* Configuration - Documentation updates (#4556)Pradyun S. Gedam2017-06-242-3/+9
* :art:Pradyun S. Gedam2017-06-163-4/+3
* Begin moving WheelCache to pip.cachePradyun S. Gedam2017-06-156-106/+127
* Address review commentsPradyun S. Gedam2017-06-141-3/+6
* Rename function and change signaturePradyun S. Gedam2017-06-141-5/+5
* Make them independent functionsPradyun S. Gedam2017-06-141-63/+65
* Refactor output compression into a separate method.Pradyun S. Gedam2017-06-141-37/+48
* Merge pull request #4240 from pradyunsg/configuration-commandDonald Stufft2017-06-138-83/+551
|\
| * Sort importsPradyun S. Gedam2017-06-131-1/+1
| * :art:Pradyun S. Gedam2017-06-131-1/+1
| * Address review commentPradyun S. Gedam2017-06-131-4/+4
| * Protect get_file_to_edit from not having a load_onlyPradyun S. Gedam2017-06-131-0/+3
| * Even edit command needs a load-only valuePradyun S. Gedam2017-06-131-1/+1
| * Merge branch 'master' into configuration-commandPradyun S. Gedam2017-06-1317-301/+407
| |\
| * | Add examples to the sub-commandsPradyun S. Gedam2017-06-131-6/+6
| * | Change file_ to fnamePradyun S. Gedam2017-06-013-26/+26
| * | Address review commentsPradyun S. Gedam2017-06-013-13/+35
| * | Improve testsPradyun S. Gedam2017-05-201-1/+1
| * | Implement section overriding in baseparserPradyun S. Gedam2017-05-201-8/+21
| * | Environment Variables load separately from Environment Configuration.Pradyun S. Gedam2017-05-201-3/+5
| * | :wrench:Pradyun S. Gedam2017-05-201-2/+2
| * | :fire: Get rid of _make_keyPradyun S. Gedam2017-05-201-6/+1
| * | :wrench:Pradyun S. Gedam2017-05-201-6/+6
| * | :art:Pradyun S. Gedam2017-05-201-6/+5
| * | Use an enum-like attribute to refer to configuration sourcesPradyun S. Gedam2017-05-203-24/+40
| * | Rename site-wide to globalPradyun S. Gedam2017-05-202-6/+7
| * | 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
| * | I forgot file is a builtin in Python 2Pradyun S. Gedam2017-05-201-19/+19