| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #7367: Fix pkgutil.walk_paths to skip directories whose | Ned Deily | 2011-10-06 | 1 | -3/+11 |
|
|
* | Add missing name in pkgutil.__all__ | Éric Araujo | 2011-05-25 | 1 | -1/+1 |
|
|
* | Issue 2439: add pkgutils.get_data() as a convenience wrapper for the PEP 302 ... | Nick Coghlan | 2008-04-15 | 1 | -0/+37 |
|
|
* | Bug #1529871: The speed enhancement patch #921466 broke Python's compliance | Phillip J. Eby | 2006-07-28 | 1 | -3/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-07-26 | 1 | -1/+1 |
|
|
* | Allow the 'onerror' argument to walk_packages() to catch any Exception, not | Phillip J. Eby | 2006-07-26 | 1 | -5/+15 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-07-25 | 1 | -3/+3 |
|
|
* | Patch #1525766: correctly pass onerror arg to recursive calls | Georg Brandl | 2006-07-25 | 1 | -4/+34 |
|
|
* | Fix errors found by pychecker | Neal Norwitz | 2006-06-11 | 1 | -0/+1 |
|
|
* | Need for speed: Patch #921466 : sys.path_importer_cache is now used to cache ... | Georg Brandl | 2006-05-26 | 1 | -2/+4 |
|
|
* | Add some whitespace to be more consistent. | Neal Norwitz | 2006-04-28 | 1 | -11/+13 |
|
|
* | Whilespace normalization (reindint.py). | Tim Peters | 2006-04-18 | 1 | -4/+4 |
|
|
* | Second phase of refactoring for runpy, pkgutil, pydoc, and setuptools | Phillip J. Eby | 2006-04-18 | 1 | -5/+166 |
|
|
* | First phase of refactoring for runpy, pkgutil, pydoc, and setuptools | Phillip J. Eby | 2006-04-17 | 1 | -0/+264 |
|
|
* | SF patch #806246: use basestring where possible | Raymond Hettinger | 2003-09-17 | 1 | -1/+1 |
|
|
* | Last week we discussed adding this module to the standard library. | Guido van Rossum | 2002-12-23 | 1 | -0/+78 |
|
|