COMMITS
/ Python/import.c May 30, 2015
S
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
Serhiy Storchaka committed
S
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
Serhiy Storchaka committed
May 23, 2015
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan committed
May 3, 2015
E
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow committed
April 19, 2015
C
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
Christian Heimes committed
C
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
Christian Heimes committed
C
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
Christian Heimes committed
April 14, 2015
L
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings committed
April 3, 2015
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed
March 18, 2015
V
Issue #23694: Enhance _Py_fopen(), it now raises an exception on error
Victor Stinner committed
September 28, 2014
S
Removed redundant casts to `char *`.
Serhiy Storchaka committed
July 7, 2014
V
(Merge 3.4) Issue #21925: PyImport_Cleanup(): Remove unused parameter in
Victor Stinner committed
V
Issue #21925: PyImport_Cleanup(): Remove unused parameter in
Victor Stinner committed
May 30, 2014
B
Move import.c to use Clinic file output.
Brett Cannon committed
May 29, 2014
E
Issue #21226: fix a ref leak.
Eric Snow committed
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