| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-107298: Fix more Sphinx warnings in the C API doc (#107329) | Victor Stinner | 2023-07-27 | 1 | -10/+10 |
|
|
* | gh-107298: Fix Sphinx warnings in the C API doc (#107302) | Victor Stinner | 2023-07-26 | 1 | -1/+1 |
|
|
* | gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) | Serhiy Storchaka | 2023-07-21 | 1 | -7/+5 |
|
|
* | gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744) | Jurica Bradarić | 2023-05-02 | 1 | -1/+20 |
|
|
* | gh-102013: Add PyUnstable_GC_VisitObjects (#102014) | Jacob Bower | 2023-03-14 | 1 | -0/+33 |
|
|
* | bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) | Sam Gross | 2021-10-27 | 1 | -8/+8 |
|
|
* | bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445) | Pablo Galindo | 2021-05-29 | 1 | -2/+3 |
|
|
* | bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26... | Pablo Galindo | 2021-05-29 | 1 | -0/+11 |
|
|
* | bpo-28254: Add a C-API for controlling the GC state (GH-25687) | scoder | 2021-04-28 | 1 | -0/+43 |
|
|
* | bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464) | Hai Shi | 2020-04-14 | 1 | -0/+9 |
|
|
* | bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the publi... | Pablo Galindo | 2020-04-11 | 1 | -0/+18 |
|
|
* | bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) | Serhiy Storchaka | 2019-10-30 | 1 | -4/+4 |
|
|
* | Doc: Replace the deprecated highlightlang directive by highlight. (#13377) | Stéphane Wirtel | 2019-05-17 | 1 | -1/+1 |
|
|
* | bpo-35081: Make some _PyGC macros internal (GH-10507) | Victor Stinner | 2018-11-13 | 1 | -8/+3 |
|
|
* | bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021) | INADA Naoki | 2018-05-21 | 1 | -1/+1 |
|
|
* | note that Py_VISIT handles NULL (closes #27183) | Benjamin Peterson | 2016-06-02 | 1 | -3/+4 |
|
|
* | Issue #18589: fix hyperlinking of type slots (tp_*) | Antoine Pitrou | 2013-08-01 | 1 | -14/+14 |
|
|
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -28/+28 |
|
|
* | Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -1/+1 |
|
|
* | After discussing some more with Georg, do no migrate versionchanged:: 2.5 to | Jeroen Ruigrok van der Werven | 2009-04-27 | 1 | -8/+0 |
|
|
* | Merged revisions 71920-71923,71925-71929,71931-71934,71937 via svnmerge from | Jeroen Ruigrok van der Werven | 2009-04-27 | 1 | -1/+9 |
|
|
* | Merged revisions 71898-71900,71910,71914-71919 via svnmerge from | Jeroen Ruigrok van der Werven | 2009-04-26 | 1 | -35/+39 |
|
|
* | Fix two oversights in C API split. | Georg Brandl | 2008-01-20 | 1 | -0/+1 |
|
|
* | Split C API docs in Py3k branch. | Georg Brandl | 2008-01-20 | 1 | -0/+147 |
|
|