[Python-checkins] [3.13] gh-136297: Test all `pickle` protocols in `test_zoneinfo_property.py` (GH-136298) (#136312)

2025-07-04 Thread sobolevn
https://github.com/python/cpython/commit/b22c8be18ad39f106a4df40595ad838b1cf1d9e1 commit: b22c8be18ad39f106a4df40595ad838b1cf1d9e1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-05T06:36:41Z summary: [3.13] gh-136297:

[Python-checkins] [3.14] gh-136297: Test all `pickle` protocols in `test_zoneinfo_property.py` (GH-136298) (#136311)

2025-07-04 Thread sobolevn
https://github.com/python/cpython/commit/c62c523e034ddef262e90c16c6e2fef69ff7d469 commit: c62c523e034ddef262e90c16c6e2fef69ff7d469 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-05T06:39:48Z summary: [3.14] gh-136297:

[Python-checkins] gh-136297: Test all `pickle` protocols in `test_zoneinfo_property.py` (#136298)

2025-07-04 Thread sobolevn
https://github.com/python/cpython/commit/5de7e3f9739b01ad180fffb242ac57cea930e74d commit: 5de7e3f9739b01ad180fffb242ac57cea930e74d branch: main author: sobolevn committer: sobolevn date: 2025-07-05T09:14:40+03:00 summary: gh-136297: Test all `pickle` protocols in `test_zoneinfo_property.py` (#13

[Python-checkins] [3.14] gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH-136258) (GH-136294)

2025-07-04 Thread ZeroIntensity
https://github.com/python/cpython/commit/6d21cc54fffbe56df3372f65227160bf27807158 commit: 6d21cc54fffbe56df3372f65227160bf27807158 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-04T16:18:32Z summary: [3.14] gh-13

[Python-checkins] [3.13] gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH-136258) (GH-136295)

2025-07-04 Thread ZeroIntensity
https://github.com/python/cpython/commit/a717ed986dd8853fd6a27ee4830e72e6cb3c6c0a commit: a717ed986dd8853fd6a27ee4830e72e6cb3c6c0a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-04T16:17:10Z summary: [3.13] gh-13

[Python-checkins] gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH-136258)

2025-07-04 Thread ZeroIntensity
https://github.com/python/cpython/commit/d1d5dce14f90d777608e4403d09079421ff55944 commit: d1d5dce14f90d777608e4403d09079421ff55944 branch: main author: William S Fulton committer: ZeroIntensity date: 2025-07-04T11:54:00-04:00 summary: gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH-

[Python-checkins] [3.12] gh-135661: Fix parsing start and end tags in HTMLParser according to the HTML5 standard (GH-135930) (GH-136268)

2025-07-04 Thread ambv
https://github.com/python/cpython/commit/c555f889c3558a0a8cd8d8ecc2b493014b88a700 commit: c555f889c3558a0a8cd8d8ecc2b493014b88a700 branch: 3.12 author: Serhiy Storchaka committer: ambv date: 2025-07-04T17:28:00+02:00 summary: [3.12] gh-135661: Fix parsing start and end tags in HTMLParser accordi

[Python-checkins] [3.14] Docs: Move "or" outside monospace syntax in `tarfile.rst` (GH-136263) (GH-136290)

2025-07-04 Thread ZeroIntensity
https://github.com/python/cpython/commit/1a2898a383ac5b57a7e0eba34ccab2055d79f1aa commit: 1a2898a383ac5b57a7e0eba34ccab2055d79f1aa branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-04T14:46:57Z summary: [3.14] Docs:

[Python-checkins] Docs: Move "or" outside monospace syntax in `tarfile.rst` (GH-136263)

2025-07-04 Thread ZeroIntensity
https://github.com/python/cpython/commit/ade19880943509945da193202ca89e0b2b6fbd75 commit: ade19880943509945da193202ca89e0b2b6fbd75 branch: main author: Rafael Fontenelle committer: ZeroIntensity date: 2025-07-04T10:40:32-04:00 summary: Docs: Move "or" outside monospace syntax in `tarfile.rst` (G

[Python-checkins] [3.14] gh-135773: have pyvenv.cfg without home key anchor a venv and deduce home (GH-135831) (#136287)

2025-07-04 Thread ncoghlan
https://github.com/python/cpython/commit/f2f3edb8d7daba96a73741a269ceb61575957633 commit: f2f3edb8d7daba96a73741a269ceb61575957633 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2025-07-05T00:36:12+10:00 summary: [3.14] gh-13

[Python-checkins] gh-135773: have pyvenv.cfg without home key anchor a venv and deduce home (#135831)

2025-07-04 Thread ncoghlan
https://github.com/python/cpython/commit/93263d43141a81d369adfcddf325f9a54cb5766d commit: 93263d43141a81d369adfcddf325f9a54cb5766d branch: main author: Richard Levasseur committer: ncoghlan date: 2025-07-04T23:44:37+10:00 summary: gh-135773: have pyvenv.cfg without home key anchor a venv and ded

[Python-checkins] [3.14] gh-102555: Fix comment parsing in HTMLParser according to the HTML5 standard (GH-135664) (GH-136271)

2025-07-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/fa7e76e4ddbe92da1f1d98a24cc15d8306ef4e2e commit: fa7e76e4ddbe92da1f1d98a24cc15d8306ef4e2e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-07-04T07:26:03Z summary: [3.14] gh

[Python-checkins] [3.13] gh-102555: Fix comment parsing in HTMLParser according to the HTML5 standard (GH-135664) (GH-136272)

2025-07-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7038e4a2439d1cb8f7064de8245136214ff98aa5 commit: 7038e4a2439d1cb8f7064de8245136214ff98aa5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-07-04T07:22:33Z summary: [3.13] gh

[Python-checkins] gh-102555: Fix comment parsing in HTMLParser according to the HTML5 standard (GH-135664)

2025-07-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8ac7613dc8b8f82253d7c0e2b6ef6ed703a0a1ee commit: 8ac7613dc8b8f82253d7c0e2b6ef6ed703a0a1ee branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-07-04T07:00:23Z summary: gh-102555: Fix comment parsing in HTMLParser according to the H