COMMITS
/ Python/import.c September 8, 2016
C
Fix potential NULL pointer dereference in _imp_create_builtin
Christian Heimes committed
B
Issue #27911: Remove some unnecessary error checks in import.c.
Brett Cannon committed
September 7, 2016
E
Issue #15767: Use ModuleNotFoundError.
Eric Snow committed
August 31, 2016
R
Issue #27909: Fix INCREF for possible NULL value
Raymond Hettinger committed
August 2, 2016
S
Issue #22557: Now importing already imported modules is up to 2.5 times faster.
Serhiy Storchaka committed
July 17, 2016
S
Issue #27419: Added temporary workaround for subinterpreters.
Serhiy Storchaka committed
S
Issue #27419: Added temporary workaround for subinterpreters.
Serhiy Storchaka committed
S
Issue #27419: Standard __import__() no longer look up "__import__" in globals
Serhiy Storchaka committed
S
Issue #27419: Standard __import__() no longer look up "__import__" in globals
Serhiy Storchaka committed
July 8, 2016
B
Issue #26896: Disambiguate uses of "importer" with "finder".
Brett Cannon committed
July 7, 2016
S
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
May 20, 2016
V
Cleanup import.c
Victor Stinner committed
April 14, 2016
S
fs_unicode_converter is no longer used.
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
February 10, 2016
S
Issue #25698: Prevent possible replacing imported module with the empty one
Serhiy Storchaka committed
S
Issue #25698: Prevent possible replacing imported module with the empty one
Serhiy Storchaka committed
January 23, 2016
B
Issue #18018: Raise an ImportError if a relative import is attempted
Brett Cannon committed
January 22, 2016
B
Issue #25791: Warn when __package__ != __spec__.parent.
Brett Cannon committed
January 15, 2016
B
Issue #25791: Raise an ImportWarning when __spec__ or __package__ are
Brett Cannon committed
January 5, 2016
S
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
August 25, 2015
L
Rebuilt Clinic generated code.
Larry Hastings committed
L
Issue #24769: Interpreter now starts properly when dynamic loading
Larry Hastings committed
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