summaryrefslogtreecommitdiffstats
path: root/Lib/sysconfig.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Packaging removal: also revert introduction of sysconfig.cfg.Éric Araujo2012-06-241-110/+0
| | | | | | | We need a discussion to define what should be customized how; this new config file is premature. It was added to serve the needs of the resources system in install_data / packaging.database, so it can be removed alongside packaging for 3.3.
* Remove packaging from the standard library.Éric Araujo2012-06-241-2/+1
| | | | | | 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
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-12/+12
|
* Remove inline comment, no longer supported by configparser.Éric Araujo2011-10-041-1/+1
| | | | (Deleted rather than moved because multilib implementations vary.)
* Update comments in sysconfig.cfgÉric Araujo2011-06-061-7/+7
|
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+111