1. ae21fc6 Correctly cleanup sys.modules after executing runpy relative import by Nick Coghlan · 17 years ago
  2. 56829d5 Revert the __module_name__ changes made in rev 47142. We'll revisit this in Python 2.6 by Nick Coghlan · 18 years ago
  3. 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
  4. ab1d245 First phase of refactoring for runpy, pkgutil, pydoc, and setuptools by Phillip J. Eby · 18 years ago
  5. e33901e Whitespace normalization. by Tim Peters · 18 years ago
  6. c841bb6 run_module shouldn't hold the import lock when running a script by Nick Coghlan · 18 years ago
  7. f99b816 Whitespace normalization. by Tim Peters · 18 years ago
  8. e2ebb2d Implement PEP 338 which has been marked as accepted by GvR by Nick Coghlan · 18 years ago