summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Bump versionDonald Stufft2014-02-211-1/+1
| * log deprecation for --build when value is different than defaultMarcus Smith2014-02-202-1/+9
| * 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-2021-107/+744
|\ \ | |/
| * Bump version and mark release date in the changelogDonald Stufft2014-02-202-2/+2
| * Add changelog itemDonald Stufft2014-02-201-0/+2
| * Merge pull request #1583 from dstufft/non-unicode-fileDonald Stufft2014-02-204-31/+266
| |\
| | * 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-202-1/+8
| |/
| * Merge pull request #1581 from dstufft/test-wheel-version-1.5.xDonald Stufft2014-02-198-2/+130
| |\
| | * Ensure wheel-Version is compatible with pipMatthew Iversen2014-02-198-2/+130
| |/
| * 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
| |/