COMMITS
/ Include/moduleobject.h May 6, 2024
P
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
Petr Viktorin committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
April 29, 2024
E
gh-117953: Split Up _PyImport_LoadDynamicModuleWithSpec() (gh-118203)
Eric Snow committed
November 6, 2023
November 1, 2023
V
gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584)
Victor Stinner committed
October 17, 2023
V
gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED new in 3.13. (#110969)
Victor Stinner committed
July 22, 2023
V
gh-106320: Remove private _PyModule API (#107070)
Victor Stinner committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
E
gh-104108: Add the Py_mod_multiple_interpreters Module Def Slot (gh-104148)
Eric Snow committed
November 11, 2022
E
gh-81057: Move the Extension Modules Cache to _PyRuntimeState (gh-99355)
Eric Snow committed
June 16, 2022
V
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
Victor Stinner committed
May 3, 2022
V
gh-91321: Fix PyModuleDef_HEAD_INIT on C++ (#92259)
Victor Stinner committed
March 3, 2022
V
bpo-45459: Fix PyModuleDef_Slot type in the limited C API (GH-31668)
Victor Stinner committed
February 24, 2022
V
bpo-45459: C API uses type names rather than structure names (GH-31528)
Victor Stinner committed
V
bpo-45459: Add pytypedefs.h header file (GH-31527)
Victor Stinner committed
January 18, 2021
V
bpo-42923: Dump extension modules on fatal error (GH-24207)
Victor Stinner committed
February 13, 2020
D
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Dong-hee Na committed
May 28, 2019
Z
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
Zackery Spytz committed
October 30, 2018
S
bpo-33237: Improve AttributeError message for partially initialized module. (GH-6398)
Serhiy Storchaka committed
December 27, 2016
S
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka committed
S
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka committed
November 20, 2016
S
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka committed
August 21, 2016
N
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan committed
June 2, 2015
Y
Issue 24365: Conditionalize PEP 489 additions to the stable ABI
Yury Selivanov committed
May 23, 2015
S
Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stable ABI)
Steve Dower committed
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan committed
February 10, 2014
S
Issue #19255: The builtins module is restored to initial value before
Serhiy Storchaka committed
March 4, 2011
V
Issue #3080: Add PyModule_NewObject() function
Victor Stinner committed
February 23, 2011
V
Issue #3080: Add PyModule_GetNameObject()
Victor Stinner committed
February 22, 2011
V
Issue #3080: document encoding used by import functions
Victor Stinner committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
November 17, 2010
D
Issue #9518: Extend the PyModuleDef_HEAD_INIT macro to explicitly
David Malcolm committed
August 17, 2010
V
Issue #9425: Create PyModule_GetFilenameObject() function
Victor Stinner committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
August 26, 2007
N
Get rid of more uses of string and use const in a few places.
Neal Norwitz committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
December 10, 2005
J
Add const to several API functions that take char *.
Jeremy Hylton committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
September 13, 2001
T
SF bug [#460467] file objects should be subclassable.
Tim Peters committed
September 10, 2001
G
PyModule_Check() now checks for subtype of module, as it should.
Guido van Rossum committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 9, 2000
F
ANSI-fication and Py_PROTO extermination.
Fred Drake committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
February 15, 1999
G
Add PyModule_GetFilename().
Guido van Rossum committed
December 4, 1998
G
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum committed
February 19, 1998
G
Add internal routine _PyModule_Clear(), which does approximately what
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
February 27, 1995
G
make the type a parameter of the DL_IMPORT macro, for Borland C
Guido van Rossum committed