COMMITS
/ Lib/runpy.py December 11, 2025
B
GH-65961: Stop setting `__cached__` on modules (GH-142165)
Brett Cannon committed
November 13, 2025
S
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka committed
January 15, 2024
K
gh-99437: runpy: decode path-like objects before setting globals
Kamil Turek committed
April 28, 2023
B
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw committed
April 29, 2022
H
bpo-26792: Improve docstrings of runpy module run_functions (#30729)
Humbled Drugman committed
December 10, 2021
C
bpo-45654: No need to freeze types (GH-30028)
Christian Heimes committed
March 23, 2021
V
bpo-41718: runpy now imports pkgutil in functions (GH-24996)
Victor Stinner committed
March 31, 2020
March 8, 2020
M
bpo-39517: Allow runpy.run_path() to accept path-like objects (GH-18699)
Maor Kleinberger committed
November 18, 2019
J
bpo-38722: Runpy use io.open_code() (GH-17234)
jsnklln committed
August 21, 2016
M
Issue #27487: Merge runpy warning from 3.5
Martin Panter committed
M
Issue #27487: Warn if submodule already imported before runpy execution
Martin Panter committed
July 8, 2016
B
Issue #26896: Disambiguate uses of "importer" with "finder".
Brett Cannon committed
December 12, 2015
M
Issue #19771: Omit irrelevant message if package could not be initialized
Martin Panter committed
December 10, 2015
M
Issue #14285: Do not catch exceptions initializing any ancestor package
Martin Panter committed
December 3, 2015
M
Issue #14285: Do not catch __init__.py exceptions in runpy
Martin Panter committed
May 3, 2015
E
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow committed
May 30, 2014
B
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon committed
March 20, 2014
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
January 25, 2014
E
Issue 19944: Fix importlib.find_spec() so it imports parents as needed.
Eric Snow committed
December 15, 2013
N
Issue #19700: set __spec__ appropriately in runpy
Nick Coghlan committed
June 16, 2013
B
Issue #17177: The imp module is pending deprecation.
Brett Cannon committed
June 15, 2013
B
Issue #17177: switch from imp.new_module to types.ModuleType for runpy
Brett Cannon committed
July 20, 2012
July 15, 2012
N
Remove a statement that was only added for debugging purposes
Nick Coghlan committed
July 14, 2012
N
Merge fix for #15230 from 3.2
Nick Coghlan committed
April 27, 2012
B
Issue #14605: Use None in sys.path_importer_cache to represent no
Brett Cannon committed
April 26, 2012
B
Issue #14605: Make explicit the entries on sys.path_hooks that used to
Brett Cannon committed
July 3, 2011
V
Issue #12451: runpy: run_path() now opens the Python script in binary mode,
Victor Stinner committed
October 13, 2010
B
account for the module __dict__ being cleared when its module is
Benjamin Peterson committed
December 20, 2009
R
Merged revisions 76934-76935 via svnmerge from
R. David Murray committed
November 25, 2009
B
fix test checking for error message
Benjamin Peterson committed
November 16, 2009
June 22, 2009
M
- remove svn:executable property from some library files
Matthias Klose committed
February 8, 2009
N
Merged revisions 69419-69420 via svnmerge from
Nick Coghlan committed
December 14, 2008
N
Merged revisions 67750-67751 via svnmerge from
Nick Coghlan committed
February 22, 2008
December 3, 2007
C
Merged revisions 59275-59303 via svnmerge from
Christian Heimes committed
August 28, 2007
T
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters committed
August 6, 2007
G
Merged revisions 56753-56781 via svnmerge from
Guido van Rossum committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
September 6, 2006
G
Patch #1550800: make exec a function.
Georg Brandl committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
T
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters committed