[Python-checkins] [3.13] gh-133982: Use implementation-specific `open` in `test_fileio.OtherFileTests` (GH-135364) (GH-136149)

2025-06-30 Thread ZeroIntensity
https://github.com/python/cpython/commit/1e3466a1ae5bdcee42a3dfdbd8aaa17135a6ecc2 commit: 1e3466a1ae5bdcee42a3dfdbd8aaa17135a6ecc2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-30T22:19:14Z summary: [3.13] gh-13

[Python-checkins] gh-133982: Use implementation-specific `open` in `test_fileio.OtherFileTests` (GH-135364)

2025-06-30 Thread ZeroIntensity
https://github.com/python/cpython/commit/23caccf74ce2c8dc5d9c5eb6350d21ef20c6ea0b commit: 23caccf74ce2c8dc5d9c5eb6350d21ef20c6ea0b branch: main author: Cody Maloney committer: ZeroIntensity date: 2025-06-30T17:56:11-04:00 summary: gh-133982: Use implementation-specific `open` in `test_fileio.Oth

[Python-checkins] [3.14] gh-133982: Use implementation-specific `open` in `test_fileio.OtherFileTests` (GH-135364) (GH-136148)

2025-06-30 Thread ZeroIntensity
https://github.com/python/cpython/commit/028901e97ffb7c10fb07fbe45229c4f37ee6067d commit: 028901e97ffb7c10fb07fbe45229c4f37ee6067d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-30T22:23:34Z summary: [3.14] gh-13

[Python-checkins] [3.14] gh-134939: Fill Out the concurrent.interpreters Docs (gh-136141)

2025-06-30 Thread ericsnowcurrently
https://github.com/python/cpython/commit/ebab7c80ca5b391d70c6f95f56858dd5a300ce9a commit: ebab7c80ca5b391d70c6f95f56858dd5a300ce9a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ericsnowcurrently date: 2025-06-30T17:00:33Z summary: [3.14] g

[Python-checkins] gh-134939: Fill Out the concurrent.interpreters Docs (gh-135902)

2025-06-30 Thread ericsnowcurrently
https://github.com/python/cpython/commit/fc82cb91ba262275fd91bc249ed891afce60f24a commit: fc82cb91ba262275fd91bc249ed891afce60f24a branch: main author: Eric Snow committer: ericsnowcurrently date: 2025-06-30T10:54:53-06:00 summary: gh-134939: Fill Out the concurrent.interpreters Docs (gh-135902)

