Commits
User selector
Commit history
Commits on Nov 1, 2024
gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)
Show description for 8477951andauthored
Commits on Jun 27, 2024
gh-121040: Use __attribute__((fallthrough)) (#121044)
Show description for 12af8ecandauthored
Commits on May 29, 2024
Commits on Sep 6, 2023
gh-108765: Cleanup #include in Python/*.c files (#108977)
Show description for b298b39authored
Commits on May 10, 2023
gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)
Show description for 7a3b035andauthored
Commits on Apr 11, 2022
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
Show description for b0b836bandauthored
Commits on Feb 25, 2022
bpo-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 Oct 11, 2021
bpo-45412: Move _Py_SET_53BIT_PRECISION_START to pycore_pymath.h (GH-28882)
Show description for 7103356authored
Commits on Dec 1, 2020
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Show description for 00d7abdauthored
Commits on Feb 12, 2020
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
Show description for e9e7d28authored
Commits on Nov 20, 2019
bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)
Show description for be143ecauthored
Commits on May 17, 2019
- authored andcommitted
Commits on Dec 7, 2018
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015)
Show description for 4c49da0authored andcommitted
Commits on Sep 12, 2018
Commits on Jul 14, 2018
bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)
Show description for 16dfca4authored
Commits on Mar 11, 2018
- authored andcommitted
Commits on Mar 6, 2018
Fix strncpy warning with gcc 8 (#5840)
Show description for efd2bacauthored andcommitted
Commits on Nov 11, 2017
Commits on Sep 15, 2017
bpo-31338 (#3374)
Show description for b2e5794authored
Commits on Sep 9, 2016
Issue #26331: Implement the parsing part of PEP 515.
Show description for a721abacommitted
Commits on Dec 25, 2015
Commits on Dec 1, 2014
Commits on Oct 14, 2013
Commits on Jun 24, 2013
Commits on Feb 22, 2011
Commits on May 9, 2010
Recorded merge of revisions 81029 via svnmerge from
Show description for f95a1b3committed
Commits on Feb 22, 2010
Commits on Jan 24, 2010
Merged revisions 77691,77698,77713-77714 via svnmerge from
Show description for f41d29acommitted
Commits on Oct 26, 2009
Commits on May 20, 2009
Refactor to remove duplicated nan/inf parsing code in
Show description for bd16eddcommitted
Commits on May 5, 2009
Commits on May 3, 2009
Merged revisions 72257 via svnmerge from
Show description for 129ab1dcommittedIssue #5914: Add new C-API function PyOS_string_to_double, to complement
Show description for 725bfd8committed