summaryrefslogtreecommitdiffstats
path: root/Doc/distutils/install.rst
Commit message (Collapse)AuthorAgeFilesLines
* Move distutils install doc back into place.Éric Araujo2012-06-241-1086/+0
| | | | | (This was not done in the previous commit because Mercurial would have shown it as a modified file instead of a moved file.)
* Merge fixes for #12256 and typos from 3.2Éric Araujo2011-08-191-1/+1
|
* Merge 3.2Éric Araujo2011-08-191-3/+3
|
* Merge doc changes from 3.2 (#8617, #10745).Éric Araujo2011-08-061-54/+132
| | | | | | | | | | In the install and library docs, I changed the text to refer to packaging instead of distutils. I also checked that the documented paths correctly reflect what’s really defined in sysconfig; the main difference with paths defined in distutils.install is that include directories don’t end with the distribution name anymore (i.e. distutils uses include/python3.3/spam, sysconfig include/python3.3), I have no idea why.
* Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)Éric Araujo2011-07-291-1/+1
|
* Merge doc fixes from 3.2Éric Araujo2011-06-091-6/+9
|
* Add documentation for the packaging module.Éric Araujo2011-06-011-0/+1005
This updates the user guide to refer to Packaging instead of Distutils. Some files still require an update.