]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close #19406: Initial implementation of ensurepip
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 11 Nov 2013 12:11:55 +0000 (22:11 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 11 Nov 2013 12:11:55 +0000 (22:11 +1000)
commitd0cf0635b3f73742a91a100b1f19b8f9edf7be9a
tree6c4853bfa7ccb6eaf63fbfe3a41460ac6187bfe5
parent020af2a2bc4708215360a3793b5a1790e15d05dd
Close #19406: Initial implementation of ensurepip

Patch by Donald Stufft and Nick Coghlan
16 files changed:
.hgeol
Doc/library/development.rst
Doc/library/distribution.rst [new file with mode: 0644]
Doc/library/ensurepip.rst [new file with mode: 0644]
Doc/library/index.rst
Doc/library/python.rst
Doc/whatsnew/3.4.rst
Lib/ensurepip/__init__.py [new file with mode: 0644]
Lib/ensurepip/__main__.py [new file with mode: 0644]
Lib/ensurepip/_bundled/pip-1.5.dev1-py2.py3-none-any.whl [new file with mode: 0644]
Lib/ensurepip/_bundled/setuptools-1.3.2-py2.py3-none-any.whl [new file with mode: 0644]
Lib/test/test_ensurepip.py [new file with mode: 0644]
Makefile.pre.in
Misc/ACKS
Misc/NEWS
Tools/scripts/checkpip.py [new file with mode: 0644]