[Python-checkins] [3.13] gh-120128: fix description of argument to ipaddress.collapse_addresses() (GH-120131) (#120135)

2024-06-11 Thread sobolevn
https://github.com/python/cpython/commit/8f5ce42f3418dfcc37232390ba89c33b9c9ffb13 commit: 8f5ce42f3418dfcc37232390ba89c33b9c9ffb13 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2024-06-12T09:23:24+03:00 summary: [3.13] gh-12

[Python-checkins] gh-120056: Add `IP_RECVERR`, `IP_RECVORIGDSTADDR`, `IP_RECVTTL` to `socket` module (#120058)

2024-06-11 Thread jeremyhylton
https://github.com/python/cpython/commit/f5a9c34f38886c5cf9c2f8d860eee3473447e030 commit: f5a9c34f38886c5cf9c2f8d860eee3473447e030 branch: main author: Nikita Sobolev committer: jeremyhylton <32469542+jeremyhyl...@users.noreply.github.com> date: 2024-06-11T21:00:56-04:00 summary: gh-120056: Add `

[Python-checkins] [3.13] gh-120221: Deliver real singals on Ctrl-C and Ctrl-Z in the new REPL (GH-120354) (#120368)

2024-06-11 Thread pablogsal
https://github.com/python/cpython/commit/7aafa305d40fe2aad2d2e2fad4079fb868dd2e7e commit: 7aafa305d40fe2aad2d2e2fad4079fb868dd2e7e branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2024-06-11T19:46:07Z summary: [3.13] gh-120221

[Python-checkins] gh-120198: Fix race condition when editing __class__ with an audit hook active (GH-120195)

2024-06-11 Thread zooba
https://github.com/python/cpython/commit/a6c4080aaa646d8d3a0e54a6de7557b230c09341 commit: a6c4080aaa646d8d3a0e54a6de7557b230c09341 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: zooba date: 2024-06-11T19:35:49Z summary: gh-120198: Fix race

[Python-checkins] gh-120221: Deliver real singals on Ctrl-C and Ctrl-Z in the new REPL (#120354)

2024-06-11 Thread pablogsal
https://github.com/python/cpython/commit/34e4d3287e724c065cc07b04a1ee8715817db284 commit: 34e4d3287e724c065cc07b04a1ee8715817db284 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-06-11T20:20:25+01:00 summary: gh-120221: Deliver real singals on Ctrl-C and Ctrl-Z in the

[Python-checkins] gh-120198: Fix race condition when editing __class__ with an audit hook active (GH-120195)

2024-06-11 Thread zooba
https://github.com/python/cpython/commit/203565b2f9c74656ba519780049b46d4e5afcba1 commit: 203565b2f9c74656ba519780049b46d4e5afcba1 branch: main author: Ken Jin committer: zooba date: 2024-06-11T20:10:23+01:00 summary: gh-120198: Fix race condition when editing __class__ with an audit hook active

[Python-checkins] [3.13] gh-118908: Limit exposed globals from internal imports and definitions on new REPL startup (GH-119547) (#120362)

2024-06-11 Thread pablogsal
https://github.com/python/cpython/commit/f5289c450a324bd560b328ecd42ac9faf578276e commit: f5289c450a324bd560b328ecd42ac9faf578276e branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2024-06-11T18:04:39Z summary: [3.13] gh-118908

[Python-checkins] gh-120326: Include on Windows with Free Threading (#120329)

2024-06-11 Thread vstinner
https://github.com/python/cpython/commit/939c201e00943c6dc2d515185168c30606ae522c commit: 939c201e00943c6dc2d515185168c30606ae522c branch: main author: Kirill Podoprigora committer: vstinner date: 2024-06-11T19:50:21+02:00 summary: gh-120326: Include on Windows with Free Threading (#120329) fi

[Python-checkins] gh-118908: Limit exposed globals from internal imports and definitions on new REPL startup (#119547)

2024-06-11 Thread pablogsal
https://github.com/python/cpython/commit/86a8a1c57a386fb3330bee0fa44fc3fd6c3042a3 commit: 86a8a1c57a386fb3330bee0fa44fc3fd6c3042a3 branch: main author: Eugene Triguba committer: pablogsal date: 2024-06-11T17:40:31Z summary: gh-118908: Limit exposed globals from internal imports and definitions o

[Python-checkins] [3.13] gh-120343: Do not reset byte_col_offset_diff after multiline tokens (GH-120352) (#120355)

2024-06-11 Thread lysnikolaou
https://github.com/python/cpython/commit/51bcb67405cceee1f18067fb2ae510dec47191bc commit: 51bcb67405cceee1f18067fb2ae510dec47191bc branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: lysnikolaou date: 2024-06-11T17:25:57Z summary: [3.13] gh-1203

[Python-checkins] [3.13] Fix typo in ElementTree docs (GH-120342) (#120357)

2024-06-11 Thread sobolevn
https://github.com/python/cpython/commit/f465dfbdbc5d0c5facc60ae2860717e0863bd7eb commit: f465dfbdbc5d0c5facc60ae2860717e0863bd7eb branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2024-06-11T17:24:29Z summary: [3.13] Fix typo i

[Python-checkins] [3.12] gh-120343: Do not reset byte_col_offset_diff after multiline tokens (GH-120352) (#120356)

2024-06-11 Thread lysnikolaou
https://github.com/python/cpython/commit/0315fdc24df9be03ae6ba40bac25b512e1e8da0a commit: 0315fdc24df9be03ae6ba40bac25b512e1e8da0a branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: lysnikolaou date: 2024-06-11T17:22:16Z summary: [3.12] gh-1203

[Python-checkins] [3.12] Fix typo in ElementTree docs (GH-120342) (#120358)

2024-06-11 Thread sobolevn
https://github.com/python/cpython/commit/92e1c136b58f7d1c6c7dcda676690afc22c349ec commit: 92e1c136b58f7d1c6c7dcda676690afc22c349ec branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2024-06-11T17:19:06Z summary: [3.12] Fix typo i

[Python-checkins] [3.13] gh-119517: Fixes for pasting in pyrepl (GH-120253) (#120353)

2024-06-11 Thread pablogsal
https://github.com/python/cpython/commit/4936575017423cc05231b400b7ec9432f3c7f72d commit: 4936575017423cc05231b400b7ec9432f3c7f72d branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2024-06-11T17:09:28Z summary: [3.13] gh-119517

[Python-checkins] Fix typo in ElementTree docs (#120342)

2024-06-11 Thread sobolevn
https://github.com/python/cpython/commit/0335662fe1f663fe96e3e4acf0f34c5959d06b00 commit: 0335662fe1f663fe96e3e4acf0f34c5959d06b00 branch: main author: naglis <827324+nag...@users.noreply.github.com> committer: sobolevn date: 2024-06-11T20:01:48+03:00 summary: Fix typo in ElementTree docs (#12034

[Python-checkins] gh-120343: Do not reset byte_col_offset_diff after multiline tokens (#120352)

2024-06-11 Thread lysnikolaou
https://github.com/python/cpython/commit/1b62bcee941e54244b3ce6476aef8913604987c9 commit: 1b62bcee941e54244b3ce6476aef8913604987c9 branch: main author: Lysandros Nikolaou committer: lysnikolaou date: 2024-06-11T17:00:53Z summary: gh-120343: Do not reset byte_col_offset_diff after multiline token

[Python-checkins] gh-119517: Fixes for pasting in pyrepl (#120253)

2024-06-11 Thread pablogsal
https://github.com/python/cpython/commit/32a0faba439b239d7b0c242c1e3cd2025c52b8cf commit: 32a0faba439b239d7b0c242c1e3cd2025c52b8cf branch: main author: Matt Wozniski committer: pablogsal date: 2024-06-11T16:42:10Z summary: gh-119517: Fixes for pasting in pyrepl (#120253) * Remove pyrepl's optim

[Python-checkins] [3.13] gh-120346: Respect PYTHON_BASIC_REPL when running in interactive inspect mode (GH-120349) (#120351)

2024-06-11 Thread lysnikolaou
https://github.com/python/cpython/commit/2dd07fd899da50a0f25f0d586b8615a05b462244 commit: 2dd07fd899da50a0f25f0d586b8615a05b462244 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: lysnikolaou date: 2024-06-11T16:40:15Z summary: [3.13] gh-1203

[Python-checkins] gh-120346: Respect PYTHON_BASIC_REPL when running in interactive inspect mode (#120349)

2024-06-11 Thread pablogsal
https://github.com/python/cpython/commit/ec3af291fe2f680ab277edde7113e2762754f4aa commit: ec3af291fe2f680ab277edde7113e2762754f4aa branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-06-11T16:15:01Z summary: gh-120346: Respect PYTHON_BASIC_REPL when running in interactive

[Python-checkins] gh-119180: PEP 649 compiler changes (#119361)

2024-06-11 Thread JelleZijlstra
https://github.com/python/cpython/commit/9b8611eeea172cd4aa626ccd1ca333dc4093cd8c commit: 9b8611eeea172cd4aa626ccd1ca333dc4093cd8c branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-06-11T13:06:49Z summary: gh-119180: PEP 649 compiler changes (#119361) files: A Misc/NEWS.d/

[Python-checkins] [3.12] gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimestamp`` (GH-120269) (GH-120283)

2024-06-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e123f74513151da53bc380bf1ee03c35cec4f4c0 commit: e123f74513151da53bc380bf1ee03c35cec4f4c0 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-11T12:54:20+03:00 summary: [3.1

[Python-checkins] [3.13] gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimestamp`` (GH-120269) (GH-120282)

2024-06-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/64a61ca13c221bf6a2cba4704e1d822b2c36af27 commit: 64a61ca13c221bf6a2cba4704e1d822b2c36af27 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-11T12:54:02+03:00 summary: [3.1

[Python-checkins] [3.13] bpo-24766: doc= argument to subclasses of property not handled correctly (GH-2487) (GH-120305)

2024-06-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f386cc96201bc14ec619108d696951033c56d39a commit: f386cc96201bc14ec619108d696951033c56d39a branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-11T12:52:27+03:00 summary: [3.1

[Python-checkins] gh-120080: Mark test_round_with_none_arg_direct_call as cpython_only (#120328)

2024-06-11 Thread vstinner
https://github.com/python/cpython/commit/02c1dfff073a3dd6ce34a11b038defde291c2203 commit: 02c1dfff073a3dd6ce34a11b038defde291c2203 branch: main author: Kirill Podoprigora committer: vstinner date: 2024-06-11T09:56:38+02:00 summary: gh-120080: Mark test_round_with_none_arg_direct_call as cpython_

[Python-checkins] [3.13] gh-120291: Fix a bashism in python-config.sh.in (GH-120292) (#120341)

2024-06-11 Thread sobolevn
https://github.com/python/cpython/commit/7993268beb9442c063d142860135bd5d84c2946e commit: 7993268beb9442c063d142860135bd5d84c2946e branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2024-06-11T07:29:01Z summary: [3.13] gh-120291:

[Python-checkins] [3.13] gh-120298: Fix use-after-free in `list_richcompare_impl` (GH-120303) (#120340)

2024-06-11 Thread sobolevn
https://github.com/python/cpython/commit/52225c64f7cd55f2bfe8515d4daf1a5ed4be6d7b commit: 52225c64f7cd55f2bfe8515d4daf1a5ed4be6d7b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2024-06-11T07:28:45Z summary: [3.13] gh-120298:

[Python-checkins] [3.12] gh-120298: Fix use-after-free in `list_richcompare_impl` (GH-120303) (#120339)

2024-06-11 Thread sobolevn
https://github.com/python/cpython/commit/b8845369aa76a6b2d4f147243d8451ce00abc661 commit: b8845369aa76a6b2d4f147243d8451ce00abc661 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2024-06-11T07:22:59Z summary: [3.12] gh-120298:

[Python-checkins] gh-120291: Fix a bashism in python-config.sh.in (#120292)

2024-06-11 Thread sobolevn
https://github.com/python/cpython/commit/7d2447137e117ea9a6ee1493bce0b071c76b1bd7 commit: 7d2447137e117ea9a6ee1493bce0b071c76b1bd7 branch: main author: Michał Górny committer: sobolevn date: 2024-06-11T10:11:13+03:00 summary: gh-120291: Fix a bashism in python-config.sh.in (#120292) gh-120291:

[Python-checkins] gh-120298: Fix use-after-free in `list_richcompare_impl` (#120303)

2024-06-11 Thread sobolevn
https://github.com/python/cpython/commit/141babad9b4eceb83371bf19ba3a36b50dd05250 commit: 141babad9b4eceb83371bf19ba3a36b50dd05250 branch: main author: Nikita Sobolev committer: sobolevn date: 2024-06-11T10:04:27+03:00 summary: gh-120298: Fix use-after-free in `list_richcompare_impl` (#120303)