summaryrefslogtreecommitdiffstats
path: root/Doc/library/packaging.dist.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-108/+0
| | | | | | Distutils2 will live on on PyPI and be included in the stdlib when it is ready. See discussion starting at http://mail.python.org/pipermail/python-dev/2012-June/120430.html
* Synchronize packaging docs with distutils’ (includes fix for #9302)Éric Araujo2011-08-251-16/+22
|
* Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)Éric Araujo2011-07-291-2/+2
|
* Add documentation for the packaging module.Éric Araujo2011-06-011-0/+102
This updates the user guide to refer to Packaging instead of Distutils. Some files still require an update.