- a07da09 bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493) by Raymond Hettinger · 4 years, 3 months ago
- 442ad74 bpo-43687: Py_Initialize() creates singletons earlier (GH-25147) by Victor Stinner · 4 years, 4 months ago
- 145bf26 bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) by Brandt Bucher · 4 years, 5 months ago
- bcb094b bpo-43268: Pass interp rather than tstate to internal functions (GH-24580) by Victor Stinner · 4 years, 6 months ago
- 32bd68c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) by Victor Stinner · 4 years, 8 months ago
- c9bc290 bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995) by Victor Stinner · 4 years, 9 months ago
- e2ec0b2 bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593) by Serhiy Storchaka · 4 years, 10 months ago
- e8acc35 bpo-41873: Add vectorcall for float() (GH-22432) by Dennis Sweeney · 4 years, 10 months ago
- 522691c bpo-40521: Cleanup code of free lists (GH-21082) by Victor Stinner · 5 years ago
- 04fc4f2 bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901) by Victor Stinner · 5 years ago
- bcb1983 bpo-40887: Don't use finalized free lists (GH-20700) by Victor Stinner · 5 years ago
- 2ba5937 bpo-40521: Make float free list per-interpreter (GH-20636) by Victor Stinner · 5 years ago
- 5f4b229d bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) by Serhiy Storchaka · 5 years ago
- fdc5a94 bpo-37973: Improve the docstrings of sys.float_info (GH-19218) by Zackery Spytz · 5 years ago
- 86a93fd bpo-37986: Improve perfomance of PyLong_FromDouble() (GH-15611) by Sergey Fedoseev · 5 years ago
- ae00a5a bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) by Victor Stinner · 5 years ago
- e9e7d28 bpo-35081: Move dtoa.h header to the internal C API (GH-18489) by Victor Stinner · 5 years ago
- ffd9753 bpo-39245: Switch to public API for Vectorcall (GH-18460) by Petr Viktorin · 5 years ago
- d2ec81a bpo-39573: Add Py_SET_TYPE() function (GH-18394) by Victor Stinner · 5 years ago
- 58ac700 bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392) by Victor Stinner · 5 years ago
- be8147b Fix 5-space indentation and trailing whitespace (GH-18311) by Mark Dickinson · 6 years ago
- 8d49f7c bpo-39434: Improve float __floordiv__ performance and error message (GH-18147) by Dong-hee Na · 6 years ago
- 0d5eac8 closes bpo-39415: Remove unused codes from longobject.c complexobject.c floatobject.c. (GH-18105) by Dong-hee Na · 6 years ago
- cb8b946 bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985) by Batuhan Taşkaya · 6 years ago
- be143ec bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231) by Victor Stinner · 6 years ago
- 04394df bpo-38631: Avoid Py_FatalError() in float.__getformat__() (GH-17232) by Victor Stinner · 6 years ago
- 279f446 bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) by Serhiy Storchaka · 6 years ago
- 7117074 bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) by Raymond Hettinger · 6 years ago
- bed4817 Make PyXXX_Fini() functions private (GH-15531) by Victor Stinner · 6 years ago
- 196a530 bpo-37483: add _PyObject_CallOneArg() function (#14558) by Jeroen Demeyer · 6 years ago
- bdbad71 bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) by Serhiy Storchaka · 6 years ago
- 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 6 years ago
- a5119e7 bpo-36957: Add _PyLong_Rshift() and _PyLong_Lshift(). (GH-13416) by Serhiy Storchaka · 6 years ago
- 96aeaec bpo-36793: Remove unneeded __str__ definitions. (GH-13081) by Serhiy Storchaka · 6 years ago
- 6d43f6f bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650) by Victor Stinner · 7 years ago
- b509d52 bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674) by Victor Stinner · 7 years ago
- b4435e2 bpo-35059: Convert PyObject_INIT() to function (GH-10077) by Victor Stinner · 7 years ago
- 0301c9b Fix typo and edit for clarity in the docstrings of sys.float_info. (GH-2251) by Stefano Taschini · 7 years ago
- 9b6c60c bpo-31979: Simplify transforming decimals to ASCII (#4336) by Serhiy Storchaka · 8 years ago
- 2bb69a5 bpo-31373: remove overly strict float range checks (#3486) by Benjamin Peterson · 8 years ago
- a853a8b bpo-31373: fix undefined floating-point demotions (#3396) by Benjamin Peterson · 8 years ago
- bae6881 Update Argument Clinic generated code for bpo-29878. (#1001) by Serhiy Storchaka · 8 years ago
- ba85d69 bpo-29878: Add global instances of int for 0 and 1. (#852) by Serhiy Storchaka · 8 years ago
- 18b250f bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) by Serhiy Storchaka · 8 years ago
- b5c51d3 bpo-20185: Convert float object implementation to Argument Clinic. (#543) by Serhiy Storchaka · 8 years ago
- 2e56424 bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() and tuple(). (#518) by Serhiy Storchaka · 8 years ago
- 58d23e6 bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486) by Serhiy Storchaka · 8 years ago
- de4ae3d Backed out changeset b9c9691c72c5 by Victor Stinner · 9 years ago
- 27580c1 Replace PyObject_CallFunctionObjArgs() with fastcall by Victor Stinner · 9 years ago
- 85b0f5b Added the const qualifier to char* variables that refer to readonly internal by Serhiy Storchaka · 9 years ago
- 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 9 years ago
- a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 9 years ago
- 7c4e409 Issue #11734: Add support for IEEE 754 half-precision floats to the struct module. Original patch by Eli Stevens. by Mark Dickinson · 9 years ago
- 16931c3 Issue #26983: float() now always return an instance of exact float. by Serhiy Storchaka · 9 years ago
- 5787ef6 Issue #27005: Fixed the call of PyObject_CallFunctionObjArgs(). by Serhiy Storchaka · 9 years ago
- 25885d1 Issue #27005: Optimized the float.fromhex() class method for exact float. by Serhiy Storchaka · 9 years ago
- 59865e7 Issue #26200: Restored more safe usages of Py_SETREF. by Serhiy Storchaka · 9 years ago
- ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
- 4e6aad1 Clean up float.as_integer_ratio(). by Serhiy Storchaka · 10 years ago
- 0d250bc Issue #25971: Optimized creating Fractions from floats by 2 times and from by Serhiy Storchaka · 10 years ago
- f9afda5 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 10 years ago
- 1509580 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 10 years ago
- eeb896c Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary by Martin Panter · 10 years ago
- 61d6e4a Issue #24802: Merge null termination fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
- cb39d1f Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky Kok. by Steve Dower · 10 years ago
- abda8dd merge 3.4 (#23590) by Benjamin Peterson · 10 years ago
- a915723 fix potential refleak in PyFloat_AsDouble (closes #23590) by Benjamin Peterson · 10 years ago
- 3dd3e26 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 11 years ago
- 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 11 years ago
- 20b39b2 Removed redundant casts to `char *`. by Serhiy Storchaka · 11 years ago
- d3afe78 Silence expression result unused warnings with clang. by Christian Heimes · 12 years ago
- a4b7a75 Issue #3158: doctest can now find doctests in functions and methods by Zachary Ware · 12 years ago
- a5b9599 #17080: improve error message of float/complex when the wrong type is passed. by Ezio Melotti · 12 years ago
- e898153 #19069: merge with 3.3. by Ezio Melotti · 12 years ago
- 7760b4e #19069: use imperative mood in float object docstrings. Patch by Marco Buttu. by Ezio Melotti · 12 years ago
- 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 12 years ago
- 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 12 years ago
- 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 12 years ago
- 1c8f059 Issue #18520: Add a new PyStructSequence_InitType2() function, same than by Victor Stinner · 12 years ago
- 640c35c Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros by Victor Stinner · 12 years ago
- 8f674cc Close #17694: Add minimum length to _PyUnicodeWriter by Victor Stinner · 12 years ago
- 3f5db39 Fix a few typos and a double semicolon. Patch by Eitan Adler. by Ezio Melotti · 13 years ago
- 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 13 years ago
- d3f0882 Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args) by Victor Stinner · 13 years ago
- daa0654 Issue #14435: Remove special block allocation code from floatobject.c by Kristján Valur Jónsson · 13 years ago
- 963816d Merge 3.2 -> default (issue 13889) by Mark Dickinson · 14 years ago
- 261896b Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c functions in float round. by Mark Dickinson · 14 years ago
- f5cff56 Issue #13088: Add shared Py_hexdigits constant to format a number into base 16 by Victor Stinner · 14 years ago
- d63a3b8 Implement PEP 393. by Martin v. Löwis · 14 years ago
- dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 14 years ago
- 736e7fc Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 by Jesus Cea · 14 years ago
- b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 14 years ago
- 7b1bee4 Use copysign to produce appropriately signed zeros instead of trying to worm around possible compiler optimizations. by Mark Dickinson · 15 years ago
- d2a9b20 Issue #10596: Fix float.__mod__ to have the same behaviour as by Mark Dickinson · 15 years ago
- 66f2623 Remove some unecessary '#ifdef Py_NAN's from floatobject.c by Mark Dickinson · 15 years ago
- 942af5a Issue #10557: Fixed error messages from float() and other numeric by Alexander Belopolsky · 15 years ago
- 71c23d4 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. by Georg Brandl · 15 years ago
- 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 15 years ago
- 388122d Issue #9337: Make float.__str__ identical to float.__repr__. by Mark Dickinson · 15 years ago
- 21a1f73 Style nit. by Mark Dickinson · 15 years ago