[Python-checkins] [3.13] gh-85702: Catch PermissionError in zoneinfo.load_tzdata() (GH-136117) (#136136)

2025-06-30 Thread vstinner
https://github.com/python/cpython/commit/e194793602c933318df322b0ca7c194312e988af commit: e194793602c933318df322b0ca7c194312e988af branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-06-30T16:31:45Z summary: [3.13] gh-85702:

[Python-checkins] [3.13] gh-63207: Update `time.time` documentation after GH-116822 (GH-136068) (#136139)

2025-06-30 Thread vstinner
https://github.com/python/cpython/commit/b415d1c18e1126b15468f0b6cdd6d4a66c6049cf commit: b415d1c18e1126b15468f0b6cdd6d4a66c6049cf branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-06-30T16:16:27Z summary: [3.13] gh-63207:

[Python-checkins] [3.14] gh-63207: Update `time.time` documentation after GH-116822 (GH-136068) (#136138)

2025-06-30 Thread vstinner
https://github.com/python/cpython/commit/401032a53a37d7e63bed55b6f607d04423fc7dd5 commit: 401032a53a37d7e63bed55b6f607d04423fc7dd5 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-06-30T16:16:08Z summary: [3.14] gh-63207:

[Python-checkins] gh-63207: Update `time.time` documentation after #116822 (#136068)

2025-06-30 Thread vstinner
https://github.com/python/cpython/commit/486587da42dc2beda1e7807c35678f181b57a60f commit: 486587da42dc2beda1e7807c35678f181b57a60f branch: main author: Stan Ulbrych <[email protected]> committer: vstinner date: 2025-06-30T18:10:24+02:00 summary: gh-63207: Update `t

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

2025-06-30 Thread vstinner
https://github.com/python/cpython/commit/4f4fa726956bc8f0c1f3a4c81f8d99b5472a14ff commit: 4f4fa726956bc8f0c1f3a4c81f8d99b5472a14ff branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-06-30T15:00:56Z summary: [3.13] gh-85702:

[Python-checkins] [3.14] gh-85702: Catch PermissionError in zoneinfo.load_tzdata() (GH-136117) (#136128)

2025-06-30 Thread vstinner
https://github.com/python/cpython/commit/e86ac729953febddc13c59fb15be6d1cc6b80146 commit: e86ac729953febddc13c59fb15be6d1cc6b80146 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-06-30T14:58:18Z summary: [3.14] gh-85702:

[Python-checkins] [3.13] gh-136122: Fix video link for math.tau documentation (GH-136129) (#136132)

2025-06-30 Thread hugovk
https://github.com/python/cpython/commit/38c7b0efb882b9e210b3cce41cfa51075abc7754 commit: 38c7b0efb882b9e210b3cce41cfa51075abc7754 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-06-3

[Python-checkins] [3.14] gh-136122: Fix video link for math.tau documentation (GH-136129) (#136131)

2025-06-30 Thread hugovk
https://github.com/python/cpython/commit/71bd3d0647175490ebccfe353ab086b2aa1ef119 commit: 71bd3d0647175490ebccfe353ab086b2aa1ef119 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-06-3

[Python-checkins] gh-136122: Fix video link for math.tau documentation (#136129)

2025-06-30 Thread hugovk
https://github.com/python/cpython/commit/a87f3e02828cb4404053384dba18924dcace6596 commit: a87f3e02828cb4404053384dba18924dcace6596 branch: main author: sedram <[email protected]> committer: hugovk <[email protected]> date: 2025-06-30T17:43:39+03:00 summa

[Python-checkins] gh-85702: Catch PermissionError in zoneinfo.load_tzdata() (#136117)

2025-06-30 Thread vstinner
https://github.com/python/cpython/commit/ee47670e8b8648b14fd4cb64a9d47d6ed3c5b6b7 commit: ee47670e8b8648b14fd4cb64a9d47d6ed3c5b6b7 branch: main author: Victor Stinner committer: vstinner date: 2025-06-30T16:33:01+02:00 summary: gh-85702: Catch PermissionError in zoneinfo.load_tzdata() (#136117)

[Python-checkins] [3.14] gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614) (#136119)

2025-06-30 Thread vstinner
https://github.com/python/cpython/commit/32678477597a7b4d9cc739011a2be4551c757b83 commit: 32678477597a7b4d9cc739011a2be4551c757b83 branch: 3.14 author: Victor Stinner committer: vstinner date: 2025-06-30T15:59:22+02:00 summary: [3.14] gh-135607: remove null checking of weakref list in dealloc of

[Python-checkins] [3.13] gh-48181: Document `codecs.charmap_build` (GH-135997) (#136124)

2025-06-30 Thread malemburg
https://github.com/python/cpython/commit/ef4a70b63f313e835bb35efa76ea866594d464a7 commit: ef4a70b63f313e835bb35efa76ea866594d464a7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: malemburg date: 2025-06-30T15:52:53+02:00 summary: [3.13] gh-4

[Python-checkins] [3.14] gh-48181: Document `codecs.charmap_build` (GH-135997) (#136123)

2025-06-30 Thread malemburg
https://github.com/python/cpython/commit/729b6747e9552100c444c35a45a21de560400f87 commit: 729b6747e9552100c444c35a45a21de560400f87 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: malemburg date: 2025-06-30T15:52:46+02:00 summary: [3.14] gh-4

[Python-checkins] gh-48181: Document `codecs.charmap_build` (#135997)

2025-06-30 Thread malemburg
https://github.com/python/cpython/commit/2bdd50309f543f449d7d82b64ed6f60ae0aa80b9 commit: 2bdd50309f543f449d7d82b64ed6f60ae0aa80b9 branch: main author: Stan Ulbrych <[email protected]> committer: malemburg date: 2025-06-30T15:42:08+02:00 summary: gh-48181: Document

[Python-checkins] [3.14] gh-131885: Update documented signatures for `csv.{writer,reader}` (GH-136085) (GH-136120)

2025-06-30 Thread ZeroIntensity
https://github.com/python/cpython/commit/ed7719a08d28eed8cf720fe721b881332db527eb commit: ed7719a08d28eed8cf720fe721b881332db527eb branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-30T13:38:57Z summary: [3.14] gh-13

[Python-checkins] [3.13] gh-131885: Update documented signatures for `csv.{writer,reader}` (GH-136085) (GH-136121)

2025-06-30 Thread ZeroIntensity
https://github.com/python/cpython/commit/ad5f88eafa93d6b150a00730cdbb4cb4f55c74e8 commit: ad5f88eafa93d6b150a00730cdbb4cb4f55c74e8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-30T13:38:49Z summary: [3.13] gh-13

[Python-checkins] gh-131885: Update documented signatures for `csv.{writer,reader}` (GH-136085)

2025-06-30 Thread ZeroIntensity
https://github.com/python/cpython/commit/75f40595e555e7d016cf9d2da8aaddb78bb20b2f commit: 75f40595e555e7d016cf9d2da8aaddb78bb20b2f branch: main author: Adam Dangoor committer: ZeroIntensity date: 2025-06-30T09:32:51-04:00 summary: gh-131885: Update documented signatures for `csv.{writer,reader}`

[Python-checkins] gh-123471: Make itertools.product and itertools.combinations thread-safe (#132814)

2025-06-30 Thread kumaraditya303
https://github.com/python/cpython/commit/847d1c2cb4014f122df64e0db0b3b554c01779c6 commit: 847d1c2cb4014f122df64e0db0b3b554c01779c6 branch: main author: Pieter Eendebak committer: kumaraditya303 date: 2025-06-30T11:31:59Z summary: gh-123471: Make itertools.product and itertools.combinations threa

[Python-checkins] gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614)

2025-06-30 Thread kumaraditya303
https://github.com/python/cpython/commit/b1056c2a446b43452e457d5fd5f1bde66afd3883 commit: b1056c2a446b43452e457d5fd5f1bde66afd3883 branch: main author: Xuanteng Huang <[email protected]> committer: kumaraditya303 date: 2025-06-30T11:14:31Z summary: gh-135607: remove null

[Python-checkins] gh-123471: Make itertools.chain thread-safe (#135689)

2025-06-30 Thread kumaraditya303
https://github.com/python/cpython/commit/0533c1faf27d1e50b062bb623dfad93288757f57 commit: 0533c1faf27d1e50b062bb623dfad93288757f57 branch: main author: Pieter Eendebak committer: kumaraditya303 date: 2025-06-30T16:36:58+05:30 summary: gh-123471: Make itertools.chain thread-safe (#135689) files:

[Python-checkins] [3.13] gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#135908) (#136026)

2025-06-30 Thread vstinner
https://github.com/python/cpython/commit/b5fafc3ab9e970be07fb3a69a9025aea7b26d0d6 commit: b5fafc3ab9e970be07fb3a69a9025aea7b26d0d6 branch: 3.13 author: Victor Stinner committer: vstinner date: 2025-06-30T11:40:06+02:00 summary: [3.13] gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#13

[Python-checkins] [3.13] gh-132813: Fix the csv documentation for quoting and escaping (GH-133209) (#136114)

2025-06-30 Thread hugovk
https://github.com/python/cpython/commit/008c8cafed3498b0e91766c5d94595f717f92425 commit: 008c8cafed3498b0e91766c5d94595f717f92425 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-06-3

[Python-checkins] [3.14] gh-132813: Fix the csv documentation for quoting and escaping (GH-133209) (#136113)

2025-06-30 Thread hugovk
https://github.com/python/cpython/commit/130d40aa7b414f865c402c68bfdb3878738d811d commit: 130d40aa7b414f865c402c68bfdb3878738d811d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-06-3

[Python-checkins] [3.14] gh-136087: Remove `\r` from documented `os.linesep` values (GH-136088) (#136111)

2025-06-30 Thread sobolevn
https://github.com/python/cpython/commit/2e6d3f0a1b751afdbdb66c93ed210642f9bb1095 commit: 2e6d3f0a1b751afdbdb66c93ed210642f9bb1095 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-06-30T10:44:29+03:00 summary: [3.14] gh-13

[Python-checkins] [3.13] gh-136087: Remove `\r` from documented `os.linesep` values (GH-136088) (#136112)

2025-06-30 Thread sobolevn
https://github.com/python/cpython/commit/be9a38366b4464f0da26418924db3392c7267e74 commit: be9a38366b4464f0da26418924db3392c7267e74 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-06-30T10:44:38+03:00 summary: [3.13] gh-13

[Python-checkins] gh-132813: Fix the csv documentation for quoting and escaping (#133209)

2025-06-30 Thread hugovk
https://github.com/python/cpython/commit/536a5ff15357a7d616c8226a642443e699f30244 commit: 536a5ff15357a7d616c8226a642443e699f30244 branch: main author: Serhiy Storchaka committer: hugovk <[email protected]> date: 2025-06-30T10:42:00+03:00 summary: gh-132813: Fix the csv docu

[Python-checkins] gh-136087: Remove `\r` from documented `os.linesep` values (#136088)

2025-06-30 Thread sobolevn
https://github.com/python/cpython/commit/980a56843bf631ea80c1486a367d41031dec6a7e commit: 980a56843bf631ea80c1486a367d41031dec6a7e branch: main author: sobolevn committer: sobolevn date: 2025-06-30T10:12:05+03:00 summary: gh-136087: Remove `\r` from documented `os.linesep` values (#136088) file