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