summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge pull request #1574 from qwcode/deprecate_buildMarcus Smith2014-02-162-2/+11
| |\
| | * deprecate --build and --no-cleanMarcus Smith2014-02-162-2/+11
| |/
| * update changelogMarcus Smith2014-02-081-0/+15
| * cherry-pick fixesMarcus Smith2014-02-081-5/+6
| * fixes for downloading wheels (Issue #1112)Marcus Smith2014-02-084-16/+56
| * when file urls have hash fragments, check itMarcus Smith2014-02-082-8/+24
| * 'pip wheel' should download wheels, when it finds themMarcus Smith2014-02-086-49/+239
| * Merge pull request #1544 from pfmoore/devnullPaul Moore2014-02-071-1/+4
| |\
| | * Special case os.devnull for PIP_CONFIG_FILE to mean 'no config file'Paul Moore2014-02-071-1/+4
| |/
* | pip docs refactorMarcus Smith2014-02-1124-1507/+1501
* | Merge pull request #1510 from dstufft/use-zip-get-pipDonald Stufft2014-01-285-21678/+20487
|\ \
| * | Use a ZipFile as the get-pip.py scriptDonald Stufft2014-01-285-21678/+20487
|/ /
* | Regenerate the get-pip.py installerDonald Stufft2014-01-261-21333/+21480
* | Merge branch '1.5.X'1.5.2Donald Stufft2014-01-2617-80/+247
|\ \ | |/
| * Bump versionDonald Stufft2014-01-261-1/+1
| * Set the date for the 1.5.2 releaseDonald Stufft2014-01-261-1/+1
| * Update changelogDonald Stufft2014-01-251-0/+6
| * Merge pull request #1499 from dstufft/upgrade-requestsDonald Stufft2014-01-2310-45/+163
| |\
| | * Upgrade requests to 2.2.1Donald Stufft2014-01-2310-45/+163
| |/
| * Merge pull request #1496 from dstufft/strip-extra-whitespace-reqsDonald Stufft2014-01-222-0/+45
| |\
| | * Properly parse comments from the end of a lineDonald Stufft2014-01-222-0/+45
| |/
| * Merge pull request #1490 from dstufft/upgrade-pkg_resourcesDonald Stufft2014-01-213-32/+30
| |\
| | * Upgrade pkg_resources to setuptools 2.1Donald Stufft2014-01-213-32/+30
| |/
| * use --no-use-wheel in the bundle functional testsMarcus Smith2014-01-211-2/+2
* | `pip wheel` warning when wheels are already available on pypiMarcus Smith2014-01-252-0/+17
* | Merge pull request #1491 from pfmoore/getpip_fixDonald Stufft2014-01-213-18009/+21338
|\ \
| * | Fix to get-pip.py builder to properly handle binary filesPaul Moore2014-01-213-18009/+21338
|/ /
* | Make sure to package .exe and .cfg files in get-pip.py as wellDonald Stufft2014-01-212-13771/+17998
* | Update get-pip.py for pip 1.5.1Donald Stufft2014-01-201-7216/+13770
* | Merge branch '1.5.X'Donald Stufft2014-01-2088-229/+10767
|\ \ | |/
| * Version bump and Changelog gets a release date1.5.1Donald Stufft2014-01-202-2/+2
| * Bump version1.5.1rc1Donald Stufft2014-01-161-1/+1
| * Merge pull request #1478 from dstufft/upgrade-distlib-0.1.7Donald Stufft2014-01-168-10/+37
| |\
| | * Upgrade distlib to 0.1.7Donald Stufft2014-01-168-10/+37
| |/
| * changelog updatesMarcus Smith2014-01-151-3/+14
| * additional wheel filename testsMarcus Smith2014-01-151-14/+34
| * Merge pull request #1476 from schmir/require-version-in-wheel-filenameMarcus Smith2014-01-152-2/+9
| |\
| | * fix typo in test nameRalf Schmitt2014-01-161-1/+1
| | * raise InvalidWheelFilename if version is missing in wheel filenameRalf Schmitt2014-01-162-1/+8
| |/
| * Merge pull request #1445 from schmir/fix-wheel-single-digit-versionMarcus Smith2014-01-152-1/+8
| |\
| | * make sure that wheel files with a single digit version do workRalf Schmitt2014-01-092-1/+8
| * | Merge pull request #1475 from qwcode/get-pip-setuptoolsMarcus Smith2014-01-153-49/+18
| |\ \
| | * | simpler install instructions due to get-pip.py installing setuptoolsMarcus Smith2014-01-141-41/+12
| | * | have bootstrap install setuptools as well if it's not installedMarcus Smith2014-01-141-1/+6
| | * | remove unneeded setuptools/pkg_resources checks due to vendoring pkg_resourcesMarcus Smith2014-01-141-7/+0
| |/ /
| * | Merge pull request #1468 from dstufft/python34Donald Stufft2014-01-142-0/+13
| |\ \
| | * | Build Python 3.4Donald Stufft2014-01-142-0/+13
| |/ /
| * | Merge pull request #1461 from dstufft/use-native-stringDonald Stufft2014-01-121-2/+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