COMMITS
/ Python/importlib.h 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
November 12, 2012
B
merge 3.3 (sort of)
Benjamin Peterson committed
B
recompile importlib.h
Benjamin Peterson committed
October 19, 2012
N
Merge fix from #6074 from 3.3
Nick Coghlan committed
N
Issue #6074: Apply an appropriate fix for importlib based imports
Nick Coghlan committed
October 16, 2012
T
Merge issue #15833: don't raise an exception if importlib can't write
Trent Nelson committed
T
Issue #15833: don't raise an exception if importlib can't write byte-compiled
Trent Nelson committed
October 12, 2012
B
Remove uses of % with str.format.
Brett Cannon committed
October 10, 2012
B
Merge fix for issue #15111.
Brett Cannon committed
B
Closes issue #15111: Calling __import__ with a module specified in
Brett Cannon committed
October 5, 2012
J
Closes #16135: Removal of OS/2 support
Jesus Cea committed
September 28, 2012
B
Add some comments.
Brett Cannon committed
September 25, 2012
B
don't depend on __debug__ because it's baked in at freeze time (issue #16046)
Benjamin Peterson committed
August 27, 2012
A
Issue #15781: Fix two small race conditions in import's module locking.
Antoine Pitrou committed
August 24, 2012
B
Issue #15316: Let exceptions raised during imports triggered by the
Brett Cannon committed
B
Issue #2051: Tweak last commit for this issue to pass in mode instead
Brett Cannon committed
August 20, 2012
N
Close #14846: Handle a sys.path entry going away
Nick Coghlan committed
August 17, 2012
B
Issue #15715: Ignore failed imports triggered by the use of fromlist.
Brett Cannon committed
August 11, 2012
B
Don't overwrite a __path__ value from extension modules if already
Brett Cannon committed
August 10, 2012
P
fix docstring wording
Philip Jenvey committed
B
Issue #15502: Refactor some code.
Brett Cannon committed
P
update docstring per the extension package fix, refactor
Philip Jenvey committed
B
Issue #15576: Allow extension modules to be a package's __init__
Brett Cannon committed
B
Issue #15502: Finish bringing importlib.abc in line with the current
Brett Cannon committed
August 6, 2012
B
Issue #15471: Don't use mutable object as default values for the
Brett Cannon committed