[Python-checkins] [3.13] DOCS: fix error in exec namespace note (gh-119380)

2024-05-21 Thread ncoghlan
https://github.com/python/cpython/commit/b5b0e3210d880d7306076cd38b01f90c17885c28 commit: b5b0e3210d880d7306076cd38b01f90c17885c28 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-05-22T06:58:36Z summary: [3.13] DOCS: fix

[Python-checkins] DOCS: fix error in exec namespace note (gh-119378)

2024-05-21 Thread ncoghlan
https://github.com/python/cpython/commit/31d61a75c9ae8c1b1bc6447f517122be8adce2ef commit: 31d61a75c9ae8c1b1bc6447f517122be8adce2ef branch: main author: Alyssa Coghlan committer: ncoghlan date: 2024-05-22T06:38:06Z summary: DOCS: fix error in exec namespace note (gh-119378) When updating the new

[Python-checkins] gh-118911: Trailing whitespace in a block shouldn't prevent the user from terminating the code block (#119355)

2024-05-21 Thread ambv
https://github.com/python/cpython/commit/5091c4400c9ea2a2d1e4d89a28c9d0de2651fa6d commit: 5091c4400c9ea2a2d1e4d89a28c9d0de2651fa6d branch: main author: Aya Elsayed committer: ambv date: 2024-05-22T07:56:35+02:00 summary: gh-118911: Trailing whitespace in a block shouldn't prevent the user from

