COMMITS
/ Objects/moduleobject.c April 2, 2022
D
no-issue: Add assertion to PyModule_GetName for understanding (GH-32236)
Dong-hee Na committed
March 3, 2022
M
bpo-46891: Fix creating a new instance of a module subclass with slots (GH-31643)
Mark Shannon committed
February 24, 2022
V
bpo-45459: C API uses type names rather than structure names (GH-31528)
Victor Stinner committed
February 8, 2022
October 12, 2021
V
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner committed
October 11, 2021
V
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner committed
July 24, 2021
F
bpo-44717: improve AttributeError on circular imports of submodules (GH-27338)
Filipe Laíns committed
P
Revert "bpo-44717: improve AttributeError on circular imports of submodules (GH-27299)" (GH-27331)
Pablo Galindo Salgado committed
F
bpo-44717: improve AttributeError on circular imports of submodules (GH-27299)
Filipe Laíns committed
June 23, 2021
V
bpo-43770: Cleanup PyModuleDef_Init() (GH-26879)
Victor Stinner committed
M
bpo-44486: Make sure that modules always have a dictionary. (GH-26847)
Mark Shannon committed
April 30, 2021
P
bpo-43901: Fix refleaks in test_module (GH-25754)
Pablo Galindo committed
L
Two minor fixes for accessing a module's name. (#25658)
larryhastings committed
L
April 21, 2021
V
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner committed
January 18, 2021
V
bpo-42923: Dump extension modules on fatal error (GH-24207)
Victor Stinner committed
December 1, 2020
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
October 26, 2020
S
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)
Serhiy Storchaka committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
April 14, 2020
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 17, 2020
V
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)
Victor Stinner committed
March 13, 2020
V
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
Victor Stinner committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
February 7, 2020
V
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Victor Stinner committed
V
bpo-39573: Add Py_SET_REFCNT() function (GH-18389)
Victor Stinner committed
January 30, 2020
H
January 27, 2020
V
bpo-38631: Avoid Py_FatalError() in PyModule_Create2() (GH-18212)
Victor Stinner committed
October 8, 2019
S
bpo-33714: Output an exception raised in module's m_clear(). (GH-16592)
Serhiy Storchaka committed
July 4, 2019
J
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 14, 2019
V
bpo-36900: Replace global conf vars with config (GH-13299)
Victor Stinner committed
February 25, 2019
S
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
October 30, 2018
S
bpo-33237: Improve AttributeError message for partially initialized module. (GH-6398)
Serhiy Storchaka committed
September 10, 2018
P
Fix misleading mentions of tp_size in comments (GH-9093)
Peter Eisentraut committed
August 3, 2018
V
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner committed
April 29, 2018
S
bpo-33330: Write exceptions occurred in PyImport_Cleanup() to stderr. (GH-6606)
Serhiy Storchaka committed
March 17, 2018
M
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Marcel Plch committed
December 14, 2017
I
bpo-32225: Implementation of PEP 562 (#4731)
Ivan Levkivskyi committed
September 19, 2017
O
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 4, 2017
E
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow committed
March 19, 2017
S
bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615)
Serhiy Storchaka committed