COMMITS
/ Objects/floatobject.c February 12, 2020
V
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
Victor Stinner committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
February 7, 2020
V
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Victor Stinner committed
V
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Victor Stinner committed
February 2, 2020
M
Fix 5-space indentation and trailing whitespace (GH-18311)
Mark Dickinson committed
January 30, 2020
D
bpo-39434: Improve float __floordiv__ performance and error message (GH-18147)
Dong-hee Na committed
January 22, 2020
December 15, 2019
B
bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985)
Batuhan Taşkaya committed
November 20, 2019
V
bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)
Victor Stinner committed
November 18, 2019
V
bpo-38631: Avoid Py_FatalError() in float.__getformat__() (GH-17232)
Victor Stinner committed
September 14, 2019
S
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Serhiy Storchaka committed
September 11, 2019
R
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)
Raymond Hettinger committed
August 26, 2019
V
Make PyXXX_Fini() functions private (GH-15531)
Victor Stinner committed
July 4, 2019
J
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer committed
June 1, 2019
S
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
Serhiy Storchaka committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 19, 2019
S
bpo-36957: Add _PyLong_Rshift() and _PyLong_Lshift(). (GH-13416)
Serhiy Storchaka committed
May 6, 2019
S
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Serhiy Storchaka committed
January 22, 2019
V
bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650)
Victor Stinner committed
November 23, 2018
V
bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
Victor Stinner committed
October 26, 2018
V
bpo-35059: Convert PyObject_INIT() to function (GH-10077)
Victor Stinner committed
March 26, 2018
S
Fix typo and edit for clarity in the docstrings of sys.float_info. (GH-2251)
Stefano Taschini committed
November 13, 2017
S
bpo-31979: Simplify transforming decimals to ASCII (#4336)
Serhiy Storchaka committed
September 11, 2017
B
bpo-31373: remove overly strict float range checks (#3486)
Benjamin Peterson committed
September 7, 2017
B
bpo-31373: fix undefined floating-point demotions (#3396)
Benjamin Peterson committed
April 5, 2017
S
Update Argument Clinic generated code for bpo-29878. (#1001)
Serhiy Storchaka committed
March 30, 2017
S
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka committed
March 19, 2017
S
bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615)
Serhiy Storchaka committed
March 11, 2017
S
bpo-20185: Convert float object implementation to Argument Clinic. (#543)
Serhiy Storchaka committed
March 6, 2017
S
bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() and tuple(). (#518)
Serhiy Storchaka committed
March 5, 2017
S
bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)
Serhiy Storchaka committed
December 4, 2016
V
Backed out changeset b9c9691c72c5
Victor Stinner committed
December 1, 2016
V
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner committed
November 20, 2016
S
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka committed
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
September 9, 2016
B
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon committed
September 3, 2016
June 3, 2016
S
Issue #26983: float() now always return an instance of exact float.
Serhiy Storchaka committed
May 12, 2016
S
Issue #27005: Fixed the call of PyObject_CallFunctionObjArgs().
Serhiy Storchaka committed
S
Issue #27005: Optimized the float.fromhex() class method for exact float.
Serhiy Storchaka committed
April 11, 2016
S
Issue #26200: Restored more safe usages of Py_SETREF.
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
December 29, 2015
S
Clean up float.as_integer_ratio().
Serhiy Storchaka committed
S
Issue #25971: Optimized creating Fractions from floats by 2 times and from
Serhiy Storchaka committed
November 25, 2015
S
Issue #24731: Fixed crash on converting objects with special methods
Serhiy Storchaka committed
S
Issue #24731: Fixed crash on converting objects with special methods
Serhiy Storchaka committed
November 7, 2015
M
Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary
Martin Panter committed
M
Issue #24802: Merge null termination fixes from 3.4 into 3.5
Martin Panter committed
April 15, 2015
S
Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky Kok.
Steve Dower committed
March 6, 2015
B
merge 3.4 (#23590)
Benjamin Peterson committed