[Python-checkins] gh-112804: Clamping timeout value for _PySemaphore_PlatformWait (gh-124914)

2024-10-04 Thread corona10
https://github.com/python/cpython/commit/a5fc50994a3fae46d0c3d496c4e1d5e00548a1b8 commit: a5fc50994a3fae46d0c3d496c4e1d5e00548a1b8 branch: main author: Donghee Na committer: corona10 date: 2024-10-05T11:27:32+09:00 summary: gh-112804: Clamping timeout value for _PySemaphore_PlatformWait (gh-1249

[Python-checkins] gh-124552 : Improve the accuracy of possible breakpoint check in bdb (#124553)

2024-10-04 Thread gaogaotiantian
https://github.com/python/cpython/commit/adfe7657a3f1ce5d8384694ed27a40376a18fa6c commit: adfe7657a3f1ce5d8384694ed27a40376a18fa6c branch: main author: Tian Gao committer: gaogaotiantian date: 2024-10-04T21:32:57-04:00 summary: gh-124552 : Improve the accuracy of possible breakpoint check in bdb

[Python-checkins] gh-119786: Replace a Sphinx role with a link to `Python/errors.c` (#124990)

2024-10-04 Thread AA-Turner
https://github.com/python/cpython/commit/2d8b6a4e9d9a74e3c5270eec62716710ac197063 commit: 2d8b6a4e9d9a74e3c5270eec62716710ac197063 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-10-05T01:00:1

[Python-checkins] gh-117151: increase default buffer size of shutil.copyfileobj() to 256k. (GH-119783)

2024-10-04 Thread gpshead
https://github.com/python/cpython/commit/6efd95c4650ec7c2fb5522b352c74a9d44370fe0 commit: 6efd95c4650ec7c2fb5522b352c74a9d44370fe0 branch: main author: morotti committer: gpshead date: 2024-10-04T16:51:22-07:00 summary: gh-117151: increase default buffer size of shutil.copyfileobj() to 256k. (G

[Python-checkins] gh-119786: move a few more details on exception handling from devguide to InternalDocs (#124989)

2024-10-04 Thread iritkatriel
https://github.com/python/cpython/commit/8bcf118dcb2cab88acc8a6dffb7968b1854802b4 commit: 8bcf118dcb2cab88acc8a6dffb7968b1854802b4 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-10-05T

[Python-checkins] [3.13] gh-124871: fix 'visited' tracking in compiler's reachability analysis (GH-124952) (#124977)

2024-10-04 Thread Yhg1s
https://github.com/python/cpython/commit/b87aea6b0d299afcc03fc73c55e7b1dda78b9f35 commit: b87aea6b0d299afcc03fc73c55e7b1dda78b9f35 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-10-04T15:34:20-07:00 summary: [3.13] gh-12487

[Python-checkins] [3.13] gh-109975: Suggest ``pynntp`` instead of ``nntplib`` (GH-124830) (#124966)

2024-10-04 Thread Yhg1s
https://github.com/python/cpython/commit/dd4e62e35f3b3360fa7d5513d6564e86ad2f5275 commit: dd4e62e35f3b3360fa7d5513d6564e86ad2f5275 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-10-04T15:31:51-07:00 summary: [3.13] gh-10997

[Python-checkins] gh-124871: fix 'visited' tracking in compiler's reachability analysis (#124952)

2024-10-04 Thread iritkatriel
https://github.com/python/cpython/commit/f474391b26aa9208b44ca879f8635409d322f738 commit: f474391b26aa9208b44ca879f8635409d322f738 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-10-04T

[Python-checkins] [3.12] gh-113993: For string interning, do not rely on (or assert) _Py_IsImmortal (GH-121358) (GH-124938)

2024-10-04 Thread encukou
https://github.com/python/cpython/commit/b3e2c0291595edddc968680689bec7707d27d2d1 commit: b3e2c0291595edddc968680689bec7707d27d2d1 branch: 3.12 author: Petr Viktorin committer: encukou date: 2024-10-04T16:50:34+02:00 summary: [3.12] gh-113993: For string interning, do not rely on (or assert) _P

[Python-checkins] gh-124962: Convert leftover rst to markup in `InternalDocs/compiler.md` (#124971)

2024-10-04 Thread kumaraditya303
https://github.com/python/cpython/commit/994051e086b9ce624a3b16750d6f692bc4a3b07b commit: 994051e086b9ce624a3b16750d6f692bc4a3b07b branch: main author: isaacjones99 <[email protected]> committer: kumaraditya303 date: 2024-10-04T19:53:02+05:30 summary: gh-124962: Conve

[Python-checkins] Fix console prompt syntax in What's New in Python 3.8 (#124968)

2024-10-04 Thread AA-Turner
https://github.com/python/cpython/commit/bd393aedb84a7d84d11a996bcbbf57cad90af7db commit: bd393aedb84a7d84d11a996bcbbf57cad90af7db branch: main author: Nice Zombies committer: AA-Turner <[email protected]> date: 2024-10-04T12:33:54+01:00 summary: Fix console prompt syntax

[Python-checkins] gh-118658: Modify cert generation script to extract cert3.pem (GH-124598)

2024-10-04 Thread encukou
https://github.com/python/cpython/commit/480354dc236af9ae9d47b2520aa85fb7293c7b68 commit: 480354dc236af9ae9d47b2520aa85fb7293c7b68 branch: main author: Felix Fontein committer: encukou date: 2024-10-04T13:15:08+02:00 summary: gh-118658: Modify cert generation script to extract cert3.pem (GH-1245

[Python-checkins] gh-111178: Fix function signatures in _threadmodule.c (#124964)

2024-10-04 Thread vstinner
https://github.com/python/cpython/commit/ddccd546a00fa7c2e4140cae25284b902292ad3b commit: ddccd546a00fa7c2e4140cae25284b902292ad3b branch: main author: Victor Stinner committer: vstinner date: 2024-10-04T12:50:01+02:00 summary: gh-78: Fix function signatures in _threadmodule.c (#124964) fil

[Python-checkins] gh-109975: Suggest ``pynntp`` instead of ``nntplib`` (#124830)

2024-10-04 Thread AA-Turner
https://github.com/python/cpython/commit/ac9648243dc0f5cb34c93621e507a98cf90550ea commit: ac9648243dc0f5cb34c93621e507a98cf90550ea branch: main author: Christian Clauss committer: AA-Turner <[email protected]> date: 2024-10-04T11:21:03+01:00 summary: gh-109975: Suggest ``

[Python-checkins] gh-111178: Fix function signatures in classobject.c (#124943)

2024-10-04 Thread vstinner
https://github.com/python/cpython/commit/2c2ad4f76f8ec197c31145d3f33bc40b790d4aea commit: 2c2ad4f76f8ec197c31145d3f33bc40b790d4aea branch: main author: Victor Stinner committer: vstinner date: 2024-10-04T12:00:00+02:00 summary: gh-78: Fix function signatures in classobject.c (#124943) files

[Python-checkins] gh-111178: Fix function signatures in bytearrayobject.c (#124940)

2024-10-04 Thread vstinner
https://github.com/python/cpython/commit/aace0dca8bdcde8cd8ba85fbaf04a50fa920be7d commit: aace0dca8bdcde8cd8ba85fbaf04a50fa920be7d branch: main author: Victor Stinner committer: vstinner date: 2024-10-04T11:59:51+02:00 summary: gh-78: Fix function signatures in bytearrayobject.c (#124940) f

[Python-checkins] gh-111178: Fix function signatures in Python-ast.c (#124942)

2024-10-04 Thread vstinner
https://github.com/python/cpython/commit/6c7d5c6415fc22d35c7b8410533eb1831d46ba72 commit: 6c7d5c6415fc22d35c7b8410533eb1831d46ba72 branch: main author: Victor Stinner committer: vstinner date: 2024-10-04T11:59:08+02:00 summary: gh-78: Fix function signatures in Python-ast.c (#124942) files:

[Python-checkins] gh-123961: Convert `curses.window` static type into a heap type (#124934)

2024-10-04 Thread vstinner
https://github.com/python/cpython/commit/f66d785861d3a210f1b6b14ebd129728b24f95bf commit: f66d785861d3a210f1b6b14ebd129728b24f95bf branch: main author: Bénédikt Tran <[email protected]> committer: vstinner date: 2024-10-04T11:58:34+02:00 summary: gh-123961: Convert `curses