[Python-checkins] gh-123570: Add link to `weakref.ref` from `weakref_slot` docs in `dataclasses` (#123571)

2024-09-01 Thread sobolevn
https://github.com/python/cpython/commit/c3ed775899eedd47d37f8f1840345b108920e400 commit: c3ed775899eedd47d37f8f1840345b108920e400 branch: main author: sobolevn committer: sobolevn date: 2024-09-02T09:58:38+03:00 summary: gh-123570: Add link to `weakref.ref` from `weakref_slot` docs in `dataclas

[Python-checkins] [3.13] gh-109975: Remove dangling angle bracket from 3.13.rst (GH-123589) (#123590)

2024-09-01 Thread hugovk
https://github.com/python/cpython/commit/b8ef767ba52305a38e3d4ad850439cceec75a3b8 commit: b8ef767ba52305a38e3d4ad850439cceec75a3b8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-09-0

[Python-checkins] build(deps): bump hypothesis from 6.108.10 to 6.111.2 in /Tools (#123567)

2024-09-01 Thread hugovk
https://github.com/python/cpython/commit/88210c295d51364c9f779989bc528084b8fe8765 commit: 88210c295d51364c9f779989bc528084b8fe8765 branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: hugovk <[email protected]> date: 2024-09-02T08

[Python-checkins] gh-109975: Remove dangling angle bracket from 3.13.rst (#123589)

2024-09-01 Thread hugovk
https://github.com/python/cpython/commit/9a32a2588e1e25ccfd53edcdb381bd332ea2da41 commit: 9a32a2588e1e25ccfd53edcdb381bd332ea2da41 branch: main author: Rafael Fontenelle committer: hugovk <[email protected]> date: 2024-09-02T07:57:56+03:00 summary: gh-109975: Remove dangling

[Python-checkins] [3.13] Remove irrelevant detail from example code. (gh-123587) (gh-123588)

2024-09-01 Thread rhettinger
https://github.com/python/cpython/commit/364d36632806a07b7cc1c50392054757c479fdda commit: 364d36632806a07b7cc1c50392054757c479fdda branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2024-09-01T20:27:48-05:00 summary: [3.13] Rem

[Python-checkins] Remove irrelevant detail from example code. (gh-123587)

2024-09-01 Thread rhettinger
https://github.com/python/cpython/commit/e3f76e5cfb6196e31c2a70f1082750f14072f1fb commit: e3f76e5cfb6196e31c2a70f1082750f14072f1fb branch: main author: Raymond Hettinger committer: rhettinger date: 2024-09-01T20:04:33-05:00 summary: Remove irrelevant detail from example code. (gh-123587) files:

[Python-checkins] [3.13] Simplify Property() recipe to focus on the essentials (gh-123585) (gh-123586)

2024-09-01 Thread rhettinger
https://github.com/python/cpython/commit/767dfb9e8d49125967b3dd4d3d9458a7a3323af4 commit: 767dfb9e8d49125967b3dd4d3d9458a7a3323af4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2024-09-01T18:08:21-05:00 summary: [3.13] Sim

[Python-checkins] Simplify Property() recipe to focus on the essentials (gh-123585)

2024-09-01 Thread rhettinger
https://github.com/python/cpython/commit/cb6d25011e81b46e7e6d1965dc00e4a5402c0976 commit: cb6d25011e81b46e7e6d1965dc00e4a5402c0976 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-09-01T17:49:38-05:00 summary: Simplify Property() recipe to focus on the essentials (gh-12358

[Python-checkins] gh-123553: Fix compile warning in `compile.c` (#123578)

2024-09-01 Thread sobolevn
https://github.com/python/cpython/commit/91b7f2e7f6593acefda4fa860250dd87d6f849bf commit: 91b7f2e7f6593acefda4fa860250dd87d6f849bf branch: main author: sobolevn committer: sobolevn date: 2024-09-01T15:43:45Z summary: gh-123553: Fix compile warning in `compile.c` (#123578) files: M Python/compil

[Python-checkins] [3.13] gh-91126: Docs and tests for slotted dataclasses with `__init_subclass__` (GH-123342) (#123568)

2024-09-01 Thread sobolevn
https://github.com/python/cpython/commit/cfdf376e2a35878d48a1ad811e1664e92d6d30f1 commit: cfdf376e2a35878d48a1ad811e1664e92d6d30f1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-09-01T18:19:56+03:00 summary: [3.13] gh-91

[Python-checkins] gh-118761: Speedup pathlib import by deferring shutil (#123520)

2024-09-01 Thread barneygale
https://github.com/python/cpython/commit/2304774465f3faddd8102d729ae6d3ca7e9cff49 commit: 2304774465f3faddd8102d729ae6d3ca7e9cff49 branch: main author: Daniel Hollas committer: barneygale date: 2024-09-01T15:44:48+01:00 summary: gh-118761: Speedup pathlib import by deferring shutil (#123520) Co

[Python-checkins] gh-123341: Support `tkinter.Event` type subcript (#123353)

2024-09-01 Thread AlexWaygood
https://github.com/python/cpython/commit/42a818912bdb367c4ec2b7d58c18db35f55ebe3b commit: 42a818912bdb367c4ec2b7d58c18db35f55ebe3b branch: main author: Yoda <[email protected]> committer: AlexWaygood date: 2024-09-01T12:47:07+01:00 summary: gh-123341: Support `tkinter.Event

[Python-checkins] [3.12] gh-91126: Docs and tests for slotted dataclasses with `__init_subclass__` (GH-123342) (#123569)

2024-09-01 Thread sobolevn
https://github.com/python/cpython/commit/12db938d4361597f02b11c0c41f680281109f998 commit: 12db938d4361597f02b11c0c41f680281109f998 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-09-01T10:44:15Z summary: [3.12] gh-91126:

[Python-checkins] Bump types-setuptools from 71.1.0.20240726 to 74.0.0.20240831 in /Tools (#123565)

2024-09-01 Thread AlexWaygood
https://github.com/python/cpython/commit/64af2b29d2fcc4c4a305f970b6e81e7e79643b33 commit: 64af2b29d2fcc4c4a305f970b6e81e7e79643b33 branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: AlexWaygood date: 2024-09-01T10:38:58Z summary: Bump types-setupto

[Python-checkins] gh-91126: Docs and tests for slotted dataclasses with `__init_subclass__` (#123342)

2024-09-01 Thread sobolevn
https://github.com/python/cpython/commit/75e72822a390df81ca11355d8e0aac88e4046c27 commit: 75e72822a390df81ca11355d8e0aac88e4046c27 branch: main author: sobolevn committer: sobolevn date: 2024-09-01T13:25:34+03:00 summary: gh-91126: Docs and tests for slotted dataclasses with `__init_subclass__`

[Python-checkins] Bump mypy from 1.11.1 to 1.11.2 in /Tools (#123566)

2024-09-01 Thread AlexWaygood
https://github.com/python/cpython/commit/d9439a205acf3d6ed64fc54239249e16b14f9e69 commit: d9439a205acf3d6ed64fc54239249e16b14f9e69 branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: AlexWaygood date: 2024-09-01T10:10:10Z summary: Bump mypy from 1.1

[Python-checkins] Bump types-psutil from 6.0.0.20240621 to 6.0.0.20240901 in /Tools (#123564)

2024-09-01 Thread AlexWaygood
https://github.com/python/cpython/commit/bb6fe149217cc2f19569b665bbcff2f70bf2e2f1 commit: bb6fe149217cc2f19569b665bbcff2f70bf2e2f1 branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: AlexWaygood date: 2024-09-01T11:09:51+01:00 summary: Bump types-ps

[Python-checkins] [3.12] gh-123550: Fix code snippet of `BUILD_TUPLE` in `dis` docs (GH-123551) (#123556)

2024-09-01 Thread iritkatriel
https://github.com/python/cpython/commit/e3d8ccc89dbaa090ca642630b81d993f2c61ae0e commit: e3d8ccc89dbaa090ca642630b81d993f2c61ae0e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: iritkatriel <[email protected]> date:

[Python-checkins] [3.13] gh-123550: Fix code snippet of `BUILD_TUPLE` in `dis` docs (GH-123551) (#123555)

2024-09-01 Thread iritkatriel
https://github.com/python/cpython/commit/b0a50a69cfef756c1b08a93fc7689e4a17451351 commit: b0a50a69cfef756c1b08a93fc7689e4a17451351 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: iritkatriel <[email protected]> date: