1. 7e59ce8 Issue #14285: Do not catch ImportError from __init__.py in runpy by Martin Panter · 9 years ago
  2. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  3. 25def7d Merged revisions 85398 via svnmerge from by Benjamin Peterson · 14 years ago
  4. b3be23a remove the svn:executable property from files that don't have shebang lines by Benjamin Peterson · 14 years ago
  5. 9713811 Fix comment typo. by R. David Murray · 15 years ago
  6. 49868cb Issue #6816: expose the zipfile and directory execution mechanism to Python code via the runpy module. Also consolidated some script execution functionality in the test harness into a helper module and removed some implementation details from the runpy module documentation. by Nick Coghlan · 15 years ago
  7. e471b9b Some minor cleanups to private runpy code and docstrings by Nick Coghlan · 15 years ago
  8. d39600e Issue 4195: Restore the ability to execute packages with the -m switch (but this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda) by Nick Coghlan · 15 years ago
  9. a205347 Fix several issues relating to access to source code inside zipfiles. Initial work by Alexander Belopolsky. See Misc/NEWS in this checkin for details. by Nick Coghlan · 16 years ago
  10. a14a4e8 Try to make command line error messages from runpy easier to understand (and suppress traceback cruft from the implicitly invoked runpy machinery) by Nick Coghlan · 16 years ago
  11. ef01d82 Implement PEP 366 by Nick Coghlan · 17 years ago
  12. 1a42ece Fix bug 1764407 - the -i switch now does the right thing when using the -m switch by Nick Coghlan · 17 years ago
  13. 3af0e78 Revert misguided attempt at fixing incompatibility between -m and -i switches (better fix coming soon) by Nick Coghlan · 17 years ago
  14. 13c25c0 Fix an incompatibility between the -i and -m command line switches as reported on python-dev by PJE - runpy.run_module now leaves any changes it makes to the sys module intact after the function terminates by Nick Coghlan · 17 years ago
  15. ae21fc6 Correctly cleanup sys.modules after executing runpy relative import by Nick Coghlan · 17 years ago
  16. 56829d5 Revert the __module_name__ changes made in rev 47142. We'll revisit this in Python 2.6 by Nick Coghlan · 18 years ago
  17. 999a336 Make full module name available as __module_name__ even when __name__ is set to something else (like '__main__') by Nick Coghlan · 18 years ago
  18. ab1d245 First phase of refactoring for runpy, pkgutil, pydoc, and setuptools by Phillip J. Eby · 18 years ago
  19. e33901e Whitespace normalization. by Tim Peters · 18 years ago
  20. c841bb6 run_module shouldn't hold the import lock when running a script by Nick Coghlan · 18 years ago
  21. f99b816 Whitespace normalization. by Tim Peters · 18 years ago
  22. e2ebb2d Implement PEP 338 which has been marked as accepted by GvR by Nick Coghlan · 18 years ago