summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_runpy.py
Commit message (Expand)AuthorAgeFilesLines
* Revert the __module_name__ changes made in rev 47142. We'll revisit this in P...Nick Coghlan2006-07-061-13/+5
* Make full module name available as __module_name__ even when __name__ is set ...Nick Coghlan2006-06-281-5/+13
* Whitespace normalization.Tim Peters2006-03-151-3/+3
* Don't try to explicitly set path in runpy package tests (tests were broken on...Nick Coghlan2006-03-151-1/+0
* Don't let cleanup errors mask real errors in the runpy testsNick Coghlan2006-03-151-5/+18
* Make test_runpy close all references to test modules before trying to delete ...Nick Coghlan2006-03-151-8/+11
* Implement PEP 338 which has been marked as accepted by GvRNick Coghlan2006-03-151-0/+157