https://github.com/python/cpython/commit/be257c58152e9b960827362b11c9ef2223fd6267
commit: be257c58152e9b960827362b11c9ef2223fd6267
branch: main
author: Pedro Lacerda
committer: jaraco
date: 2024-08-18T15:52:25-04:00
summary:
gh-123049: configparser: Allow to create the unnamed section from scrat
https://github.com/python/cpython/commit/030b48c27aa289ef1df41aa3b58588d5d71daf09
commit: 030b48c27aa289ef1df41aa3b58588d5d71daf09
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: sobolevn
date: 2024-08-18T19:18:53+03:00
summary:
[3.12] gh-11
https://github.com/python/cpython/commit/c15bfa9a71c8b7ce7ff6d8486f51aab566e8d81d
commit: c15bfa9a71c8b7ce7ff6d8486f51aab566e8d81d
branch: main
author: sobolevn
committer: sobolevn
date: 2024-08-18T18:42:56+03:00
summary:
gh-116789: Add more tests for `inspect.getmembers` (#116802)
files:
M Lib
https://github.com/python/cpython/commit/b0f462d4c808d6fb1d381bba4932acd8309c1f3b
commit: b0f462d4c808d6fb1d381bba4932acd8309c1f3b
branch: main
author: Sergey B Kirpichev
committer: serhiy-storchaka
date: 2024-08-18T16:58:58+03:00
summary:
gh-123110: correct note about _Bool in the struct module
https://github.com/python/cpython/commit/63603bca35798c166e1b8e0be76aef69217f8b1b
commit: 63603bca35798c166e1b8e0be76aef69217f8b1b
branch: main
author: CF Bolz-Tereick
committer: pablogsal
date: 2024-08-18T13:28:23+02:00
summary:
gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (#123062)
M