COMMITS
/ Python/import.c March 19, 2013
B
sprinkle const
Benjamin Peterson committed
December 18, 2012
A
Add sanity assertions in some import lock code (issue #15599).
Antoine Pitrou committed
A
Add sanity assertions in some import lock code (issue #15599).
Antoine Pitrou committed
December 15, 2012
B
cleanup and fix refleaks
Benjamin Peterson committed
December 14, 2012
A
Issue #16421: allow to load multiple modules from the same shared object.
Andrew Svetlov committed
November 16, 2012
B
Issue #15894: Document why we don't worry about re-acquiring the
Brett Cannon committed
August 27, 2012
A
Issue #15781: Fix two small race conditions in import's module locking.
Antoine Pitrou committed
August 5, 2012
B
Fix a spelling mistake in a comment.
Brett Cannon committed
August 4, 2012
A
Remove unused variable `trim_get_code`.
Antoine Pitrou committed
July 31, 2012
July 29, 2012
N
Close #15425: Eliminate more importlib related traceback noise
Nick Coghlan committed
July 13, 2012
B
Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use
Brett Cannon committed
July 10, 2012
A
Fix compilation under Windows
Antoine Pitrou committed
B
fix refleak
Benjamin Peterson committed
July 9, 2012
B
initialize variable for compiler happiness
Benjamin Peterson committed
B
Issue #15167 (as part of #13959): imp.get_magic() is no implemented in
Brett Cannon committed
B
Issue #15242: Have PyImport_GetMagicTag() return a const char *
Brett Cannon committed
July 8, 2012
A
Issue #15110: Fix the tracebacks generated by "import xxx" to not show the importlib stack frames.
Antoine Pitrou committed
July 2, 2012
B
Issue #15166: Re-implement imp.get_tag() using sys.implementation.
Brett Cannon committed
June 16, 2012
V
get_sourcefile(): use PyUnicode_READ() to avoid the creation of a temporary
Victor Stinner committed
May 27, 2012
May 17, 2012
A
Issue #9260: A finer-grained import lock.
Antoine Pitrou committed
May 7, 2012
May 6, 2012
A
Fix too early decrefs.
Antoine Pitrou committed
May 5, 2012
N
Fix typo in changeset eb5c5c23ca9b.
Nadeem Vawda committed
May 4, 2012
A
Simplify code for load_dynamic()
Antoine Pitrou committed
B
Issue #13959: Move module type constants to Lib/imp.py.
Brett Cannon committed
B
Remove dead Windows code which no longer will compile.
Brett Cannon committed
B
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
Brett Cannon committed
April 29, 2012
B
Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py.
Brett Cannon committed
B
Issue #13959: Re-implement imp.NullImporter in Lib/imp.py.
Brett Cannon committed
April 27, 2012
B
Issue #14605: Use None in sys.path_importer_cache to represent no
Brett Cannon committed
V
Check newly created consistency using _PyUnicode_CheckConsistency(str, 1)
Victor Stinner committed
April 25, 2012
B
Issue #14605: Insert to the front of sys.path_hooks instead of appending.
Brett Cannon committed
April 22, 2012
B
Issue #13959: Re-implement imp.find_module() in Lib/imp.py.
Brett Cannon committed
April 21, 2012
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
April 18, 2012
B
rollback 005fd1fe31ab (see #14609 and #14582)
Benjamin Peterson committed
April 17, 2012
B
Issue #13959: Re-implement imp.load_compiled() in imp.py.
Brett Cannon committed
B
Issue #14592: A relative import will raise a KeyError if __package__
Brett Cannon committed
B
Fix #14600. Correct reference handling and naming of ImportError convenience function
Brian Curtin committed
B
Issue #13959: Re-implement imp.load_source() in imp.py.
Brett Cannon committed
April 16, 2012
A
Fix another refleak
Antoine Pitrou committed
A
Fix a refleak
Antoine Pitrou committed
A
Fix reference loss on Py_None when None is encountered in sys.modules.
Antoine Pitrou committed
B
Issue #13959: Re-implement imp.load_package() in imp.py.
Brett Cannon committed
B
Issue #13959: Re-implement imp.load_module() in imp.py.
Brett Cannon committed
April 15, 2012
B
Issue #13959: Simplify imp.reload() by relying on a module's
Brett Cannon committed
B
Issue #13959: Rename imp to _imp and add Lib/imp.py and begin
Brett Cannon committed
B
Issue #14582: Import returns the module returned by a loader instead
Brett Cannon committed