[Python-checkins] Fix typos in comments and test code (#122846)

2024-08-11 Thread hauntsaninja
https://github.com/python/cpython/commit/253c6a0b2f88b3327b7113860b99d665346fe43c commit: 253c6a0b2f88b3327b7113860b99d665346fe43c branch: main author: Xie Yanbo committer: hauntsaninja <[email protected]> date: 2024-08-11T21:16:41-07:00 summary: Fix typos in comments

[Python-checkins] Remove "print >>obj" exception hint for Python 2 (#122853)

2024-08-11 Thread hauntsaninja
https://github.com/python/cpython/commit/9375b9ca3a4998678ba74ff5c77ed540a4dcf887 commit: 9375b9ca3a4998678ba74ff5c77ed540a4dcf887 branch: main author: Victor Stinner committer: hauntsaninja <[email protected]> date: 2024-08-12T04:12:14Z summary: Remove "print >>obj"

[Python-checkins] [3.12] gh-122903: Honor directories in zipfile.Path.glob. (GH-122908) (#122927)

2024-08-11 Thread jaraco
https://github.com/python/cpython/commit/f511a939b07a4ae2e561392e88edb5707ec02028 commit: f511a939b07a4ae2e561392e88edb5707ec02028 branch: 3.12 author: Jason R. Coombs committer: jaraco date: 2024-08-12T01:03:03Z summary: [3.12] gh-122903: Honor directories in zipfile.Path.glob. (GH-122908) (#12

[Python-checkins] [3.13] gh-122903: Honor directories in zipfile.Path.glob. (GH-122908) (#122926)

2024-08-11 Thread jaraco
https://github.com/python/cpython/commit/59d0d335cfc3a1a4732405ad3a78eada6478669f commit: 59d0d335cfc3a1a4732405ad3a78eada6478669f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: jaraco date: 2024-08-12T01:02:10Z summary: [3.13] gh-122903: H

[Python-checkins] [3.12] gh-122905: Sanitize names in zipfile.Path. (GH-122906) (#122923)

2024-08-11 Thread jaraco
https://github.com/python/cpython/commit/dcc5182f27c156a1ef78e10613bb45788dea commit: dcc5182f27c156a1ef78e10613bb45788dea branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: jaraco date: 2024-08-11T20:35:17-04:00 summary: [3.12] gh-1229

[Python-checkins] [3.13] gh-122905: Sanitize names in zipfile.Path. (GH-122906) (#122922)

2024-08-11 Thread jaraco
https://github.com/python/cpython/commit/8c7348939d8a3ecd79d630075f6be1b0c5b41f64 commit: 8c7348939d8a3ecd79d630075f6be1b0c5b41f64 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: jaraco date: 2024-08-11T20:35:04-04:00 summary: [3.13] gh-1229

[Python-checkins] gh-122903: Honor directories in zipfile.Path.glob. (#122908)

2024-08-11 Thread jaraco
https://github.com/python/cpython/commit/6aa35f3002dda25858d47e702e750e2871e42a7c commit: 6aa35f3002dda25858d47e702e750e2871e42a7c branch: main author: Jason R. Coombs committer: jaraco date: 2024-08-11T20:33:33-04:00 summary: gh-122903: Honor directories in zipfile.Path.glob. (#122908) files:

[Python-checkins] gh-122905: Sanitize names in zipfile.Path. (#122906)

2024-08-11 Thread jaraco
https://github.com/python/cpython/commit/9cd03263100ddb1657826cc4a71470786cab3932 commit: 9cd03263100ddb1657826cc4a71470786cab3932 branch: main author: Jason R. Coombs committer: jaraco date: 2024-08-11T19:48:50-04:00 summary: gh-122905: Sanitize names in zipfile.Path. (#122906) Ported from zip

[Python-checkins] gh-119180: annotationlib: Fix __all__, formatting (#122365)

2024-08-11 Thread JelleZijlstra
https://github.com/python/cpython/commit/4534068f22f07a8ab9871bc16abf03c478ee2532 commit: 4534068f22f07a8ab9871bc16abf03c478ee2532 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-08-11T23:44:51Z summary: gh-119180: annotationlib: Fix __all__, formatting (#122365) files:

[Python-checkins] gh-119180: Improvements to ForwardRef.evaluate (#122210)

2024-08-11 Thread JelleZijlstra
https://github.com/python/cpython/commit/016f4b5975a251d353c6e9d399b2b6a234735f25 commit: 016f4b5975a251d353c6e9d399b2b6a234735f25 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-08-11T23:42:57Z summary: gh-119180: Improvements to ForwardRef.evaluate (#122210) Noticed so

[Python-checkins] GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369)

2024-08-11 Thread barneygale
https://github.com/python/cpython/commit/a6644d446416dbe3eab26839a32f79c4e73d3aeb commit: a6644d446416dbe3eab26839a32f79c4e73d3aeb branch: main author: Barney Gale committer: barneygale date: 2024-08-11T22:43:18+01:00 summary: GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369) R

[Python-checkins] [3.13] gh-122701: Fix wording of raw strings/bytes in `lexical_analysis.rst` (GH-122702) (#122914)

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

[Python-checkins] [3.12] gh-122701: Fix wording of raw strings/bytes in `lexical_analysis.rst` (GH-122702) (#122915)

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

[Python-checkins] gh-122701: Fix wording of raw strings/bytes in `lexical_analysis.rst` (#122702)

2024-08-11 Thread AA-Turner
https://github.com/python/cpython/commit/ea70439bd2b5a1c881342646f30942f527f61373 commit: ea70439bd2b5a1c881342646f30942f527f61373 branch: main author: sobolevn committer: AA-Turner <[email protected]> date: 2024-08-11T21:02:50Z summary: gh-122701: Fix wording of raw stri

[Python-checkins] [3.13] Docs: Standardise versionchanged text in weakref.rst (GH-122898) (#122911)

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

[Python-checkins] [3.12] Docs: Standardise versionchanged text in weakref.rst (GH-122898) (#122912)

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

[Python-checkins] Docs: Standardise versionchanged text in weakref.rst (#122898)

2024-08-11 Thread AA-Turner
https://github.com/python/cpython/commit/db8b83c2b0247f1d9b15152bbfcfe4afc7e588ed commit: db8b83c2b0247f1d9b15152bbfcfe4afc7e588ed branch: main author: Rafael Fontenelle committer: AA-Turner <[email protected]> date: 2024-08-11T21:40:11+01:00 summary: Docs: Standardise ve

[Python-checkins] gh-122860: Remove unused macro `_Py_atomic_load_relaxed_int32` (#122861)

2024-08-11 Thread kumaraditya303
https://github.com/python/cpython/commit/1069190bad99701bf565497fa1e46575470bf237 commit: 1069190bad99701bf565497fa1e46575470bf237 branch: main author: Sam Gross committer: kumaraditya303 date: 2024-08-11T22:45:02+05:30 summary: gh-122860: Remove unused macro `_Py_atomic_load_relaxed_int32` (#12

[Python-checkins] gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875)

2024-08-11 Thread kumaraditya303
https://github.com/python/cpython/commit/bc9d92c67933917b474e61905451c6408c68e71d commit: bc9d92c67933917b474e61905451c6408c68e71d branch: main author: Wulian <[email protected]> committer: kumaraditya303 date: 2024-08-11T16:35:51Z summary: gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122

[Python-checkins] GH-120974: make `_asyncio.all_tasks` thread safe (#122801)

2024-08-11 Thread kumaraditya303
https://github.com/python/cpython/commit/3aaed083a3f5eb7e490495c460b3dc1ce7451ce8 commit: 3aaed083a3f5eb7e490495c460b3dc1ce7451ce8 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2024-08-11T20:49:31+05:30 summary: GH-120974: make `_asyncio.all_tasks` thread safe (#122801) Make