summaryrefslogtreecommitdiff
path: root/Lib/pkgutil.py
Commit message (Expand)AuthorAgeFilesLines
* Have pkgutil properly close files.Brett Cannon2010-10-291-1/+2
* Issue 4005: Remove .sort() call on dict_keys object.Alexandre Vassalotti2009-07-051-2/+1
* no 2.3 compat in the py3k lib #3676Benjamin Peterson2009-02-161-3/+0
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-191-0/+37
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* Remove RISCOS supportSkip Montanaro2007-08-161-4/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-7/+46
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-13/+17
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+425
* SF patch #806246: use basestring where possibleRaymond Hettinger2003-09-171-1/+1
* Last week we discussed adding this module to the standard library.Guido van Rossum2002-12-231-0/+78