summaryrefslogtreecommitdiffstats
path: root/Doc/library/python.rst
Commit message (Collapse)AuthorAgeFilesLines
* Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7Donald Stufft2014-11-111-1/+0
| | | | | | | | | | | | | | | | | | | * 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.
* first version of the sysconfig module documentationTarek Ziadé2010-02-021-0/+1
|
* move distutils.rst to different tocBenjamin Peterson2010-01-311-0/+1
|
* Backport docs for abc module to 2.6.Georg Brandl2008-06-071-0/+1
|
* Add docs for print_function and future_builtins. Fixes #2442.Georg Brandl2008-03-211-0/+1
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+27