COMMITS
/ Python/import.c March 23, 2017
S
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka committed
March 8, 2017
S
Use Py_RETURN_FALSE/Py_RETURN_TRUE rather than PyBool_FromLong(0)/PyBool_FromLong(1). (#567)
Serhiy Storchaka committed
February 4, 2017
S
Removed redundant Argument Clinic directives.
Serhiy Storchaka committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
December 9, 2016
V
Use _PyObject_CallMethodIdObjArgs()
Victor Stinner committed
December 4, 2016
V
Backed out changeset b9c9691c72c5
Victor Stinner committed
December 1, 2016
V
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner committed
November 20, 2016
S
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka committed
November 16, 2016
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
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
S
[backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".
Senthil Kumaran committed
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