COMMITS
/ Python/importlib.h 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
September 3, 2013
M
Issue #16826: Don't check for PYTHONCASEOK when using -E.
Meador Inge committed
M
Issue #16826: Don't check for PYTHONCASEOK when using -E.
Meador Inge committed
July 12, 2013
B
Issue #18415: Normalize what type of quotes are used with string
Brett Cannon committed
July 6, 2013
B
merge for issue #18351.
Brett Cannon committed
B
Issue #18351: Fix various issues with
Brett Cannon committed
B
Issue #18364: Stop using the ImportError._not_found hack.
Brett Cannon committed
July 4, 2013
B
Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
Brett Cannon committed
B
Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError
Brett Cannon committed
June 16, 2013
B
Fix a misnaming of a method and an argument
Brett Cannon committed
B
Issue #18076: Introduce imoportlib.util.decode_source().
Brett Cannon committed
B
importlib.abc.SourceLoader.get_source() was re-raising SyntaxError and
Brett Cannon committed
B
Issue #18115: Abstract out managing the cleanup of modules to use in
Brett Cannon committed
B
Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader
Brett Cannon committed
June 15, 2013
B
Issue #17907: touch up the code for imp.new_module().
Brett Cannon committed
June 14, 2013
B
Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the
Brett Cannon committed
June 13, 2013
B
Issue #15767: Touch up ModuleNotFoundError usage by import.
Brett Cannon committed
June 12, 2013
B
Issue #15767: Introduce ModuleNotFoundError, a subclass of
Brett Cannon committed
June 5, 2013
B
tweak exception message (again)
Brett Cannon committed
June 4, 2013
B
Tweak at the suggestion of Ezio Melotti for exception messages when
Brett Cannon committed
May 31, 2013
B
Issues #18088, 18089: Introduce
Brett Cannon committed
May 30, 2013
B
Rename importlib.util.ModuleManager to module_to_load so that the name
Brett Cannon committed
May 28, 2013
B
Issue #18070: importlib.util.module_for_loader() now sets __loader__
Brett Cannon committed
B
Update importlib.h
Brett Cannon committed
B
Introduce importlib.util.ModuleManager which is a context manager to
Brett Cannon committed
May 16, 2013
B
rather than passing locals to the class body, just execute the class body in the proper environment
Benjamin Peterson committed