Commits
User selector
Commit History
Commits on Jul 22, 2024
gh-100240: Use a consistent implementation for freelists (#121934)
Show description for 5716cc3authored
Commits on Jul 19, 2024
Commits on Jul 15, 2024
gh-84978: Add float.from_number() and complex.from_number() (GH-26827)
Show description for 94bee45authored
Commits on Jul 14, 2024
gh-121562: optimized hex_from_char (#121563)
Show description for 04130b2authored
Commits on Jun 3, 2024
Commits on May 29, 2024
Commits on Mar 13, 2024
gh-116714: Handle errors correctly in `PyFloat_GetInfo` (#116715)
Show description for fcd49b4andauthored
Commits on Feb 16, 2024
Commits on Feb 14, 2024
Commits on Feb 10, 2024
Commits on Feb 1, 2024
Commits on Jan 26, 2024
Commits on Jan 12, 2024
Commits on Jan 10, 2024
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 7d03c8bauthored