summaryrefslogtreecommitdiff
path: root/pip
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '1.5.X'1.5.6Donald Stufft2014-05-1665-8360/+1176
|\
| * Bump versionDonald Stufft2014-05-161-1/+1
| * Upgrade requests to 2.3.0Donald Stufft2014-05-1664-8359/+1175
* | Merge branch '1.5.X'1.5.5Donald Stufft2014-05-0335-833/+1195
|\ \ | |/
| * Bump versionDonald Stufft2014-05-031-1/+1
| * Upgrade setuptools to 3.4.4Donald Stufft2014-05-022-36/+79
| * Upgrade colorama to 0.3.1Donald Stufft2014-05-027-419/+423
| * Upgrade six to 1.6.1Donald Stufft2014-05-022-12/+26
| * Upgrade html5lib to 1.0b3Donald Stufft2014-05-0214-241/+234
| * Upgrade distlib to 0.1.8Donald Stufft2014-05-0211-119/+419
| * use copy2, not move, to ensure dirs are not copiedMarcus Smith2014-04-231-2/+6
| * move directory creation below the file filteringMarcus Smith2014-04-221-2/+4
| * don't install empty dirs during wheel installsMarcus Smith2014-04-211-4/+6
* | Merge branch '1.5.X'1.5.4Donald Stufft2014-02-212-3/+4
|\ \ | |/
| * Bump versionDonald Stufft2014-02-211-1/+1
| * log deprecation for --build when value is different than defaultMarcus Smith2014-02-201-1/+3
| * can't log deprecation for --build, since it's set alwaysMarcus Smith2014-02-201-1/+0
* | Merge branch '1.5.X'1.5.3Donald Stufft2014-02-209-102/+504
|\ \ | |/
| * Bump version and mark release date in the changelogDonald Stufft2014-02-201-1/+1
| * Upgrade six to 1.5.2Donald Stufft2014-02-202-30/+258
| * Don't pass a unicode __file__ to setup.py on Python 2.xDonald Stufft2014-02-201-1/+5
| * Ensure wheel-Version is compatible with pipMatthew Iversen2014-02-192-1/+55
| * deprecate --build and --no-cleanMarcus Smith2014-02-161-2/+8
| * cherry-pick fixesMarcus Smith2014-02-081-5/+6
| * fixes for downloading wheels (Issue #1112)Marcus Smith2014-02-081-16/+27
| * when file urls have hash fragments, check itMarcus Smith2014-02-081-8/+13
| * 'pip wheel' should download wheels, when it finds themMarcus Smith2014-02-084-45/+135
| * Special case os.devnull for PIP_CONFIG_FILE to mean 'no config file'Paul Moore2014-02-071-1/+4
* | pip docs refactorMarcus Smith2014-02-111-3/+0
|/
* Bump versionDonald Stufft2014-01-261-1/+1
* Upgrade requests to 2.2.1Donald Stufft2014-01-2310-45/+163
* Properly parse comments from the end of a lineDonald Stufft2014-01-221-0/+4
* Upgrade pkg_resources to setuptools 2.1Donald Stufft2014-01-212-32/+24
* Version bump and Changelog gets a release date1.5.1Donald Stufft2014-01-201-1/+1
* Bump version1.5.1rc1Donald Stufft2014-01-161-1/+1
* Upgrade distlib to 0.1.7Donald Stufft2014-01-167-10/+34
* raise InvalidWheelFilename if version is missing in wheel filenameRalf Schmitt2014-01-161-1/+1
* Merge pull request #1445 from schmir/fix-wheel-single-digit-versionMarcus Smith2014-01-151-1/+1
|\
| * make sure that wheel files with a single digit version do workRalf Schmitt2014-01-091-1/+1
* | have bootstrap install setuptools as well if it's not installedMarcus Smith2014-01-141-1/+6
* | Return the native string typeDonald Stufft2014-01-111-2/+6
* | show what commands are deprecated in `pip -h`Marcus Smith2014-01-113-3/+3
* | use `Logger.deprecated` for deprecation warningsMarcus Smith2014-01-103-3/+3
* | If --allow-unverified is used assume it also means --allow-externalDonald Stufft2014-01-101-0/+3
* | Explicitly test for setuptools and not pkg_resourcesDonald Stufft2014-01-101-1/+1
* | consistent deprecation messagesMarcus Smith2014-01-093-14/+9
* | Upgraded requests to 2.2.0Donald Stufft2014-01-0950-49/+7624
* | Dont' fail on ConnectionErrorsDonald Stufft2014-01-071-0/+5
* | Use the raw stream to prevent decoding the responseDonald Stufft2014-01-071-2/+20
* | Have a nice error when setuptools is not availableDonald Stufft2014-01-071-0/+9