[Python-checkins] [3.13] Add --with-lto back to Linux JIT CI (GH-120972)

2024-06-24 Thread brandtbucher
https://github.com/python/cpython/commit/6bfcf98ff6f6bb4f04f84c330794640c6e38d8bf commit: 6bfcf98ff6f6bb4f04f84c330794640c6e38d8bf branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: brandtbucher date: 2024-06-24T20:44:46Z summary: [3.13] Add --

[Python-checkins] Add --with-lto back to Linux JIT CI (GH-120921)

2024-06-24 Thread brandtbucher
https://github.com/python/cpython/commit/fd0f814ade43fa479bfbe76dc226424db14a9354 commit: fd0f814ade43fa479bfbe76dc226424db14a9354 branch: main author: Savannah Ostrowski committer: brandtbucher date: 2024-06-24T13:16:22-07:00 summary: Add --with-lto back to Linux JIT CI (GH-120921) files: M .g

[Python-checkins] [3.12] GH-119054: Add "Permissions and ownership" section to pathlib docs. (GH-120505) (#120968)

2024-06-24 Thread barneygale
https://github.com/python/cpython/commit/52bc99743c0c915c023e39fd714eb56c20c22c18 commit: 52bc99743c0c915c023e39fd714eb56c20c22c18 branch: 3.12 author: Barney Gale committer: barneygale date: 2024-06-24T20:32:24+01:00 summary: [3.12] GH-119054: Add "Permissions and ownership" section to pathlib

[Python-checkins] [3.13] GH-119054: Add "Permissions and ownership" section to pathlib docs. (GH-120505) (#120967)

2024-06-24 Thread barneygale
https://github.com/python/cpython/commit/4619f892966cd393395db221f936340eadce17d2 commit: 4619f892966cd393395db221f936340eadce17d2 branch: 3.13 author: Barney Gale committer: barneygale date: 2024-06-24T20:32:08+01:00 summary: [3.13] GH-119054: Add "Permissions and ownership" section to pathlib

[Python-checkins] GH-119054: Add "Permissions and ownership" section to pathlib docs. (#120505)

2024-06-24 Thread barneygale
https://github.com/python/cpython/commit/e4a97a7fb1c03d3b6ec6efbeff553a0230e003c7 commit: e4a97a7fb1c03d3b6ec6efbeff553a0230e003c7 branch: main author: Barney Gale committer: barneygale date: 2024-06-24T19:05:24Z summary: GH-119054: Add "Permissions and ownership" section to pathlib docs. (#1205

[Python-checkins] [3.13] gh-120858: PyDict_Next should not lock the dict (GH-120859) (#120964)

2024-06-24 Thread colesbury
https://github.com/python/cpython/commit/0a77058b7971ba140c1f9db443e536ea5f1d71aa commit: 0a77058b7971ba140c1f9db443e536ea5f1d71aa branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-06-24T18:41:19Z summary: [3.13] gh-120858

[Python-checkins] [3.13] gh-120860: Fix a few bugs in `type_setattro` error paths. (GH-120861) (#120963)

2024-06-24 Thread colesbury
https://github.com/python/cpython/commit/6aee5edb84cfa23f430091270a4118e51894c767 commit: 6aee5edb84cfa23f430091270a4118e51894c767 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-06-24T18:33:39Z summary: [3.13] gh-120860

[Python-checkins] [3.13] gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680, GH-120955) (GH-120944)

2024-06-24 Thread encukou
https://github.com/python/cpython/commit/447e07ab3d569bb4b2209ccfe3889fafa3ad6693 commit: 447e07ab3d569bb4b2209ccfe3889fafa3ad6693 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-06-24T20:23:30+02:00 summary: [3.13] gh-119

[Python-checkins] gh-120858: PyDict_Next should not lock the dict (#120859)

2024-06-24 Thread colesbury
https://github.com/python/cpython/commit/375b723d5873f948696c7e85a97f4778d9e00ff0 commit: 375b723d5873f948696c7e85a97f4778d9e00ff0 branch: main author: Sam Gross committer: colesbury date: 2024-06-24T14:15:15-04:00 summary: gh-120858: PyDict_Next should not lock the dict (#120859) PyDict_Next n

[Python-checkins] gh-120860: Fix a few bugs in `type_setattro` error paths. (#120861)

2024-06-24 Thread colesbury
https://github.com/python/cpython/commit/dee63cb35971b87a09ddda5d6f29cd941f570720 commit: dee63cb35971b87a09ddda5d6f29cd941f570720 branch: main author: Sam Gross committer: colesbury date: 2024-06-24T14:08:23-04:00 summary: gh-120860: Fix a few bugs in `type_setattro` error paths. (#120861) Mov

[Python-checkins] Fix typos in comments (#120821)

2024-06-24 Thread vstinner
https://github.com/python/cpython/commit/0153fd094019b84e18b8e8451019694595f67f9e commit: 0153fd094019b84e18b8e8451019694595f67f9e branch: main author: Xie Yanbo committer: vstinner date: 2024-06-24T19:47:00+02:00 summary: Fix typos in comments (#120821) files: M Objects/codeobject.c M Objects/

[Python-checkins] gh-120834: fix over-allocation in PyGenObject, PyCoroObject, PyAsyncGenObject. (#120941)

2024-06-24 Thread iritkatriel
https://github.com/python/cpython/commit/8ac08f36fe9016a8109edf9e167b06627fb13b5a commit: 8ac08f36fe9016a8109edf9e167b06627fb13b5a branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-06-24T

[Python-checkins] gh-120956: Avoid comparison of int to Py_ssize_t in parser (#120959)

2024-06-24 Thread lysnikolaou
https://github.com/python/cpython/commit/348184845a72088368021d1f42e96ceea3eee88c commit: 348184845a72088368021d1f42e96ceea3eee88c branch: main author: Lysandros Nikolaou committer: lysnikolaou date: 2024-06-24T18:13:02+02:00 summary: gh-120956: Avoid comparison of int to Py_ssize_t in parser (#

[Python-checkins] Fixes loop variables to be the same types as their limit (GH-120958)

2024-06-24 Thread zooba
https://github.com/python/cpython/commit/e7315543377322e4c6e0d8d2c4a4bb4626e43f4c commit: e7315543377322e4c6e0d8d2c4a4bb4626e43f4c branch: main author: Steve Dower committer: zooba date: 2024-06-24T17:11:47+01:00 summary: Fixes loop variables to be the same types as their limit (GH-120958) file

[Python-checkins] gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)

2024-06-24 Thread vstinner
https://github.com/python/cpython/commit/2e157851e36d83b0cb079b161d633b16ab899d16 commit: 2e157851e36d83b0cb079b161d633b16ab899d16 branch: main author: Victor Stinner committer: vstinner date: 2024-06-24T17:40:39+02:00 summary: gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849) files

[Python-checkins] GH-117062: Make _JUMP_TO_TOP a general absolute jump (GH-120854)

2024-06-24 Thread brandtbucher
https://github.com/python/cpython/commit/a47abdb45d4f1c3195c324812c33b6ef1d9147da commit: a47abdb45d4f1c3195c324812c33b6ef1d9147da branch: main author: Brandt Bucher committer: brandtbucher date: 2024-06-24T08:35:10-07:00 summary: GH-117062: Make _JUMP_TO_TOP a general absolute jump (GH-120854)

[Python-checkins] gh-119521: Use `PyAPI_DATA`, not `extern`, for `_PyExc_IncompleteInputError` (GH-120955)

2024-06-24 Thread encukou
https://github.com/python/cpython/commit/ce1064e4c9bcfd673323ad690e60f86e1ab907bb commit: ce1064e4c9bcfd673323ad690e60f86e1ab907bb branch: main author: Petr Viktorin committer: encukou date: 2024-06-24T17:30:29+02:00 summary: gh-119521: Use `PyAPI_DATA`, not `extern`, for `_PyExc_IncompleteInput

[Python-checkins] gh-70278: Fix PyUnicode_FromFormat() with precision for %s and %V (GH-120365)

2024-06-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6eb23b1311e7eebf2459076703460ee7f8044f05 commit: 6eb23b1311e7eebf2459076703460ee7f8044f05 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-24T18:07:07+03:00 summary: gh-70278: Fix PyUnicode_FromFormat() with precision for %s

[Python-checkins] [3.13] docs: puremagic.what() as replacement for imghdr.what() (GH-120871) (#120951)

2024-06-24 Thread vstinner
https://github.com/python/cpython/commit/a19a5895b5f8211a85366a1518e9d4f5fb3335c5 commit: a19a5895b5f8211a85366a1518e9d4f5fb3335c5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-06-24T13:49:13Z summary: [3.13] docs: pure

[Python-checkins] [3.13] gh-120373: Mark test_audit.test_http as requiring the network resource (GH-120374) (#120948)

2024-06-24 Thread carljm
https://github.com/python/cpython/commit/502a99a7e66adc095842addfb366bba6953f34a1 commit: 502a99a7e66adc095842addfb366bba6953f34a1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: carljm date: 2024-06-24T13:44:06Z summary: [3.13] gh-120373: M

[Python-checkins] [3.12] gh-120373: Mark test_audit.test_http as requiring the network resource (GH-120374) (#120949)

2024-06-24 Thread carljm
https://github.com/python/cpython/commit/7a874b4ca6150681994a2a38b988711575f53d36 commit: 7a874b4ca6150681994a2a38b988711575f53d36 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: carljm date: 2024-06-24T13:37:51Z summary: [3.12] gh-120373: M

[Python-checkins] docs: puremagic.what() as replacement for imghdr.what() (#120871)

2024-06-24 Thread vstinner
https://github.com/python/cpython/commit/22b8a35d6e6660cf7457ed6636cb8c12fff7e8e7 commit: 22b8a35d6e6660cf7457ed6636cb8c12fff7e8e7 branch: main author: Christian Clauss committer: vstinner date: 2024-06-24T15:32:13+02:00 summary: docs: puremagic.what() as replacement for imghdr.what() (#120871)

[Python-checkins] gh-120373: Mark test_audit.test_http as requiring the network resource (#120374)

2024-06-24 Thread carljm
https://github.com/python/cpython/commit/b0e1c51882e3a129d1e4db8291f7a0d869d6f1d6 commit: b0e1c51882e3a129d1e4db8291f7a0d869d6f1d6 branch: main author: Itamar Oren committer: carljm date: 2024-06-24T07:18:46-06:00 summary: gh-120373: Mark test_audit.test_http as requiring the network resource (#

[Python-checkins] gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680)

2024-06-24 Thread encukou
https://github.com/python/cpython/commit/ac61d58db0753a3b37de21dbc6e86b38f2a93f1b commit: ac61d58db0753a3b37de21dbc6e86b38f2a93f1b branch: main author: Pablo Galindo Salgado committer: encukou date: 2024-06-24T14:08:12+02:00 summary: gh-119521: Rename IncompleteInputError to _IncompleteInputErro

[Python-checkins] [3.13] gh-119614: Fix truncation of strings with embedded null characters in Tkinter (GH-120909) (GH-120938)

2024-06-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/732c00550f20e73edeac03d9e222c4a719362649 commit: 732c00550f20e73edeac03d9e222c4a719362649 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-06-24T09:45:45Z summary: [3.13] gh

[Python-checkins] [3.12] gh-119614: Fix truncation of strings with embedded null characters in Tkinter (GH-120909) (GH-120939)

2024-06-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d5a8d4b19670b930cd6cb5e18e267877ebe49233 commit: d5a8d4b19670b930cd6cb5e18e267877ebe49233 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-06-24T09:39:56Z summary: [3.12] gh

[Python-checkins] gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)

2024-06-24 Thread iritkatriel
https://github.com/python/cpython/commit/65a12c559cbc13c2c5a4aa65c76310bd8d2051a7 commit: 65a12c559cbc13c2c5a4aa65c76310bd8d2051a7 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-06-24T

[Python-checkins] gh-119614: Fix truncation of strings with embedded null characters in Tkinter (GH-120909)

2024-06-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c38e2f64d012929168dfef7363c9e48bd1a6c731 commit: c38e2f64d012929168dfef7363c9e48bd1a6c731 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-24T12:17:25+03:00 summary: gh-119614: Fix truncation of strings with embedded null ch

[Python-checkins] [3.13] gh-112169: Documented getaddrinfo/getnameinfo default loop executor usage and implications. (GH-112191) (#120935)

2024-06-24 Thread kumaraditya303
https://github.com/python/cpython/commit/206028dba986f982a940377ab1cb8b8276301b82 commit: 206028dba986f982a940377ab1cb8b8276301b82 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-06-24T08:55:28Z summary: [3.13] gh-1

[Python-checkins] [3.12] gh-112169: Documented getaddrinfo/getnameinfo default loop executor usage and implications. (GH-112191) (#120936)

2024-06-24 Thread kumaraditya303
https://github.com/python/cpython/commit/3afb856dda9fed82e3d2f75fc54d063d26a41160 commit: 3afb856dda9fed82e3d2f75fc54d063d26a41160 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-06-24T08:45:46Z summary: [3.12] gh-1

[Python-checkins] gh-112169: Documented getaddrinfo/getnameinfo default loop executor usage and implications. (#112191)

2024-06-24 Thread kumaraditya303
https://github.com/python/cpython/commit/fc297b4ba4c61febeb2d8f5d718f2955c6bbea0a commit: fc297b4ba4c61febeb2d8f5d718f2955c6bbea0a branch: main author: Alek Kowalczyk committer: kumaraditya303 date: 2024-06-24T08:35:02Z summary: gh-112169: Documented getaddrinfo/getnameinfo default loop executor

[Python-checkins] [3.13] gh-120683: Fix an error in logging.LogRecord timestamp (GH-120709) (GH-120933)

2024-06-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/544a47212b92f52ceffbd50275c6b0c57a446a98 commit: 544a47212b92f52ceffbd50275c6b0c57a446a98 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-06-24T07:14:26Z summary: [3.13] gh