COMMITS
/ Python/importlib.h June 16, 2013
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
May 15, 2013
B
hide the __class__ closure from the class body (#12370)
Benjamin Peterson committed
May 4, 2013
B
#17115,17116: Have modules initialize the __package__ and __loader__
Brett Cannon committed
April 30, 2013
B
check local class namespace before reaching for cells (closes #17853)
Benjamin Peterson committed
April 14, 2013
B
Issue #17244: Don't mask exceptions raised during the creation of
Brett Cannon committed
April 9, 2013
B
Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return
Brett Cannon committed
April 1, 2013
B
Issue #17357: Add missing verbosity messages when running under
Brett Cannon committed
March 27, 2013
B
update importlib.h
Benjamin Peterson committed
March 22, 2013
B
copy 2.7 magic numbers for historical interest
Benjamin Peterson committed
March 13, 2013
B
make some freezing related stuff const
Benjamin Peterson committed
B
Issue #17117: Have both import itself and importlib.util.set_loader()
Brett Cannon committed
February 25, 2013
B
Issue #17220: two fixes for changeset 2528e4aea338.
Brett Cannon committed
S
Issue #17220: Little cleanup of _bootstrap.py.
Serhiy Storchaka committed
February 20, 2013
E
Merge importlib.h rebuild from 3.3 after the changes introduced in 65eaac000147.
Ezio Melotti committed
E
Rebuild importlib.h after the changes introduced in 0f65bf6063ca.
Ezio Melotti committed
February 10, 2013
B
evaluate lambda keyword-only defaults after positional defaults (#16967 again)
Benjamin Peterson committed
B
evaluate positional defaults before keyword-only defaults (closes #16967)
Benjamin Peterson committed
February 1, 2013
B
Merge w/ 3.3 more fixes thanks to issue #17098
Brett Cannon committed
B
Issue #17098: Be more stringent of setting __loader__ on early imported
Brett Cannon committed
B
Issue #17098: Make sure every module has __loader__ defined.
Brett Cannon committed
January 27, 2013
B
Tweak an exception message
Brett Cannon committed
January 26, 2013
B
Port py_compile over to importlib
Brett Cannon committed
January 25, 2013
B
Touch up exception messaging
Brett Cannon committed
January 11, 2013
B
Issue #15031: Refactor some code in importlib pertaining to validating
Brett Cannon committed
B
Merge from 3.3 for fix for issue #16730
Brett Cannon committed
B
Issue #16730: Don't raise an exception in
Brett Cannon committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
December 19, 2012
B
update importlib.h
Benjamin Peterson committed
December 18, 2012
A
Issue #16706: get rid of os.error
Andrew Svetlov committed
December 5, 2012
E
November 20, 2012
B
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Barry Warsaw committed
B
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Barry Warsaw committed
November 18, 2012
B
Regen importlib.h
Brett Cannon committed
B
Issue #15627: Add the compile_source() method to
Brett Cannon committed