| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-38722: Runpy use io.open_code() (GH-17234) | jsnklln | 2019-11-18 | 1 | -2/+3 |
|
|
* | Issue #27487: Merge runpy warning from 3.5 | Martin Panter | 2016-08-21 | 1 | -1/+10 |
|\ |
|
| * | Issue #27487: Warn if submodule already imported before runpy execution | Martin Panter | 2016-08-21 | 1 | -1/+10 |
|
|
* | | Issue #26896: Disambiguate uses of "importer" with "finder". | Brett Cannon | 2016-07-08 | 1 | -2/+2 |
|/ |
|
* | Issue #19771: Omit irrelevant message if package could not be initialized | Martin Panter | 2015-12-12 | 1 | -0/+2 |
|
|
* | Issue #14285: Do not catch exceptions initializing any ancestor package | Martin Panter | 2015-12-10 | 1 | -4/+18 |
|
|
* | Issue #14285: Do not catch __init__.py exceptions in runpy | Martin Panter | 2015-12-03 | 1 | -23/+21 |
|
|
* | Issue #23911: Move path-based bootstrap code to a separate frozen module. | Eric Snow | 2015-05-03 | 1 | -1/+1 |
|
|
* | Issue #20383: Introduce importlib.util.module_from_spec(). | Brett Cannon | 2014-05-30 | 1 | -1/+1 |
|
|
* | Issue #20976: pyflakes: Remove unused imports | Victor Stinner | 2014-03-20 | 1 | -1/+0 |
|
|
* | Issue 19944: Fix importlib.find_spec() so it imports parents as needed. | Eric Snow | 2014-01-25 | 1 | -22/+4 |
|
|
* | Issue #19700: set __spec__ appropriately in runpy | Nick Coghlan | 2013-12-15 | 1 | -46/+69 |
|
|
* | Issue #17177: The imp module is pending deprecation. | Brett Cannon | 2013-06-16 | 1 | -2/+6 |
|
|
* | Issue #17177: switch from imp.new_module to types.ModuleType for runpy | Brett Cannon | 2013-06-15 | 1 | -1/+2 |
|
|
* | Close #15386: There was a loophole that meant importlib.machinery and imp wou... | Nick Coghlan | 2012-07-20 | 1 | -1/+1 |
|
|
* | Remove a statement that was only added for debugging purposes | Nick Coghlan | 2012-07-15 | 1 | -1/+0 |
|
|
* | Take the first step in resolving the messy pkgutil vs importlib edge cases by... | Nick Coghlan | 2012-07-15 | 1 | -37/+19 |
|
|
* | Merge fix for #15230 from 3.2 | Nick Coghlan | 2012-07-14 | 1 | -2/+4 |
|\ |
|
| * | Close #15230: runpy.run_path now sets __package__ correctly. Also refactored ... | Nick Coghlan | 2012-07-14 | 1 | -2/+4 |
|
|
* | | Issue #14605: Use None in sys.path_importer_cache to represent no | Brett Cannon | 2012-04-27 | 1 | -6/+3 |
|
|
* | | Issue #14605: Make explicit the entries on sys.path_hooks that used to | Brett Cannon | 2012-04-26 | 1 | -9/+3 |
|/ |
|
* | Issue #12451: runpy: run_path() now opens the Python script in binary mode, | Victor Stinner | 2011-07-03 | 1 | -1/+1 |
|
|
* | account for the module __dict__ being cleared when its module is | Benjamin Peterson | 2010-10-13 | 1 | -1/+1 |
|
|
* | PEP 3147 | Barry Warsaw | 2010-04-17 | 1 | -0/+2 |
|
|
* | Merged revisions 76934-76935 via svnmerge from | R. David Murray | 2009-12-20 | 1 | -1/+1 |
|
|
* | fix test checking for error message | Benjamin Peterson | 2009-11-25 | 1 | -1/+1 |
|
|
* | Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,... | Benjamin Peterson | 2009-11-25 | 1 | -22/+36 |
|
|
* | Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-... | Nick Coghlan | 2009-11-16 | 1 | -37/+154 |
|
|
* | - remove svn:executable property from some library files | Matthias Klose | 2009-06-22 | 1 | -0/+0 |
|
|
* | Merged revisions 69419-69420 via svnmerge from | Nick Coghlan | 2009-02-08 | 1 | -6/+12 |
|
|
* | Merged revisions 67750-67751 via svnmerge from | Nick Coghlan | 2008-12-14 | 1 | -6/+7 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-22 | 1 | -1/+17 |
|
|
* | Merged revisions 59275-59303 via svnmerge from | Christian Heimes | 2007-12-03 | 1 | -8/+12 |
|
|
* | Merge the trunk changes in. Breaks socket.ssl for now. | Thomas Wouters | 2007-08-28 | 1 | -25/+61 |
|
|
* | Merged revisions 56753-56781 via svnmerge from | Guido van Rossum | 2007-08-06 | 1 | -26/+14 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -1/+1 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -352/+25 |
|
|
* | Merge part of the trunk changes into the p3yk branch. This merges from 43030 | Thomas Wouters | 2006-04-21 | 1 | -0/+431 |
|
|