Commits
User selector
Commit History
Commits on Feb 25, 2022
bpo-46852: Remove the float.__set_format__() method (GH-31585)
Show description for 5ab745fauthoredbpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558)
Show description for 7d03c8bauthoredbpo-46656: Remove Py_NO_NAN macro (GH-31160)
Show description for 1b2611eauthored
Commits on Feb 23, 2022
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Show description for 9bbdde2authored
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 19, 2021
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
Show description for 29ea68bauthored- authored
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 Oct 21, 2021
bpo-45522: Allow to disable freelists on build time (GH-29056)
Show description for 9942f42authored
Commits on Oct 14, 2021
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Show description for 0a883a7authored
Commits on Oct 13, 2021
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Show description for aac29afauthored
Commits on Oct 11, 2021
bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)
Show description for 2f92e2aauthored
Commits on Oct 6, 2021
Commits on Aug 20, 2021
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 d2ec81aauthored