summaryrefslogtreecommitdiff
path: root/pip
Commit message (Expand)AuthorAgeFilesLines
* Add abort option if existing files are foundSebastian Schaetz2016-10-184-6/+13
* add canonicalize_name() call to showMaxim Kurnikov2016-10-111-3/+7
* Fix pip when using Py2 on Windows with non-ASCII hostname or username (origin...Paul Moore2016-10-051-0/+24
* Add --not-required to list command. (#3986)Xavier Fernandez2016-10-051-0/+19
|\
| * Rename --no-deps-only to --not-required.nvdv2016-10-051-5/+5
| * Add functional test for 'list --no-deps-only' option.nvdv2016-09-301-5/+2
| * Add --no-deps-only option to CHANGES.txt and fix lint warnings.nvdv2016-09-281-5/+7
| * Update 'pip list' docs and simplify get_no_deps_only method.nvdv2016-09-241-3/+2
| * Change option name.nvdv2016-09-231-7/+7
| * Rename "list --leaves" to "list --nodeps" and change its implementation.nvdv2016-09-221-8/+11
| * Add --leaves option to list command.nvdv2016-09-221-0/+18
* | use git fetch --tagsStéphane Bidoul2016-10-031-1/+19
* | Added pip completion support for fish shell.c222016-09-232-1/+15
|/
* Fix using index url with credentials (Issue #3861) (#3977)Carter Thayer2016-09-181-8/+6
* Add an upgrade-strategy option (#3972)Pradyun2016-09-182-13/+52
* Add trailing dot to completion command summary (#3975)Tim D. Smith2016-09-181-1/+1
* Deprecate --egg (#3956)Donald Stufft2016-09-071-0/+9
* Merge pull request #3918 from Ofekmeister/masterPaul Moore2016-09-061-1/+1
|\
| * Fix issue #3233Ofekmeister2016-08-181-1/+1
* | Only import distro if needed (i.e., on Linux)Paul Moore2016-09-011-1/+1
* | Add PEP 425 tags for abi3 / Py_LIMITED_API wheels (#3922)Daniel Holth2016-08-251-0/+9
|/
* Merge pull request #3898 from xavfernandez/check_if_exists_editableXavier Fernandez2016-08-182-0/+7
|\
| * Always check_if_exists for editableXavier Fernandez2016-08-051-0/+1
| * Merge branch 'pr/1552' into check_if_exists_editableXavier Fernandez2016-08-051-0/+6
| |\
| | * Remove `requirement.check_if_exists()` I added in 3870586Marc Abramowitz2014-02-221-4/+1
| | * Set self.satisfied_by back to None;Marc Abramowitz2014-02-221-0/+3
| | * Check self.ignore_installed before doing requirement.check_if_existsMarc Abramowitz2014-02-111-1/+2
| | * [issue 1548] Make pip install -e uninstall existing versionsMarc Abramowitz2014-02-102-0/+6
* | | Use os.path.lexists when checking for virtualenvsTim Heap2016-08-141-1/+1
* | | Vendor distro==0.6.0 (#3906)Xavier Fernandez2016-08-124-5/+1048
* | | Merge pull request #3773 from msabramo/extract_get_install_argsXavier Fernandez2016-08-121-24/+30
|\ \ \
| * | | Extract get_install_args from installMarc Abramowitz2016-06-011-24/+30
* | | | Merge pull request #3760 from patricklaw/pl.pip-install-additional-optionsXavier Fernandez2016-08-124-17/+126
|\ \ \ \
| * | | | Doc nitsPatrick Lawson2016-07-211-1/+1
| * | | | Remove dead code, remove manylinux reference, fix docs enumeration.Patrick Lawson2016-07-211-4/+0
| * | | | Fix old docstring manylinux1 reference.Patrick Lawson2016-07-211-5/+3
| * | | | Add --implementation and --abi parameters to ``pip download``.Patrick Lawson2016-07-214-42/+89
| * | | | Add --platform and --python-version to `pip download`.Mathew Jennings2016-07-214-13/+81
* | | | | Merge pull request #3877 from Carreau/implement-pep-503-data-requiresXavier Fernandez2016-08-113-3/+66
|\ \ \ \ \
| * | | | | Add testsMatthias Bussonnier2016-07-283-19/+16
| * | | | | Fix pep-8, assume work on this Python or invalid specifiers.Matthias Bussonnier2016-07-272-13/+17
| * | | | | 'fix pep8'Matthias Bussonnier2016-07-261-3/+6
| * | | | | Remove get_metadataMatthias Bussonnier2016-07-261-11/+0
| * | | | | Update check_requires_python and describe behavior in docstringMatthias Bussonnier2016-07-261-3/+10
| * | | | | Add DocString to Link.Matthias Bussonnier2016-07-261-0/+13
| * | | | | fixed debug log messagemichaelpacer2016-07-261-2/+1
| * | | | | Draft implementation of pep-503 data-requires-pythonMatthias Bussonnier2016-07-262-3/+54
* | | | | | Merge pull request #3724 from yamt/norm-pathPaul Moore2016-08-092-4/+12
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Normalize file URLsYAMAMOTO Takashi2016-03-222-4/+12
* | | | | | Merge pull request #3825 from papaben/masterXavier Fernandez2016-08-021-1/+4
|\ \ \ \ \ \