summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/pypi/simple.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix typoÉric Araujo2011-06-191-1/+1
|
* Make decorators used in packaging preserve docstringsÉric Araujo2011-06-171-5/+7
|
* Style change in packaging: use “not in” over “not x in”.Éric Araujo2011-06-081-2/+2
| | | | Such tests are IMO easier to read if both operators are grouped.
* Fix misunderstanding of how booleans workÉric Araujo2011-06-081-1/+2
|
* Cleanup in packaging: don’t unnecessarily instantiate exceptionsÉric Araujo2011-06-041-1/+1
|
* Fix typos in class namesÉric Araujo2011-06-011-2/+2
|
* Cleaned up the installer output behavior.Tarek Ziade2011-05-301-4/+6
| | | | | | This change also makes sure the logger handlers are not alterated after an installation. That also fixes the remaining environment alteration issue in test_packaging.
* make sure the crawler can browse file-based indexes under win32Tarek Ziade2011-05-211-4/+14
|
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+452