cpython/Misc/NEWS.d/next
Sergey B Kirpichev 2cb84b107a
gh-119372: Recover inf's and zeros in _Py_c_quot (GH-119457)
In some cases, previously computed as (nan+nanj), we could
recover meaningful component values in the result, see
e.g. the C11, Annex G.5.2, routine _Cdivd().
2024-06-29 11:00:48 +03:00
..
Build gh-121082: Fix build failure when the developer use --enable-pystats arguments in configuration command after #118450 (#121083) 2024-06-27 19:35:25 +08:00
C API gh-120642: Move private PyCode APIs to the internal C API (#120643) 2024-06-26 13:54:03 +02:00
Core and Builtins gh-119372: Recover inf's and zeros in _Py_c_quot (GH-119457) 2024-06-29 11:00:48 +03:00
Documentation gh-119574: Add some missing environment variables to '--help-env'. (GH-120006) 2024-06-18 17:12:58 +00:00
IDLE Python 3.13.0b1 2024-05-08 11:21:00 +02:00
Library gh-120713: Normalize year with century for datetime.strftime (GH-120820) 2024-06-29 09:32:42 +03:00
macOS Python 3.13.0b1 2024-05-08 11:21:00 +02:00
Security gh-112301: Enable compiler flags with low performance impact and no warnings (gh-120975) 2024-06-26 12:11:05 +09:00
Tests gh-120801: Refactor importlib.metadata fixtures. (#120803) 2024-06-20 19:00:39 +00:00
Tools-Demos Python 3.13.0a5 2024-03-12 21:11:08 +01:00
Windows gh-119679: Ensures correct import libraries are included in Windows install packages (GH-119790) 2024-06-03 15:42:45 +01:00