Commits
User selector
Commit History
Commits on Mar 26, 2026
gh-146151: memoryview supports 'F' and 'D' format types (complex) (#146241)
Show description for c68a194andauthored
Commits on Jul 11, 2025
gh-136300: Modify C tests to conform to PEP-737 (GH-136301)
Show description for 7de8ea7andauthored
Commits on Mar 24, 2025
Commits on Mar 20, 2025
Commits on Mar 19, 2025
Commits on Jun 18, 2024
gh-120674: Protect multi-line macros in _testbuffer.c and _testcapimodule.c (#120675)
Show description for 7c5da94authored
Commits on May 6, 2024
Commits on May 3, 2024
gh-116322: Add Py_mod_gil module slot (#116882)
Show description for c2627d6authored
Commits on Apr 30, 2024
Commits on Apr 2, 2024
Commits on Feb 10, 2024
Commits on Jul 2, 2023
Commits on Nov 16, 2022
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99513)
Show description for 3ed8803authored
Commits on Nov 13, 2022
gh-99300: Use Py_NewRef() in Modules/ directory (#99440)
Show description for bbba3f3authored
Commits on May 3, 2022
gh-91320: Use _PyCFunction_CAST() (#92251)
Show description for 804f252authored
Commits on Dec 1, 2020
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Show description for 32bd68cauthored
Commits on Feb 24, 2020
Commits on Feb 17, 2020
Commits on Feb 7, 2020
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Show description for d2ec81aauthoredbpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Show description for daa9756authored
Commits on May 31, 2019
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Show description for 530f506authored andcommitted
Commits on Nov 27, 2018
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Show description for d4f9cf5authoredbpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Show description for 62be742authored
Commits on Jul 26, 2018
Commits on Jul 7, 2018
Commits on Apr 29, 2018
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Show description for 55edd0cauthored andcommitted
Commits on Apr 8, 2017
Commits on Jan 8, 2017
- committed
Stefan Krah - committed
Stefan Krah
Commits on Dec 25, 2015
Commits on Mar 18, 2015
Commits on Feb 16, 2015
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Show description for 4d0d982committedIssue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Show description for 1a1ff29committed
Commits on Feb 1, 2015
Issue #22445: PyBuffer_IsContiguous() now implements precise contiguity
Show description for 363af44committed
Stefan Krah