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
/
runpy.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try to make command line error messages from runpy easier to understand (and ...
Nick Coghlan
2008-02-22
1
-1/+17
*
Implement PEP 366
Nick Coghlan
2007-12-03
1
-8/+12
*
Fix bug 1764407 - the -i switch now does the right thing when using the -m sw...
Nick Coghlan
2007-08-25
1
-35/+56
*
Revert misguided attempt at fixing incompatibility between -m and -i switches...
Nick Coghlan
2007-08-25
1
-9/+24
*
Fix an incompatibility between the -i and -m command line switches as reporte...
Nick Coghlan
2007-07-24
1
-24/+9
*
Correctly cleanup sys.modules after executing runpy relative import
Nick Coghlan
2007-07-23
1
-2/+5
*
Revert the __module_name__ changes made in rev 47142. We'll revisit this in P...
Nick Coghlan
2006-07-06
1
-21/+13
*
Make full module name available as __module_name__ even when __name__ is set ...
Nick Coghlan
2006-06-28
1
-13/+21
*
First phase of refactoring for runpy, pkgutil, pydoc, and setuptools
Phillip J. Eby
2006-04-17
1
-339/+16
*
Whitespace normalization.
Tim Peters
2006-03-25
1
-2/+2
*
run_module shouldn't hold the import lock when running a script
Nick Coghlan
2006-03-24
1
-13/+9
*
Whitespace normalization.
Tim Peters
2006-03-15
1
-5/+5
*
Implement PEP 338 which has been marked as accepted by GvR
Nick Coghlan
2006-03-15
1
-0/+431