summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/fancy_getopt.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-388/+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
* Re-apply distutils2 changes lost before the merge of packaging.Éric Araujo2011-05-311-63/+0
| | | | | wrap_text was removed in favor of standard textwrap but the removal of the function was lost in a bad merge; a change in sdist mysteriously disappeared.
* Fix nonsensical name.Éric Araujo2011-05-311-28/+28
| | | | | | | The code used “long” to refer to a long option (e.g. --quiet), which was probably changed by 2to3 and not caught by the human operator, and then changed to “integer” by me to avoid shadowing without seeing the real obvious fix.
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+451