[Python-checkins] [3.12] gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) windows blurry (GH-119175) (#119290)

2024-05-20 Thread terryjreedy
https://github.com/python/cpython/commit/8b6175c2619c8fefa74a1ba33b8d37b6d13716e3 commit: 8b6175c2619c8fefa74a1ba33b8d37b6d13716e3 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-05-21T04:09:30Z summary: [3.12] gh-1191

[Python-checkins] [3.13] gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) windows blurry (GH-119175) (#119289)

2024-05-20 Thread terryjreedy
https://github.com/python/cpython/commit/f7303cd96742cf6ae3dedc4e3d5211140922186f commit: f7303cd96742cf6ae3dedc4e3d5211140922186f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-05-21T03:53:29Z summary: [3.13] gh-1191

[Python-checkins] gh-74929: PEP 667 general docs update (gh-119201)

2024-05-20 Thread ncoghlan
https://github.com/python/cpython/commit/e870c852c0ea96fa4e4569e9c39c7ceb80ce858d commit: e870c852c0ea96fa4e4569e9c39c7ceb80ce858d branch: main author: Alyssa Coghlan committer: ncoghlan date: 2024-05-21T03:32:15Z summary: gh-74929: PEP 667 general docs update (gh-119201) * expand on What's New

[Python-checkins] gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) windows blurry (#119175)

2024-05-20 Thread terryjreedy
https://github.com/python/cpython/commit/538ed5e4818aa0d0aa759634e8bfa23e317434a1 commit: 538ed5e4818aa0d0aa759634e8bfa23e317434a1 branch: main author: Wulian233 <[email protected]> committer: terryjreedy date: 2024-05-20T23:32:00-04:00 summary: gh-119174: Fix high DPI c

[Python-checkins] [3.13] gh-118912: Remove description of issue fixed in 3.5 from autospeccing guide (GH-119232) (#119284)

2024-05-20 Thread willingc
https://github.com/python/cpython/commit/24b0e8ddb4edc5402df3fc0e93a4e7824a94fee8 commit: 24b0e8ddb4edc5402df3fc0e93a4e7824a94fee8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: willingc date: 2024-05-20T23:50:23Z summary: [3.13] gh-118912:

[Python-checkins] [3.12] gh-118912: Remove description of issue fixed in 3.5 from autospeccing guide (GH-119232) (#119283)

2024-05-20 Thread willingc
https://github.com/python/cpython/commit/d8981abb1c14589921eec42a877d143b85d861e0 commit: d8981abb1c14589921eec42a877d143b85d861e0 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: willingc date: 2024-05-20T23:40:17Z summary: [3.12] gh-118912:

[Python-checkins] gh-102136: Add -m to options that work with -i (GH-119271)

2024-05-20 Thread willingc
https://github.com/python/cpython/commit/172690227e771c2e8ab137815073e3a172c08dec commit: 172690227e771c2e8ab137815073e3a172c08dec branch: main author: Melanie Arbor committer: willingc date: 2024-05-20T19:38:33-04:00 summary: gh-102136: Add -m to options that work with -i (GH-119271) * GH-1021

[Python-checkins] [3.12] gh-119050: Add XML support to libregrtest refleak checker (#119148) (#119272)

2024-05-20 Thread vstinner
https://github.com/python/cpython/commit/ec5743b5f2e6bc63e99b8b3a0fe964158945cbd7 commit: ec5743b5f2e6bc63e99b8b3a0fe964158945cbd7 branch: 3.12 author: Victor Stinner committer: vstinner date: 2024-05-20T22:56:34Z summary: [3.12] gh-119050: Add XML support to libregrtest refleak checker (#119148

[Python-checkins] [3.13] gh-108267 Fix another dataclasses docs typo (GH-119277) (#119279)

2024-05-20 Thread AlexWaygood
https://github.com/python/cpython/commit/d8fbe5b64aa4bc89d9804ee90e645294a7328e66 commit: d8fbe5b64aa4bc89d9804ee90e645294a7328e66 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-05-20T22:53:32Z summary: [3.13] gh-1082

[Python-checkins] [3.13] gh-119050: Add XML support to libregrtest refleak checker (GH-119148) (#119270)

2024-05-20 Thread vstinner
https://github.com/python/cpython/commit/42a8d1175240f911727411a61d812b767203c133 commit: 42a8d1175240f911727411a61d812b767203c133 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-05-20T22:50:20Z summary: [3.13] gh-119050:

[Python-checkins] [3.12] gh-108267 Fix another dataclasses docs typo (GH-119277) (#119280)

2024-05-20 Thread AlexWaygood
https://github.com/python/cpython/commit/cdccafb2d4950b43a057b862f59491c283bdc7aa commit: cdccafb2d4950b43a057b862f59491c283bdc7aa branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-05-20T18:48:54-04:00 summary: [3.12] gh

[Python-checkins] gh-108267 Fix another dataclasses docs typo (#119277)

2024-05-20 Thread AlexWaygood
https://github.com/python/cpython/commit/423bbcbbc43cacfb6a217c04f890a47d3cf7c3a9 commit: 423bbcbbc43cacfb6a217c04f890a47d3cf7c3a9 branch: main author: Alex Waygood committer: AlexWaygood date: 2024-05-20T22:34:57Z summary: gh-108267 Fix another dataclasses docs typo (#119277) files: M Doc/libr

[Python-checkins] [3.13] gh-119253: use ImportError in _ios_support (GH-119254) (#119265)

2024-05-20 Thread AlexWaygood
https://github.com/python/cpython/commit/071d996e13d5499b3a0590a4a874e4bbe7fb86bf commit: 071d996e13d5499b3a0590a4a874e4bbe7fb86bf branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-05-20T22:21:28Z summary: [3.13] gh-1192

[Python-checkins] gh-111201: Add tests for unix console class in pyrepl (#118653)

2024-05-20 Thread ambv
https://github.com/python/cpython/commit/fe921931a35b461fb81821a474b510f4d67c520b commit: fe921931a35b461fb81821a474b510f4d67c520b branch: main author: Lysandros Nikolaou committer: ambv date: 2024-05-20T23:57:32+02:00 summary: gh-111201: Add tests for unix console class in pyrepl (#118653) fil

[Python-checkins] gh-119050: Add XML support to libregrtest refleak checker (#119148)

2024-05-20 Thread vstinner
https://github.com/python/cpython/commit/9257731f5d3e9d4f99e314b23a14506563e167d7 commit: 9257731f5d3e9d4f99e314b23a14506563e167d7 branch: main author: Victor Stinner committer: vstinner date: 2024-05-20T17:05:39-04:00 summary: gh-119050: Add XML support to libregrtest refleak checker (#119148)

[Python-checkins] [3.13] gh-119189: Add more tests for mixed Fraction arithmetic (GH-119236) (GH-119255)

2024-05-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/572b0b0809ddcc92c564164ad110c45327d12e6e commit: 572b0b0809ddcc92c564164ad110c45327d12e6e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-05-20T21:00:20Z summary: [3.13] gh

[Python-checkins] [3.12] gh-119189: Add more tests for mixed Fraction arithmetic (GH-119236) (GH-119256)

2024-05-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f489911f2c366beda0f3cb93312831cd92b6 commit: f489911f2c366beda0f3cb93312831cd92b6 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-05-20T20:58:40Z summary: [3.12] gh

[Python-checkins] gh-119253: use ImportError in _ios_support (#119254)

2024-05-20 Thread AlexWaygood
https://github.com/python/cpython/commit/bf17986096491b9ca14c214ed4885340e7857e12 commit: bf17986096491b9ca14c214ed4885340e7857e12 branch: main author: Shantanu <[email protected]> committer: AlexWaygood date: 2024-05-20T16:39:30-04:00 summary: gh-119253: use ImportEr

[Python-checkins] gh-94808: Add test coverage for "starred kind" in _PyPegen_set_expr_context (GH-119222)

2024-05-20 Thread encukou
https://github.com/python/cpython/commit/8231a24454c854ea22590fd74733d29e4274122d commit: 8231a24454c854ea22590fd74733d29e4274122d branch: main author: Mark Jason Dominus (陶敏修) committer: encukou date: 2024-05-20T20:29:17Z summary: gh-94808: Add test coverage for "starred kind" in _PyPegen_set_e

[Python-checkins] [3.13] gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-118784) (GH-119251)

2024-05-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b4462aaed6dd7640e2be9f88a03b9455a9b84e2b commit: b4462aaed6dd7640e2be9f88a03b9455a9b84e2b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-05-20T20:28:42Z summary: [3.13] gh

[Python-checkins] [3.13] Use correct markup in unittest.mock.reset_mock documentation (GH-119207) (GH-119250)

2024-05-20 Thread encukou
https://github.com/python/cpython/commit/906f6cb656e18286469fc96f014117f8a61c42e9 commit: 906f6cb656e18286469fc96f014117f8a61c42e9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-05-20T22:12:38+02:00 summary: [3.13] Use co

[Python-checkins] [3.12] Use correct markup in unittest.mock.reset_mock documentation (GH-119207) (GH-119249)

2024-05-20 Thread encukou
https://github.com/python/cpython/commit/17389446c62b7ee2e5c6041a985633e07b9eb822 commit: 17389446c62b7ee2e5c6041a985633e07b9eb822 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-05-20T22:12:29+02:00 summary: [3.12] Use co

[Python-checkins] gh-118912: Remove description of issue fixed in 3.5 from autospeccing guide (#119232)

2024-05-20 Thread willingc
https://github.com/python/cpython/commit/7e57640c7ec6b7b5ce9b5eac465f6b771fd6ae69 commit: 7e57640c7ec6b7b5ce9b5eac465f6b771fd6ae69 branch: main author: Shauna committer: willingc date: 2024-05-20T20:10:53Z summary: gh-118912: Remove description of issue fixed in 3.5 from autospeccing guide (#11

[Python-checkins] [3.12] gh-92081: Fix for email.generator.Generator with whitespace between encoded words. (GH-92281) (#119246)

2024-05-20 Thread warsaw
https://github.com/python/cpython/commit/ffe9ba04778f852a14f2404b5fcf13cb3ba1bf45 commit: ffe9ba04778f852a14f2404b5fcf13cb3ba1bf45 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: warsaw date: 2024-05-20T20:10:49Z summary: [3.12] gh-92081: Fi

[Python-checkins] gh-111201: Add more tests to test_pyrepl to cover key translation (#118705)

2024-05-20 Thread ambv
https://github.com/python/cpython/commit/a443e542811cd8242d6f42e817b0f0af0dd2fd92 commit: a443e542811cd8242d6f42e817b0f0af0dd2fd92 branch: main author: Pablo Galindo Salgado committer: ambv date: 2024-05-20T22:04:52+02:00 summary: gh-111201: Add more tests to test_pyrepl to cover key translation

[Python-checkins] [3.13] gh-92081: Fix for email.generator.Generator with whitespace between encoded words. (GH-92281) (#119245)

2024-05-20 Thread warsaw
https://github.com/python/cpython/commit/054f1af8119540f5e05062fdee0beb17d42c68be commit: 054f1af8119540f5e05062fdee0beb17d42c68be branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: warsaw date: 2024-05-20T20:01:56Z summary: [3.13] gh-92081: Fi

[Python-checkins] gh-119189: Add more tests for mixed Fraction arithmetic (GH-119236)

2024-05-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/fe67af19638d208239549ccac8b4f4fb6480e801 commit: fe67af19638d208239549ccac8b4f4fb6480e801 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-05-20T22:34:48+03:00 summary: gh-119189: Add more tests for mixed Fraction arithmetic (G

[Python-checkins] [3.12] gh-112844: Update CPE references for external dependencies (GH-118521) (#119238)

2024-05-20 Thread hugovk
https://github.com/python/cpython/commit/386e49259c517205045b98459bf8fdd3ef098e17 commit: 386e49259c517205045b98459bf8fdd3ef098e17 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-05-2

[Python-checkins] [3.13] gh-112844: Update CPE references for external dependencies (GH-118521) (#119237)

2024-05-20 Thread hugovk
https://github.com/python/cpython/commit/d8c562af55a0b475693ac78b92c477b3416a5ed0 commit: d8c562af55a0b475693ac78b92c477b3416a5ed0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-05-2

[Python-checkins] Docs: Ensure no warnings are found in the NEWS file before a given line number (#119221)

2024-05-20 Thread hugovk
https://github.com/python/cpython/commit/034cf0c3167c850c8341deb61e210cb0dbcdb02d commit: 034cf0c3167c850c8341deb61e210cb0dbcdb02d branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-05-20T13:31:38-0

[Python-checkins] gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-118784)

2024-05-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e188527c343c74574d481b77c30063db1436e62b commit: e188527c343c74574d481b77c30063db1436e62b branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-05-20T22:21:04+03:00 summary: gh-118760: Restore the default value of tkinter.wantobject

[Python-checkins] Use correct markup in unittest.mock.reset_mock documentation (GH-119207)

2024-05-20 Thread encukou
https://github.com/python/cpython/commit/6b80a5b20f31a067bd1c374295608df5f1210f49 commit: 6b80a5b20f31a067bd1c374295608df5f1210f49 branch: main author: Tialo <[email protected]> committer: encukou date: 2024-05-20T21:17:44+02:00 summary: Use correct markup in unittest.mock.r

[Python-checkins] gh-92081: Fix for email.generator.Generator with whitespace between encoded words. (#92281)

2024-05-20 Thread warsaw
https://github.com/python/cpython/commit/a6fdb31b6714c9f3c65fefbb3fe388b2b139a75f commit: a6fdb31b6714c9f3c65fefbb3fe388b2b139a75f branch: main author: Toshio Kuratomi committer: warsaw date: 2024-05-20T19:10:47Z summary: gh-92081: Fix for email.generator.Generator with whitespace between encode

[Python-checkins] gh-118877: Fix AssertionError crash in pyrepl (#118936)

2024-05-20 Thread ambv
https://github.com/python/cpython/commit/c0d81b256604a1079349d82d136db43eefcb3df1 commit: c0d81b256604a1079349d82d136db43eefcb3df1 branch: main author: Daniel Hollas committer: ambv date: 2024-05-20T20:21:56+02:00 summary: gh-118877: Fix AssertionError crash in pyrepl (#118936) files: M Lib/_py

[Python-checkins] [3.13] DOCS: Suggest always calling exec with a globals argument and no locals argument (GH-119235) (#119239)

2024-05-20 Thread gpshead
https://github.com/python/cpython/commit/fda3291643827d2c89ee1d5cc9b9b65c3e83d1e8 commit: fda3291643827d2c89ee1d5cc9b9b65c3e83d1e8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-05-20T18:15:25Z summary: [3.13] DOCS: Sugge

[Python-checkins] [3.12] DOCS: Suggest always calling exec with a globals argument and no locals argument (GH-119235) (#119240)

2024-05-20 Thread gpshead
https://github.com/python/cpython/commit/a50f0651eeba115f82455a9e48178764bace35eb commit: a50f0651eeba115f82455a9e48178764bace35eb branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-05-20T18:11:36Z summary: [3.12] DOCS: Sugge

[Python-checkins] DOCS: Suggest always calling exec with a globals argument and no locals argument (GH-119235)

2024-05-20 Thread gpshead
https://github.com/python/cpython/commit/7e1a130b8ff1ed8b3a5f00fe0f06d3916b852216 commit: 7e1a130b8ff1ed8b3a5f00fe0f06d3916b852216 branch: main author: Hood Chatham committer: gpshead date: 2024-05-20T17:42:15Z summary: DOCS: Suggest always calling exec with a globals argument and no locals arg

[Python-checkins] gh-112844: Update CPE references for external dependencies (#118521)

2024-05-20 Thread hugovk
https://github.com/python/cpython/commit/1195c164daab873ebf87ba8efe44fffdf47307ef commit: 1195c164daab873ebf87ba8efe44fffdf47307ef branch: main author: Seth Michael Larson committer: hugovk <[email protected]> date: 2024-05-20T13:27:09-04:00 summary: gh-112844: Update CPE re

[Python-checkins] [3.13] GH-119146: Don't run JIT CI on unrelated changes (GH-119226)

2024-05-20 Thread brandtbucher
https://github.com/python/cpython/commit/a6b873fb54a62d2725ad38ad6d02bb63a85f605f commit: a6b873fb54a62d2725ad38ad6d02bb63a85f605f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: brandtbucher date: 2024-05-20T17:26:28Z summary: [3.13] GH-119

[Python-checkins] gh-119219: Remove two obsolete TODOs. (#119223)

2024-05-20 Thread jeremyhylton
https://github.com/python/cpython/commit/19c11f244ebef492a5b20cd85a3b2e213e85388d commit: 19c11f244ebef492a5b20cd85a3b2e213e85388d branch: main author: Jeremy Hylton <[email protected]> committer: jeremyhylton <[email protected]> date: 2024-

[Python-checkins] [3.13] gh-115119: Fall back to bundled libmpdec if system libmpdec is not found (GH-119196) (#119217)

2024-05-20 Thread erlend-aasland
https://github.com/python/cpython/commit/e370b642ea98a0444137654a3c66d3b697e91f68 commit: e370b642ea98a0444137654a3c66d3b697e91f68 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-05-20T16:10:21Z summary: [3.13] gh-1

[Python-checkins] [3.13] [docs] TypeVarTuple default is keyword-only (GH-119215) (#119224)

2024-05-20 Thread JelleZijlstra
https://github.com/python/cpython/commit/8f3fc01c4cd64e6753be3a65df08699c8ce08259 commit: 8f3fc01c4cd64e6753be3a65df08699c8ce08259 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-05-20T15:57:19Z summary: [3.13] [docs

[Python-checkins] Amend NEWS category for gh-119196 (#119218)

2024-05-20 Thread erlend-aasland
https://github.com/python/cpython/commit/6f7dd0a4260254390d75838c84ccc7285a2264f0 commit: 6f7dd0a4260254390d75838c84ccc7285a2264f0 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-05-20T15:32:05Z summary: Amend NEWS category for gh-119196 (#119218) files: A Misc/NEWS.

[Python-checkins] [docs] TypeVarTuple default is keyword-only (#119215)

2024-05-20 Thread JelleZijlstra
https://github.com/python/cpython/commit/e406b399f9f677cda3d48ed8d7c9d29a173f51f3 commit: e406b399f9f677cda3d48ed8d7c9d29a173f51f3 branch: main author: Sebastian Rittau committer: JelleZijlstra date: 2024-05-20T15:31:45Z summary: [docs] TypeVarTuple default is keyword-only (#119215) files: M Do

[Python-checkins] [3.13] gh-119185: Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tempfile_pager` (GH-118881) (#119211)

2024-05-20 Thread JelleZijlstra
https://github.com/python/cpython/commit/a52ed7e6d9c09e1e22bea50b7cf83eb2a7d165c5 commit: a52ed7e6d9c09e1e22bea50b7cf83eb2a7d165c5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-05-20T15:10:40Z summary: [3.13] gh-11

[Python-checkins] [3.13] typing docs: Fix formatting issue (GH-119210) (#119212)

2024-05-20 Thread AlexWaygood
https://github.com/python/cpython/commit/cbf064b0968119c972cfe24605bcc209836fca1c commit: cbf064b0968119c972cfe24605bcc209836fca1c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-05-20T15:08:49Z summary: [3.13] typing

[Python-checkins] gh-115119: Fall back to bundled libmpdec if system libmpdec is not found (#119196)

2024-05-20 Thread erlend-aasland
https://github.com/python/cpython/commit/642b25b9a82c368b045709f0b94e7d5a02400ed2 commit: 642b25b9a82c368b045709f0b94e7d5a02400ed2 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-05-20T10:58:08-04:00 summary: gh-115119: Fall back to bundled libmpdec if system libmpdec

[Python-checkins] typing docs: Fix formatting issue (#119210)

2024-05-20 Thread JelleZijlstra
https://github.com/python/cpython/commit/72d07dd30bc10751fe0298915c918eb08e555a7a commit: 72d07dd30bc10751fe0298915c918eb08e555a7a branch: main author: David Foster committer: JelleZijlstra date: 2024-05-20T14:32:51Z summary: typing docs: Fix formatting issue (#119210) files: M Doc/library/typi

[Python-checkins] gh-119185: Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tempfile_pager` (#118881)

2024-05-20 Thread JelleZijlstra
https://github.com/python/cpython/commit/05e1dce76d7669e90ab73e7e682360d83b8a0d02 commit: 05e1dce76d7669e90ab73e7e682360d83b8a0d02 branch: main author: Thanos <[email protected]> committer: JelleZijlstra date: 2024-05-20T10:31:43-04:00 summary: gh-119185: Fix typ

[Python-checkins] gh-103134: Update multiprocessing.managers.ListProxy and DictProxy (GH-103133)

2024-05-20 Thread encukou
https://github.com/python/cpython/commit/bbb49888a752869ae93423c42039a3a8dfab34d4 commit: bbb49888a752869ae93423c42039a3a8dfab34d4 branch: main author: Roy Hyunjin Han committer: encukou date: 2024-05-20T14:28:36Z summary: gh-103134: Update multiprocessing.managers.ListProxy and DictProxy (GH-1

[Python-checkins] gh-118928: Remove unneeded sqlite3 NEWS entry (#119208)

2024-05-20 Thread erlend-aasland
https://github.com/python/cpython/commit/1db4695644388817c727db80cbbd38714cc5125d commit: 1db4695644388817c727db80cbbd38714cc5125d branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-05-20T09:51:02-04:00 summary: gh-118928: Remove unneeded sqlite3 NEWS entry (#119208) Th

[Python-checkins] gh-118928: sqlite3: correctly bail if sequences of params are used with named placeholders (#119197)

2024-05-20 Thread erlend-aasland
https://github.com/python/cpython/commit/af359cee75e4806650f2b9b948e398d89ceb9555 commit: af359cee75e4806650f2b9b948e398d89ceb9555 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-05-20T09:44:42-04:00 summary: gh-118928: sqlite3: correctly bail if sequences of params a

[Python-checkins] Enable some stricter mypy settings on `Lib/_pyrepl` (#119077)

2024-05-20 Thread AlexWaygood
https://github.com/python/cpython/commit/0883fd22e6d4a3e360b48f30f6afa34553b3786a commit: 0883fd22e6d4a3e360b48f30f6afa34553b3786a branch: main author: Alex Waygood committer: AlexWaygood date: 2024-05-20T08:52:32-04:00 summary: Enable some stricter mypy settings on `Lib/_pyrepl` (#119077) file

[Python-checkins] [3.13] gh-119121: Fix and test `async.staggered.staggered_race` (GH-119173) (#119206)

2024-05-20 Thread sobolevn
https://github.com/python/cpython/commit/3a8ab99bf796f549ffde0f1b818b54a754796978 commit: 3a8ab99bf796f549ffde0f1b818b54a754796978 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-05-20T11:31:31Z summary: [3.13] gh-119121:

[Python-checkins] gh-119121: Fix and test `async.staggered.staggered_race` (#119173)

2024-05-20 Thread sobolevn
https://github.com/python/cpython/commit/16b46ebd2b0025aa461fdfc95fbf98a4f04b49e6 commit: 16b46ebd2b0025aa461fdfc95fbf98a4f04b49e6 branch: main author: Nikita Sobolev committer: sobolevn date: 2024-05-20T14:06:50+03:00 summary: gh-119121: Fix and test `async.staggered.staggered_race` (#119173)