COMMITS
/ Python/importlib.h 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
June 19, 2012
A
A
June 16, 2012
A
Try to fix issue #15086: build failure on Ubuntu shared buildbot.
Antoine Pitrou committed
June 11, 2012
B
Update importlib.h by touching Lib/importlib/_bootstrap.py.
Brett Cannon committed
May 27, 2012
May 26, 2012
B
Remove some redundant decorators.
Brett Cannon committed
May 25, 2012
E
issue 14660: Implement PEP 420, namespace packages.
Eric V. Smith committed
May 17, 2012
A
Issue #9260: A finer-grained import lock.
Antoine Pitrou committed
May 16, 2012
A
Avoid "warning: no newline at end of file" in importlib.h.
Antoine Pitrou committed
May 15, 2012
B
apparently importlib.h wants to be updated
Benjamin Peterson committed
May 11, 2012
B
Issue #13959: Have
Brett Cannon committed
B
Update importlib.h
Brett Cannon committed
May 7, 2012
May 4, 2012
B
Clean up a docstring.
Brett Cannon committed
B
update importlib.h
Brett Cannon committed
B
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
Brett Cannon committed
April 27, 2012
B
Issue #14646: __import__() now sets __loader__ if need be.
Brett Cannon committed
B
Issue #14605: Don't error out if get_importer() returns None.
Brett Cannon committed
B
Issue #14605: Use None in sys.path_importer_cache to represent no
Brett Cannon committed
B
Issue #14605: Stop having implicit entries for sys.meta_path.
Brett Cannon committed
April 26, 2012
B
Issue #14605: Make explicit the entries on sys.path_hooks that used to
Brett Cannon committed
B
Update importlib.h
Brett Cannon committed
April 25, 2012
M
Issue #14605 and #14642:
Marc-Andre Lemburg committed
M
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.
Marc-Andre Lemburg committed
April 22, 2012
B
Issue #14605: Expose importlib.abc.FileLoader and
Brett Cannon committed
B
Issue #13959: Continue to try to accomodate altsep in importlib by not
Brett Cannon committed
B
Revert to os.path.join() semantics for path manipulation in importlib
Brett Cannon committed
B
Update importlib.h
Brett Cannon committed
B
Have importlib look for pre-existing path separators when joining
Brett Cannon committed
April 21, 2012
B
Don't worry about moving imp.get_tag() over to Lib/imp.py.
Brett Cannon committed
B
Issue #13959: Re-implement imp.source_from_cache() in Lib/imp.py.
Brett Cannon committed
B
Issue #13959: Re-implement imp.cache_from_source() in Lib/imp.py.
Brett Cannon committed
B
Make path manipulation more robust for platforms with alternative path
Brett Cannon committed
April 20, 2012
B
Issue #13959: Keep imp.get_magic() in C code, but cache in importlib
Brett Cannon committed
B
Issue #14581: Windows users are allowed to import modules w/o taking
Brett Cannon committed