[Python-checkins] [3.12] Highlight `datetime.timedelta.seconds` vs `.total_seconds()` in docs. (GH-124811) (GH-124863)

2024-10-01 Thread gpshead
https://github.com/python/cpython/commit/b338a6122bd4f9a8dfb294981fd4c0b6cfc1b744 commit: b338a6122bd4f9a8dfb294981fd4c0b6cfc1b744 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-10-01T21:57:07-07:00 summary: [3.12] Highli

[Python-checkins] gh-124835: `tomllib.loads`: Raise TypeError not AttributeError. Improve message (#124587)

2024-10-01 Thread hauntsaninja
https://github.com/python/cpython/commit/9ce90206b7a4649600218cf0bd4826db79c9a312 commit: 9ce90206b7a4649600218cf0bd4826db79c9a312 branch: main author: Taneli Hukkinen <[email protected]> committer: hauntsaninja <[email protected]> date: 2024-10-01

[Python-checkins] Minor code beautifications in statistics.py (gh-124866)

2024-10-01 Thread rhettinger
https://github.com/python/cpython/commit/120729d862f0ef9979508899f7f63a9f3d9623cb commit: 120729d862f0ef9979508899f7f63a9f3d9623cb branch: main author: Raymond Hettinger committer: rhettinger date: 2024-10-01T15:55:36-05:00 summary: Minor code beautifications in statistics.py (gh-124866) files:

[Python-checkins] gh-66436: Improved prog default value for argparse.ArgumentParser (GH-124799)

2024-10-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/04bfea2d261bced371cbd64931fe2a8f64984793 commit: 04bfea2d261bced371cbd64931fe2a8f64984793 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-01T22:51:40+03:00 summary: gh-66436: Improved prog default value for argparse.Argumen

[Python-checkins] Highlight `datetime.timedelta.seconds` vs `.total_seconds()` in docs. (GH-124811)

2024-10-01 Thread gpshead
https://github.com/python/cpython/commit/d150e4abcfc13770c2d239878ed337fb53e51de5 commit: d150e4abcfc13770c2d239878ed337fb53e51de5 branch: main author: Gregory P. Smith committer: gpshead date: 2024-10-01T18:10:13Z summary: Highlight `datetime.timedelta.seconds` vs `.total_seconds()` in docs. (

[Python-checkins] gh-116750: Add clear_tool_id function to unregister events and callbacks (#124568)

2024-10-01 Thread gaogaotiantian
https://github.com/python/cpython/commit/5e0abb47886bc665eefdcc19fde985f803e49d4c commit: 5e0abb47886bc665eefdcc19fde985f803e49d4c branch: main author: Tian Gao committer: gaogaotiantian date: 2024-10-01T13:32:55-04:00 summary: gh-116750: Add clear_tool_id function to unregister events and callb

[Python-checkins] gh-124218: Refactor per-thread reference counting (#124844)

2024-10-01 Thread colesbury
https://github.com/python/cpython/commit/b48253852341c01309b0598852841cd89bc28afd commit: b48253852341c01309b0598852841cd89bc28afd branch: main author: Sam Gross committer: colesbury date: 2024-10-01T17:05:42Z summary: gh-124218: Refactor per-thread reference counting (#124844) Currently, we on

[Python-checkins] gh-124296: Remove private dictionary version tag (PEP 699) (#124472)

2024-10-01 Thread colesbury
https://github.com/python/cpython/commit/5aa91c56bf14c38b4c7f5ccaaa3cd24fe3fb0f04 commit: 5aa91c56bf14c38b4c7f5ccaaa3cd24fe3fb0f04 branch: main author: Sam Gross committer: colesbury date: 2024-10-01T12:39:56-04:00 summary: gh-124296: Remove private dictionary version tag (PEP 699) (#124472) fi

[Python-checkins] [3.12] gh-124842: Fix test.support.import_helper.make_legacy_pyc() (GH-124843) (GH-124854)

2024-10-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/79746b31ff1c2658d5f3fb3ce68e12733cf837d4 commit: 79746b31ff1c2658d5f3fb3ce68e12733cf837d4 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-01T16:22:05Z summary: [3.12] gh

[Python-checkins] gh-124842: Fix test.support.import_helper.make_legacy_pyc() (GH-124843)

2024-10-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/60ff67d010078eca15a74b1429caf779ac4f9c74 commit: 60ff67d010078eca15a74b1429caf779ac4f9c74 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-01T16:05:17Z summary: gh-124842: Fix test.support.import_helper.make_legacy_pyc() (GH

[Python-checkins] GH-109975: Copyedit 3.13 What's New: Note delayed expected release date for Python 3.13.0 (GH-124827)

2024-10-01 Thread gpshead
https://github.com/python/cpython/commit/882369026481f904520784ebbbef9897059dc6f6 commit: 882369026481f904520784ebbbef9897059dc6f6 branch: main author: Adam Turner <[email protected]> committer: gpshead date: 2024-10-01T07:18:59Z summary: GH-109975: Copyedit 3.13 What's N

[Python-checkins] gh-124487: Updated installer messages and internal docs regarding minimum Windows version (GH-124822)

2024-10-01 Thread zooba
https://github.com/python/cpython/commit/da1e5526aee674bb33c17a498aa3781587b9850c commit: da1e5526aee674bb33c17a498aa3781587b9850c branch: main author: Wulian <[email protected]> committer: zooba date: 2024-10-01T15:44:18+01:00 summary: gh-124487: Updated installer messages and internal docs rega

[Python-checkins] GH-109975: Copyedit 3.13 What's New: Link to installing free-threaded binaries on macOS (#124831)

2024-10-01 Thread AA-Turner
https://github.com/python/cpython/commit/4129a74a3772a2fa75a3b8f642f6b4cf18520e0e commit: 4129a74a3772a2fa75a3b8f642f6b4cf18520e0e branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-10-01T08:27:5

[Python-checkins] [3.12] Doc: Fix archive filenames for standard builds (GH-124826) (#124837)

2024-10-01 Thread AA-Turner
https://github.com/python/cpython/commit/9547d2a36616525e7e57ef2064cabcfbf5f9b61b commit: 9547d2a36616525e7e57ef2064cabcfbf5f9b61b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] Doc: Fix archive filenames for standard builds (#124826)

2024-10-01 Thread AA-Turner
https://github.com/python/cpython/commit/91e64be731fe42e6b252b95d79d900251388bfc6 commit: 91e64be731fe42e6b252b95d79d900251388bfc6 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-10-01T10:43:5

[Python-checkins] gh-118974: Add `decorator` argument to `make_dataclass` (gh-122723)

2024-10-01 Thread ericvsmith
https://github.com/python/cpython/commit/3e3a4d231518f91ff2f3c5a085b3849e32f1d548 commit: 3e3a4d231518f91ff2f3c5a085b3849e32f1d548 branch: main author: Victorien <[email protected]> committer: ericvsmith date: 2024-10-01T09:51:51-04:00 summary: gh-118974: Add `decorator` ar

[Python-checkins] gh-124594: Create and reuse the same context for the entire asyncio REPL session (#124595)

2024-10-01 Thread asvetlov
https://github.com/python/cpython/commit/67e01a430f4ecfcb540d6a29b347966ff4e53454 commit: 67e01a430f4ecfcb540d6a29b347966ff4e53454 branch: main author: Bartosz Sławecki committer: asvetlov date: 2024-10-01T14:17:22Z summary: gh-124594: Create and reuse the same context for the entire asyncio REP

[Python-checkins] Python 3.13.0rc3

2024-10-01 Thread Yhg1s
https://github.com/python/cpython/commit/fae84c70fbd9ac391ec0d3826cc114a0036a71e1 commit: fae84c70fbd9ac391ec0d3826cc114a0036a71e1 branch: 3.13 author: Thomas Wouters committer: Yhg1s date: 2024-10-01T04:03:08+02:00 summary: Python 3.13.0rc3 files: A Misc/NEWS.d/3.13.0rc3.rst D Misc/NEWS.d/next