COMMITS
/ Python/importlib.h October 3, 2013
E
[issue19152] Revert 832579dbafd6.
Eric Snow committed
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
September 3, 2013
M
Issue #16826: Don't check for PYTHONCASEOK when using -E.
Meador Inge committed
July 6, 2013
B
Issue #18351: Fix various issues with
Brett Cannon committed
June 16, 2013
B
Fix a misnaming of a method and an argument
Brett Cannon committed
April 1, 2013
B
Issue #17357: Add missing verbosity messages when running under
Brett Cannon committed
February 20, 2013
E
Rebuild importlib.h after the changes introduced in 0f65bf6063ca.
Ezio Melotti committed
February 1, 2013
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 11, 2013
B
Issue #16730: Don't raise an exception in
Brett Cannon committed
November 20, 2012
B
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Barry Warsaw committed
November 12, 2012
B
recompile importlib.h
Benjamin Peterson committed
October 19, 2012
N
Issue #6074: Apply an appropriate fix for importlib based imports
Nick Coghlan committed
October 16, 2012
T
Issue #15833: don't raise an exception if importlib can't write byte-compiled
Trent Nelson committed
October 10, 2012
B
Closes issue #15111: Calling __import__ with a module specified in
Brett Cannon 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
August 2, 2012
July 31, 2012
July 29, 2012
N
Close #15425: Eliminate more importlib related traceback noise
Nick Coghlan committed
July 28, 2012
M
Issue #14578: Support modules registered in the Windows registry again.
Martin v. Löwis committed
M
Issue #15466: Stop using TYPE_INT64 in marshal,
Martin v. Löwis committed
July 15, 2012
N
July 13, 2012
B
Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use
Brett Cannon committed
July 10, 2012
B
Issue #15111: When a module was imported using a 'from import'
Brett Cannon committed
July 9, 2012
B
Issue #15167 (as part of #13959): imp.get_magic() is no implemented in
Brett Cannon committed
B
Issue #15056: imp.cache_from_source() and source_from_cache() raise
Brett Cannon committed
July 8, 2012
A
Issue #15110: Also hide importlib frames when importing a builtin module fails.
Amaury Forgeot d'Arc committed
A
Issue #15110: Fix the tracebacks generated by "import xxx" to not show the importlib stack frames.
Antoine Pitrou committed
July 7, 2012
A
Check-in compiled importlib changes (you must run "make" after modifying the importlib sources).
Antoine Pitrou committed
July 2, 2012
B
Issue #15166: Re-implement imp.get_tag() using sys.implementation.
Brett Cannon committed
June 25, 2012
A
Issue #15181: importlib bytecode is unsigned and shouldn't have negative numbers.
Antoine Pitrou committed
June 24, 2012
June 23, 2012
A
A better repr() for FileFinder
Antoine Pitrou committed