COMMITS
/ Python/importlib.h 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
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