https://github.com/python/cpython/commit/d0b92dd5ca46a10558857adeb7bb48ecf39fa783
commit: d0b92dd5ca46a10558857adeb7bb48ecf39fa783
branch: main
author: Jonathan Protzenko
committer: gpshead
date: 2024-08-04T23:22:51Z
summary:
gh-122573: Require Python 3.10 or newer for Windows builds (GH-122574)
https://github.com/python/cpython/commit/7a68296a94b6168a9726711f6d3844e0714b0602
commit: 7a68296a94b6168a9726711f6d3844e0714b0602
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2024-08-0
https://github.com/python/cpython/commit/4d6b7b74a3a52f6524059b4a9fe1e67abf337a59
commit: 4d6b7b74a3a52f6524059b4a9fe1e67abf337a59
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2024-08-0
https://github.com/python/cpython/commit/3bde3d8e03eb3d0632d0dced0ab710ab9e3b2894
commit: 3bde3d8e03eb3d0632d0dced0ab710ab9e3b2894
branch: main
author: Damien <[email protected]>
committer: hugovk <[email protected]>
date: 2024-08-04T19:57:20+03:00
https://github.com/python/cpython/commit/f7ae2c1f2a9401f978c94d14c1cb88267f49
commit: f7ae2c1f2a9401f978c94d14c1cb88267f49
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2024-08-0
https://github.com/python/cpython/commit/f5c39b3e9cc88d1eaa9229d610b0221305a83ad9
commit: f5c39b3e9cc88d1eaa9229d610b0221305a83ad9
branch: main
author: Libor Martínek
committer: hugovk <[email protected]>
date: 2024-08-04T17:02:29+03:00
summary:
gh-122661: Remove GNU make-sp
https://github.com/python/cpython/commit/9697b01fae9a8a1f0b2384caacaf51d82aad3180
commit: 9697b01fae9a8a1f0b2384caacaf51d82aad3180
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: sobolevn
date: 2024-08-04T15:09:22+03:00
summary:
[3.13] gh-12
https://github.com/python/cpython/commit/e6fad7a0e3d824f4a3c9cd71a48208880606d705
commit: e6fad7a0e3d824f4a3c9cd71a48208880606d705
branch: main
author: Sergey B Kirpichev
committer: mdickinson
date: 2024-08-04T10:05:30+01:00
summary:
gh-122637: fix tanh(±0+infj) and tanh(±0+nanj) to return ±0+na
https://github.com/python/cpython/commit/3462a80d2cf37a63fe43f46f64a8c9823f84531d
commit: 3462a80d2cf37a63fe43f46f64a8c9823f84531d
branch: main
author: Sergey B Kirpichev
committer: mdickinson
date: 2024-08-04T09:53:17+01:00
summary:
gh-121889: cmath.acosh(0+nanj) returns nan+pi/2j (#121892)
As