Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19726: actually running 'hg add' helps... | Nick Coghlan | 2013-11-30 | 1 | -0/+30 |
| | |||||
* | Issue #19728: add private ensurepip._uninstall CLI | Nick Coghlan | 2013-11-30 | 1 | -2/+24 |
| | | | | | | | | | | | | | | MvL would like to be able to preserve CPython's existing clean uninstall behaviour on Windows before enabling the pip installation option by default. This private CLI means running "python -m ensurepip._uninstall" will remove pip and setuptools before proceeding with the rest of the uninstallation process. If the version of pip differs from the one bootstrapped by CPython, then the uninstallation helper will leave it alone (just like any other pip installed packages) | ||||
* | Fix and test pip version consistency | Nick Coghlan | 2013-11-30 | 2 | -1/+1 |
| | |||||
* | Update bundled pip to 1.5rc1 | Nick Coghlan | 2013-11-22 | 2 | -1/+1 |
| | |||||
* | Close #19406: Initial implementation of ensurepip | Nick Coghlan | 2013-11-11 | 4 | -0/+158 |
Patch by Donald Stufft and Nick Coghlan |