summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/pypi
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.2, fix typos.Florent Xicluna2011-11-112-2/+2
* Remove two unneeded attributes in packagingÉric Araujo2011-09-211-5/+3
* Final bag of small changes coming from distutils2.Éric Araujo2011-09-191-4/+3
* Use bytes regex instead of decoding whole pagesÉric Araujo2011-09-101-12/+10
* Fix typoÉric Araujo2011-06-191-1/+1
* Make decorators used in packaging preserve docstringsÉric Araujo2011-06-171-5/+7
* 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-082-5/+5
* Fix misunderstanding of how booleans workÉric Araujo2011-06-081-1/+2
* Cleanup in packaging: don’t unnecessarily instantiate exceptionsÉric Araujo2011-06-042-2/+2
* Fix typos in class namesÉric Araujo2011-06-012-6/+6
* Cleaned up the installer output behavior.Tarek Ziade2011-05-301-4/+6
* 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-198-0/+1446