summaryrefslogtreecommitdiff
path: root/Lib/packaging/pypi/dist.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-544/+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
* Merge 3.2, fix typos.Florent Xicluna2011-11-111-1/+1
|
* Remove unused code in packaging.pypi.distÉric Araujo2011-06-161-4/+1
|
* Style change in packaging: use “not in” over “not x in”.Éric Araujo2011-06-081-3/+3
| | | | Such tests are IMO easier to read if both operators are grouped.
* Cleanup in packaging: don’t unnecessarily instantiate exceptionsÉric Araujo2011-06-041-1/+1
|
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+547