aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/runpy.py
Commit message (Expand)AuthorAge
* Issue #19700: set __spec__ appropriately in runpyNick Coghlan2013-12-15
* Issue #17177: The imp module is pending deprecation.Brett Cannon2013-06-16
* Issue #17177: switch from imp.new_module to types.ModuleType for runpyBrett Cannon2013-06-15
* Close #15386: There was a loophole that meant importlib.machinery and imp wou...Nick Coghlan2012-07-20
* Remove a statement that was only added for debugging purposesNick Coghlan2012-07-15
* Take the first step in resolving the messy pkgutil vs importlib edge cases by...Nick Coghlan2012-07-15
* Merge fix for #15230 from 3.2Nick Coghlan2012-07-15
|\
| * Close #15230: runpy.run_path now sets __package__ correctly. Also refactored ...Nick Coghlan2012-07-14
* | Issue #14605: Use None in sys.path_importer_cache to represent noBrett Cannon2012-04-27
* | Issue #14605: Make explicit the entries on sys.path_hooks that used toBrett Cannon2012-04-25
|/
* Issue #12451: runpy: run_path() now opens the Python script in binary mode,Victor Stinner2011-07-04
* account for the module __dict__ being cleared when its module isBenjamin Peterson2010-10-13
* PEP 3147Barry Warsaw2010-04-17
* Merged revisions 76934-76935 via svnmerge fromR. David Murray2009-12-20
* fix test checking for error messageBenjamin Peterson2009-11-25
* Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,...Benjamin Peterson2009-11-25
* Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-...Nick Coghlan2009-11-16
* - remove svn:executable property from some library filesMatthias Klose2009-06-22
* Merged revisions 69419-69420 via svnmerge fromNick Coghlan2009-02-08
* Merged revisions 67750-67751 via svnmerge fromNick Coghlan2008-12-14
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-22
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-03
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-28
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-06
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Patch #1550800: make exec a function.Georg Brandl2006-09-06
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-21