summaryrefslogtreecommitdiff
path: root/Lib/packaging/compat.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-50/+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
* Start improving 2to3 code in packaging (#13462).Éric Araujo2012-02-091-10/+9
| | | | | | - Change the fixers used in tests to something not provided by lib2to3 - Test conversion of doctests in text files - Factor out test boilerplate into a common method
* Final bag of small changes coming from distutils2.Éric Araujo2011-09-191-7/+1
| | | | | | | | | - minor cleanup in Metadata - trigger creation of the sysconfig._CONFIG_VARS dict - home_page is used over home-page: it’s not a compound word, it’s an escaped space Distutils2 is now synchronized with Packaging.
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+57