COMMITS
/ Python/import.c May 13, 2019
V
bpo-36900: import.c uses PyInterpreterState.core_config (GH-13278)
Victor Stinner committed
May 8, 2019
Z
bpo-24048: Save the live exception during import.c's remove_module() (GH-13005)
Zackery Spytz committed
May 2, 2019
V
bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052)
Victor Stinner committed
April 26, 2019
V
bpo-36710: Add runtime parameter in gcmodule.c (GH-12958)
Victor Stinner committed
March 25, 2019
S
bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504)
Stefan Krah committed
March 19, 2019
S
bpo-36362: Avoid unused variables when HAVE_DYNAMIC_LOADING is not defined (GH-12430)
Stéphane Wirtel committed
February 25, 2019
S
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka committed
January 10, 2019
Z
bpo-35470: Fix a reference counting bug in _PyImport_FindExtensionObjectEx(). (GH-11128)
Zackery Spytz committed
December 11, 2018
S
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
Serhiy Storchaka committed
November 22, 2018
V
bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 11, 2018
V
bpo-35177: Add dependencies between header files (GH-10361)
Victor Stinner committed
November 5, 2018
S
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
Serhiy Storchaka committed
November 1, 2018
V
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
V
bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)
Victor Stinner committed
October 30, 2018
S
bpo-33237: Improve AttributeError message for partially initialized module. (GH-6398)
Serhiy Storchaka committed
October 29, 2018
S
bpo-33331: Clean modules in the reversed order in PyImport_Cleanup(). (GH-6565)
Serhiy Storchaka committed
September 12, 2018
B
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
Benjamin Peterson committed
August 3, 2018
V
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner committed
August 1, 2018
V
bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var (GH-8608)
Victor Stinner committed
V
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
Victor Stinner committed
May 14, 2018
U
bpo-33443 Fix typo in Python/import.c (GH-6722)
ukwksk committed
April 29, 2018
S
bpo-33330: Write exceptions occurred in PyImport_Cleanup() to stderr. (GH-6606)
Serhiy Storchaka committed
April 25, 2018
S
bpo-33330: Improve error handling in PyImport_Cleanup(). (GH-6564)
Serhiy Storchaka committed
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