| Commit message (Expand) | Author | Age |
* | Issue #19700: set __spec__ appropriately in runpy | Nick Coghlan | 2013-12-15 |
* | Issue #17177: The imp module is pending deprecation. | Brett Cannon | 2013-06-16 |
* | Issue #17177: switch from imp.new_module to types.ModuleType for runpy | Brett Cannon | 2013-06-15 |
* | Close #15386: There was a loophole that meant importlib.machinery and imp wou... | Nick Coghlan | 2012-07-20 |
* | Remove a statement that was only added for debugging purposes | Nick Coghlan | 2012-07-15 |
* | Take the first step in resolving the messy pkgutil vs importlib edge cases by... | Nick Coghlan | 2012-07-15 |
* | Merge fix for #15230 from 3.2 | Nick Coghlan | 2012-07-15 |
|\ |
|
| * | Close #15230: runpy.run_path now sets __package__ correctly. Also refactored ... | Nick Coghlan | 2012-07-14 |
* | | Issue #14605: Use None in sys.path_importer_cache to represent no | Brett Cannon | 2012-04-27 |
* | | Issue #14605: Make explicit the entries on sys.path_hooks that used to | Brett Cannon | 2012-04-25 |
|/ |
|
* | Issue #12451: runpy: run_path() now opens the Python script in binary mode, | Victor Stinner | 2011-07-04 |
* | account for the module __dict__ being cleared when its module is | Benjamin Peterson | 2010-10-13 |
* | PEP 3147 | Barry Warsaw | 2010-04-17 |
* | Merged revisions 76934-76935 via svnmerge from | R. David Murray | 2009-12-20 |
* | fix test checking for error message | Benjamin Peterson | 2009-11-25 |
* | Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,... | Benjamin Peterson | 2009-11-25 |
* | Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-... | Nick Coghlan | 2009-11-16 |
* | - remove svn:executable property from some library files | Matthias Klose | 2009-06-22 |
* | Merged revisions 69419-69420 via svnmerge from | Nick Coghlan | 2009-02-08 |
* | Merged revisions 67750-67751 via svnmerge from | Nick Coghlan | 2008-12-14 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-22 |
* | Merged revisions 59275-59303 via svnmerge from | Christian Heimes | 2007-12-03 |
* | Merge the trunk changes in. Breaks socket.ssl for now. | Thomas Wouters | 2007-08-28 |
* | Merged revisions 56753-56781 via svnmerge from | Guido van Rossum | 2007-08-06 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 |
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 |
* | Merge part of the trunk changes into the p3yk branch. This merges from 43030 | Thomas Wouters | 2006-04-21 |