[Python-checkins] [3.13] gh-120642: Move _PyCode_CODE() to the internal C API (GH-121644) (#121729)

2024-07-13 Thread vstinner
https://github.com/python/cpython/commit/48a96d23a837139fe533d085eafb7750e8144c83 commit: 48a96d23a837139fe533d085eafb7750e8144c83 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2024-07-13T21:31:30Z summary: [3.13] gh-120642:

[Python-checkins] gh-120642: Move _PyCode_CODE() to the internal C API (#121644)

2024-07-13 Thread vstinner
https://github.com/python/cpython/commit/a2bec77d25b11f50362a7117223f6d1d5029a909 commit: a2bec77d25b11f50362a7117223f6d1d5029a909 branch: main author: Victor Stinner committer: vstinner date: 2024-07-13T23:07:49+02:00 summary: gh-120642: Move _PyCode_CODE() to the internal C API (#121644) Move

[Python-checkins] [3.13] gh-73159 Added clarifications in multiprocessing docs on that objects are pickled. (GH-121686) (#121727)

2024-07-13 Thread gpshead
https://github.com/python/cpython/commit/e0643d9bd71c588ef95ada3ab95430a7f3f74739 commit: e0643d9bd71c588ef95ada3ab95430a7f3f74739 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2024-07-13T20:26:15Z summary: [3.13] gh-73159 Ad

[Python-checkins] [3.12] gh-73159 Added clarifications in multiprocessing docs on that objects are pickled. (GH-121686) (#121728)

2024-07-13 Thread gpshead
https://github.com/python/cpython/commit/b6cb209d5de4ac64ffe4e79432909967f91635cb commit: b6cb209d5de4ac64ffe4e79432909967f91635cb branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2024-07-13T20:13:52Z summary: [3.12] gh-73159 Ad

[Python-checkins] gh-73159 Added clarifications in multiprocessing docs on that objects are pickled. (GH-121686)

2024-07-13 Thread gpshead
https://github.com/python/cpython/commit/b5805892d55e769335c11a994b586355720263ba commit: b5805892d55e769335c11a994b586355720263ba branch: main author: Ulrik Södergren committer: gpshead date: 2024-07-13T13:07:40-07:00 summary: gh-73159 Added clarifications in multiprocessing docs on that object

[Python-checkins] gh-121651: Fix pdb header test (#121724)

2024-07-13 Thread gaogaotiantian
https://github.com/python/cpython/commit/c0af6d4ff1705d9857c9f2e96acc142c5b8b84e9 commit: c0af6d4ff1705d9857c9f2e96acc142c5b8b84e9 branch: main author: Tian Gao committer: gaogaotiantian date: 2024-07-13T11:55:22-07:00 summary: gh-121651: Fix pdb header test (#121724) files: M Lib/test/test_pdb

[Python-checkins] [3.13] gh-121652: Handle `allocate_weakref` returning NULL (GH-121653) (#121721)

2024-07-13 Thread colesbury
https://github.com/python/cpython/commit/f78e1aa1f0ed2226dcaa4631f66f1419dbb2e63b commit: f78e1aa1f0ed2226dcaa4631f66f1419dbb2e63b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-13T16:31:50Z summary: [3.13] gh-121652

[Python-checkins] [3.13] gh-121711: Set `-m asyncio` return_code to 1 for ENOTTY (GH-121714) (GH-121718)

2024-07-13 Thread ambv
https://github.com/python/cpython/commit/f0c29a2d9f1df101efed8cda643bfff732c4e36b commit: f0c29a2d9f1df101efed8cda643bfff732c4e36b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2024-07-13T18:24:52+02:00 summary: [3.13] gh-121711

[Python-checkins] gh-121652: Handle `allocate_weakref` returning NULL (#121653)

2024-07-13 Thread colesbury
https://github.com/python/cpython/commit/a640a605a8a1a3f73b98f948d0c2a7d42134f692 commit: a640a605a8a1a3f73b98f948d0c2a7d42134f692 branch: main author: Sam Gross committer: colesbury date: 2024-07-13T12:07:52-04:00 summary: gh-121652: Handle `allocate_weakref` returning NULL (#121653) The `allo

[Python-checkins] [3.13] gh-121605: Increase timeout in test_pyrepl.run_repl (GH-121606) (#121702)

2024-07-13 Thread colesbury
https://github.com/python/cpython/commit/14c5bffcc552fec1276f078dd8d20688d4e71c78 commit: 14c5bffcc552fec1276f078dd8d20688d4e71c78 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-13T12:07:12-04:00 summary: [3.13] gh-1

[Python-checkins] [3.13] gh-120452: improve documentation about private name mangling (GH-120451) (#121715)

2024-07-13 Thread JelleZijlstra
https://github.com/python/cpython/commit/4af9c05e788debe0c6194db68b359b6b8200136a commit: 4af9c05e788debe0c6194db68b359b6b8200136a branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2024-07-13T15:21:30Z summary: [3.13] gh-12

[Python-checkins] gh-121711: Set `-m asyncio` return_code to 1 for ENOTTY (#121714)

2024-07-13 Thread ambv
https://github.com/python/cpython/commit/a1834742936a3a2164c25c14ecf4ae6a95288ca3 commit: a1834742936a3a2164c25c14ecf4ae6a95288ca3 branch: main author: Milan Oberkirch committer: ambv date: 2024-07-13T17:17:24+02:00 summary: gh-121711: Set `-m asyncio` return_code to 1 for ENOTTY (#121714) Set

[Python-checkins] gh-121657: Display correct error message for yield from outside of a function (GH-121680)

2024-07-13 Thread encukou
https://github.com/python/cpython/commit/178e44de8f023be7a5dc400044ab61983b191f24 commit: 178e44de8f023be7a5dc400044ab61983b191f24 branch: main author: Gregor <36135323+gege-h...@users.noreply.github.com> committer: encukou date: 2024-07-13T17:14:39+02:00 summary: gh-121657: Display correct error

[Python-checkins] [3.12] gh-120452: improve documentation about private name mangling (GH-120451) (#121716)

2024-07-13 Thread JelleZijlstra
https://github.com/python/cpython/commit/20d145512acd9a7dcc753aa79213e9a1239380a5 commit: 20d145512acd9a7dcc753aa79213e9a1239380a5 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2024-07-13T15:11:33Z summary: [3.12] gh-12

[Python-checkins] [3.13] gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697) (GH-121707)

2024-07-13 Thread encukou
https://github.com/python/cpython/commit/b9cfb812e27cee500ac21b0807423a262ec0287f commit: b9cfb812e27cee500ac21b0807423a262ec0287f branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2024-07-13T14:45:32Z summary: [3.13] gh-120823:

[Python-checkins] gh-120452: improve documentation about private name mangling (#120451)

2024-07-13 Thread JelleZijlstra
https://github.com/python/cpython/commit/f4d6e45c1e7161878b36ef9e876ca3e44b80a97d commit: f4d6e45c1e7161878b36ef9e876ca3e44b80a97d branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: JelleZijlstra date: 2024-07-13T07:45:18-07:00 summary: gh-120452: improve do

[Python-checkins] [3.12] gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697) (GH-121706)

2024-07-13 Thread encukou
https://github.com/python/cpython/commit/920625309c7131aa9be292b470ce6b8ffb03195f commit: 920625309c7131aa9be292b470ce6b8ffb03195f branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2024-07-13T16:35:03+02:00 summary: [3.12] gh-120

[Python-checkins] [3.13] gh-121497: Make Pyrepl respect correctly the history with input hook set (GH-121498) (#121703)

2024-07-13 Thread pablogsal
https://github.com/python/cpython/commit/62572f10aa3044e3a5b0a1a3af9a3c3286a61ddf commit: 62572f10aa3044e3a5b0a1a3af9a3c3286a61ddf branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2024-07-13T14:28:49Z summary: [3.13] gh-121497

[Python-checkins] gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697)

2024-07-13 Thread encukou
https://github.com/python/cpython/commit/422855ad21f09b82c0bfa891dfb8fb48182c6d2b commit: 422855ad21f09b82c0bfa891dfb8fb48182c6d2b branch: main author: mirelagrigoras <47386964+mirelagrigo...@users.noreply.github.com> committer: encukou date: 2024-07-13T16:16:26+02:00 summary: gh-120823: Fix doc

[Python-checkins] [3.13] gh-121499: Fix multi-line history rendering in the REPL (GH-121531) (#121679)

2024-07-13 Thread pablogsal
https://github.com/python/cpython/commit/de51ee0c2351124181e61613167a1c468380ceaa commit: de51ee0c2351124181e61613167a1c468380ceaa branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2024-07-13T15:56:56+02:00 summary: [3.13] gh-1

[Python-checkins] gh-121605: Increase timeout in test_pyrepl.run_repl (#121606)

2024-07-13 Thread pablogsal
https://github.com/python/cpython/commit/abc3aeebdbae560476f2f8c0312e9a4bf0dbfd33 commit: abc3aeebdbae560476f2f8c0312e9a4bf0dbfd33 branch: main author: Sam Gross committer: pablogsal date: 2024-07-13T15:54:28+02:00 summary: gh-121605: Increase timeout in test_pyrepl.run_repl (#121606) We also n

[Python-checkins] [3.13] gh-121671: Increase test coverage of `ast.get_docstring` (GH-121674) (GH-121691)

2024-07-13 Thread encukou
https://github.com/python/cpython/commit/5e8bb98419b01301a6b12b110526bc9a348eeb0b commit: 5e8bb98419b01301a6b12b110526bc9a348eeb0b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2024-07-13T13:30:40Z summary: [3.13] gh-121671:

[Python-checkins] [3.12] gh-121671: Increase test coverage of `ast.get_docstring` (GH-121674) (GH-121690)

2024-07-13 Thread encukou
https://github.com/python/cpython/commit/e32b752808ceddea8cdcdcb52f57cd01abc42b10 commit: e32b752808ceddea8cdcdcb52f57cd01abc42b10 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2024-07-13T13:20:00Z summary: [3.12] gh-121671:

[Python-checkins] [3.12] gh-96765: Update ConfigParser.read() docs with multi-file read example (GH-121664) (GH-121688)

2024-07-13 Thread encukou
https://github.com/python/cpython/commit/e4c8d891863a5daf443ed2f1e0fec166f5326b6d commit: e4c8d891863a5daf443ed2f1e0fec166f5326b6d branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2024-07-13T15:07:30+02:00 summary: [3.12] gh-967

[Python-checkins] [3.13] gh-96765: Update ConfigParser.read() docs with multi-file read example (GH-121664) (GH-121687)

2024-07-13 Thread encukou
https://github.com/python/cpython/commit/da30c6ba0d05e5e11ced77298dccfee2879d519b commit: da30c6ba0d05e5e11ced77298dccfee2879d519b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2024-07-13T15:07:40+02:00 summary: [3.13] gh-967

[Python-checkins] gh-121671: Increase test coverage of `ast.get_docstring` (GH-121674)

2024-07-13 Thread encukou
https://github.com/python/cpython/commit/0a26aa5007cb32610366c31fbac846b5fe2f4f90 commit: 0a26aa5007cb32610366c31fbac846b5fe2f4f90 branch: main author: Tomas R committer: encukou date: 2024-07-13T14:59:15+02:00 summary: gh-121671: Increase test coverage of `ast.get_docstring` (GH-121674) Increa

[Python-checkins] [3.13] NEWS: Fix Sphinx warnings and increase threshold for new news nits (GH-121482) (#121513)

2024-07-13 Thread hugovk
https://github.com/python/cpython/commit/fcc4a537b93421d928cd7dbe1ab16a8bd280d426 commit: fcc4a537b93421d928cd7dbe1ab16a8bd280d426 branch: 3.13 author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-07-13T12:55:43Z

[Python-checkins] [3.12] NEWS: Fix Sphinx warnings and increase threshold for new news nits (GH-121482) (#121514)

2024-07-13 Thread hugovk
https://github.com/python/cpython/commit/377ff9d58419deff598b26359a8686fd005fb1df commit: 377ff9d58419deff598b26359a8686fd005fb1df branch: 3.12 author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-07-13T12:54:50Z

[Python-checkins] gh-96765: Update ConfigParser.read() docs with multi-file read example (#121664)

2024-07-13 Thread ambv
https://github.com/python/cpython/commit/fc2178117538c161471711073887f34bcd464cc1 commit: fc2178117538c161471711073887f34bcd464cc1 branch: main author: Timon Viola <44016238+timonvi...@users.noreply.github.com> committer: ambv date: 2024-07-13T12:47:05Z summary: gh-96765: Update ConfigParser.read

[Python-checkins] gh-121499: Fix multi-line history rendering in the REPL (#121531)

2024-07-13 Thread ambv
https://github.com/python/cpython/commit/4b9e10d0ea352592049c1f2a00318d7274143fa4 commit: 4b9e10d0ea352592049c1f2a00318d7274143fa4 branch: main author: Pablo Galindo Salgado committer: ambv date: 2024-07-13T12:54:10+02:00 summary: gh-121499: Fix multi-line history rendering in the REPL (#121531)

[Python-checkins] gh-121609: Fix pasting of characters containing unicode character joiner (#121667)

2024-07-13 Thread pablogsal
https://github.com/python/cpython/commit/e745996b2d24b9234f896bdc2f3320e49287dcd0 commit: e745996b2d24b9234f896bdc2f3320e49287dcd0 branch: main author: Marta Gómez Macías committer: pablogsal date: 2024-07-13T10:44:18Z summary: gh-121609: Fix pasting of characters containing unicode character jo

[Python-checkins] gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-121154)

2024-07-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/18015451d0e3f4d155d56f70faf9b76ce5b7ad79 commit: 18015451d0e3f4d155d56f70faf9b76ce5b7ad79 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-07-13T13:40:44+03:00 summary: gh-121153: Fix some errors with use of _PyLong_CompactValu

[Python-checkins] [3.12] gh-99242 Ignore error when running regression tests under certain conditions. (GH-121663) (GH-121670)

2024-07-13 Thread encukou
https://github.com/python/cpython/commit/32bbc3679684532f53d14fbf408053eb49dbe279 commit: 32bbc3679684532f53d14fbf408053eb49dbe279 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2024-07-13T12:24:17+02:00 summary: [3.12] gh-992

[Python-checkins] gh-99242 Ignore error when running regression tests under certain conditions. (GH-121663)

2024-07-13 Thread encukou
https://github.com/python/cpython/commit/0759cecd9d945dfbac2226febaba51f4119c commit: 0759cecd9d945dfbac2226febaba51f4119c branch: main author: Bas Bloemsaat committer: encukou date: 2024-07-13T11:52:08+02:00 summary: gh-99242 Ignore error when running regression tests under certain cond

[Python-checkins] gh-121497: Make Pyrepl respect correctly the history with input hook set (#121498)

2024-07-13 Thread pablogsal
https://github.com/python/cpython/commit/4e36dd7d87eb0f1bd1ecd53e368c16a5f75967a0 commit: 4e36dd7d87eb0f1bd1ecd53e368c16a5f75967a0 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-07-13T09:42:14Z summary: gh-121497: Make Pyrepl respect correctly the history with input h