summaryrefslogtreecommitdiff
path: root/Lib/packaging/command/build.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-151/+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
* Use sys.version_info instead of sys.version in packaging.Éric Araujo2012-02-101-3/+3
| | | | | | | | | | | | | The contents of this attribute are an implementation detail, as documented for #9442, so we should not parse it, to support non-CPython VMs with distutils2 in the future. Unfortunately, one use comes directly from PEP 345, so an edit will have to be agreed before fixing the code (see comment in p7g.markers). Other remaining uses are found in p7g.compiler and could be replaced by the platform module (which also parses sys.version, but then it wouldn’t be my fault :)
* Fix typo “seperate”Éric Araujo2011-11-031-1/+1
|
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+151