summaryrefslogtreecommitdiff
path: root/Lib/runpy.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #14285: Do not catch ImportError from __init__.py in runpyMartin Panter2015-12-031-15/+27
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* Merged revisions 85398 via svnmerge fromBenjamin Peterson2010-10-131-1/+1
* remove the svn:executable property from files that don't have shebang linesBenjamin Peterson2010-03-051-0/+0
* Fix comment typo.R. David Murray2009-12-201-1/+1
* Issue #6816: expose the zipfile and directory execution mechanism to Python c...Nick Coghlan2009-11-151-35/+152
* Some minor cleanups to private runpy code and docstringsNick Coghlan2009-11-071-7/+13
* Issue 4195: Restore the ability to execute packages with the -m switch (but t...Nick Coghlan2009-02-081-6/+12
* Fix several issues relating to access to source code inside zipfiles. Initial...Nick Coghlan2008-12-141-6/+7
* Try to make command line error messages from runpy easier to understand (and ...Nick Coghlan2008-02-221-1/+17
* Implement PEP 366Nick Coghlan2007-12-031-8/+12
* Fix bug 1764407 - the -i switch now does the right thing when using the -m sw...Nick Coghlan2007-08-251-35/+56
* Revert misguided attempt at fixing incompatibility between -m and -i switches...Nick Coghlan2007-08-251-9/+24
* Fix an incompatibility between the -i and -m command line switches as reporte...Nick Coghlan2007-07-241-24/+9
* Correctly cleanup sys.modules after executing runpy relative importNick Coghlan2007-07-231-2/+5
* Revert the __module_name__ changes made in rev 47142. We'll revisit this in P...Nick Coghlan2006-07-061-21/+13
* Make full module name available as __module_name__ even when __name__ is set ...Nick Coghlan2006-06-281-13/+21
* First phase of refactoring for runpy, pkgutil, pydoc, and setuptoolsPhillip J. Eby2006-04-171-339/+16
* Whitespace normalization.Tim Peters2006-03-251-2/+2
* run_module shouldn't hold the import lock when running a scriptNick Coghlan2006-03-241-13/+9
* Whitespace normalization.Tim Peters2006-03-151-5/+5
* Implement PEP 338 which has been marked as accepted by GvRNick Coghlan2006-03-151-0/+431