COMMITS
/ Python/importlib.h May 23, 2015
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan committed
May 16, 2015
E
Issue #24192: Fix namespace package imports.
Eric Snow committed
May 12, 2015
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
May 3, 2015
E
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
February 2, 2015
B
merge 3.4 (#21295)
Benjamin Peterson committed
B
revert lineno and col_offset changes from #16795 (closes #21295)
Benjamin Peterson committed
January 9, 2015
B
Issue #23014: Make importlib.abc.Loader.create_module() required when
Brett Cannon committed
December 15, 2014
Z
Update Python/importlib.h
Zachary Ware committed
December 1, 2014
B
- Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
Barry Warsaw committed
B
- Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
Barry Warsaw committed
November 24, 2014
B
Issue #22934: Update the comment to mention Programs/_freeze_importlib.c.
Berker Peksag committed
November 23, 2014
A
Update importlib.h
Antoine Pitrou committed
November 21, 2014
B
Issue #22834: Have import suppress FileNotFoundError when the current
Brett Cannon committed
October 10, 2014
B
Issue #21052: Don't raise ImportWarning for sys.meta_path or
Brett Cannon committed
September 24, 2014
G
Update importlib.h frozen bytecode (changed due to commit c0ca9d32aed4).
Georg Brandl committed
May 30, 2014
B
Fix a parameter name to make sense again
Brett Cannon committed
B
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon committed
May 13, 2014
E
Merge from 3.4 (for #21226).
Eric Snow committed
May 12, 2014
E
Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.
Eric Snow committed
April 10, 2014
B
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson committed
February 26, 2014
B
Issue #20763: Fix importlib.machinery.PathFinder to support
Brett Cannon committed
B
Issue #20763: Fix importlib.machinery.PathFinder to support
Brett Cannon committed
February 19, 2014
B
update magic number for #20625
Benjamin Peterson committed
B
update magic number for #20625
Benjamin Peterson committed
January 8, 2014
E
Issue 19713: Remove PEP 451-related code that should have been factored out.
Eric Snow committed
January 7, 2014
L
Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!"
Larry Hastings committed
E
Issue 19713: Add PEP 451-related deprecations.
Eric Snow committed
January 4, 2014
E
Issue #19927: Add __eq__ to path-based loaders in importlib.
Eric Snow committed
January 3, 2014
E
Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder.
Eric Snow committed
December 19, 2013
E
Remove some dead code in importlib, introduced with the PEP 451 patch.
Eric Snow committed
December 11, 2013
E
Issue #18864: Add a setter for ModuleSpec.has_location.
Eric Snow committed
November 29, 2013
B
Issue #19698: Remove exec_module() from the built-in and extension
Brett Cannon committed
November 22, 2013
B
User the repr for a module name in more places
Brett Cannon committed
B
Remove a commented-out line
Brett Cannon committed
B
Don't assume trying to find a builtin will succeed (e.g. posix isn't on Windows)
Brett Cannon committed
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed
November 1, 2013
B
Abstract out stat calls in importlib for easier experimentation.
Brett Cannon committed
B
Issue #19410: Put back in special-casing of '' for
Brett Cannon committed
E
Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules.
Eric Snow committed
October 20, 2013
B
cleanup the construction of __qualname__ (closes #19301 again)
Benjamin Peterson committed
October 19, 2013
B
give explicitly global functions and classes a global __qualname__ (closes #19301)
Benjamin Peterson committed
October 18, 2013
B
Issue #18810: Be optimistic with stat calls when seeing if a directory
Brett Cannon committed
B
Issue #18416: Fix various os calls in importlib.machinery.FileFinder
Brett Cannon committed
B
Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd
Brett Cannon committed
October 12, 2013
A
Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10%) smaller.
Antoine Pitrou committed
October 3, 2013
E
[issue19152] Add ExtensionFileLoader.get_filename().
Eric Snow committed
September 4, 2013
M
Issue #16826: Revert fix while Windows issues are being worked out.
Meador Inge committed
M
Issue #16826: Revert fix while Windows issues are being worked out.
Meador Inge committed