summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_pypi_simple.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-353/+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
* A ricochet from fixing #10680: http://http://example.com/ no longer reportsŁukasz Langa2011-10-191-1/+1
| | | | | 'nonnumeric port'. It parses to a host name of "http:" which is equivalent to http:80.
* Issue #12180: Fixed a few remaining errors in test_packaging when no threading.Tarek Ziade2011-05-251-3/+21
|
* make sure the crawler can browse file-based indexes under win32Tarek Ziade2011-05-211-3/+11
|
* Fix another ResourceWarning in test_packaging.Ezio Melotti2011-05-201-0/+1
|
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+326