[Python-checkins] gh-122909: Pass ftp error strings to URLError constructor (#122913)

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

[Python-checkins] [3.13] gh-109975: Copyedit What's New in Python 3.13 (GH-123150) (#123164)

2024-08-19 Thread AA-Turner
https://github.com/python/cpython/commit/595fb38e911c9f674d8c0178a223ba5426395184 commit: 595fb38e911c9f674d8c0178a223ba5426395184 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-109975: Copyedit What's New in Python 3.13 (#123150)

2024-08-19 Thread AA-Turner
https://github.com/python/cpython/commit/0480052ea1567d50e9772b836bc9f90bee11c2f7 commit: 0480052ea1567d50e9772b836bc9f90bee11c2f7 branch: main author: Jelle Zijlstra committer: AA-Turner <[email protected]> date: 2024-08-19T23:51:37Z summary: gh-109975: Copyedit What's N

[Python-checkins] [3.11] gh-122905: Sanitize names in zipfile.Path. (GH-122906) (#122925)

2024-08-19 Thread pablogsal
https://github.com/python/cpython/commit/795f2597a4be988e2bb19b69ff9958e981cb894e commit: 795f2597a4be988e2bb19b69ff9958e981cb894e branch: 3.11 author: Jason R. Coombs committer: pablogsal date: 2024-08-20T00:28:20+01:00 summary: [3.11] gh-122905: Sanitize names in zipfile.Path. (GH-122906) (#12

[Python-checkins] [3.13] gh-123149: Suppress verbose repr in new REPL (GH-123151) (#123157)

2024-08-19 Thread pablogsal
https://github.com/python/cpython/commit/98c7196977f08fe87a3f4a7ddc3aaa8613f0ad18 commit: 98c7196977f08fe87a3f4a7ddc3aaa8613f0ad18 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2024-08-19T19:28:12Z summary: [3.13] gh-123149

[Python-checkins] gh-123149: Suppress verbose repr in new REPL (#123151)

2024-08-19 Thread pablogsal
https://github.com/python/cpython/commit/833c58b81ebec84dc24ef0507f8c75fe723d9f66 commit: 833c58b81ebec84dc24ef0507f8c75fe723d9f66 branch: main author: James committer: pablogsal date: 2024-08-19T20:04:38+01:00 summary: gh-123149: Suppress verbose repr in new REPL (#123151) files: M Lib/_pyrepl

[Python-checkins] [3.13] gh-121804: Always show error location for SyntaxError's in new repl (GH-121886) (#123148)

2024-08-19 Thread pablogsal
https://github.com/python/cpython/commit/c8f4069ab1602a1f67239fef0e11cc3e72c0045d commit: c8f4069ab1602a1f67239fef0e11cc3e72c0045d branch: 3.13 author: Sergey B Kirpichev committer: pablogsal date: 2024-08-19T20:01:58+01:00 summary: [3.13] gh-121804: Always show error location for SyntaxError's

[Python-checkins] [3.13] gh-118658: Return consistent types from `get_un/verified_chain` in `SSLObject` and `SSLSocket` (GH-118669) (#123082)

2024-08-19 Thread sethmlarson
https://github.com/python/cpython/commit/21399a096302ea577efd9a12c2f08b4458d095bd commit: 21399a096302ea577efd9a12c2f08b4458d095bd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sethmlarson date: 2024-08-19T10:39:28-05:00 summary: [3.13] gh

[Python-checkins] [3.13] gh-123123: Fix display of syntax errors covering multiple lines (GH-123131) (#123147)

2024-08-19 Thread pablogsal
https://github.com/python/cpython/commit/0a02026a084213cbd09c66534c55104ab460c686 commit: 0a02026a084213cbd09c66534c55104ab460c686 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2024-08-19T15:35:47Z summary: [3.13] gh-123123

[Python-checkins] gh-123123: Fix display of syntax errors covering multiple lines (#123131)

2024-08-19 Thread pablogsal
https://github.com/python/cpython/commit/48856ead6ae023b2819ee63cb6ff97a0976a2cc3 commit: 48856ead6ae023b2819ee63cb6ff97a0976a2cc3 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-08-19T15:09:03Z summary: gh-123123: Fix display of syntax errors covering multiple lines (

[Python-checkins] gh-121404: rename functions to use codegen_* prefix. Use macros more consistently. (#123139)

2024-08-19 Thread iritkatriel
https://github.com/python/cpython/commit/b6d0a40a42fa17d087e502245b29cde46368ac07 commit: b6d0a40a42fa17d087e502245b29cde46368ac07 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-08-19T

[Python-checkins] gh-121804: Always show error location for SyntaxError's in new repl (#121886)

2024-08-19 Thread pablogsal
https://github.com/python/cpython/commit/354d55eb1fa40f272419aa6459ee5d2c4804c8ea commit: 354d55eb1fa40f272419aa6459ee5d2c4804c8ea branch: main author: Sergey B Kirpichev committer: pablogsal date: 2024-08-19T15:19:23+01:00 summary: gh-121804: Always show error location for SyntaxError's in new

[Python-checkins] gh-121404: pass metadata to compiler_enter_scope (optionally) so that codegen functions don't need to set it on the code unit (#123078)

2024-08-19 Thread iritkatriel
https://github.com/python/cpython/commit/e077b201f49a6007ddad7c1b6e3069a037b6d952 commit: e077b201f49a6007ddad7c1b6e3069a037b6d952 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-08-19T

[Python-checkins] [3.13] gh-122081: fixed crash in decimal.IEEEContext() (GH-122082) (#123136)

2024-08-19 Thread kumaraditya303
https://github.com/python/cpython/commit/032b6467fab8dc9b9bd97a418c15fe388f4a18b9 commit: 032b6467fab8dc9b9bd97a418c15fe388f4a18b9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-08-19T14:14:11+05:30 summary: [3.13]

[Python-checkins] gh-122081: fixed crash in decimal.IEEEContext() (#122082)

2024-08-19 Thread kumaraditya303
https://github.com/python/cpython/commit/b9e10d1a0fc4d8428d4b36eb127570a832c26b6f commit: b9e10d1a0fc4d8428d4b36eb127570a832c26b6f branch: main author: Sergey B Kirpichev committer: kumaraditya303 date: 2024-08-19T07:51:38Z summary: gh-122081: fixed crash in decimal.IEEEContext() (#122082) * gh

[Python-checkins] [3.12] gh-123110: correct note about _Bool in the struct module docs (GH-123111) (#123127)

2024-08-19 Thread kumaraditya303
https://github.com/python/cpython/commit/8edfa0b0b4ae4235bb3262d952c23e7581516d4f commit: 8edfa0b0b4ae4235bb3262d952c23e7581516d4f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-08-19T13:01:12+05:30 summary: [3.12]

[Python-checkins] [3.13] gh-123110: correct note about _Bool in the struct module docs (GH-123111) (#123126)

2024-08-19 Thread kumaraditya303
https://github.com/python/cpython/commit/cf444d851555ec77ad0a8e9266a09958398da689 commit: cf444d851555ec77ad0a8e9266a09958398da689 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-08-19T13:00:54+05:30 summary: [3.13]