COMMITS
/ Python/import.c March 11, 2018
S
bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873)
Serhiy Storchaka committed
January 29, 2018
B
rename _imp initialization function to follow conventions (#5432)
Benjamin Peterson committed
December 16, 2017
B
fix up signedness in PyImport_ExtendInittab (#4831)
Benjamin Peterson committed
December 12, 2017
V
import.c: Fix a GCC warning (#4822)
Victor Stinner committed
December 9, 2017
B
fix my byte-swapping implementation (#4772)
Benjamin Peterson committed
B
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson committed
December 8, 2017
N
Fix missing DECREF of mod. (#4749)
Neil Schemenauer committed
December 6, 2017
V
bpo-32030: Add _PyImport_Fini2() (#4737)
Victor Stinner committed
V
bpo-32030: pass interp to _PyImport_Init() (#4736)
Victor Stinner committed
December 3, 2017
N
Refactor PyImport_ImportModuleLevelObject(). (#4680)
Neil Schemenauer committed
November 21, 2017
V
bpo-32030: Add more options to _PyCoreConfig (#4485)
Victor Stinner committed
November 16, 2017
V
bpo-32030: Enhance Py_Main() (#4412)
Victor Stinner committed
November 15, 2017
V
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner committed
November 7, 2017
S
bpo-31415: Improve error handling and caching of the importtime option. (#4138)
Serhiy Storchaka committed
November 2, 2017
B
bpo-31415: Support PYTHONPROFILEIMPORTTIME envvar equivalent to -X importtime (#4240)
Barry Warsaw committed
October 16, 2017
V
bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983)
Victor Stinner committed
October 12, 2017
V
bpo-31773: time.perf_counter() uses again double (GH-3964)
Victor Stinner committed
October 10, 2017
V
bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936)
Victor Stinner committed
October 3, 2017
I
bpo-31415: Add `-X importtime` option (GH-3490)
INADA Naoki committed
September 29, 2017
C
bpo-31574: importlib dtrace (#3749)
Christian Heimes committed
September 15, 2017
E
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
Eric Snow committed
September 14, 2017
E
bpo-28411: Isolate PyInterpreterState.modules (#3575)
Eric Snow committed
E
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
September 4, 2017
E
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow committed
July 12, 2017
S
bpo-30876: Relative import from unloaded package now reimports the package (#2639)
Serhiy Storchaka committed
July 10, 2017
V
bpo-30891: Fix importlib _find_and_load() race condition (#2646)
Victor Stinner committed
July 6, 2017
S
bpo-30814: Fixed a race condition when import a submodule from a package. (#2580)
Serhiy Storchaka committed
June 15, 2017
S
bpo-30626: Fix error handling in PyImport_Import(). (#2103)
Serhiy Storchaka committed
May 28, 2017
A
Doc nits for bpo-16500 (#1841)
Antoine Pitrou committed
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