summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump for release9.0.3release/9.0.3Donald Stufft2018-03-212-2/+2
|
* Restore 2.6 compatibilityDonald Stufft2018-03-212-1/+3
|
* Fix #5081Donald Stufft2018-03-212-3/+11
|
* Fix the release dateDonald Stufft2018-03-211-1/+1
|
* Bump for release9.0.2Donald Stufft2018-03-162-2/+2
|
* Fix more testsDonald Stufft2018-03-161-1/+4
|
* Fix virtualenvrelease/9.0.2Donald Stufft2018-03-161-0/+4433
|
* Fix testsDonald Stufft2018-03-162-2/+5
|
* Bump versionDonald Stufft2018-03-161-1/+1
|
* Import a new version of requestsDonald Stufft2018-03-16124-7544/+18915
|
* Merge pull request #4454 from dstufft/securetransportDonald Stufft2018-03-162-0/+25
| | | | | | Use SecureTransport on macOS (cherry picked from commit 9c037803197b05bb722223c2f5deffcbb7f4b0c4)
* Bump for release of v9.0.19.0.1Donald Stufft2016-11-062-2/+2
|
* Update AUTHORSDonald Stufft2016-11-061-0/+5
|
* Update CHANGES.txt with missing itemsDonald Stufft2016-11-061-2/+9
|
* Upgrade pkg_resources to 28.8.0 (#4094)Donald Stufft2016-11-062-12/+35
|
* OS X -> macOS (#4074)Lipis2016-11-0614-43/+43
|
* check: check and use all available distributionsXavier Fernandez2016-11-043-11/+13
| | | | | Not only the local ones. Fix #4083
* .travis.yml: travis_retry .travis/install.shMarc Abramowitz2016-11-041-1/+1
| | | | | | | so we will retry if an install fails because of a networking blip, like for instance this one with setuptools: https://travis-ci.org/pypa/pip/jobs/58362989
* Typo in `pip list` docs (#4060)Viktor Szépe2016-11-031-2/+2
| | | `pip2 list -o --columns` fails
* Add all currently supported git clone forms to docs (#4072)Simon Pichugin2016-11-031-2/+6
|
* Add warning for forward compatibility breakage (#4079)Xavier Fernandez2016-11-031-1/+4
| | | in the cache for chunked responses (cf issue #4078)
* Correct the setting name in pip list format deprecation (#4069)Donald Stufft2016-11-033-4/+10
|
* Tweak 9.0.0 markup for CHANGES.txtZearin2016-11-031-28/+28
|
* Revert "Normalize file URLs" (#4071)Donald Stufft2016-11-034-35/+4
|
* Fix an incorrect replacement for imports in html5lib (#4068)Donald Stufft2016-11-031-1/+1
|
* Upgrade distro to 1.0.1 (#4067)Donald Stufft2016-11-032-17/+16
|
* incompatible_requirements not used (#4065)Tom V2016-11-031-2/+0
|
* Bump for developmentDonald Stufft2016-11-022-1/+4
|
* Bump for 9.0.0 Release9.0.0Donald Stufft2016-11-022-2/+2
|
* Misc updates (#4056)Donald Stufft2016-11-023-26/+53
| | | | | | * Update AUTHORS.txt * Remove --columns which has been superseded by --format=columns
* Upgrade pkg_resources to setuptools 27.3.0 (#4054)Donald Stufft2016-11-024-125/+751
|
* Deprecate --default-vcs option (#4053)Xavier Fernandez2016-11-022-0/+7
| | | Close issue #4052
* Fix environment markers evaluation - issue #3829 (#4051)Xavier Fernandez2016-11-025-18/+75
|
* add how to install extras from direct repoCody2016-10-311-0/+1
|
* Have our next release be 9.0 instead of 8.2 (#4047)Donald Stufft2016-10-305-27/+14
|
* Ignore comments in pip freeze -r requirements.txt (#4046)Donald Stufft2016-10-303-3/+7
|
* Let the search service handle search order (#4044)Donald Stufft2016-10-302-55/+4
|
* Use the pip._vendor.ordereddict instead of pip.compat (#4045)Donald Stufft2016-10-302-130/+1
|
* Don't raise a warning if PySocks isn't installed (#4043)Donald Stufft2016-10-301-0/+12
|
* Use the canonicalize_name function for finding .dist-info (#3794)Donald Stufft2016-10-301-3/+2
|
* Upgrade Dependencies (#4038)Donald Stufft2016-10-3096-2557/+7077
| | | | | | | | | | | | | | | | | | | | | | * Upgrade distlib to 0.2.4 * Upgrade distro to 1.0.0 * Upgrade html5lib to 1.0b10 * Upgrade requests to 2.11.1 * Upgrade CacheControl to 0.11.7 * Upgrade ipaddress to 1.0.17 * Upgrade pyparsing to 2.1.10 * Upgrade packaging to 16.8 * Add webencodings 0.5 * Add ordereddict 1.1
* Python 3.6 is working on Travis so require it (#4039)Donald Stufft2016-10-291-1/+0
|
* Merge pull request #3904 from minrk/egg-link-priorityXavier Fernandez2016-10-292-4/+31
|\ | | | | don't assume egg-link corresponds to dist to uninstall
| * test uninstall after both install and -eMin RK2016-08-261-0/+27
| | | | | | this used to fail with SETUPTOOLS_SYS_PATH_TECHNIQUE=raw
| * don't assume egg-link corresponds to dist to uninstallMin RK2016-08-261-4/+4
| | | | | | | | | | | | | | by checking if develop_egg_link exists prior to checking dist_info, the `.egg-link` file is attempted to be uninstalled, without checking whether it corresponds to the dist scheduled to be uninstalled. Lowering the priority of the egg-link uninstall fixes this.
* | Canonicalize extras before matching them - Fix issue #3810 (#4037)Xavier Fernandez2016-10-292-4/+31
| | | | | | | | | | | | | | | | | | Canonicalize InstallRequirement.extras since dist.extras are already canonicalized, pip needs to canonicalize extras before matching them with dist.extras Fixes #3810
* | Update changelogXavier Fernandez2016-10-281-8/+33
| |
* | Do not optionally load C dependencies in requests (#4035)Donald Stufft2016-10-283-11/+16
| |
* | Fix test_pip_wheel_builds_when_no_binary_set for Python 3.6Xavier Fernandez2016-10-282-2/+4
| | | | | | | | | | setuptools 0.9.8 was not compatible with Python 3.6 Let's use our simple-3.0.tar.gz file instead.
* | call_subprocess: drop useless command_level argXavier Fernandez2016-10-283-5/+4
| | | | | | | | always called with debug