index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_testmultiphase.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...
Petr Viktorin
2024-05-06
1
-1/+1
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-2/+19
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
1
-0/+1
*
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka
2023-07-25
1
-20/+4
*
gh-99113: Add a check for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104206)
Eric Snow
2023-05-06
1
-1/+59
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
1
-0/+6
*
gh-104108: Add the Py_mod_multiple_interpreters Module Def Slot (gh-104148)
Eric Snow
2023-05-05
1
-0/+19
*
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw
2023-04-28
1
-12/+0
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99440)
Victor Stinner
2022-11-13
1
-6/+3
*
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner
2022-05-03
1
-1/+1
*
bpo-47196: Fix one more PyInit function signature (GH-32280)
Hood Chatham
2022-04-03
1
-1/+1
*
bpo-47196: Fix function pointer cast in test_imp (GH-32244)
Hood Chatham
2022-04-02
1
-24/+24
*
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin
2022-02-11
1
-6/+6
*
bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696)
Petr Viktorin
2022-02-02
1
-3/+21
*
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes
2021-10-22
1
-0/+3
*
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Victor Stinner
2021-10-15
1
-0/+1
*
bpo-44050: Extension modules can share state when they don't support sub-inte...
Hai Shi
2021-10-05
1
-0/+22
*
Add _PyType_GetModuleByDef (GH-22835)
Petr Viktorin
2020-11-03
1
-1/+7
*
_testmultiphase: Fix possible ref leak (GH-22881)
Dong-hee Na
2020-10-22
1
-0/+4
*
bpo-38787: Update structures.rst docs (PEP 573) (GH-19980)
Hai Shi
2020-05-07
1
-10/+6
*
bpo-38787: C API for module state access from extension methods (PEP 573) (GH...
Petr Viktorin
2020-05-07
1
-8/+227
*
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)
Victor Stinner
2020-03-17
1
-51/+3
*
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags ...
Antoine Pitrou
2019-05-29
1
-1/+1
*
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka
2019-02-25
1
-2/+5
*
bpo-34720: Fix test_importlib.test_bad_traverse for AIX (GH-9391)
Michael Felt
2019-02-17
1
-0/+8
*
Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147)
Benjamin Peterson
2018-07-07
1
-2/+2
*
bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111)
Serhiy Storchaka
2018-05-26
1
-2/+1
*
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Marcel Plch
2018-03-17
1
-3/+49
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-2/+1
*
Merge #27782 fix from 3.5
Nick Coghlan
2016-08-21
1
-1/+32
|
\
|
*
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan
2016-08-21
1
-1/+32
*
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-1/+1
|
/
*
Close #24748: Restore imp.load_dynamic compatibility
Nick Coghlan
2015-09-05
1
-0/+10
*
Issue #24373: Eliminate PEP 489 test refleaks
Nick Coghlan
2015-06-04
1
-6/+14
*
fix importing one char extension modules (closes #24328)
Benjamin Peterson
2015-05-29
1
-0/+8
*
Issue #24268: Address some PEP 489 refleaks
Nick Coghlan
2015-05-23
1
-0/+1
*
PEP 489: Multi-phase extension module initialization
Nick Coghlan
2015-05-23
1
-0/+567