summaryrefslogtreecommitdiff
path: root/src/pip
Commit message (Expand)AuthorAgeFilesLines
* Improve --no-color and test for it (#4866)Pradyun Gedam2017-11-202-10/+9
* Merge pull request #4529 from mwilliamson/download-platform-no-depsXavier Fernandez2017-11-171-5/+10
|\
| * Allow downloading of sdists for specific platform with --no-depsMichael Williamson2017-10-121-5/+10
* | Decouple WheelBuilder from RequirementSet (#4860)Pradyun Gedam2017-11-163-18/+13
* | Update comment now that `-d` is not an install option (#4851)Anthony Sottile2017-11-121-3/+2
* | handle missing trailing newline in uninstall_pthMin RK2017-11-051-0/+3
* | Merge pull request #4642 from pradyunsg/feature/idempotent-uninstallPradyun Gedam2017-11-053-10/+13
|\ \
| * | Switch pip uninstall behaviour to be idempotentPradyun S. Gedam2017-11-031-3/+2
| * | Use return values instead of attributesPradyun S. Gedam2017-11-033-7/+11
* | | Add a global option to disable colors (#4739)Oz N Tiram2017-11-052-4/+17
|/ /
* | Merge pull request #4819 from pradyunsg/vendoring/late-oct-2017Pradyun Gedam2017-11-0316-122/+264
|\ \
| * | Update pkg_resources (via setuptools) to 36.6.0.Pradyun Gedam2017-10-282-48/+116
| * | Update six to 1.11.0Pradyun Gedam2017-10-282-17/+40
| * | Update distlib to 0.2.6Pradyun Gedam2017-10-2814-57/+108
* | | Freeze not installed (#4292, #4293)Calvin Smith2017-10-311-6/+24
* | | Record installed files in a deterministic orderMathieu Bridon2017-10-261-0/+1
|/ /
* | More HTTP status codes to retry on (#4473)Bartek Ogryczak2017-10-241-1/+3
* | Address issue #1139: make --force-reinstall not require --upgrade (#4432)Chris Jerdonek2017-10-242-4/+8
* | Remove Circular dependency between Resolver and Preparer (#4636)Pradyun Gedam2017-10-222-58/+69
|/
* Use correct executable name for completion command (#4755)Dustin Ingram2017-10-122-7/+15
* Fix install warning message about mismatched versionsBenoit Pierre2017-10-081-1/+1
* Normalize case before comparing (#4770)Pradyun Gedam2017-10-071-1/+1
* fix un-vendored support; add missing entries (#4661)Benoit Pierre2017-10-071-0/+2
* Fix integration tests on Windows (#4769)Benoit Pierre2017-10-061-1/+1
* Merge pull request #4728 from scop/escseqPradyun Gedam2017-10-061-1/+1
|\
| * Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-09-151-1/+1
* | Fix test after rebasing another time.Chris Jerdonek2017-10-051-1/+1
* | Use guard clause.Chris Jerdonek2017-10-051-9/+9
* | Address review comments.Chris Jerdonek2017-10-051-5/+10
* | Change the default revision from origin/master to master.Chris Jerdonek2017-10-051-1/+1
* | Start using Git.get_revision_sha().Chris Jerdonek2017-10-051-49/+11
* | Add Git.get_revision_sha() with tests.Chris Jerdonek2017-10-051-0/+23
* | Remove the unused is_ref_commit().Chris Jerdonek2017-10-051-8/+0
* | Remove the unused get_refs().Chris Jerdonek2017-10-051-4/+0
* | Address @pradyunsg's review comment.Chris Jerdonek2017-10-055-7/+7
* | Choose a better name, and other clean-ups.Chris Jerdonek2017-10-055-21/+21
* | Change check_version() to accept a commit hash / id.Chris Jerdonek2017-10-055-10/+12
* | Fix check_version() (the tests now pass).Chris Jerdonek2017-10-051-1/+1
* | Address issue #4507: don't warn when installing from a commit hash (#4674)Chris Jerdonek2017-10-051-3/+15
* | Merge pull request #4765 from pradyunsg/misc/remove-platform-glibcDonald Stufft2017-10-041-3/+6
|\ \
| * | Stop depending on platform.libc_ver()Pradyun S. Gedam2017-10-041-3/+6
* | | Update for mypy.Chris Jerdonek2017-10-021-1/+1
* | | Address issue #1130: make pip ignore GIT_DIR and GIT_WORK_TREE.Chris Jerdonek2017-10-023-2/+17
|/ /
* | Autocomplete installed dists in `pip show ...`. (#4749)Antony Lee2017-10-021-2/+6
* | Warn user when installing scripts outside PATH (#4553)Pradyun Gedam2017-10-023-6/+88
* | Add a RevOptions class (#4707)Chris Jerdonek2017-10-025-66/+171
* | Don't assume master branch exists when reinstalling editable package from Git...Dustin Ingram2017-09-301-1/+1
|/
* Merge pull request #4712 from dstufft/upgradeDonald Stufft2017-09-07123-838/+5832
|\
| * Upgrade requestsDonald Stufft2017-09-07118-788/+5743
| * Upgrade cachecontrol, setuptools, and pytomlDonald Stufft2017-09-076-50/+89