1. f9ed528 Issue #27487: Merge runpy warning from 3.5 by Martin Panter · 8 years ago
  2. 9c8aa9b Issue #27487: Warn if submodule already imported before runpy execution by Martin Panter · 8 years ago
  3. fdcdd9e Issue #26896: Disambiguate uses of "importer" with "finder". by Brett Cannon · 8 years ago
  4. dda5843 Issue #19771: Omit irrelevant message if package could not be initialized by Martin Panter · 8 years ago
  5. 7dda421 Issue #14285: Do not catch exceptions initializing any ancestor package by Martin Panter · 8 years ago
  6. 657257e Issue #14285: Do not catch __init__.py exceptions in runpy by Martin Panter · 8 years ago
  7. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  8. 2a17bde Issue #20383: Introduce importlib.util.module_from_spec(). by Brett Cannon · 10 years ago
  9. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  10. 6029e08 Issue 19944: Fix importlib.find_spec() so it imports parents as needed. by Eric Snow · 10 years ago
  11. 720c7e2 Issue #19700: set __spec__ appropriately in runpy by Nick Coghlan · 10 years ago
  12. e4f41de Issue #17177: The imp module is pending deprecation. by Brett Cannon · 11 years ago
  13. 82d2107 Issue #17177: switch from imp.new_module to types.ModuleType for runpy by Brett Cannon · 11 years ago
  14. 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
  15. 8dbe5b5 Remove a statement that was only added for debugging purposes by Nick Coghlan · 12 years ago
  16. 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
  17. 2f54b98 Merge fix for #15230 from 3.2 by Nick Coghlan · 12 years ago
  18. 761bb11 Close #15230: runpy.run_path now sets __package__ correctly. Also refactored the runpy tests to use a more systematic approach by Nick Coghlan · 12 years ago
  19. aa93642 Issue #14605: Use None in sys.path_importer_cache to represent no by Brett Cannon · 12 years ago
  20. e0d88a1 Issue #14605: Make explicit the entries on sys.path_hooks that used to by Brett Cannon · 12 years ago
  21. 6c47102 Issue #12451: runpy: run_path() now opens the Python script in binary mode, by Victor Stinner · 13 years ago
  22. 01e3979 account for the module __dict__ being cleared when its module is by Benjamin Peterson · 14 years ago
  23. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  24. 445448c Merged revisions 76934-76935 via svnmerge from by R. David Murray · 14 years ago
  25. e360795 fix test checking for error message by Benjamin Peterson · 15 years ago
  26. f6489f9 Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from by Benjamin Peterson · 15 years ago
  27. 260bd3e Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-76311,76313-76322 via svnmerge from by Nick Coghlan · 15 years ago
  28. b0a8be5 - remove svn:executable property from some library files by Matthias Klose · 15 years ago
  29. 3f48ae3 Merged revisions 69419-69420 via svnmerge from by Nick Coghlan · 15 years ago
  30. f088e5e Merged revisions 67750-67751 via svnmerge from by Nick Coghlan · 15 years ago
  31. c3f30c4 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from by Christian Heimes · 16 years ago
  32. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 16 years ago
  33. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  34. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  35. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  36. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  37. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  38. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago