Commits
User selector
Commit History
Commits on Nov 9, 2023
Commits on Sep 3, 2023
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Show description for 03c4080authored
Commits on Aug 26, 2023
gh-106320: Remove private AC converter functions (#108505)
Show description for 8ba4714authored
Commits on Jul 23, 2023
gh-106320: Remove private _PyObject C API (#107147)
Show description for 0d6dfd6authored
Commits on Jul 3, 2023
gh-106320: Create pycore_modsupport.h header file (#106355)
Show description for 35963daauthored
Commits on May 10, 2023
gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)
Show description for 7a3b035andauthored
Commits on May 2, 2023
gh-94673: Properly Initialize and Finalize Static Builtin Types for Each Interpreter (gh-104072)
Show description for fdd8786authored
Commits on May 1, 2023
gh-84436: Immortalize in _PyStructSequence_InitBuiltinWithFlags() (gh-104054)
Show description for 59bc36aauthored
Commits on Apr 27, 2023
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Show description for d2e2e53authored
Commits on Feb 27, 2023
gh-101825: Clarify that as_integer_ratio() output is always normalized (#101843)
Show description for 4624987authored
Commits on Nov 22, 2022
gh-99537: Use Py_SETREF() function in C code (#99657)
Show description for 135ec7cauthored
Commits on Nov 16, 2022
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Show description for 5f55067authored
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Objects/ directory (#99335)
Show description for 584e55bauthored
Commits on Aug 10, 2022
gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-95665)
Show description for 97e9cfaauthored
Commits on Jul 25, 2022
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Show description for 4a1dd73authored
Commits on Jun 4, 2022
Commits on May 3, 2022
Commits on Apr 19, 2022
Commits on Mar 11, 2022
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
Show description for 882d809authored
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