summaryrefslogtreecommitdiff
path: root/Lib/pkgutil.py
Commit message (Expand)AuthorAgeFilesLines
* Add missing name in pkgutil.__all__Éric Araujo2011-05-251-1/+1
* Issue 2439: add pkgutils.get_data() as a convenience wrapper for the PEP 302 ...Nick Coghlan2008-04-151-0/+37
* Bug #1529871: The speed enhancement patch #921466 broke Python's compliancePhillip J. Eby2006-07-281-3/+1
* Whitespace normalization.Tim Peters2006-07-261-1/+1
* Allow the 'onerror' argument to walk_packages() to catch any Exception, notPhillip J. Eby2006-07-261-5/+15
* Whitespace normalization.Tim Peters2006-07-251-3/+3
* Patch #1525766: correctly pass onerror arg to recursive callsGeorg Brandl2006-07-251-4/+34
* Fix errors found by pycheckerNeal Norwitz2006-06-111-0/+1
* Need for speed: Patch #921466 : sys.path_importer_cache is now used to cache ...Georg Brandl2006-05-261-2/+4
* Add some whitespace to be more consistent.Neal Norwitz2006-04-281-11/+13
* Whilespace normalization (reindint.py).Tim Peters2006-04-181-4/+4
* Second phase of refactoring for runpy, pkgutil, pydoc, and setuptoolsPhillip J. Eby2006-04-181-5/+166
* First phase of refactoring for runpy, pkgutil, pydoc, and setuptoolsPhillip J. Eby2006-04-171-0/+264
* 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