summaryrefslogtreecommitdiff
path: root/src/pip
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into refactor/reduce-action-at-distancePradyun Gedam2018-03-3066-7330/+1945
|\
| * Merge pull request #4925 from pradyunsg/resolver/move-dependency-info-and-ins...Pradyun Gedam2018-03-294-96/+117
| |\
| | * Merge branch 'master' into resolver/move-dependency-info-and-install-orderPradyun Gedam2018-03-0312-175/+275
| | |\
| | * | Move dependency data into resolverPradyun Gedam2018-01-242-17/+22
| | * | Move installation order computation into ResolverPradyun Gedam2018-01-244-33/+38
| | * | Move installation order code out of RequirementSetPradyun Gedam2018-01-243-55/+66
| * | | Merge pull request #5012 from MarSoft/patch-2Paul Moore2018-03-271-1/+1
| |\ \ \
| | * | | Fix typo in --help for --no-deps optionСемён Марьясин2018-02-021-1/+1
| * | | | Merge pull request #5117 from pradyunsg/misc/help-messagesPradyun Gedam2018-03-271-13/+13
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into misc/help-messagesPradyun Gedam2018-03-2652-7142/+1707
| | |\ \ \ \
| | * | | | | Correctly assign summary for pip configPradyun Gedam2018-03-201-13/+13
| * | | | | | Merge pull request #4985 from anubhavp28/masterPaul Moore2018-03-264-34/+45
| |\ \ \ \ \ \
| | * | | | | | Use an explicit test for shutil.get_terminal_size rather than a version checkPaul Moore2018-03-261-1/+1
| | * | | | | | move docstringAnubhav Patel2018-01-261-4/+9
| | * | | | | | add to __all__Anubhav Patel2018-01-251-2/+2
| | * | | | | | sort imports correctly.Anubhav Patel2018-01-253-3/+3
| | * | | | | | fix wrong variable nameAnubhav Patel2018-01-241-1/+1
| | * | | | | | removed whitespacesAnubhav Patel2018-01-241-4/+4
| | * | | | | | fix mistyped module nameAnubhav Patel2018-01-242-2/+2
| | * | | | | | fixed syntax error in codeAnubhav Patel2018-01-241-1/+1
| | * | | | | | merge master branch into pull request.Anubhav Patel2018-01-2411-71/+142
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | Move get_terminal_size to pip._internal.compatAnubhav Patel2018-01-244-37/+39
| | * | | | | | Updated get_terminal_size to check for shutil.get_terminal_size first. Anubhav Patel2018-01-221-24/+28
| * | | | | | | Merge pull request #4956 from segevfiner/complete-short-optsPaul Moore2018-03-261-6/+9
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | Add auto completion of short optionsSegev Finer2018-01-061-6/+9
| * | | | | | | Merge pull request #4989 from pradyunsg/misc/better-pep-518-messagePaul Moore2018-03-261-3/+7
| |\ \ \ \ \ \ \
| | * | | | | | | Improve message when setuptools is missingPradyun Gedam2018-03-091-3/+7
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge pull request #5116 from pfmoore/issue5085Paul Moore2018-03-262-1/+7
| |\ \ \ \ \ \ \
| | * | | | | | | Hide --no-user optionPaul Moore2018-03-261-1/+2
| | * | | | | | | Fix for issue 5085 (--user set in config causes pip wheel to fail)Paul Moore2018-03-252-1/+6
| * | | | | | | | Merge pull request #5114 from pfmoore/vendoringPaul Moore2018-03-2449-7132/+1683
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Placate flake8 (2 spaces before inline comment)Paul Moore2018-03-243-3/+3
| | * | | | | | | Silence invalid mypy errors (see python/typeshed#1985)Paul Moore2018-03-243-3/+3
| | * | | | | | | Update vendored librariesPaul Moore2018-03-2045-7122/+1673
| | * | | | | | | Update vendor.txtPaul Moore2018-03-201-7/+7
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge branch 'release/9.0.3' into merged/9.0.3Donald Stufft2018-03-211-3/+5
| * | | | | | | Keep install options in requirements.txt from leakingPhil Pennock2018-03-201-3/+5
| |/ / / / / /
| * | | | | | Merge pull request #5053 from pradyunsg/feature/allow-disabling-isolationPaul Moore2018-03-145-9/+30
| |\ \ \ \ \ \
| | * | | | | | Add --no-build-isolation for disabling build isolationPradyun Gedam2018-03-095-9/+30
| | |/ / / / /
| * | | | | | :art:Pradyun Gedam2018-03-031-1/+0
| * | | | | | Move all enviroment management into BuildEnvironmentPradyun Gedam2018-03-032-28/+23
| |/ / / / /
* | | | | | Merge branch 'master' into refactor/reduce-action-at-distancePradyun Gedam2018-03-0320-246/+417
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #4999 from xoviat/pep518-editablePaul Moore2018-03-021-13/+14
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' into pep518-editablexoviat2018-03-013-2/+42
| | |\ \ \ \ \
| | * | | | | | Run 'setup.py develop' in the build environmentxoviat2018-01-281-13/+14
| | * | | | | | Address reviewxoviat2018-01-271-0/+3
| | * | | | | | Fix regressionxoviat2018-01-271-1/+1
| | * | | | | | :art:xoviat2018-01-271-1/+1
| | * | | | | | :art:xoviat2018-01-271-6/+7
| | * | | | | | :art:xoviat2018-01-273-8/+14