Commits
User selector
Commit History
Commits on Apr 22, 2021
Commits on Apr 2, 2021
bpo-43687: Py_Initialize() creates singletons earlier (GH-25147)
Show description for 442ad74authored
Commits on Feb 26, 2021
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Show description for 145bf26authored
Commits on Feb 19, 2021
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Show description for bcb094bauthored
Commits on Dec 1, 2020
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Show description for 32bd68cauthored
Commits on Oct 27, 2020
bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995)
Show description for c9bc290authored
Commits on Oct 9, 2020
bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593)
Show description for e2ec0b2authored
Commits on Sep 29, 2020
Commits on Jun 23, 2020
bpo-40521: Cleanup code of free lists (GH-21082)
Show description for 522691cauthored
Commits on Jun 15, 2020
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
Show description for 04fc4f2authored
Commits on Jun 8, 2020
bpo-40887: Don't use finalized free lists (GH-20700)
Show description for bcb1983authored
Commits on Jun 4, 2020
bpo-40521: Make float free list per-interpreter (GH-20636)
Show description for 2ba5937authored
Commits on May 28, 2020
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
Show description for 5f4b229authored
Commits on May 24, 2020
bpo-37973: Improve the docstrings of sys.float_info (GH-19218)
Show description for fdc5a94authored
Commits on May 10, 2020
bpo-37986: Improve perfomance of PyLong_FromDouble() (GH-15611)
Show description for 86a93fdandauthored
Commits on Apr 29, 2020
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
Show description for ae00a5aauthored
Commits on Feb 12, 2020
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
Show description for e9e7d28authored
Commits on Feb 11, 2020
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Show description for ffd9753authored
Commits on Feb 7, 2020
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Show description for d2ec81aauthoredbpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Show description for 58ac700authored
Commits on Feb 2, 2020
Commits on Jan 30, 2020
Commits on Jan 22, 2020
Commits on Dec 15, 2019
- authored andcommitted
Commits on Nov 20, 2019
bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)
Show description for be143ecauthored
Commits on Nov 18, 2019
bpo-38631: Avoid Py_FatalError() in float.__getformat__() (GH-17232)
Show description for 04394dfauthored
Commits on Sep 14, 2019
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Show description for 279f446authored
Commits on Sep 11, 2019
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)
Show description for 7117074authored andcommitted
Commits on Aug 26, 2019
Make PyXXX_Fini() functions private (GH-15531)
Show description for bed4817authored
Commits on Jul 4, 2019
- authored andcommitted
Commits on Jun 1, 2019
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 May 19, 2019
Commits on May 6, 2019
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Show description for 96aeaecauthored
Commits on Jan 22, 2019
bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650)
Show description for 6d43f6fauthored