COMMITS
/ Python/import.c October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
August 27, 2013
V
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner committed
August 22, 2013
V
remove unused declaration
Victor Stinner committed
August 10, 2013
A
Issue #10241: Clear extension module dict copies at interpreter shutdown.
Antoine Pitrou committed
August 6, 2013
A
Improve verbose reporting of shutdown phase by using the "public" module name
Antoine Pitrou committed
August 2, 2013
A
Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deallocating a Tkapp object.
Antoine Pitrou committed
August 1, 2013
A
Issue #10241: Clear extension module dict copies at interpreter shutdown.
Antoine Pitrou committed
July 31, 2013
July 20, 2013
C
Add missing check of PyDict_SetItem()'s return value in _PyImport_FindExtensionObject()
Christian Heimes committed
C
Add missing check of PyDict_SetItem()'s return value in _PyImport_FindExtensionObject()
Christian Heimes committed
July 16, 2013
V
Issue #18408: handle PySys_GetObject() failure, raise a RuntimeError
Victor Stinner committed
July 4, 2013
B
Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError
Brett Cannon committed
June 23, 2013
C
import.c does neither need mode_t nor _mkdir() anymore
Christian Heimes committed
June 13, 2013
B
Issue #15767: Touch up ModuleNotFoundError usage by import.
Brett Cannon committed
June 1, 2013
B
Issue #18065: For frozen packages set __path__ to [].
Brett Cannon committed
May 18, 2013
A
Issue #17937: Try harder to collect cyclic garbage at shutdown.
Antoine Pitrou committed
May 8, 2013
A
Issue #1545463: At shutdown, defer finalization of codec modules so that stderr remains usable.
Antoine Pitrou committed
May 6, 2013
A
Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown.
Antoine Pitrou committed
May 2, 2013
A
Closes #17892: Fix the name of _PyObject_CallMethodObjIdArgs
Alexandre Vassalotti committed
April 29, 2013
B
raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867)
Benjamin Peterson committed
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