summaryrefslogtreecommitdiff
path: root/Lib/runpy.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27487: Merge runpy warning from 3.5Martin Panter2016-08-211-1/+10
|\
| * Issue #27487: Warn if submodule already imported before runpy executionMartin Panter2016-08-211-1/+10
* | Issue #26896: Disambiguate uses of "importer" with "finder".Brett Cannon2016-07-081-2/+2
|/
* Issue #19771: Omit irrelevant message if package could not be initializedMartin Panter2015-12-121-0/+2
* Issue #14285: Do not catch exceptions initializing any ancestor packageMartin Panter2015-12-101-4/+18
* Issue #14285: Do not catch __init__.py exceptions in runpyMartin Panter2015-12-031-23/+21
* Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-021-1/+1
* Issue #20383: Introduce importlib.util.module_from_spec().Brett Cannon2014-05-301-1/+1
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-1/+0
* Issue 19944: Fix importlib.find_spec() so it imports parents as needed.Eric Snow2014-01-251-22/+4
* Issue #19700: set __spec__ appropriately in runpyNick Coghlan2013-12-151-46/+69
* Issue #17177: The imp module is pending deprecation.Brett Cannon2013-06-161-2/+6
* Issue #17177: switch from imp.new_module to types.ModuleType for runpyBrett Cannon2013-06-151-1/+2
* Close #15386: There was a loophole that meant importlib.machinery and imp wou...Nick Coghlan2012-07-201-1/+1
* Remove a statement that was only added for debugging purposesNick Coghlan2012-07-151-1/+0
* Take the first step in resolving the messy pkgutil vs importlib edge cases by...Nick Coghlan2012-07-151-37/+19
* Merge fix for #15230 from 3.2Nick Coghlan2012-07-151-2/+4
|\
| * Close #15230: runpy.run_path now sets __package__ correctly. Also refactored ...Nick Coghlan2012-07-141-2/+4
* | Issue #14605: Use None in sys.path_importer_cache to represent noBrett Cannon2012-04-271-6/+3
* | Issue #14605: Make explicit the entries on sys.path_hooks that used toBrett Cannon2012-04-251-9/+3
|/
* Issue #12451: runpy: run_path() now opens the Python script in binary mode,Victor Stinner2011-07-041-1/+1
* account for the module __dict__ being cleared when its module isBenjamin Peterson2010-10-131-1/+1
* PEP 3147Barry Warsaw2010-04-171-0/+2
* Merged revisions 76934-76935 via svnmerge fromR. David Murray2009-12-201-1/+1
* fix test checking for error messageBenjamin Peterson2009-11-251-1/+1
* Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,...Benjamin Peterson2009-11-251-22/+36
* Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-...Nick Coghlan2009-11-161-37/+154
* - remove svn:executable property from some library filesMatthias Klose2009-06-221-0/+0
* Merged revisions 69419-69420 via svnmerge fromNick Coghlan2009-02-081-6/+12
* Merged revisions 67750-67751 via svnmerge fromNick Coghlan2008-12-141-6/+7
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-221-1/+17
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-031-8/+12
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-25/+61
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-26/+14
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-352/+25
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-0/+431