Staging
v0.5.1
https://github.com/python/cpython
Revision 8aaff54db30b902702feb99344e60d77ddd6a551 authored by Donald Stufft on 11 November 2014, 15:24:11 UTC, committed by Donald Stufft on 11 November 2014, 15:24:11 UTC
* Backports ensurepip to the 2.7 branch
* Backports some of the improved documentation to the 2.7 branch.
* Adds a private backport of the 3.x mock library as test._mock_backport
  to enable saner testing of ensurepip.

Key Differences from 3.x:

* Ensurepip does not have any Makefile integration, specifically
  it is not ran by default in the Makefile.
* There is no venv module in 2.7, so downstream distributors can
  completely disable ensurepip, ideally with a message redirecting
  to the correct way to install pip.
* To match the ``python`` command in 2.7, ensurepip will install
  the unversioned ``pip`` command as well.
* No-op and hide --default-pip and add --no-default-pip to restore
  the 3.x behavor on 2.7.
1 parent 04eee63
History
Tip revision: 8aaff54db30b902702feb99344e60d77ddd6a551 authored by Donald Stufft on 11 November 2014, 15:24:11 UTC
Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7
Tip revision: 8aaff54
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.bzrignore -rw-r--r-- 554 bytes
.gitignore -rw-r--r-- 594 bytes
.hgeol -rw-r--r-- 706 bytes
.hgignore -rw-r--r-- 804 bytes
.hgtags -rw-r--r-- 8.0 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 43.7 KB
README -rw-r--r-- 52.7 KB
config.guess -rwxr-xr-x 41.9 KB
config.sub -rwxr-xr-x 34.9 KB
configure -rwxr-xr-x 417.8 KB
configure.ac -rw-r--r-- 131.4 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 34.1 KB
setup.py -rw-r--r-- 95.4 KB

README

back to top