[Python-checkins] GH-103484: Tell linkcheck to ignore debian manpage redirects (#123019)

2024-08-14 Thread AA-Turner
https://github.com/python/cpython/commit/1054a755a3016f95fcd24b3ad20e8ed9048b7939 commit: 1054a755a3016f95fcd24b3ad20e8ed9048b7939 branch: main author: Rafael Fontenelle committer: AA-Turner <[email protected]> date: 2024-08-14T22:35:23+01:00 summary: GH-103484: Tell link

[Python-checkins] [3.13] gh-123005: Add version added in enum.Flag.__len__ (GH-123007) (#123026)

2024-08-14 Thread AA-Turner
https://github.com/python/cpython/commit/79452b135c3a5564b603f60052bbff36a964ed85 commit: 79452b135c3a5564b603f60052bbff36a964ed85 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.12] gh-123005: Add version added in enum.Flag.__len__ (GH-123007) (#123025)

2024-08-14 Thread AA-Turner
https://github.com/python/cpython/commit/9f153a2acf949cee1d70915d5158e91fda991bcf commit: 9f153a2acf949cee1d70915d5158e91fda991bcf branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-112301: Add warning count to warning check tooling (#122711)

2024-08-14 Thread hugovk
https://github.com/python/cpython/commit/1cf624be6dab5170f4ee40dfce729df7de1d5056 commit: 1cf624be6dab5170f4ee40dfce729df7de1d5056 branch: main author: Nate Ohlson committer: hugovk <[email protected]> date: 2024-08-15T00:03:53+03:00 summary: gh-112301: Add warning count to

[Python-checkins] gh-123005: Add version added in enum.Flag.__len__ (GH-123007)

2024-08-14 Thread ethanfurman
https://github.com/python/cpython/commit/8e2dc7f380c7ffe6b0fe525b4d0558aaed9d7145 commit: 8e2dc7f380c7ffe6b0fe525b4d0558aaed9d7145 branch: main author: Damien <[email protected]> committer: ethanfurman date: 2024-08-14T13:30:33-07:00 summary: gh-123005: Add version add

[Python-checkins] GH-118093: Turn some DEOPT_IFs into EXIT_IFs (GH-122998)

2024-08-14 Thread brandtbucher
https://github.com/python/cpython/commit/f84754b70506f03bcbf9fb0265e327d05a1a4b51 commit: f84754b70506f03bcbf9fb0265e327d05a1a4b51 branch: main author: Brandt Bucher committer: brandtbucher date: 2024-08-14T07:54:42-07:00 summary: GH-118093: Turn some DEOPT_IFs into EXIT_IFs (GH-122998) files:

[Python-checkins] GH-113464: Speed up JIT builds (GH-122839)

2024-08-14 Thread brandtbucher
https://github.com/python/cpython/commit/51185923a8dfdb59fc04f235fd19881d10d65acf commit: 51185923a8dfdb59fc04f235fd19881d10d65acf branch: main author: Brandt Bucher committer: brandtbucher date: 2024-08-14T07:53:46-07:00 summary: GH-113464: Speed up JIT builds (GH-122839) files: M Tools/jit/_t

[Python-checkins] [3.12] gh-122255: Add black box tests in test_warnings (GH-122227) (GH-122819)

2024-08-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c3ee1a7f05014f8f5918d3c61bb9c4055ba83720 commit: c3ee1a7f05014f8f5918d3c61bb9c4055ba83720 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-08-14T14:12:34Z summary: [3.12] gh

[Python-checkins] [3.13] gh-122965: Fix `reusable-change-detection.yml` on `workflow_dispatch` (GH-122966) (#123008)

2024-08-14 Thread sobolevn
https://github.com/python/cpython/commit/8644014a35090f7c0c18a5a4f2339f4a76ef1660 commit: 8644014a35090f7c0c18a5a4f2339f4a76ef1660 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-08-14T16:20:40+03:00 summary: [3.13] gh-12

[Python-checkins] [3.12] gh-122965: Fix `reusable-change-detection.yml` on `workflow_dispatch` (GH-122966) (#123009)

2024-08-14 Thread sobolevn
https://github.com/python/cpython/commit/ecf9971c97ef5038be05f6ca0a979951b4b1bc3e commit: ecf9971c97ef5038be05f6ca0a979951b4b1bc3e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-08-14T12:32:42Z summary: [3.12] gh-122965:

[Python-checkins] gh-122965: Fix `reusable-change-detection.yml` on `workflow_dispatch` (#122966)

2024-08-14 Thread hugovk
https://github.com/python/cpython/commit/6ae942f412492b840fc6b43d39ba9133aa890ee7 commit: 6ae942f412492b840fc6b43d39ba9133aa890ee7 branch: main author: sobolevn committer: hugovk <[email protected]> date: 2024-08-14T15:05:39+03:00 summary: gh-122965: Fix `reusable-change-det

[Python-checkins] GH-120024: Remove `CHECK_EVAL_BREAKER` macro. (GH-122968)

2024-08-14 Thread markshannon
https://github.com/python/cpython/commit/eec7bdaf01a5c1f89265565876964c825ea334fc commit: eec7bdaf01a5c1f89265565876964c825ea334fc branch: main author: Mark Shannon committer: markshannon date: 2024-08-14T12:04:05+01:00 summary: GH-120024: Remove `CHECK_EVAL_BREAKER` macro. (GH-122968) * Factor

[Python-checkins] Fix doctrees directory for the gettext builder (#122997)

2024-08-14 Thread AA-Turner
https://github.com/python/cpython/commit/315a933a5b3ae4379077096b6852f85a81a7d75f commit: 315a933a5b3ae4379077096b6852f85a81a7d75f branch: main author: Rafael Fontenelle committer: AA-Turner <[email protected]> date: 2024-08-14T11:38:29+01:00 summary: Fix doctrees directo

[Python-checkins] gh-111178: Avoid calling long_hash from incompatible pointer type (GH-122972)

2024-08-14 Thread encukou
https://github.com/python/cpython/commit/fe3e623562fb058ef7b8fd6d90ac5098a3b05816 commit: fe3e623562fb058ef7b8fd6d90ac5098a3b05816 branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2024-08-14T11:50:35+02:00 summary: gh-78: Avoid calling l