[Python-checkins] GH-123599: Match `file:` URL hostname against machine hostname in urllib (#132523)

2025-04-14 Thread barneygale
https://github.com/python/cpython/commit/0879ebc953fa7372a4d99f3f79889093f04cac67 commit: 0879ebc953fa7372a4d99f3f79889093f04cac67 branch: main author: Barney Gale committer: barneygale date: 2025-04-15T01:05:06+01:00 summary: GH-123599: Match `file:` URL hostname against machine hostname in url

[Python-checkins] [3.13] gh-131803: Clarify that you must register signal handlers for set_wakeup_fd (GH-131859) (#132522)

2025-04-14 Thread vstinner
https://github.com/python/cpython/commit/bdff88b9aad5d799e0e70755f42811e2fdf16994 commit: bdff88b9aad5d799e0e70755f42811e2fdf16994 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-04-14T16:52:36Z summary: [3.13] gh-131803:

[Python-checkins] [3.13] gh-124476: Fix decoding from the locale encoding in the C.UTF-8 locale (GH-132477) (ПР-132528)

2025-04-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f218549afc7845ccc4168ceecb1f94ff1c58468a commit: f218549afc7845ccc4168ceecb1f94ff1c58468a branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-14T18:59:07Z summary: [3.13] gh-124476: Fix decoding from the locale encoding in the

[Python-checkins] gh-124476: Fix decoding from the locale encoding in the C.UTF-8 locale (GH-132477)

2025-04-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/102f825c5112cbe6985edc0971822b07bd778135 commit: 102f825c5112cbe6985edc0971822b07bd778135 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-14T21:32:41+03:00 summary: gh-124476: Fix decoding from the locale encoding in the C.

[Python-checkins] gh-85702: Catch IsADirectoryError in zoneinfo (#131333)

2025-04-14 Thread vstinner
https://github.com/python/cpython/commit/d22604a6d1237c42ec5f43df51dfa9aa58240ba4 commit: d22604a6d1237c42ec5f43df51dfa9aa58240ba4 branch: main author: Stan Ulbrych <[email protected]> committer: vstinner date: 2025-04-14T17:07:51Z summary: gh-85702: Catch IsADirec

[Python-checkins] gh-70145: Add support for channels in Bluetooth HCI protocol (GH-132481)

2025-04-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/61638418a7306723fedf88389c9c5aa540dfb809 commit: 61638418a7306723fedf88389c9c5aa540dfb809 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-14T20:09:16+03:00 summary: gh-70145: Add support for channels in Bluetooth HCI protoc

[Python-checkins] [3.13] gh-46236: Add missing PyUnicode_FromOrdinal() doc (#132040) (#132521)

2025-04-14 Thread vstinner
https://github.com/python/cpython/commit/866b6359e5a4844fc1ea24b72129595221e2c50e commit: 866b6359e5a4844fc1ea24b72129595221e2c50e branch: 3.13 author: Victor Stinner committer: vstinner date: 2025-04-14T16:48:40Z summary: [3.13] gh-46236: Add missing PyUnicode_FromOrdinal() doc (#132040) (#1325

[Python-checkins] gh-131803: Clarify that you must register signal handlers for set_wakeup_fd (#131859)

2025-04-14 Thread vstinner
https://github.com/python/cpython/commit/93947657ec3348c60df7c8f67c92038c8c89 commit: 93947657ec3348c60df7c8f67c92038c8c89 branch: main author: Jeremy Fleischman committer: vstinner date: 2025-04-14T18:46:11+02:00 summary: gh-131803: Clarify that you must register signal handlers for set

[Python-checkins] gh-46236: Add missing PyUnicode_FromOrdinal() doc (#132040)

2025-04-14 Thread vstinner
https://github.com/python/cpython/commit/8768df2fe94a8444baff47a5b8c7414a2118731a commit: 8768df2fe94a8444baff47a5b8c7414a2118731a branch: main author: RUANG (James Roy) committer: vstinner date: 2025-04-14T18:40:39+02:00 summary: gh-46236: Add missing PyUnicode_FromOrdinal() doc (#132040) file

[Python-checkins] gh-131757: allow lru_cache functions to execute concurrently (#131758)

2025-04-14 Thread vstinner
https://github.com/python/cpython/commit/4c12a2db15639fe1b28f1f0f807a18fb7b71d851 commit: 4c12a2db15639fe1b28f1f0f807a18fb7b71d851 branch: main author: Tomasz Pytel committer: vstinner date: 2025-04-14T18:31:19+02:00 summary: gh-131757: allow lru_cache functions to execute concurrently (#131758)

[Python-checkins] [3.13] gh-132515: de-duplicate `test_dataclass_derived_generic_from_slotted_base` (GH-132516) (#132518)

2025-04-14 Thread picnixz
https://github.com/python/cpython/commit/a50aa3325b2df379355f1bf7f01b199cc553c708 commit: a50aa3325b2df379355f1bf7f01b199cc553c708 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] gh-132515: de-duplicate `test_dataclass_derived_generic_from_slotted_base` (#132516)

2025-04-14 Thread picnixz
https://github.com/python/cpython/commit/45c447bf91ffabe4c0ba6d18f37d4e58925d5c91 commit: 45c447bf91ffabe4c0ba6d18f37d4e58925d5c91 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-04-14T15:06:38Z

[Python-checkins] Docs: fix some typos in `Doc/library` (#132511)

2025-04-14 Thread picnixz
https://github.com/python/cpython/commit/4865c09cf3055de2f69abda27c9e971b0fcf98bd commit: 4865c09cf3055de2f69abda27c9e971b0fcf98bd branch: main author: Yongzi Li <[email protected]> committer: picnixz <[email protected]> date: 2025-04-14T13:24:46Z summary: Docs: fix some ty

[Python-checkins] [3.13] gh-86513: improve docs of loop.call_exception_handler (GH-132466) (#132487)

2025-04-14 Thread kumaraditya303
https://github.com/python/cpython/commit/fd0bba67c44adee538c678e47ba77e9832b1f6da commit: fd0bba67c44adee538c678e47ba77e9832b1f6da branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-04-14T11:42:45Z summary: [3.13] gh-8

[Python-checkins] GH-131498: Cases generator: Allow input and 'peek' variables to be modified (GH-132506)

2025-04-14 Thread markshannon
https://github.com/python/cpython/commit/844596c09fc812a58ac1b381b51bee12d327da31 commit: 844596c09fc812a58ac1b381b51bee12d327da31 branch: main author: Mark Shannon committer: markshannon date: 2025-04-14T12:19:53+01:00 summary: GH-131498: Cases generator: Allow input and 'peek' variables to be

[Python-checkins] gh-127945: fix thread safety and add lock held assertions to paramfunc in ctypes (#132473)

2025-04-14 Thread kumaraditya303
https://github.com/python/cpython/commit/be763e550e28e740b7b22c3267d14565d126f28d commit: be763e550e28e740b7b22c3267d14565d126f28d branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-04-14T14:05:06+05:30 summary: gh-127945: fix thread safety and add lock held assertions to par

[Python-checkins] [3.13] gh-132435: Test syntax warnings in a finally block (GH-132436) (GH-132503)

2025-04-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/5f1eaff5b54c86be5d247d671645b8f1f0b42433 commit: 5f1eaff5b54c86be5d247d671645b8f1f0b42433 branch: 3.13 author: Tomas R. committer: serhiy-storchaka date: 2025-04-14T10:21:36+03:00 summary: [3.13] gh-132435: Test syntax warnings in a finally block (GH-1324