[Python-checkins] gh-113937 Fix failures in type cache tests due to re-running (GH-113953)

2024-01-11 Thread Fidget-Spinner
https://github.com/python/cpython/commit/e58334e4c9ccbebce6858da1985c1f75a6063d05 commit: e58334e4c9ccbebce6858da1985c1f75a6063d05 branch: main author: Peter Lazorchak committer: Fidget-Spinner date: 2024-01-12T13:18:19+08:00 summary: gh-113937 Fix failures in type cache tests due to re-running

[Python-checkins] [3.12] gh-113903: Fix an IDLE configdialog test (GH-113973) (#113974)

2024-01-11 Thread terryjreedy
https://github.com/python/cpython/commit/d63e4c49d3d1080ff53338fea3b37220161d1891 commit: d63e4c49d3d1080ff53338fea3b37220161d1891 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-01-12T03:39:45Z summary: [3.12] gh-1139

[Python-checkins] [3.11] gh-113903: Fix an IDLE configdialog test (GH-113973) (#113975)

2024-01-11 Thread terryjreedy
https://github.com/python/cpython/commit/96eff8c1502298194802029f8d129ba0db1eec63 commit: 96eff8c1502298194802029f8d129ba0db1eec63 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-01-12T03:23:52Z summary: [3.11] gh-1139

[Python-checkins] gh-113903: Fix an IDLE configdialog test (#113973)

2024-01-11 Thread terryjreedy
https://github.com/python/cpython/commit/c4992f4106aa509375f5beca8dc044a7f6c36a72 commit: c4992f4106aa509375f5beca8dc044a7f6c36a72 branch: main author: Terry Jan Reedy committer: terryjreedy date: 2024-01-11T22:10:00-05:00 summary: gh-113903: Fix an IDLE configdialog test (#113973) test_configd

[Python-checkins] [3.12] Improve kde graph with better caption and number formatting (gh-113967) (gh-113968)

2024-01-11 Thread rhettinger
https://github.com/python/cpython/commit/d50d074cd981b2ca6d3266865957de092e913a88 commit: d50d074cd981b2ca6d3266865957de092e913a88 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2024-01-11T18:49:10-06:00 summary: [3.12] Imp

[Python-checkins] gh-111968: Explicit handling for finalized freelist (gh-113929)

2024-01-11 Thread corona10
https://github.com/python/cpython/commit/efa738e862da26f870ca659b01ff732649f400a7 commit: efa738e862da26f870ca659b01ff732649f400a7 branch: main author: Donghee Na committer: corona10 date: 2024-01-12T00:31:28Z summary: gh-111968: Explicit handling for finalized freelist (gh-113929) files: M Obj

[Python-checkins] Improve kde graph with better caption and number formatting (gh-113967)

2024-01-11 Thread rhettinger
https://github.com/python/cpython/commit/53d2e1f26c3fca88a9217f1935cb288f4ba78464 commit: 53d2e1f26c3fca88a9217f1935cb288f4ba78464 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-01-11T18:25:18-06:00 summary: Improve kde graph with better caption and number formatting (gh

[Python-checkins] [3.11] GH-107678: Improve Unicode handling clarity in ``library/re.rst`` (GH-107679) (#113966)

2024-01-11 Thread AA-Turner
https://github.com/python/cpython/commit/535b1dedb3fd374fc22ade339f860ca66a7292b7 commit: 535b1dedb3fd374fc22ade339f860ca66a7292b7 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.12] GH-107678: Improve Unicode handling clarity in ``library/re.rst`` (GH-107679) (#113965)

2024-01-11 Thread AA-Turner
https://github.com/python/cpython/commit/bd9ea91e5f7ace12fe26584f4b130141c62d5ba3 commit: bd9ea91e5f7ace12fe26584f4b130141c62d5ba3 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] GH-107678: Improve Unicode handling clarity in ``library/re.rst`` (#107679)

2024-01-11 Thread AA-Turner
https://github.com/python/cpython/commit/c9b8a22f3404d59e2c4950715f8c29413a349b8e commit: c9b8a22f3404d59e2c4950715f8c29413a349b8e branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-01-11T23:56:1

[Python-checkins] [3.11] GH-92584: Move installation schemes overview to sysconfig docs (GH-108018) (#110214)

2024-01-11 Thread AA-Turner
https://github.com/python/cpython/commit/71288ed8b0765a67b4cd15f96319f06c10784535 commit: 71288ed8b0765a67b4cd15f96319f06c10784535 branch: 3.11 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-01-11T23:48:1

[Python-checkins] gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)

2024-01-11 Thread zooba
https://github.com/python/cpython/commit/b902671d36da219efee16c8b183882dc93132898 commit: b902671d36da219efee16c8b183882dc93132898 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-01-11T23:13:02Z summary: gh-81489: Use Unicod

[Python-checkins] gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)

2024-01-11 Thread zooba
https://github.com/python/cpython/commit/186c0216882b5ebde4c00b6c9a3da14fa9375f51 commit: 186c0216882b5ebde4c00b6c9a3da14fa9375f51 branch: 3.11 author: Steve Dower committer: zooba date: 2024-01-11T23:04:36Z summary: gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133) Co-authored-

[Python-checkins] gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)

2024-01-11 Thread zooba
https://github.com/python/cpython/commit/b4d4aa9e8d61476267951c72321fadffc2d82227 commit: b4d4aa9e8d61476267951c72321fadffc2d82227 branch: main author: Zackery Spytz committer: zooba date: 2024-01-11T22:39:47Z summary: gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133) Co-authore

[Python-checkins] gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)

2024-01-11 Thread zooba
https://github.com/python/cpython/commit/d15e1ac828716623253ef1a0db404bc42434e3f5 commit: d15e1ac828716623253ef1a0db404bc42434e3f5 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-01-11T22:27:12Z summary: gh-87868: Sort and r

[Python-checkins] Update KDE recipe to match the standard use of the h parameter (gh-#113958)

2024-01-11 Thread rhettinger
https://github.com/python/cpython/commit/2f126a70f36e36dd90db53ebdcdff9b990cf3452 commit: 2f126a70f36e36dd90db53ebdcdff9b990cf3452 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-01-11T16:21:21-06:00 summary: Update KDE recipe to match the standard use of the h parameter

[Python-checkins] gh-111968: Use per-thread freelists for tuple in free-threading (gh-113921)

2024-01-11 Thread corona10
https://github.com/python/cpython/commit/2e7577b622616ef5ff2d1460fb5bebf845f0edf3 commit: 2e7577b622616ef5ff2d1460fb5bebf845f0edf3 branch: main author: Donghee Na committer: corona10 date: 2024-01-12T03:46:28+09:00 summary: gh-111968: Use per-thread freelists for tuple in free-threading (gh-1139

[Python-checkins] gh-113845: Fix a compiler warning in Python/suggestions.c (GH-113949)

2024-01-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8717f7b495c8c33fd37017f4e7684609c304c556 commit: 8717f7b495c8c33fd37017f4e7684609c304c556 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-11T20:31:24+02:00 summary: gh-113845: Fix a compiler warning in Python/suggestions.c

[Python-checkins] GH-113853: Guarantee forward progress in executors (GH-113854)

2024-01-11 Thread markshannon
https://github.com/python/cpython/commit/55824d01f866d1fa0f21996d897fba0e07d09ac8 commit: 55824d01f866d1fa0f21996d897fba0e07d09ac8 branch: main author: Mark Shannon committer: markshannon date: 2024-01-11T18:20:42Z summary: GH-113853: Guarantee forward progress in executors (GH-113854) files: A

[Python-checkins] gh-107901: jump leaving an exception handler doesn't need an eval break check (#113943)

2024-01-11 Thread iritkatriel
https://github.com/python/cpython/commit/0d8fec79ca30e67870752c6ad4e299f591271e69 commit: 0d8fec79ca30e67870752c6ad4e299f591271e69 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-01-11T

[Python-checkins] gh-91960: Remove Cirrus CI configuration (#113938)

2024-01-11 Thread vstinner
https://github.com/python/cpython/commit/7ed76fc368c340307290cde9f183dc0ba6dd920c commit: 7ed76fc368c340307290cde9f183dc0ba6dd920c branch: main author: Victor Stinner committer: vstinner date: 2024-01-11T14:33:24+01:00 summary: gh-91960: Remove Cirrus CI configuration (#113938) Remove .cirrus.y

[Python-checkins] gh-113932: assert ``SyntaxWarning`` in test_compile.TestSpecifics.test_… (#113933)

2024-01-11 Thread iritkatriel
https://github.com/python/cpython/commit/9f088336b268dfe9011a7cb550f4e488ccd7e8f5 commit: 9f088336b268dfe9011a7cb550f4e488ccd7e8f5 branch: main author: Kirill Podoprigora committer: iritkatriel <[email protected]> date: 2024-01-11T11:25:07Z summary: gh-113932: assert ``

[Python-checkins] [3.12] gh-112419: Document removal of sys.meta_path's 'find_module' fallback (GH-112421) (#113934)

2024-01-11 Thread erlend-aasland
https://github.com/python/cpython/commit/5c238225f60c33cf1931b1a8c9a3310192c716ae commit: 5c238225f60c33cf1931b1a8c9a3310192c716ae branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-01-11T09:49:21Z summary: [3.12] gh-1

[Python-checkins] gh-112419: Document removal of sys.meta_path's 'find_module' fallback (#112421)

2024-01-11 Thread erlend-aasland
https://github.com/python/cpython/commit/ec23e90082ffdedc7f0bdd2dfadfc4983ddc0712 commit: ec23e90082ffdedc7f0bdd2dfadfc4983ddc0712 branch: main author: AN Long committer: erlend-aasland date: 2024-01-11T09:43:35Z summary: gh-112419: Document removal of sys.meta_path's 'find_module' fallback (#11

[Python-checkins] [3.11] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (GH-113913)

2024-01-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a956e510f6336d5ae111ba429a61c3ade30a7549 commit: a956e510f6336d5ae111ba429a61c3ade30a7549 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-11T11:24:47+02:00 summary: [3.1

[Python-checkins] [3.12] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (GH-113912)

2024-01-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/fa181fcf2156f703347b03a3b1966ce47be8ab3b commit: fa181fcf2156f703347b03a3b1966ce47be8ab3b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-11T11:24:29+02:00 summary: [3.1

[Python-checkins] gh-112640: Add `kwdefaults` parameter to `types.FunctionType.__new__` (#112641)

2024-01-11 Thread hauntsaninja
https://github.com/python/cpython/commit/2ac4cf4743a65ac54c7ac6a762bed636800598fe commit: 2ac4cf4743a65ac54c7ac6a762bed636800598fe branch: main author: Nikita Sobolev committer: hauntsaninja <[email protected]> date: 2024-01-11T00:42:30-08:00 summary: gh-112640: Add `