aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Include/moduleobject.h
Commit message (Expand)AuthorAge
* gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...Petr Viktorin2024-05-06
* gh-116322: Add Py_mod_gil module slot (#116882)Brett Simmers2024-05-03
* gh-117953: Split Up _PyImport_LoadDynamicModuleWithSpec() (gh-118203)Eric Snow2024-04-29
* gh-111698: Restrict Py_mod_multiple_interpreters to 3.12+ Under Py_LIMITED_AP...Eric Snow2023-11-06
* gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584)Victor Stinner2023-11-01
* gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED new in 3.13. (#110969)Victor Stinner2023-10-17
* gh-106320: Remove private _PyModule API (#107070)Victor Stinner2023-07-22
* gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)Eric Snow2023-05-05
* gh-104108: Add the Py_mod_multiple_interpreters Module Def Slot (gh-104148)Eric Snow2023-05-05
* gh-81057: Move the Extension Modules Cache to _PyRuntimeState (gh-99355)Eric Snow2022-11-11
* gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)Victor Stinner2022-06-16
* gh-91321: Fix PyModuleDef_HEAD_INIT on C++ (#92259)Victor Stinner2022-05-03
* bpo-45459: Fix PyModuleDef_Slot type in the limited C API (GH-31668)Victor Stinner2022-03-03
* bpo-45459: C API uses type names rather than structure names (GH-31528)Victor Stinner2022-02-24
* bpo-45459: Add pytypedefs.h header file (GH-31527)Victor Stinner2022-02-24
* bpo-42923: Dump extension modules on fatal error (GH-24207)Victor Stinner2021-01-18
* bpo-39573: Add Py_IS_TYPE() function (GH-18488)Dong-hee Na2020-02-13
* bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)Zackery Spytz2019-05-28
* bpo-33237: Improve AttributeError message for partially initialized module. (...Serhiy Storchaka2018-10-30
* Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-27
|\
| * Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-27
* | Issue #19569: Compiler warnings are now emitted if use most of deprecatedSerhiy Storchaka2016-11-20
|/
* Issue #27782: Fix m_methods handling in multiphase initNick Coghlan2016-08-21
* Issue 24365: Conditionalize PEP 489 additions to the stable ABIYury Selivanov2015-06-02
* Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stab...Steve Dower2015-05-23
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-23
* Issue #19255: The builtins module is restored to initial value beforeSerhiy Storchaka2014-02-10
* Issue #3080: Add PyModule_NewObject() functionVictor Stinner2011-03-04
* Issue #3080: Add PyModule_GetNameObject()Victor Stinner2011-02-23
* Issue #3080: document encoding used by import functionsVictor Stinner2011-02-22
* Merge branches/pep-0384.Martin v. Löwis2010-12-03
* Issue #9518: Extend the PyModuleDef_HEAD_INIT macro to explicitlyDavid Malcolm2010-11-17
* Issue #9425: Create PyModule_GetFilenameObject() functionVictor Stinner2010-08-17
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-11
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-19
* Get rid of more uses of string and use const in a few places.Neal Norwitz2007-08-26
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-21
* Add const to several API functions that take char *.Jeremy Hylton2005-12-10
* Excise DL_EXPORT from Include.Mark Hammond2002-08-12
* SF bug [#460467] file objects should be subclassable.Tim Peters2001-09-13
* PyModule_Check() now checks for subtype of module, as it should.Guido van Rossum2001-09-10
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-01
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-09
* Change copyright notice - 2nd try.Guido van Rossum2000-06-30
* Change copyright notice.Guido van Rossum2000-06-30
* Add PyModule_GetFilename().Guido van Rossum1999-02-15
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-04
* Add internal routine _PyModule_Clear(), which does approximately whatGuido van Rossum1998-02-19
* New permission notice, includes CNRI.Guido van Rossum1996-10-25
* make the type a parameter of the DL_IMPORT macro, for Borland CGuido van Rossum1995-02-27