[Python-checkins] Android: Update tests for newly-available functions affected by SELinux (#126015)

2024-10-26 Thread freakboy3742
https://github.com/python/cpython/commit/c51b56038ba344dece607eb5f035dca544187813 commit: c51b56038ba344dece607eb5f035dca544187813 branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-10-27T10:35:53+08:00 summary: Android: Update tests for newly-available functions affected by S

[Python-checkins] gh-125633: Add function `ispackage` to stdlib `inspect` (#125634)

2024-10-26 Thread ncoghlan
https://github.com/python/cpython/commit/dad34531298fc0ea91b9000aafdd2ea2fce5e54a commit: dad34531298fc0ea91b9000aafdd2ea2fce5e54a branch: main author: Zhikang Yan <[email protected]> committer: ncoghlan date: 2024-10-27T14:57:43+10:00 summary: gh-125633: Add function `ispackage` to stdlib `inspe

[Python-checkins] [3.13] gh-125593: Use colors to highlight error locations in tracebacks from exception group (GH-125681) (#126021)

2024-10-26 Thread pablogsal
https://github.com/python/cpython/commit/9e37bfae5a8af9d722e35c9b7dc18d2ee8b724bf commit: 9e37bfae5a8af9d722e35c9b7dc18d2ee8b724bf branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2024-10-27T01:23:00Z summary: [3.13] gh-125593

[Python-checkins] gh-125666: Avoid PyREPL exiting when a null byte is in input (#125732)

2024-10-26 Thread pablogsal
https://github.com/python/cpython/commit/44becb8cba677cbfdbcf2f7652277e5e1efc4f20 commit: 44becb8cba677cbfdbcf2f7652277e5e1efc4f20 branch: main author: devdanzin <[email protected]> committer: pablogsal date: 2024-10-27T01:23:53Z summary: gh-125666: Avoid PyREPL exiting

[Python-checkins] gh-125593: Use colors to highlight error locations in tracebacks from exception group (#125681)

2024-10-26 Thread pablogsal
https://github.com/python/cpython/commit/51b012b2a8093c92ef2c06884f9719657f9b17f7 commit: 51b012b2a8093c92ef2c06884f9719657f9b17f7 branch: main author: Bogdan Romanyuk <[email protected]> committer: pablogsal date: 2024-10-27T01:57:10+01:00 summary: gh-125593: Use colors

[Python-checkins] gh-94512: Fix forced arg format in posixmodule.c clinic code (#122516)

2024-10-26 Thread erlend-aasland
https://github.com/python/cpython/commit/f6cc7c8bd01d8468af70a65e550abef3854d0754 commit: f6cc7c8bd01d8468af70a65e550abef3854d0754 branch: main author: Bénédikt Tran <[email protected]> committer: erlend-aasland date: 2024-10-26T23:40:31+02:00 summary: gh-94512: Fix forced

[Python-checkins] [3.12] gh-84545: Clarify the 'extend' action documentation in argparse (GH-125870) (GH-125965)

2024-10-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/67b270142d58b8f9a64f8ae2b84a195e7e49adda commit: 67b270142d58b8f9a64f8ae2b84a195e7e49adda branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-26T21:37:42+03:00 summary: [3.1

[Python-checkins] [3.13] gh-84545: Clarify the 'extend' action documentation in argparse (GH-125870) (GH-125964)

2024-10-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e4204e879eca7eaa9d4599e17711eb8b267dec8c commit: e4204e879eca7eaa9d4599e17711eb8b267dec8c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-26T21:37:06+03:00 summary: [3.1

[Python-checkins] [3.13] gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is thrown (GH-118960) (#125931)

2024-10-26 Thread kumaraditya303
https://github.com/python/cpython/commit/95bcbcb7c89508ae806d864271f3e6e696dbaf69 commit: 95bcbcb7c89508ae806d864271f3e6e696dbaf69 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-10-26T22:01:47+05:30 summary: [3.13]

[Python-checkins] [3.12] gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is thrown (GH-118960) (#125932)

2024-10-26 Thread kumaraditya303
https://github.com/python/cpython/commit/6a8e8f48b4f9be5d15ceec6869bbaef55e99f18d commit: 6a8e8f48b4f9be5d15ceec6869bbaef55e99f18d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-10-26T22:02:07+05:30 summary: [3.12]

[Python-checkins] [3.12] gh-125698: Autoconf: Sync EXEEXT and ac_exeext (GH-125995) (#126007)

2024-10-26 Thread erlend-aasland
https://github.com/python/cpython/commit/fe4585a674daaf79f0978429daabd36b3bffb212 commit: fe4585a674daaf79f0978429daabd36b3bffb212 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-10-26T15:27:38Z summary: [3.12] gh-1

[Python-checkins] gh-89640: properly detect float word ordering on Linux (#125571)

2024-10-26 Thread erlend-aasland
https://github.com/python/cpython/commit/26d627779f79d8d5650fe7be348432eccc28f8f9 commit: 26d627779f79d8d5650fe7be348432eccc28f8f9 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-10-26T15:46:46Z summary: gh-89640: properly detect float word ordering on Linux (#125571)

[Python-checkins] [3.13] gh-125698: Autoconf: Sync EXEEXT and ac_exeext (GH-125995) (#126006)

2024-10-26 Thread erlend-aasland
https://github.com/python/cpython/commit/f702ea24fa15cd13ab8e23a5869c4838d3d4b4be commit: f702ea24fa15cd13ab8e23a5869c4838d3d4b4be branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-10-26T15:36:03Z summary: [3.13] gh-1

[Python-checkins] [3.13] Fix a typo in ``Doc/tutorial/errors.rst`` exception output (GH-126001) (#126009)

2024-10-26 Thread Eclips4
https://github.com/python/cpython/commit/f521142b474fc327e330552b40aeffec97e1c69c commit: f521142b474fc327e330552b40aeffec97e1c69c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2024-10-26T15:32:37Z summary: [3.13] Fix a typo

[Python-checkins] Fix a typo in ``Doc/tutorial/errors.rst`` exception output (#126001)

2024-10-26 Thread Eclips4
https://github.com/python/cpython/commit/a78d5b32429e2399178ac838e0e62b2bd62c0af9 commit: a78d5b32429e2399178ac838e0e62b2bd62c0af9 branch: main author: Bogdana Vereha committer: Eclips4 date: 2024-10-26T18:26:35+03:00 summary: Fix a typo in ``Doc/tutorial/errors.rst`` exception output (#126001)

[Python-checkins] Update CODEOWNERS (#126005)

2024-10-26 Thread gvanrossum
https://github.com/python/cpython/commit/905eddceb2d61da9087f0d303aa7e4a405d2261a commit: 905eddceb2d61da9087f0d303aa7e4a405d2261a branch: main author: Guido van Rossum committer: gvanrossum date: 2024-10-26T15:24:51Z summary: Update CODEOWNERS (#126005) files: M .github/CODEOWNERS diff --git

[Python-checkins] gh-125698: Autoconf: Sync EXEEXT and ac_exeext (#125995)

2024-10-26 Thread erlend-aasland
https://github.com/python/cpython/commit/8b7cdc5e0c3ee9903d41a2bfc494148db32dc379 commit: 8b7cdc5e0c3ee9903d41a2bfc494148db32dc379 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-10-26T17:11:42+02:00 summary: gh-125698: Autoconf: Sync EXEEXT and ac_exeext (#125995) f