16 Commits (284fa08eb783a48f98eabda25aaaebefb5937cce)

Author SHA1 Message Date
Ned Deily 777f2e04ea Issue #7367: Fix pkgutil.walk_paths to skip directories whose 14 years ago
Éric Araujo ea088c5163 Add missing name in pkgutil.__all__ 15 years ago
Nick Coghlan 106fc48336 Issue 2439: add pkgutils.get_data() as a convenience wrapper for the PEP 302 get_data() API (contributed by Paul Moore) 18 years ago
Phillip J. Eby f7575d0cb7 Bug #1529871: The speed enhancement patch #921466 broke Python's compliance 20 years ago
Tim Peters 95621b25dc Whitespace normalization. 20 years ago
Phillip J. Eby eb26ea3f83 Allow the 'onerror' argument to walk_packages() to catch any Exception, not 20 years ago
Tim Peters 91343075dc Whitespace normalization. 20 years ago
Georg Brandl 69b9b677b0 Patch #1525766: correctly pass onerror arg to recursive calls 20 years ago
Neal Norwitz f992a2b11e Fix errors found by pychecker 20 years ago
Georg Brandl f4ef11659c Need for speed: Patch #921466 : sys.path_importer_cache is now used to cache valid and 20 years ago
Neal Norwitz 0bbbb005c5 Add some whitespace to be more consistent. 20 years ago
Tim Peters 584b0e0c3d Whilespace normalization (reindint.py). 20 years ago
Phillip J. Eby ceb3087e1c Second phase of refactoring for runpy, pkgutil, pydoc, and setuptools 20 years ago
Phillip J. Eby ab1d245871 First phase of refactoring for runpy, pkgutil, pydoc, and setuptools 20 years ago
Raymond Hettinger 7a70ea4135 SF patch #806246: use basestring where possible 23 years ago
Guido van Rossum a4deda0d11 Last week we discussed adding this module to the standard library. 23 years ago