index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_runpy.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement PEP 366
Nick Coghlan
2007-12-03
1
-7/+26
*
Fix bug 1764407 - the -i switch now does the right thing when using the -m sw...
Nick Coghlan
2007-08-25
1
-15/+13
*
Revert misguided attempt at fixing incompatibility between -m and -i switches...
Nick Coghlan
2007-08-25
1
-29/+21
*
Make test_runpy re-entrant.
Brett Cannon
2007-08-23
1
-1/+2
*
Fix an incompatibility between the -i and -m command line switches as reporte...
Nick Coghlan
2007-07-24
1
-21/+29
*
Tweak runpy test to do a better job of confirming that sys has been manipulat...
Nick Coghlan
2007-07-24
1
-3/+5
*
Correctly cleanup sys.modules after executing runpy relative import
Nick Coghlan
2007-07-23
1
-6/+6
*
Add explicit relative import tests for runpy.run_module
Nick Coghlan
2007-07-22
1
-5/+66
*
Revert the __module_name__ changes made in rev 47142. We'll revisit this in P...
Nick Coghlan
2006-07-06
1
-13/+5
*
Make full module name available as __module_name__ even when __name__ is set ...
Nick Coghlan
2006-06-28
1
-5/+13
*
Whitespace normalization.
Tim Peters
2006-03-15
1
-3/+3
*
Don't try to explicitly set path in runpy package tests (tests were broken on...
Nick Coghlan
2006-03-15
1
-1/+0
*
Don't let cleanup errors mask real errors in the runpy tests
Nick Coghlan
2006-03-15
1
-5/+18
*
Make test_runpy close all references to test modules before trying to delete ...
Nick Coghlan
2006-03-15
1
-8/+11
*
Implement PEP 338 which has been marked as accepted by GvR
Nick Coghlan
2006-03-15
1
-0/+157