COMMITS
/ Python/import.c June 2, 2020
V
bpo-40232: _PyImport_ReInitLock() can now safely use its lock (GH-20597)
Victor Stinner committed
V
PyOS_AfterFork_Child() uses PyStatus (GH-20596)
Victor Stinner committed
May 1, 2020
R
bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750)
Robert Rouhani committed
G
bpo-40412: Nullify inittab_copy during finalization (GH-19746)
Gregory Szorc committed
April 28, 2020
V
bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773)
Victor Stinner committed
V
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Victor Stinner committed
V
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
Victor Stinner committed
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
April 14, 2020
D
bpo-40232: Update PyOS_AfterFork_Child() to use _PyThread_at_fork_reinit() (GH-19450)
Dong-hee Na committed
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
V
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner committed
V
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Victor Stinner committed
April 13, 2020
V
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Victor Stinner committed
March 30, 2020
A
bpo-39943: Remove unnecessary casts in import.c that remove constness (GH-19209)
Andy Lester committed
March 27, 2020
V
bpo-38644: Use _PySys_Audit(): pass tstate explicitly (GH-19183)
Victor Stinner committed
March 25, 2020
V
bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157)
Victor Stinner committed
March 13, 2020
V
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
Victor Stinner committed
March 6, 2020
V
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
February 4, 2020
E
bpo-38076 Clear the interpreter state only after clearing module globals (GH-18039)
Eddie Elizondo committed
January 30, 2020
H
January 28, 2020
D
bpo-38960: DTrace build fix for FreeBSD. (GH-17451)
David Carlier committed
November 22, 2019
V
bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351)
Victor Stinner committed
V
bpo-38858: _PyImport_FixupExtensionObject() handles subinterpreters (GH-17350)
Victor Stinner committed
November 20, 2019
V
bpo-36854: gcmodule.c gets its state from tstate (GH-17285)
Victor Stinner committed
October 2, 2019
V
bpo-38353: Cleanup includes in the internal C API (GH-16548)
Victor Stinner committed
September 11, 2019
J
bpo-35943: Prevent PyImport_GetModule() from returning a partially-initialized module (GH-15057)
Joannah Nanjekye committed
B
bpo-37409: fix relative import with no parent (#14956)
Ben Lewis committed
August 3, 2019
N
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
Ngalim Siregar committed
July 30, 2019
M
Fix typos in comments, docs and test names (#15018)
Min ho Kim committed
July 11, 2019
J
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer committed
July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
July 4, 2019
J
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer committed
June 19, 2019
V
bpo-36710: Use tstate in pylifecycle.c (GH-14249)
Victor Stinner committed
V
bpo-36710: Remove PyImport_Cleanup() function (GH-14221)
Victor Stinner committed
V
bpo-36710: Add tstate parameter in import.c (GH-14218)
Victor Stinner committed
June 4, 2019
V
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Victor Stinner committed
June 1, 2019
E
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
Eric Snow committed
May 30, 2019
Z
bpo-20602: Do not clear sys.flags and sys.float_info during shutdown (GH-8096)
Zackery Spytz committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
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