COMMITS
/ Objects/floatobject.c July 15, 2024
S
gh-84978: Add float.from_number() and complex.from_number() (GH-26827)
Serhiy Storchaka committed
July 14, 2024
B
gh-121562: optimized hex_from_char (#121563)
Bruno Lima committed
June 3, 2024
N
gh-119057: Use better error messages for zero division (#119066)
Nikita Sobolev committed
May 29, 2024
S
gh-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (#119619)
Sergey B Kirpichev committed
March 13, 2024
N
gh-116714: Handle errors correctly in `PyFloat_GetInfo` (#116715)
Nikita Sobolev committed
February 16, 2024
D
gh-111968: Split _Py_dictkeys_freelist out of _Py_dict_freelist (gh-115505)
Donghee Na committed
February 14, 2024
D
gh-111968: Rename freelist related struct names to Eric's suggestion (gh-115329)
Donghee Na committed
February 10, 2024
D
February 1, 2024
D
gh-111968: Use per-thread freelists for dict in free-threading (gh-114323)
Donghee Na committed
January 26, 2024
D
gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)
Donghee Na committed
January 12, 2024
D
gh-111968: Explicit handling for finalized freelist (gh-113929)
Donghee Na committed
January 10, 2024
D
gh-111968: Use per-thread freelists for float in free-threading (gh-113886)
Donghee Na committed
November 9, 2023
P
Improve error message for "float modulo by zero" (#111685)
Pavel Ovchinnikov committed
September 3, 2023
V
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner committed
August 26, 2023
V
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner committed
July 23, 2023
V
gh-106320: Remove private _PyObject C API (#107147)
Victor Stinner committed
July 3, 2023
V
gh-106320: Create pycore_modsupport.h header file (#106355)
Victor Stinner committed
May 10, 2023
S
gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)
Sebastian Berg committed
May 2, 2023
May 1, 2023
E
gh-84436: Immortalize in _PyStructSequence_InitBuiltinWithFlags() (gh-104054)
Eric Snow committed
April 27, 2023
E
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow committed
February 27, 2023
S
gh-101825: Clarify that as_integer_ratio() output is always normalized (#101843)
Sergey B Kirpichev committed
November 22, 2022
V
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner committed
November 16, 2022
E
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Objects/ directory (#99335)
Victor Stinner committed
August 10, 2022
M
gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-95665)
Mark Dickinson committed
July 25, 2022
E
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Eric Snow committed
June 4, 2022
M
Fix missing word in sys.float_info docstring (GH-93489)
Mark Dickinson committed
May 3, 2022
M
Add more stats for freelist use and allocations. (GH-92211)
Mark Shannon committed
April 19, 2022
D
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
Dennis Sweeney committed
March 11, 2022
V
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
Victor Stinner committed
February 25, 2022
V
bpo-46852: Remove the float.__set_format__() method (GH-31585)
Victor Stinner committed
V
bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558)
Victor Stinner committed
V
bpo-46656: Remove Py_NO_NAN macro (GH-31160)
Victor Stinner committed
February 23, 2022
V
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Victor Stinner committed
January 21, 2022
V
bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764)
Victor Stinner committed
V
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Victor Stinner committed
V
bpo-46417: Finalize structseq types at exit (GH-30645)
Victor Stinner committed
December 19, 2021
R
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
Raymond Hettinger committed
M
bpo-46131: add fastpath for PyFloat_Check() (#30200)
Matti Picus committed
December 9, 2021
October 21, 2021
C
bpo-45522: Allow to disable freelists on build time (GH-29056)
Christian Heimes committed
October 14, 2021
V
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Victor Stinner committed
October 13, 2021
V
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner committed
October 11, 2021
V
bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)
Victor Stinner committed
October 6, 2021
C
Fix typos in the Objects directory (GH-28766)
Christian Clauss committed
August 20, 2021
M
bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834)
Mark Dickinson committed
April 22, 2021
R
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
Raymond Hettinger committed
April 2, 2021
V
bpo-43687: Py_Initialize() creates singletons earlier (GH-25147)
Victor Stinner committed
February 26, 2021
B
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher committed