Commits
User selector
Commit History
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204authored
Commits on Jan 28, 2022
Commits on Jan 21, 2022
- authored
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Show description for 1781d55authoredbpo-46417: Finalize structseq types at exit (GH-30645)
Show description for e9e3eabauthored
Commits on Dec 9, 2021
bpo-46008: Make runtime-global object/type lifecycle functions and state consistent. (gh-29998)
Show description for c8749b5authored
Commits on May 3, 2021
Commits on Apr 30, 2021
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Show description for 3bb0994authored
Commits on Apr 2, 2021
bpo-43687: Py_Initialize() creates singletons earlier (GH-25147)
Show description for 442ad74authored
Commits on Mar 4, 2021
Commits on Mar 1, 2021
Commits on Dec 1, 2020
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Show description for 00d7abdauthored
Commits on Nov 22, 2020
Commits on Oct 26, 2020
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)
Show description for fb5db7eauthored
Commits on Sep 23, 2020
bpo-40170: Use inline _PyType_HasFeature() function (GH-22375)
Show description for 97d15aeauthored
Commits on Jun 22, 2020
Commits on May 27, 2020
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264)
Show description for 1cf15afauthored
Commits on Apr 15, 2020
bpo-40268: Remove unused structmember.h includes (GH-19530)
Show description for 4a21e57authored
Commits on Feb 7, 2020
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Show description for 60ac6edauthored
Commits on Nov 16, 2019
bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005)
Show description for bd44a7eauthored
Commits on Sep 14, 2019
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Show description for 279f446authored
Commits on Sep 12, 2019
Commits on Jun 2, 2019
Commits on Mar 27, 2019
bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)
Show description for 364f0b0authored andcommitted
Commits on Mar 22, 2019
bpo-36398: Fix a possible crash in structseq_repr(). (GH-12492)
Show description for 93e8012authored andcommitted
Commits on Mar 19, 2019
bpo-36365: Rewrite structseq_repr() using _PyUnicodeWriter (GH-12440)
Show description for c70ab02authored
Commits on Mar 13, 2019
Commits on Feb 25, 2019
- authored andcommitted
Commits on Dec 1, 2018
Fix compiler warning in structseq_repr() (GH-10841)
Show description for 9890520authored
Commits on Nov 15, 2018
bpo-34784: Implement correct cleanup in PyStructSequence new implementation (GH-10536)
Show description for bfb855bauthored
Commits on Nov 13, 2018
- authored andcommitted
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 Mar 19, 2017
Commits on Nov 22, 2016
Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
Show description for 007d7ffcommitted