1. 1f415cf replace threw with raised (#16714) by Andrew Svetlov · 12 years ago
  2. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  3. be7e49f Close #15386: There was a loophole that meant importlib.machinery and imp would sometimes reference an uninitialised copy of importlib._bootstrap by Nick Coghlan · 12 years ago
  4. 8ecf504 Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk_packages (et al) by Nick Coghlan · 12 years ago
  5. 85e729e Take the first step in resolving the messy pkgutil vs importlib edge cases by basing pkgutil explicitly on importlib, deprecating its internal import emulation and setting __main__.__loader__ correctly so that runpy still works (Affects #15343, #15314, #15357) by Nick Coghlan · 12 years ago
  6. b2dd880 Issue #15294: Fix a regression in pkgutil.extend_path()'s handling of nested namespace packages. by Antoine Pitrou · 12 years ago
  7. 984b11f issue 14660: Implement PEP 420, namespace packages. by Eric V. Smith · 12 years ago
  8. fea73ef Issue #14605: Don't error out if get_importer() returns None. by Brett Cannon · 12 years ago
  9. e0d88a1 Issue #14605: Make explicit the entries on sys.path_hooks that used to by Brett Cannon · 12 years ago
  10. 5136ac0 Issue #13645: pyc files now contain the size of the corresponding source by Antoine Pitrou · 13 years ago
  11. 9403071 merge from 3.2 by Ned Deily · 13 years ago
  12. ed27df7 Issue #7367: Fix pkgutil.walk_paths to skip directories whose by Ned Deily · 13 years ago
  13. 0cfb81d Use a local name (it was intended to be used but overlooked). by Éric Araujo · 13 years ago
  14. aa1ef2d Merge 3.2 by Éric Araujo · 13 years ago
  15. 51b7aed Merge 3.1 by Éric Araujo · 13 years ago
  16. 4e86d5b Replace open(filename, 'rU') by open(filename, 'r') by Victor Stinner · 13 years ago
  17. a4e2d4f Add missing name in pkgutil.__all__ by Éric Araujo · 13 years ago
  18. 1ab58df Have pkgutil properly close files. by Brett Cannon · 14 years ago
  19. ae83d6e Merged revisions 73833,73838,73850-73852,73856-73857 via svnmerge from by Georg Brandl · 15 years ago
  20. 515a74f Issue 4005: Remove .sort() call on dict_keys object. by Alexandre Vassalotti · 15 years ago
  21. 821d0f8 no 2.3 compat in the py3k lib #3676 by Benjamin Peterson · 15 years ago
  22. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago
  23. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  24. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  25. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  26. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  27. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  28. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  29. 7a70ea4 SF patch #806246: use basestring where possible by Raymond Hettinger · 21 years ago
  30. a4deda0 Last week we discussed adding this module to the standard library. by Guido van Rossum · 22 years ago