COMMITS
/ Python/import.c May 12, 2014
E
Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.
Eric Snow committed
April 4, 2014
B
Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets
Brett Cannon committed
February 10, 2014
S
Temporary silence test broken by issue19255.
Serhiy Storchaka committed
S
Issue #19255: The builtins module is restored to initial value before
Serhiy Storchaka committed
February 9, 2014
S
Issue #20437: Fixed 22 potential bugs when deleting objects references.
Serhiy Storchaka committed
S
Issue #20437: Fixed 21 potential bugs when deleting objects references.
Serhiy Storchaka committed
L
Issue #20530: Argument Clinic's signature format has been revised again.
Larry Hastings committed
February 1, 2014
L
#Issue 20456: Several improvements and bugfixes for Argument Clinic,
Larry Hastings committed
January 28, 2014
L
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings committed
January 24, 2014
L
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings committed
January 18, 2014
L
Issue #20287: Argument Clinic's output is now configurable, allowing
Larry Hastings committed
January 10, 2014
B
Remove an unneeded cast.
Brett Cannon committed
B
Issue #20152: import.c now uses Argument Clinic.
Brett Cannon committed
November 22, 2013
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed
November 14, 2013
V
Issue #19437: Fix init_builtin(), handle _PyImport_FindExtensionObject()
Victor Stinner committed
November 13, 2013
V
Issue #19437: Fix PyImport_ImportModuleLevelObject(), handle
Victor Stinner committed
November 7, 2013
V
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner committed
November 6, 2013
V
Issue #19512: Use the new _PyId_builtins identifier
Victor Stinner committed
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