https://github.com/python/cpython/commit/4aa0c5ec34836a026d06e556784c41e0eeb807b3
commit: 4aa0c5ec34836a026d06e556784c41e0eeb807b3
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: vstinner
date: 2024-07-05T20:55:14Z
summary:
[3.13] gh-121359:
https://github.com/python/cpython/commit/6239d41527d5977aa5d44e4b894d719bc045860e
commit: 6239d41527d5977aa5d44e4b894d719bc045860e
branch: main
author: Victor Stinner
committer: vstinner
date: 2024-07-05T22:30:08+02:00
summary:
gh-121359: Run test_pyrepl in isolated mode (#121414)
run_repl() no
https://github.com/python/cpython/commit/bc4cd91aef6a860ef911788caef5d11834c7cd2f
commit: bc4cd91aef6a860ef911788caef5d11834c7cd2f
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hauntsaninja <[email protected]>
da
https://github.com/python/cpython/commit/e7cea781bdcb601f7ac4d051edea82079fcc5a1f
commit: e7cea781bdcb601f7ac4d051edea82079fcc5a1f
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: hauntsaninja <[email protected]>
da
https://github.com/python/cpython/commit/892e3a1b708391cb43517a141f9b9712e047b8a4
commit: 892e3a1b708391cb43517a141f9b9712e047b8a4
branch: main
author: Yuxin Wu
committer: hauntsaninja <[email protected]>
date: 2024-07-05T13:08:29-07:00
summary:
Update example of str.
https://github.com/python/cpython/commit/8ecb8962e33930dd56d72004a59336d4b00fce22
commit: 8ecb8962e33930dd56d72004a59336d4b00fce22
branch: main
author: Serhiy Storchaka
committer: gpshead
date: 2024-07-05T10:50:45-07:00
summary:
gh-121288: Make error message for index() methods consistent (GH-12
https://github.com/python/cpython/commit/0e77540d86833f0a0ef964ab51f35be9bfb533f9
commit: 0e77540d86833f0a0ef964ab51f35be9bfb533f9
branch: main
author: AraHaan
committer: zooba
date: 2024-07-05T17:33:52+01:00
summary:
Fixed regenerating files in a checkout path with spaces (GH-121384)
files:
M
https://github.com/python/cpython/commit/d4faa7bd321a7016f3e987d65962e02c778d708f
commit: d4faa7bd321a7016f3e987d65962e02c778d708f
branch: main
author: Sergey B Kirpichev
committer: rhettinger
date: 2024-07-05T10:01:05-05:00
summary:
gh-121149: improve accuracy of builtin sum() for complex input
https://github.com/python/cpython/commit/cecd6012b0ed5dca3916ae341e705ae44172991d
commit: cecd6012b0ed5dca3916ae341e705ae44172991d
branch: main
author: Serhiy Storchaka
committer: serhiy-storchaka
date: 2024-07-05T11:44:07+03:00
summary:
gh-59110: Fix a debug output for implicit directories (GH-