| Commit message (Expand) | Author | Age | Files | Lines |
| * | [3.12] gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add t... | Petr Viktorin | 2025-02-27 | 1 | -1/+1 |
|
|
| * | [3.12] gh-101944: Clarify PyModule_AddObjectRef() documentation (GH-129433) (... | Miss Islington (bot) | 2025-02-03 | 1 | -3/+4 |
|
|
| * | [3.12] gh-101100: Consolidate documentation on `ModuleType` attributes (#1247... | Alex Waygood | 2024-10-09 | 1 | -10/+12 |
|
|
| * | [3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-1219... | Petr Viktorin | 2024-09-27 | 1 | -0/+15 |
|
|
| * | [3.12] GH-121970: Rewrite the C-API annotations extension (GH-121985) (#122025) | Adam Turner | 2024-07-19 | 1 | -2/+4 |
|
|
| * | [3.12] gh-121749: Fix discrepancy in docs for `PyModule_AddObjectRef` (GH-121... | Miss Islington (bot) | 2024-07-14 | 1 | -1/+1 |
|
|
| * | [3.12] gh-121615: Improve `module.rst` C-API docs with better error descripti... | sobolevn | 2024-07-11 | 1 | -7/+14 |
|
|
| * | [3.12] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108... | Miss Islington (bot) | 2023-08-22 | 1 | -0/+4 |
|
|
| * | [3.12] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552) (... | Miss Islington (bot) | 2023-08-08 | 1 | -1/+1 |
|
|
| * | [3.12] gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (GH-107403... | Miss Islington (bot) | 2023-07-31 | 1 | -0/+31 |
|
|
| * | [3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (... | Serhiy Storchaka | 2023-07-28 | 1 | -1/+1 |
|
|
| * | [3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-1... | Serhiy Storchaka | 2023-07-28 | 1 | -4/+4 |
|
|
| * | [3.12] gh-107091: Fix some uses of :c:member: role (GH-107129) (GH-107310) | Miss Islington (bot) | 2023-07-26 | 1 | -4/+4 |
|
|
| * | [3.12] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107113) | Miss Islington (bot) | 2023-07-23 | 1 | -1/+1 |
|
|
| * | [3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10... | Serhiy Storchaka | 2023-07-21 | 1 | -3/+3 |
|
|
| * | GH-97950: Use new-style index directive ('object') (#104158) | Adam Turner | 2023-05-04 | 1 | -1/+1 |
|
|
| * | gh-101973: Fix parameter reference for PyModule_FromDefAndSpec (#101976) | Oleg Iarygin | 2023-02-17 | 1 | -2/+2 |
|
|
| * | gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (... | Adam Turner | 2022-10-05 | 1 | -2/+2 |
|
|
| * | Note that tp_clear and m_clear are not always called (GH-27581) | Petr Viktorin | 2021-08-04 | 1 | -0/+6 |
|
|
| * | bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) | Antonio Cuni | 2021-01-06 | 1 | -1/+2 |
|
|
| * | bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122) | Victor Stinner | 2020-11-04 | 1 | -14/+90 |
|
|
| * | bpo-40204, doc: Fix syntax of C variables (GH-21846) | Victor Stinner | 2020-08-13 | 1 | -2/+2 |
|
|
| * | bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) | Brad Solomon | 2020-04-27 | 1 | -1/+1 |
|
|
| * | bpo-38644: Make tstate more explicit inside pystate.c (GH-19182) | Victor Stinner | 2020-03-26 | 1 | -0/+4 |
|
|
| * | bpo-40024: Add PyModule_AddType() helper function (GH-19088) | Dong-hee Na | 2020-03-22 | 1 | -1/+11 |
|
|
| * | bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738) | Victor Stinner | 2020-03-17 | 1 | -10/+34 |
|
|
| * | bpo-38159: Clarify documentation of PyState_AddModule (GH-16101) | Petr Viktorin | 2019-11-01 | 1 | -0/+11 |
|
|
| * | bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) | Serhiy Storchaka | 2019-10-30 | 1 | -17/+17 |
|
|
| * | bpo-26868: Fix example usage of PyModule_AddObject. (#15725) | Brandt Bucher | 2019-09-12 | 1 | -1/+16 |
|
|
| * | Doc: Replace the deprecated highlightlang directive by highlight. (#13377) | Stéphane Wirtel | 2019-05-17 | 1 | -1/+1 |
|
|
| * | bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) | Marcel Plch | 2018-03-17 | 1 | -3/+9 |
|
|
| * | bpo-30656: Fix Python C API Module Objects documentation (GH-2170) | Emily Morehouse | 2017-06-13 | 1 | -1/+1 |
|
|
| * | bpo-29918: Add missed "const" modifiers in C API documentation. (#846) | Serhiy Storchaka | 2017-03-30 | 1 | -4/+4 |
|
|
| * | Issue #27782: Fix m_methods handling in multiphase init | Nick Coghlan | 2016-08-21 | 1 | -1/+1 |
|
|
| * | Issue #12946: Document that PyModule_GetDict can fail in some cases | Berker Peksag | 2016-08-19 | 1 | -4/+7 |
|
|
| * | Issue #24314: Fix doc links for general attributes like __name__, __dict__ | Martin Panter | 2016-06-18 | 1 | -2/+2 |
|
|
| * | Issue #27125: Remove duplicated words from documentation and comments | Martin Panter | 2016-05-30 | 1 | -1/+1 |
|
|
| * | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 1 | -1/+1 |
|
|
| * | Close #24458: PEP 489 documentation | Nick Coghlan | 2015-07-03 | 1 | -77/+243 |
|
|
| * | PEP 489: Multi-phase extension module initialization | Nick Coghlan | 2015-05-23 | 1 | -26/+66 |
|
|
| * | Merge with 3.3 | Zachary Ware | 2014-02-26 | 1 | -1/+1 |
| |\ |
|
| | * | Fix several C-API doc typos caught by tomo cocoa on docs@. | Zachary Ware | 2014-02-26 | 1 | -1/+1 |
|
|
| * | | Issue #18668: Further clarify m_size setting for non-negative values | Eli Bendersky | 2013-08-10 | 1 | -4/+4 |
| |\ \
| |/ |
|
| | * | Issue #18668: Further clarify m_size setting for non-negative values | Eli Bendersky | 2013-08-10 | 1 | -4/+4 |
|
|
| * | | Closing #18668: Properly document setting m_size in PyModuleDef | Eli Bendersky | 2013-08-07 | 1 | -4/+10 |
| |\ \
| |/ |
|
| | * | Issue #18668: Properly document setting m_size in PyModuleDef | Eli Bendersky | 2013-08-07 | 1 | -4/+10 |
|
|
| * | | #17115,17116: Have modules initialize the __package__ and __loader__ | Brett Cannon | 2013-05-04 | 1 | -2/+9 |
| |/ |
|
| * | #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs. | Ezio Melotti | 2013-03-06 | 1 | -2/+2 |
|
|
| * | Issue #15042: Add PyState_AddModule and PyState_RemoveModule. | Martin v. Löwis | 2012-06-22 | 1 | -1/+21 |
|
|
| * | Update C API docs for PEP 393. | Georg Brandl | 2011-10-07 | 1 | -1/+1 |
|
|