[Python-checkins] gh-126417: validate ABC methods on multiprocessing proxy types (#126454)

2024-11-10 Thread gpshead
https://github.com/python/cpython/commit/6ee542d491589b470ec7cdd353463ff9ff52d098 commit: 6ee542d491589b470ec7cdd353463ff9ff52d098 branch: main author: Stephen Morton committer: gpshead date: 2024-11-10T23:08:58-08:00 summary: gh-126417: validate ABC methods on multiprocessing proxy types (#1264

[Python-checkins] [3.12] Add missing fullstop `.` to whatsnew/3.8.rst (GH-126553) (#126673)

2024-11-10 Thread gpshead
https://github.com/python/cpython/commit/75d251bb04a7fe6386c2d7675bb9cd750add5fe5 commit: 75d251bb04a7fe6386c2d7675bb9cd750add5fe5 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-11-11T07:08:37Z summary: [3.12] Add missing

[Python-checkins] [3.13] Add missing fullstop `.` to whatsnew/3.8.rst (GH-126553) (#126672)

2024-11-10 Thread gpshead
https://github.com/python/cpython/commit/90cf1af3255e8ada4ec8dbad63ed78fcdce61a73 commit: 90cf1af3255e8ada4ec8dbad63ed78fcdce61a73 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-11-11T07:05:15Z summary: [3.13] Add missing

[Python-checkins] Add missing fullstop `.` to whatsnew/3.8.rst (GH-126553)

2024-11-10 Thread gpshead
https://github.com/python/cpython/commit/82269c7d580e1aad71ff11fe891cf7f97eb45703 commit: 82269c7d580e1aad71ff11fe891cf7f97eb45703 branch: main author: Rafael Fontenelle committer: gpshead date: 2024-11-10T22:59:23-08:00 summary: Add missing fullstop `.` to whatsnew/3.8.rst (GH-126553) files: M

[Python-checkins] [3.12] gh-126664: Use `else` instead of `finally` in "The with statement" documentation. (GH-126665) (#126671)

2024-11-10 Thread gpshead
https://github.com/python/cpython/commit/fb82e10ce4a5f5b08ed769078f8a3ed51456a06c commit: fb82e10ce4a5f5b08ed769078f8a3ed51456a06c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-11-11T06:57:15Z summary: [3.12] gh-126664:

[Python-checkins] [3.13] gh-126664: Use `else` instead of `finally` in "The with statement" documentation. (GH-126665) (#126670)

2024-11-10 Thread gpshead
https://github.com/python/cpython/commit/47748758e73b50dcb4f8afaf357938c71268fe51 commit: 47748758e73b50dcb4f8afaf357938c71268fe51 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-11-11T06:54:26Z summary: [3.13] gh-126664:

[Python-checkins] [3.12] gh-117378: Clear up the NEWS entry wording (GH-126634) (#126669)

2024-11-10 Thread gpshead
https://github.com/python/cpython/commit/7050aba5d7fbbdb8f42cd559072af9b49ea8a28b commit: 7050aba5d7fbbdb8f42cd559072af9b49ea8a28b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-11-11T06:48:23Z summary: [3.12] gh-117378:

[Python-checkins] gh-126664: Use `else` instead of `finally` in "The with statement" documentation. (GH-126665)

2024-11-10 Thread gpshead
https://github.com/python/cpython/commit/25257d61cfccc3b4189f96390a5c4db73fd5302c commit: 25257d61cfccc3b4189f96390a5c4db73fd5302c branch: main author: vivodi <[email protected]> committer: gpshead date: 2024-11-10T22:47:56-08:00 summary: gh-126664: Use `else` instead of `

[Python-checkins] [3.13] gh-117378: Clear up the NEWS entry wording (GH-126634) (#126668)

2024-11-10 Thread gpshead
https://github.com/python/cpython/commit/387b00d43da572709c12cb624bb1e1acf12e2259 commit: 387b00d43da572709c12cb624bb1e1acf12e2259 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-11-11T06:46:24Z summary: [3.13] gh-117378:

[Python-checkins] gh-117378: Clear up the NEWS entry wording (GH-126634)

2024-11-10 Thread gpshead
https://github.com/python/cpython/commit/5c488caeb858690a696bc9f74fc74a274a3aa51c commit: 5c488caeb858690a696bc9f74fc74a274a3aa51c branch: main author: Gregory P. Smith committer: gpshead date: 2024-11-10T22:39:58-08:00 summary: gh-117378: Clear up the NEWS entry wording (GH-126634) gh-117378:

[Python-checkins] [3.12] gh-126543: Docs: change "bound type var" to "bounded" when used in the context of the 'bound' kw argument to TypeVar (GH-126584) (#126658)

2024-11-10 Thread JelleZijlstra
https://github.com/python/cpython/commit/55c53056906cd962d977d209af7672bc6b2cb560 commit: 55c53056906cd962d977d209af7672bc6b2cb560 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-11-10T18:52:20-08:00 summary: [3.12]

[Python-checkins] [3.13] gh-126543: Docs: change "bound type var" to "bounded" when used in the context of the 'bound' kw argument to TypeVar (GH-126584) (#126657)

2024-11-10 Thread JelleZijlstra
https://github.com/python/cpython/commit/3d8f5490e27f4d787d176b7f2d22d6cb4cb0d069 commit: 3d8f5490e27f4d787d176b7f2d22d6cb4cb0d069 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-11-10T18:48:44-08:00 summary: [3.13]

[Python-checkins] gh-126543: Docs: change "bound type var" to "bounded" when used in the context of the 'bound' kw argument to TypeVar (#126584)

2024-11-10 Thread JelleZijlstra
https://github.com/python/cpython/commit/434b29767f2fdef9f35c8e93303cf6aca4a66a80 commit: 434b29767f2fdef9f35c8e93303cf6aca4a66a80 branch: main author: Pedro Fonini committer: JelleZijlstra date: 2024-11-10T16:40:25-08:00 summary: gh-126543: Docs: change "bound type var" to "bounded" when used i

[Python-checkins] [3.13] gh-126647: `Doc/using/configure.rst`: Add an entry for ``--enable-experimental-jit`` option (GH-126648) (#126655)

2024-11-10 Thread Eclips4
https://github.com/python/cpython/commit/4567ad2ce4a684a348777252878efa17244e0977 commit: 4567ad2ce4a684a348777252878efa17244e0977 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2024-11-10T21:51:21Z summary: [3.13] gh-126647:

[Python-checkins] gh-126647: `Doc/using/configure.rst`: Add an entry for ``--enable-experimental-jit`` option (#126648)

2024-11-10 Thread Eclips4
https://github.com/python/cpython/commit/f435de6765e0327995850d719534be38c9b5ec49 commit: f435de6765e0327995850d719534be38c9b5ec49 branch: main author: Kirill Podoprigora committer: Eclips4 date: 2024-11-10T23:44:56+02:00 summary: gh-126647: `Doc/using/configure.rst`: Add an entry for ``--enabl

[Python-checkins] [3.13] gh-117378: Only run the new multiprocessing SysPath test when appropriate (GH-126635) (GH-126652)

2024-11-10 Thread gpshead
https://github.com/python/cpython/commit/79ad4bddfc61f4773c4d98aae2812a6875d11283 commit: 79ad4bddfc61f4773c4d98aae2812a6875d11283 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-11-10T21:40:33Z summary: [3.13] gh-117378:

[Python-checkins] [3.12] gh-117378: Only run the new multiprocessing SysPath test when appropriate (GH-126635) (GH-126653)

2024-11-10 Thread gpshead
https://github.com/python/cpython/commit/abb8265f0206ab209bad62581eb48d8a764038a1 commit: abb8265f0206ab209bad62581eb48d8a764038a1 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-11-10T21:33:26Z summary: [3.12] gh-117378:

[Python-checkins] gh-117378: Only run the new multiprocessing SysPath test when appropriate (GH-126635)

2024-11-10 Thread gpshead
https://github.com/python/cpython/commit/ca878b6e45f9c7934842f7bb94274e671b155e09 commit: ca878b6e45f9c7934842f7bb94274e671b155e09 branch: main author: Gregory P. Smith committer: gpshead date: 2024-11-10T13:17:05-08:00 summary: gh-117378: Only run the new multiprocessing SysPath test when appro

[Python-checkins] [3.13] gh-126565: Skip `zipfile.Path.exists` check in write mode (GH-126576) (#126642)

2024-11-10 Thread jaraco
https://github.com/python/cpython/commit/0d3aa25ee41d03bb8b4e6d90beee15835321f724 commit: 0d3aa25ee41d03bb8b4e6d90beee15835321f724 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: jaraco date: 2024-11-10T15:21:47Z summary: [3.13] gh-126565: S

[Python-checkins] [3.13] Skip test in test_socket.py if `sys.getrefcount` isn't available (GH-126640) (#126645)

2024-11-10 Thread Eclips4
https://github.com/python/cpython/commit/9473ae9b5105f1aeba158f2abcc0eff18a48a5c5 commit: 9473ae9b5105f1aeba158f2abcc0eff18a48a5c5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2024-11-10T15:41:42Z summary: [3.13] Skip test i

[Python-checkins] Skip test in test_socket.py if `sys.getrefcount` isn't available (#126640)

2024-11-10 Thread Eclips4
https://github.com/python/cpython/commit/0f6bb28ff3ba152faf7523ea9aaf0094cc39bdda commit: 0f6bb28ff3ba152faf7523ea9aaf0094cc39bdda branch: main author: CF Bolz-Tereick committer: Eclips4 date: 2024-11-10T17:16:36+02:00 summary: Skip test in test_socket.py if `sys.getrefcount` isn't available (#1

[Python-checkins] [3.12] Skip test in test_socket.py if `sys.getrefcount` isn't available (GH-126640) (#126646)

2024-11-10 Thread Eclips4
https://github.com/python/cpython/commit/c47c6416c3614f5a58f5d4fd86714ed4b6bd60c4 commit: c47c6416c3614f5a58f5d4fd86714ed4b6bd60c4 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2024-11-10T15:34:52Z summary: [3.12] Skip test i

[Python-checkins] [3.12] gh-126565: Skip `zipfile.Path.exists` check in write mode (GH-126576) (#126643)

2024-11-10 Thread jaraco
https://github.com/python/cpython/commit/5030e81dedd482fd313884991d8b3447dd153fcb commit: 5030e81dedd482fd313884991d8b3447dd153fcb branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: jaraco date: 2024-11-10T15:14:48Z summary: [3.12] gh-126565: S

[Python-checkins] gh-126565: Skip `zipfile.Path.exists` check in write mode (#126576)

2024-11-10 Thread jaraco
https://github.com/python/cpython/commit/160758a574d12bf0d965d8206136e7da4f4fd6c3 commit: 160758a574d12bf0d965d8206136e7da4f4fd6c3 branch: main author: Jan Hicken committer: jaraco date: 2024-11-10T09:57:24-05:00 summary: gh-126565: Skip `zipfile.Path.exists` check in write mode (#126576) When