[Python-checkins] [3.13] Docs: Fix a typo in What's New in Python 3.13 (GH-122051) (#122052)

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

[Python-checkins] Docs: Fix a typo in What's New in Python 3.13 (#122051)

2024-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/3de092b82f5aa02fa293cd654c2ab26556ecf703 commit: 3de092b82f5aa02fa293cd654c2ab26556ecf703 branch: main author: Rafael Fontenelle committer: AA-Turner <[email protected]> date: 2024-07-20T04:46:57+01:00 summary: Docs: Fix a typo in

[Python-checkins] [3.13] gh-121621: Disable asyncio freelist in free-threaded build (GH-122046) (#122048)

2024-07-19 Thread colesbury
https://github.com/python/cpython/commit/f3c79cb40049c6f244959e7fa966a60424c8b47d commit: f3c79cb40049c6f244959e7fa966a60424c8b47d branch: 3.13 author: Sam Gross committer: colesbury date: 2024-07-19T19:55:15Z summary: [3.13] gh-121621: Disable asyncio freelist in free-threaded build (GH-122046)

[Python-checkins] gh-121621: Disable asyncio freelist in free-threaded build (#122046)

2024-07-19 Thread colesbury
https://github.com/python/cpython/commit/97248204a1cc10bd3a66ce857535d133f6bc86a1 commit: 97248204a1cc10bd3a66ce857535d133f6bc86a1 branch: main author: Sam Gross committer: colesbury date: 2024-07-19T15:26:29-04:00 summary: gh-121621: Disable asyncio freelist in free-threaded build (#122046) Th

[Python-checkins] [3.13] gh-120973: Fix thread-safety issues with `threading.local` (GH-121655) (#122042)

2024-07-19 Thread colesbury
https://github.com/python/cpython/commit/bf7f4f357b58d169508f0e26951c77fff01b639e commit: bf7f4f357b58d169508f0e26951c77fff01b639e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-07-19T17:49:34Z summary: [3.13] gh-120973

[Python-checkins] [3.13] Docs: move deprecations into include files (GH-121241) (#122038)

2024-07-19 Thread hugovk
https://github.com/python/cpython/commit/159ea47ed8ce454e749eadafb11c6126df45754e commit: 159ea47ed8ce454e749eadafb11c6126df45754e branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-07-19T11:46:49-0

[Python-checkins] [3.13] gh-122026: Fix identification of mismatched parentheses inside f-strings (GH-122028) (#122041)

2024-07-19 Thread pablogsal
https://github.com/python/cpython/commit/a6c1081cbe8a8d948e0a8335fa17ce75a528c7e0 commit: a6c1081cbe8a8d948e0a8335fa17ce75a528c7e0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2024-07-19T17:32:34Z summary: [3.13] gh-122026

[Python-checkins] [3.12] gh-120930: Remove extra blank occuring in wrapped encoded words in email headers (GH-121747) (GH-121964)

2024-07-19 Thread encukou
https://github.com/python/cpython/commit/8bd47132d6dc75759faa33508d115a4636867cdb commit: 8bd47132d6dc75759faa33508d115a4636867cdb branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-07-19T19:22:07+02:00 summary: [3.12] gh-120

[Python-checkins] gh-120973: Fix thread-safety issues with `threading.local` (#121655)

2024-07-19 Thread colesbury
https://github.com/python/cpython/commit/e059aa6b01030310125477c3ed1da0491020fe10 commit: e059aa6b01030310125477c3ed1da0491020fe10 branch: main author: mpage committer: colesbury date: 2024-07-19T13:22:02-04:00 summary: gh-120973: Fix thread-safety issues with `threading.local` (#121655) This i

[Python-checkins] [3.13] gh-120930: Remove extra blank occuring in wrapped encoded words in email headers (GH-121747) (GH-121963)

2024-07-19 Thread encukou
https://github.com/python/cpython/commit/9a332f260d188fa3fa0502940098e326c1e8aa5e commit: 9a332f260d188fa3fa0502940098e326c1e8aa5e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-07-19T19:21:53+02:00 summary: [3.13] gh-120

[Python-checkins] [3.13] gh-122014: Account for abi_thread in test_sysconfig.test_user_similar (gh-122017) (#122039)

2024-07-19 Thread colesbury
https://github.com/python/cpython/commit/e88114567f85a698bd9773300b9d544fb5b808b6 commit: e88114567f85a698bd9773300b9d544fb5b808b6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-07-19T17:13:41Z summary: [3.13] gh-122014

[Python-checkins] gh-122026: Fix identification of mismatched parentheses inside f-strings (#122028)

2024-07-19 Thread pablogsal
https://github.com/python/cpython/commit/2009e25e26040dca32696e70f91f13665350e7fd commit: 2009e25e26040dca32696e70f91f13665350e7fd branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-07-19T19:08:08+02:00 summary: gh-122026: Fix identification of mismatched parentheses insi

[Python-checkins] gh-122014: Account for abi_thread in test_sysconfig.test_user_similar (gh-122017)

2024-07-19 Thread colesbury
https://github.com/python/cpython/commit/186b4d8ea2fdc91bf18e8be695244ead1722af18 commit: 186b4d8ea2fdc91bf18e8be695244ead1722af18 branch: main author: Karolina Surma <[email protected]> committer: colesbury date: 2024-07-19T16:48:20Z summary: gh-122014: Account for abi_t

[Python-checkins] gh-118830: Bump pickle.DEFAULT_PROTOCOL to 5 (GH-119340)

2024-07-19 Thread encukou
https://github.com/python/cpython/commit/d66b06107b0104af513f664d9a5763216639018b commit: d66b06107b0104af513f664d9a5763216639018b branch: main author: Rodrigo Oliveira committer: encukou date: 2024-07-19T16:47:10+02:00 summary: gh-118830: Bump pickle.DEFAULT_PROTOCOL to 5 (GH-119340) files: A

[Python-checkins] [3.12] gh-59022: Added tests for `pkgutil.extend_path` (GH-121673) (GH-121950)

2024-07-19 Thread encukou
https://github.com/python/cpython/commit/3f72821f80b0e9c38e90150c964550d98bd328ae commit: 3f72821f80b0e9c38e90150c964550d98bd328ae branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-07-19T16:36:26+02:00 summary: [3.12] gh-590

[Python-checkins] [3.13] gh-59022: Added tests for `pkgutil.extend_path` (GH-121673) (GH-121951)

2024-07-19 Thread encukou
https://github.com/python/cpython/commit/963e97d901093a5ee9c99774b44dedea6f67d265 commit: 963e97d901093a5ee9c99774b44dedea6f67d265 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-07-19T16:35:51+02:00 summary: [3.13] gh-590

[Python-checkins] [3.12] gh-121160: Note that readline libraries using different history formats. (GH-121327) (GH-122031)

2024-07-19 Thread encukou
https://github.com/python/cpython/commit/e80497c9cd90e76bbe4c83ae82e39a52c2293077 commit: e80497c9cd90e76bbe4c83ae82e39a52c2293077 branch: 3.12 author: Petr Viktorin committer: encukou date: 2024-07-19T14:13:34Z summary: [3.12] gh-121160: Note that readline libraries using different history form

[Python-checkins] [3.13] gh-121160: Note that readline libraries using different history formats. (GH-121327) (GH-122030)

2024-07-19 Thread encukou
https://github.com/python/cpython/commit/838025bb865615dbbc5abdfc988fea7845f23574 commit: 838025bb865615dbbc5abdfc988fea7845f23574 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-07-19T14:09:41Z summary: [3.13] gh-121160:

[Python-checkins] Docs: move deprecations into include files (#121241)

2024-07-19 Thread hugovk
https://github.com/python/cpython/commit/a1df1b44394784721239615f307b273455536d14 commit: a1df1b44394784721239615f307b273455536d14 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-07-19T07:57:14-0

[Python-checkins] gh-121160: Note that readline libraries using different history formats. (GH-121327)

2024-07-19 Thread encukou
https://github.com/python/cpython/commit/709db44255eb5d73fc22a1341dd0253e71ddfda9 commit: 709db44255eb5d73fc22a1341dd0253e71ddfda9 branch: main author: Petr Viktorin committer: encukou date: 2024-07-19T15:52:00+02:00 summary: gh-121160: Note that readline libraries using different history format

[Python-checkins] [3.13] GH-121970: Rewrite the C-API annotations extension (#121985) (#122027)

2024-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/c12f81ed829d17551a8d576bf6f7abdbed6b7996 commit: c12f81ed829d17551a8d576bf6f7abdbed6b7996 branch: 3.13 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-07-19T13:03:5

[Python-checkins] [3.12] GH-121970: Rewrite the C-API annotations extension (GH-121985) (#122025)

2024-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/ff98d9021a161e4e3e9c6ba57d3ace7781cf306e commit: ff98d9021a161e4e3e9c6ba57d3ace7781cf306e branch: 3.12 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-07-19T12:48:5

[Python-checkins] [3.13] GH-121970: Use Ruff to check and format the docs tools (GH-122018) (#122023)

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

[Python-checkins] [3.12] GH-121970: Use Ruff to check and format the docs tools (GH-122018) (#122024)

2024-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/7c8b6f85c9cc51ca6eb7a758582566aedbb2aa74 commit: 7c8b6f85c9cc51ca6eb7a758582566aedbb2aa74 branch: 3.12 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-07-19T12:26:3

[Python-checkins] GH-121970: Rewrite the C-API annotations extension (#121985)

2024-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/22c9d9c1fcc3bb6186524330b169eda6df450f1b commit: 22c9d9c1fcc3bb6186524330b169eda6df450f1b branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-07-19T12:21:5

[Python-checkins] [3.13] GH-121970: Combine custom Pygments lexers into a package (GH-121976) (#122021)

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

[Python-checkins] [3.12] GH-121970: Combine custom Pygments lexers into a package (GH-121976) (#122022)

2024-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/2cd816e4e0b39b7327a2db2e48cc203ae8bd43ee commit: 2cd816e4e0b39b7327a2db2e48cc203ae8bd43ee branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.12] gh-121657: Additional `yield from` error test using lambda (GH-121722) (GH-121962)

2024-07-19 Thread encukou
https://github.com/python/cpython/commit/2e8dba3e1dce768e21998dccd58892fc7e6d8c42 commit: 2e8dba3e1dce768e21998dccd58892fc7e6d8c42 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-07-19T13:50:51+02:00 summary: [3.12] gh-121

[Python-checkins] [3.13] gh-121657: Additional `yield from` error test using lambda (GH-121722) (GH-121961)

2024-07-19 Thread encukou
https://github.com/python/cpython/commit/58a84e58f45cb656b756cf007f629d868e119d8b commit: 58a84e58f45cb656b756cf007f629d868e119d8b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-07-19T13:50:34+02:00 summary: [3.13] gh-121

[Python-checkins] GH-121970: Use Ruff to check and format the docs tools (#122018)

2024-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/40855f3ab80ced9950c725b710f507c0e903b70a commit: 40855f3ab80ced9950c725b710f507c0e903b70a branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-07-19T11:48:5

[Python-checkins] [3.13] GH-121970: Make ``DeprecatedRemoved`` a subclass of ``VersionChange`` (GH-121971) (#122019)

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

[Python-checkins] [3.12] GH-121970: Make ``DeprecatedRemoved`` a subclass of ``VersionChange`` (GH-121971) (#122020)

2024-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/88618d2910718cb8a8e420a0083c647654ef577a commit: 88618d2910718cb8a8e420a0083c647654ef577a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] GH-121970: Make ``DeprecatedRemoved`` a subclass of ``VersionChange`` (#121971)

2024-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/898e90c3bef77174f22193b114483b9cd196921a commit: 898e90c3bef77174f22193b114483b9cd196921a branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-07-19T11:39:5

[Python-checkins] [3.13] GH-121970: Improve the glossary preview in HTML search (GH-121991) (#122015)

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

[Python-checkins] [3.12] GH-121970: Improve the glossary preview in HTML search (GH-121991) (#122016)

2024-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/2d4eccf70ebda7865e5f55d6f34ad9cc89b03046 commit: 2d4eccf70ebda7865e5f55d6f34ad9cc89b03046 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] GH-121970: Improve the glossary preview in HTML search (#121991)

2024-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/adf0b94d1cdd74340c8bc031f7464d0a33200f08 commit: adf0b94d1cdd74340c8bc031f7464d0a33200f08 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-07-19T10:16:5

[Python-checkins] [3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013)

2024-07-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/39dea212f4fc830ea50912cd568799ad70159a3f commit: 39dea212f4fc830ea50912cd568799ad70159a3f branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-07-19T09:08:33Z summary: [3.12] gh-121905: Consistently use "floating-point" instead of

[Python-checkins] [3.13] Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (GH-122004) (#122006)

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

[Python-checkins] Docs: Upgrade Sphinx to 7.4 (#121987)

2024-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/420d94312824825a18fa1fd9a36773626a54d97a commit: 420d94312824825a18fa1fd9a36773626a54d97a branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-07-19T08:58:1

[Python-checkins] [3.13] GH-121970: Use ``SphinxDirective`` instead of ``Directive`` (GH-121972) (#122008)

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

[Python-checkins] GH-121970: Use ``SphinxDirective`` instead of ``Directive`` (#121972)

2024-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/ac39151a09fc9857e64d7b8f7eff926ec0ba6c0b commit: ac39151a09fc9857e64d7b8f7eff926ec0ba6c0b branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-07-19T08:33:5

[Python-checkins] [3.13] GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986) (#121994)

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

[Python-checkins] [3.12] gh-65453: Docs - clarify AttributeError behaviour on PropertyMock (GH-121666) (GH-121969)

2024-07-19 Thread encukou
https://github.com/python/cpython/commit/b1c31a1547106668897b9a87d051dc942f33cdef commit: b1c31a1547106668897b9a87d051dc942f33cdef branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-07-19T10:03:54+02:00 summary: [3.12] gh-654

[Python-checkins] [3.13] Docs: Upgrade Sphinx to 7.4 (GH-121987) (#122010)

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

[Python-checkins] [3.12] Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (GH-122004) (#122007)

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

[Python-checkins] [3.12] GH-121970: Use ``SphinxDirective`` instead of ``Directive`` (GH-121972) (#122009)

2024-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/18557848ec0288919835da56bd8d7bd45887743d commit: 18557848ec0288919835da56bd8d7bd45887743d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.12] Docs: Upgrade Sphinx to 7.4 (GH-121987) (#122011)

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

[Python-checkins] [3.13] gh-65453: Docs - clarify AttributeError behaviour on PropertyMock (GH-121666) (GH-121968)

2024-07-19 Thread encukou
https://github.com/python/cpython/commit/7f632419ffc69a226d8a9e7fa3aa7ac5a3a9f93e commit: 7f632419ffc69a226d8a9e7fa3aa7ac5a3a9f93e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-07-19T10:03:43+02:00 summary: [3.13] gh-654

[Python-checkins] [3.12] GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986) (#121993)

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

[Python-checkins] Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (#122004)

2024-07-19 Thread AA-Turner
https://github.com/python/cpython/commit/98e5bdef0ef59695371ec8a8486bb55ccf2b0638 commit: 98e5bdef0ef59695371ec8a8486bb55ccf2b0638 branch: main author: Kirill Podoprigora committer: AA-Turner <[email protected]> date: 2024-07-19T08:30:01+01:00 summary: Docs: Fix typo in d