1. 7e59ce8 Issue #14285: Do not catch ImportError from __init__.py in runpy by Martin Panter · 10 years ago
  2. e015b6b #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. by Ezio Melotti · 12 years ago
  3. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
  4. 815521f Correctly escape arbitrary error message text in the runpy unit tests by Nick Coghlan · 16 years ago
  5. 4b953ba Allow for backslashes in file paths passed to the regex engine by Nick Coghlan · 16 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 · 16 years ago
  7. 2733d88 Add test for runpy.run_module package execution and use something other than logging as the example of a non-executable package by Nick Coghlan · 16 years ago
  8. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  9. ef01d82 Implement PEP 366 by Nick Coghlan · 18 years ago
  10. 1a42ece Fix bug 1764407 - the -i switch now does the right thing when using the -m switch by Nick Coghlan · 18 years ago
  11. 3af0e78 Revert misguided attempt at fixing incompatibility between -m and -i switches (better fix coming soon) by Nick Coghlan · 18 years ago
  12. dbed7a7 Make test_runpy re-entrant. by Brett Cannon · 18 years ago
  13. 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 · 18 years ago
  14. 4f82a03 Tweak runpy test to do a better job of confirming that sys has been manipulated correctly by Nick Coghlan · 18 years ago
  15. ae21fc6 Correctly cleanup sys.modules after executing runpy relative import by Nick Coghlan · 18 years ago
  16. f17a2e4 Add explicit relative import tests for runpy.run_module by Nick Coghlan · 18 years ago
  17. 56829d5 Revert the __module_name__ changes made in rev 47142. We'll revisit this in Python 2.6 by Nick Coghlan · 19 years ago
  18. 999a336 Make full module name available as __module_name__ even when __name__ is set to something else (like '__main__') by Nick Coghlan · 19 years ago
  19. f99b816 Whitespace normalization. by Tim Peters · 19 years ago
  20. 598f8a0 Don't try to explicitly set path in runpy package tests (tests were broken on Windows) by Nick Coghlan · 19 years ago
  21. 586b83c Don't let cleanup errors mask real errors in the runpy tests by Nick Coghlan · 19 years ago
  22. 5424ad8 Make test_runpy close all references to test modules before trying to delete the underlying files by Nick Coghlan · 19 years ago
  23. e2ebb2d Implement PEP 338 which has been marked as accepted by GvR by Nick Coghlan · 19 years ago