[Python-checkins] gh-111201: Speed up paste mode in the REPL (#119341)

2024-05-21 Thread ambv
https://github.com/python/cpython/commit/e6572e8f98d33994d2d0dd3afa92a2a72ee642a9 commit: e6572e8f98d33994d2d0dd3afa92a2a72ee642a9 branch: main author: Pablo Galindo Salgado committer: ambv date: 2024-05-22T07:28:32+02:00 summary: gh-111201: Speed up paste mode in the REPL (#119341) Co-authored

[Python-checkins] gh-111201: auto-indentation in _pyrepl (#119348)

2024-05-21 Thread ambv
https://github.com/python/cpython/commit/cd516cd1f5e94dba887353f421513fd172efadf3 commit: cd516cd1f5e94dba887353f421513fd172efadf3 branch: main author: Arnon Yaari committer: ambv date: 2024-05-22T06:21:14+02:00 summary: gh-111201: auto-indentation in _pyrepl (#119348) Co-authored-by: Łukasz La

[Python-checkins] gh-119180: PEP 649: Add __annotate__ attributes (#119209)

2024-05-21 Thread ambv
https://github.com/python/cpython/commit/e9875ecb5dd3a9c44a184c71cc562ce1fea6e03b commit: e9875ecb5dd3a9c44a184c71cc562ce1fea6e03b branch: main author: Jelle Zijlstra committer: ambv date: 2024-05-22T04:38:12+02:00 summary: gh-119180: PEP 649: Add __annotate__ attributes (#119209) files: A Misc

[Python-checkins] gh-119357: Increase test coverage for keymap in _pyrepl (#119358)

2024-05-21 Thread ambv
https://github.com/python/cpython/commit/73ab83b27f105a4509046ce26e35f20d66625195 commit: 73ab83b27f105a4509046ce26e35f20d66625195 branch: main author: Eugene Triguba committer: ambv date: 2024-05-22T04:36:01+02:00 summary: gh-119357: Increase test coverage for keymap in _pyrepl (#119358) Co-au

[Python-checkins] gh-111201: Add append to screen method to avoid recalculation (#119274)

2024-05-21 Thread ambv
https://github.com/python/cpython/commit/c886bece3b3a49f8a0f188aecfc1d6ff89d281e6 commit: c886bece3b3a49f8a0f188aecfc1d6ff89d281e6 branch: main author: Lysandros Nikolaou committer: ambv date: 2024-05-22T04:35:44+02:00 summary: gh-111201: Add append to screen method to avoid recalculation (#1192

[Python-checkins] gh-60191: Implement ast.compare (#19211)

2024-05-21 Thread jeremyhylton
https://github.com/python/cpython/commit/d065edfb66470bbf06367b3570661d0346aa6707 commit: d065edfb66470bbf06367b3570661d0346aa6707 branch: main author: Batuhan Taskaya committer: jeremyhylton <[email protected]> date: 2024-05-22T01:39:26Z summary: gh-60191: Implement

[Python-checkins] [3.13] gh-110383: Align dict.get(), .fromkeys(), and .setdefault() docs with docstrings (GH-119330) (#119370)

2024-05-21 Thread erlend-aasland
https://github.com/python/cpython/commit/455b3862347fbada343af0c6e158511b669998c6 commit: 455b3862347fbada343af0c6e158511b669998c6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-05-22T01:31:56Z summary: [3.13] gh-1

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

2024-05-21 Thread lysnikolaou
https://github.com/python/cpython/commit/e9922178100e17f0264dd943ac838b2f7e8cfdab commit: e9922178100e17f0264dd943ac838b2f7e8cfdab branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: lysnikolaou date: 2024-05-22T01:28:24Z summary: [3.13] gh-1188

[Python-checkins] [3.12] gh-110383: Align dict.get(), .fromkeys(), and .setdefault() docs with docstrings (GH-119330) (#119371)

2024-05-21 Thread erlend-aasland
https://github.com/python/cpython/commit/9801fbad67b709bce92a2f78bf7411e66b9a7ea6 commit: 9801fbad67b709bce92a2f78bf7411e66b9a7ea6 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-05-22T01:22:05Z summary: [3.12] gh-1

[Python-checkins] gh-110383: Align dict.get(), .fromkeys(), and .setdefault() docs with docstrings (#119330)

2024-05-21 Thread erlend-aasland
https://github.com/python/cpython/commit/0e3c8cda1f04c983994e76aea93600dbb4714832 commit: 0e3c8cda1f04c983994e76aea93600dbb4714832 branch: main author: Landon Wood committer: erlend-aasland date: 2024-05-22T01:15:40Z summary: gh-110383: Align dict.get(), .fromkeys(), and .setdefault() docs with

[Python-checkins] gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)

2024-05-21 Thread JelleZijlstra
https://github.com/python/cpython/commit/98e855fcc1f1d490c803565e84cb611b3f057e45 commit: 98e855fcc1f1d490c803565e84cb611b3f057e45 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-05-22T00:46:39Z summary: gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321) The PEP 649 im

[Python-checkins] gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases (GH-118755)

2024-05-21 Thread zooba
https://github.com/python/cpython/commit/f15fbe9991b9cb93d0b4c08e9931ac0770c4e40a commit: f15fbe9991b9cb93d0b4c08e9931ac0770c4e40a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-05-22T00:29:34Z summary: gh-118507 : Refactor

[Python-checkins] [3.13] gh-119102: Fix REPL for dumb terminal (GH-119332) (#119359)

2024-05-21 Thread lysnikolaou
https://github.com/python/cpython/commit/f371565169438c3b93763f298d5171985607ab5d commit: f371565169438c3b93763f298d5171985607ab5d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: lysnikolaou date: 2024-05-22T00:14:44Z summary: [3.13] gh-1191

[Python-checkins] gh-119205: Fix autocompletion bug in new repl (#119229)

2024-05-21 Thread ambv
https://github.com/python/cpython/commit/506b1a3ff66a41c72d205c8e4cba574e439d8e76 commit: 506b1a3ff66a41c72d205c8e4cba574e439d8e76 branch: main author: Koudai Aono committer: ambv date: 2024-05-21T23:22:21Z summary: gh-119205: Fix autocompletion bug in new repl (#119229) Co-authored-by: Łukasz

[Python-checkins] gh-118893: Evaluate all statements in the new REPL separately (#119318)

2024-05-21 Thread ambv
https://github.com/python/cpython/commit/a3e4fec8734a304d654e4ae24a4aa2f41a7b0640 commit: a3e4fec8734a304d654e4ae24a4aa2f41a7b0640 branch: main author: Pablo Galindo Salgado committer: ambv date: 2024-05-21T23:16:56Z summary: gh-118893: Evaluate all statements in the new REPL separately (#119318

[Python-checkins] [3.13] Docs: Add central references to free-threading-related options (GH-119017) (#119367)

2024-05-21 Thread colesbury
https://github.com/python/cpython/commit/05820164cecdd377474ebcf3a69eaefac27fc329 commit: 05820164cecdd377474ebcf3a69eaefac27fc329 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-05-21T23:16:59Z summary: [3.13] Docs: Add

[Python-checkins] [3.12] gh-119189: Add yet more tests for mixed Fraction arithmetic (GH-119298) (GH-119347)

2024-05-21 Thread serhiy-storchaka
https://github.com/python/cpython/commit/47b09d2e4c3acac96d2a028445a49a476de57d6b commit: 47b09d2e4c3acac96d2a028445a49a476de57d6b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-05-21T22:49:16Z summary: [3.12] gh

[Python-checkins] [3.12] Fix typos in documentation (GH-119295) (#119338)

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

[Python-checkins] [3.13] Fix typos in documentation (GH-119295) (#119337)

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

[Python-checkins] Docs: Add central references to free-threading-related options (#119017)

2024-05-21 Thread colesbury
https://github.com/python/cpython/commit/9fa206aaeccc979a4bd03852ba38c045294a3d6f commit: 9fa206aaeccc979a4bd03852ba38c045294a3d6f branch: main author: Brett Simmers committer: colesbury date: 2024-05-21T17:49:23-04:00 summary: Docs: Add central references to free-threading-related options (#119

[Python-checkins] [3.13] gh-119035: Add Ctrl+← and Ctrl+→ word-skipping keybindings to new repl (GH-119248) (#119323)

2024-05-21 Thread lysnikolaou
https://github.com/python/cpython/commit/8860f83e4b451181e46b0400a4c5019387776b1d commit: 8860f83e4b451181e46b0400a4c5019387776b1d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: lysnikolaou date: 2024-05-21T17:16:06-04:00 summary: [3.13] gh

[Python-checkins] gh-118692: Avoid creating unnecessary StopIteration instances for monitoring (#119216)

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

[Python-checkins] gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases (GH-118755)

2024-05-21 Thread zooba
https://github.com/python/cpython/commit/b64182550f73e556344bd754d32e3be5d22a74e1 commit: b64182550f73e556344bd754d32e3be5d22a74e1 branch: main author: Nice Zombies committer: zooba date: 2024-05-21T21:36:36+01:00 summary: gh-118507 : Refactor `nt._path_is*` to improve applicability for other ca

[Python-checkins] gh-119102: Fix REPL for dumb terminal (#119332)

2024-05-21 Thread vstinner
https://github.com/python/cpython/commit/de8f530841b55885b919677a6938ab33d4a92f20 commit: de8f530841b55885b919677a6938ab33d4a92f20 branch: main author: Victor Stinner committer: vstinner date: 2024-05-21T20:33:52Z summary: gh-119102: Fix REPL for dumb terminal (#119332) The site module gets the

[Python-checkins] gh-111201: Remove readline dependency from the PyREPL (#119262)

2024-05-21 Thread ambv
https://github.com/python/cpython/commit/561ff1fa710493dee8c6482f990bd17535b27040 commit: 561ff1fa710493dee8c6482f990bd17535b27040 branch: main author: Lysandros Nikolaou committer: ambv date: 2024-05-21T22:30:45+02:00 summary: gh-111201: Remove readline dependency from the PyREPL (#119262) fil

[Python-checkins] gh-90562: Mention slots pitfall in dataclass docs (#107391)

2024-05-21 Thread hugovk
https://github.com/python/cpython/commit/e3ed574f6acddf76e96a9b0fcbad35f15508cba1 commit: e3ed574f6acddf76e96a9b0fcbad35f15508cba1 branch: main author: Josh Cannon committer: hugovk <[email protected]> date: 2024-05-21T19:37:32Z summary: gh-90562: Mention slots pitfall in da

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

2024-05-21 Thread serhiy-storchaka
https://github.com/python/cpython/commit/10b1bd926a5546e0f5cbd1a47d00dc5ff84f1979 commit: 10b1bd926a5546e0f5cbd1a47d00dc5ff84f1979 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-05-21T22:28:05+03:00 summary: gh-119189: Add yet more tests for mixed Fraction arithmeti

[Python-checkins] [3.12] gh-110383: Document `socket.makefile()` accepts combined modes (GH-119150) (#119325)

2024-05-21 Thread erlend-aasland
https://github.com/python/cpython/commit/a1c20529e2c63a549ce9197ec82f5d8fb597501e commit: a1c20529e2c63a549ce9197ec82f5d8fb597501e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-05-21T18:52:56Z summary: [3.12] gh-1

[Python-checkins] [3.13] gh-110383: Document `socket.makefile()` accepts combined modes (GH-119150) (#119324)

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

[Python-checkins] Fix typos in documentation (#119295)

2024-05-21 Thread hugovk
https://github.com/python/cpython/commit/b7f45a9332e8a2b78c2ccee79e5f251864363be5 commit: b7f45a9332e8a2b78c2ccee79e5f251864363be5 branch: main author: Xie Yanbo committer: hugovk <[email protected]> date: 2024-05-21T18:35:05Z summary: Fix typos in documentation (#119295) f

[Python-checkins] [3.13] GH-110383: Improve Tutorial for Input Ouput (GH-119230) (GH-119326)

2024-05-21 Thread encukou
https://github.com/python/cpython/commit/11ca1d9d53f28bfe4625aff2482bc90b707b1a49 commit: 11ca1d9d53f28bfe4625aff2482bc90b707b1a49 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-05-21T19:54:26+02:00 summary: [3.13] GH-110

[Python-checkins] [3.12] GH-110383: Improve Tutorial for Input Ouput (GH-119230) (GH-119327)

2024-05-21 Thread encukou
https://github.com/python/cpython/commit/4dfba854ec9217e1a162c60187b00aa2f0564569 commit: 4dfba854ec9217e1a162c60187b00aa2f0564569 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-05-21T19:54:20+02:00 summary: [3.12] GH-110

[Python-checkins] gh-111389: Add PyHASH_MULTIPLIER constant (#119214)

2024-05-21 Thread vstinner
https://github.com/python/cpython/commit/f6da790122fdae1a28f444edfbb55202d6829cd1 commit: f6da790122fdae1a28f444edfbb55202d6829cd1 branch: main author: Victor Stinner committer: vstinner date: 2024-05-21T19:51:51+02:00 summary: gh-111389: Add PyHASH_MULTIPLIER constant (#119214) files: A Misc/N

[Python-checkins] gh-117657: Fix itertools.count thread safety (#119268)

2024-05-21 Thread DinoV
https://github.com/python/cpython/commit/87939bd5790accea77c5a81093f16f28d3f0b429 commit: 87939bd5790accea77c5a81093f16f28d3f0b429 branch: main author: Arnon Yaari committer: DinoV date: 2024-05-21T10:16:34-07:00 summary: gh-117657: Fix itertools.count thread safety (#119268) Fix itertools.coun

[Python-checkins] gh-109176: replace _PyFrame_OpAlreadyRan by an assertion that the frame is complete. (#119234)

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

[Python-checkins] gh-119306: Break up _pyrepl tests (#119307)

2024-05-21 Thread ambv
https://github.com/python/cpython/commit/f49df4f486e531ff2666eb22854117c564b3de3d commit: f49df4f486e531ff2666eb22854117c564b3de3d branch: main author: Eugene Triguba committer: ambv date: 2024-05-21T18:44:09+02:00 summary: gh-119306: Break up _pyrepl tests (#119307) files: A Lib/test/test_pyre

[Python-checkins] gh-113978: Ignore warnings on text completion inside REPL (#113979)

2024-05-21 Thread ambv
https://github.com/python/cpython/commit/e03dde5a24d3953e0b16f7cdefdc8b00aa9d9e11 commit: e03dde5a24d3953e0b16f7cdefdc8b00aa9d9e11 branch: main author: Yan Yanchii committer: ambv date: 2024-05-21T18:28:21+02:00 summary: gh-113978: Ignore warnings on text completion inside REPL (#113979) files:

[Python-checkins] GH-110383: Improve Tutorial for Input Ouput (#119230)

2024-05-21 Thread encukou
https://github.com/python/cpython/commit/9db2fd7edaa9d03e8c649c3bb0e8d963233cde22 commit: 9db2fd7edaa9d03e8c649c3bb0e8d963233cde22 branch: main author: Blaise Pabon committer: encukou date: 2024-05-21T16:25:37Z summary: GH-110383: Improve Tutorial for Input Ouput (#119230) Co-authored-by: edso

[Python-checkins] gh-110383: Document `socket.makefile()` accepts combined modes (#119150)

2024-05-21 Thread erlend-aasland
https://github.com/python/cpython/commit/62a29be5bb01c2d0f72d8f9b1b5539816e65310c commit: 62a29be5bb01c2d0f72d8f9b1b5539816e65310c branch: main author: Daniel Williams committer: erlend-aasland date: 2024-05-21T16:23:50Z summary: gh-110383: Document `socket.makefile()` accepts combined modes (#1

[Python-checkins] [3.13] GH-119292: Add job to JIT CI to build and test with --disable-gil (GH-119314)

2024-05-21 Thread brandtbucher
https://github.com/python/cpython/commit/d93c4f9b1cbf2680b788d03b55b76bf9ebe099e3 commit: d93c4f9b1cbf2680b788d03b55b76bf9ebe099e3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: brandtbucher date: 2024-05-21T16:17:49Z summary: [3.13] GH-119

[Python-checkins] gh-119035: Add Ctrl+← and Ctrl+→ word-skipping keybindings to new repl (#119248)

2024-05-21 Thread ambv
https://github.com/python/cpython/commit/0398d9339217aa0710c0de45a7e9b587136e7129 commit: 0398d9339217aa0710c0de45a7e9b587136e7129 branch: main author: Alastair Stanley committer: ambv date: 2024-05-21T18:17:41+02:00 summary: gh-119035: Add Ctrl+← and Ctrl+→ word-skipping keybindings to new repl

[Python-checkins] GH-119292: Add job to JIT CI to build and test with --disable-gil (GH-119293)

2024-05-21 Thread brandtbucher
https://github.com/python/cpython/commit/c4722cd0573c83aaa52b63a27022b9048a949f54 commit: c4722cd0573c83aaa52b63a27022b9048a949f54 branch: main author: Savannah Ostrowski committer: brandtbucher date: 2024-05-21T11:00:52-04:00 summary: GH-119292: Add job to JIT CI to build and test with --disabl

[Python-checkins] [3.13] gh-119053: Implement the fast path for list.__getitem__ (gh-119112) (gh-119309)

2024-05-21 Thread corona10
https://github.com/python/cpython/commit/dcb8030c535343973c963814ad7b1ffe60751453 commit: dcb8030c535343973c963814ad7b1ffe60751453 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: corona10 date: 2024-05-21T14:42:22Z summary: [3.13] gh-119053:

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

2024-05-21 Thread hugovk
https://github.com/python/cpython/commit/1929b7e2bfdb5d2d789ffe19c9bf6b9fc41f3fbc commit: 1929b7e2bfdb5d2d789ffe19c9bf6b9fc41f3fbc branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-05-21T08:40:08-0

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

2024-05-21 Thread hugovk
https://github.com/python/cpython/commit/22bef9623737a785c145971fa8737db19484727f commit: 22bef9623737a785c145971fa8737db19484727f branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-05-21T08:40:16-0

[Python-checkins] gh-119053: Implement the fast path for list.__getitem__ (gh-119112)

2024-05-21 Thread corona10
https://github.com/python/cpython/commit/ab4263a82abe8b684d8ad1edf7c7c6ec286ff756 commit: ab4263a82abe8b684d8ad1edf7c7c6ec286ff756 branch: main author: Donghee Na committer: corona10 date: 2024-05-21T09:49:18-04:00 summary: gh-119053: Implement the fast path for list.__getitem__ (gh-119112) fil

[Python-checkins] [3.13] gh-119102: Fix REPL for dumb terminal (GH-119269) (#119308)

2024-05-21 Thread vstinner
https://github.com/python/cpython/commit/f028451d95d5a8bda0ca1726b05c87a2caace025 commit: f028451d95d5a8bda0ca1726b05c87a2caace025 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-05-21T13:46:11Z summary: [3.13] gh-119102:

[Python-checkins] gh-119102: Fix REPL for dumb terminal (#119269)

2024-05-21 Thread vstinner
https://github.com/python/cpython/commit/73f4a58d36b65ec650e8f00b2affc4a4d3195f0c commit: 73f4a58d36b65ec650e8f00b2affc4a4d3195f0c branch: main author: Victor Stinner committer: vstinner date: 2024-05-21T13:53:20+01:00 summary: gh-119102: Fix REPL for dumb terminal (#119269) Use CAN_USE_PYREPL

[Python-checkins] [3.13] Use `fail-fast: false` in `mypy.yml` (GH-119297) (#119304)

2024-05-21 Thread AlexWaygood
https://github.com/python/cpython/commit/49ad4d077ff0297ca7e04ac20102d4068351cae7 commit: 49ad4d077ff0297ca7e04ac20102d4068351cae7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-05-21T12:47:00Z summary: [3.13] Use `fa

[Python-checkins] Use `fail-fast: false` in `mypy.yml` (#119297)

2024-05-21 Thread AlexWaygood
https://github.com/python/cpython/commit/b36533290608aed757f6eb16869a679650d32e17 commit: b36533290608aed757f6eb16869a679650d32e17 branch: main author: Nikita Sobolev committer: AlexWaygood date: 2024-05-21T07:52:43-04:00 summary: Use `fail-fast: false` in `mypy.yml` (#119297) See docs about th

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

2024-05-21 Thread ncoghlan
https://github.com/python/cpython/commit/db64dae74517d094da5516b9c96d3e81e7108ebf commit: db64dae74517d094da5516b9c96d3e81e7108ebf branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-05-21T21:35:26+10:00 summary: [3.13] gh-74