[Python-checkins] gh-116622: Mock the passage of time in Android logcat rate limit tests (#124015)

2024-09-12 Thread freakboy3742
https://github.com/python/cpython/commit/f5548834256414c6a721e9ebfa511e043e73ef03 commit: f5548834256414c6a721e9ebfa511e043e73ef03 branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-09-13T04:58:11Z summary: gh-116622: Mock the passage of time in Android logcat rate limit tests

[Python-checkins] GH-101599: Update docs to remove redundant option in argparse tutorial (#124025)

2024-09-12 Thread hugovk
https://github.com/python/cpython/commit/e5b0185e43c972ce98decd1493cd0b0c3a6b166b commit: e5b0185e43c972ce98decd1493cd0b0c3a6b166b branch: main author: Savannah Ostrowski committer: hugovk <[email protected]> date: 2024-09-13T09:14:52+03:00 summary: GH-101599: Update docs to

[Python-checkins] gh-123614: Add save function to turtle.py (#123617)

2024-09-12 Thread hauntsaninja
https://github.com/python/cpython/commit/584cdf8d4140406b3676515332a26c856c02618b commit: 584cdf8d4140406b3676515332a26c856c02618b branch: main author: Yngve Mardal Moe committer: hauntsaninja <[email protected]> date: 2024-09-12T21:36:17-07:00 summary: gh-123614: Add

[Python-checkins] gh-116622: Android test script improvements (#124012)

2024-09-12 Thread freakboy3742
https://github.com/python/cpython/commit/1f9d163850c43ba85193ef853986c5e96b168c8c commit: 1f9d163850c43ba85193ef853986c5e96b168c8c branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-09-13T12:23:54+08:00 summary: gh-116622: Android test script improvements (#124012) * Set Andr

[Python-checkins] [3.13] gh-124027: Support Del, PgUp, and PgDn on TERM=vt100 (GH-124028) (#124029)

2024-09-12 Thread pablogsal
https://github.com/python/cpython/commit/112b1704fa6165ce6386ce2d9363fb73dd799de5 commit: 112b1704fa6165ce6386ce2d9363fb73dd799de5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2024-09-13T01:36:34Z summary: [3.13] gh-124027

[Python-checkins] gh-124027: Support Del, PgUp, and PgDn on TERM=vt100 (#124028)

2024-09-12 Thread pablogsal
https://github.com/python/cpython/commit/f4e5643df64d0c2a009ed224560044b3409a47c0 commit: f4e5643df64d0c2a009ed224560044b3409a47c0 branch: main author: Miro HronĨok committer: pablogsal date: 2024-09-13T02:07:23+01:00 summary: gh-124027: Support Del, PgUp, and PgDn on TERM=vt100 (#124028) pyrep

[Python-checkins] gh-124019: do not call codegen_annotations_in_scope if there are no annotations (#124020)

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

[Python-checkins] gh-124013: remove _PyCompile_IsTopLevelAwait (#124014)

2024-09-12 Thread iritkatriel
https://github.com/python/cpython/commit/8145ebea587284db3be3f152ee0298952977d6f4 commit: 8145ebea587284db3be3f152ee0298952977d6f4 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-09-12T

[Python-checkins] gh-123923: Defer refcounting for `f_executable` in `_PyInterpreterFrame` (#123924)

2024-09-12 Thread colesbury
https://github.com/python/cpython/commit/b2afe2aae487ebf89897e22c01d9095944fd334f commit: b2afe2aae487ebf89897e22c01d9095944fd334f branch: main author: Sam Gross committer: colesbury date: 2024-09-12T12:37:06-04:00 summary: gh-123923: Defer refcounting for `f_executable` in `_PyInterpreterFrame`

[Python-checkins] GH-123996: Explicitly mark 'self_or_null' as an array of size 1 to ensure that it is kept in memory for calls (GH-124003)

2024-09-12 Thread markshannon
https://github.com/python/cpython/commit/4ed7d1d6acc22807bfb5983c98fd59f7cb5061db commit: 4ed7d1d6acc22807bfb5983c98fd59f7cb5061db branch: main author: Mark Shannon committer: markshannon date: 2024-09-12T15:32:45+01:00 summary: GH-123996: Explicitly mark 'self_or_null' as an array of size 1 to

[Python-checkins] [3.12] gh-123917: Fix crypt check in configure (#123952)

2024-09-12 Thread vstinner
https://github.com/python/cpython/commit/53af5b2dd2069680be4ce76626c857e9b2959f77 commit: 53af5b2dd2069680be4ce76626c857e9b2959f77 branch: 3.12 author: Victor Stinner committer: vstinner date: 2024-09-12T16:21:31+02:00 summary: [3.12] gh-123917: Fix crypt check in configure (#123952) Use a glob

[Python-checkins] gh-123968: Fix lower bound for `python -m random --float` (#123971)

2024-09-12 Thread hugovk
https://github.com/python/cpython/commit/a362c41bc934fabe6bfef9be1962005b38396860 commit: a362c41bc934fabe6bfef9be1962005b38396860 branch: main author: Anders Kaseorg committer: hugovk <[email protected]> date: 2024-09-12T16:54:18+03:00 summary: gh-123968: Fix lower bound fo

[Python-checkins] [3.12] gh-118577: Clarify that inspect.BoundArguments prefers to put values in args (GH-119936) (GH-124004)

2024-09-12 Thread encukou
https://github.com/python/cpython/commit/5c15b1a05aa0f5b102bcbe8017c884e4147ab72d commit: 5c15b1a05aa0f5b102bcbe8017c884e4147ab72d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-09-12T14:14:42+02:00 summary: [3.12] gh-118

[Python-checkins] gh-118577: Clarify that inspect.BoundArguments prefers to put values in args (GH-119936)

2024-09-12 Thread encukou
https://github.com/python/cpython/commit/8e99495701737c9d9706622f59581213ef163b23 commit: 8e99495701737c9d9706622f59581213ef163b23 branch: main author: Nice Zombies committer: encukou date: 2024-09-12T14:03:32+02:00 summary: gh-118577: Clarify that inspect.BoundArguments prefers to put values in

[Python-checkins] Docs: Drop letter PDF (#123912)

2024-09-12 Thread hugovk
https://github.com/python/cpython/commit/f5597dbd0e7938648bfd9244f4a9225825b36b2b commit: f5597dbd0e7938648bfd9244f4a9225825b36b2b branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-09-12T13:49:19+0

[Python-checkins] gh-111997: update what's new in 3.13 re C API for monitoring events (#123822)

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

[Python-checkins] [3.12] gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (GH-123941) (#123992)

2024-09-12 Thread sobolevn
https://github.com/python/cpython/commit/9e93556f0a2370b734434c67df6541a8ec6262c9 commit: 9e93556f0a2370b734434c67df6541a8ec6262c9 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-09-12T07:48:01Z summary: [3.12] gh-123935:

[Python-checkins] gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (#123941)

2024-09-12 Thread sobolevn
https://github.com/python/cpython/commit/ac918ccad707ab2d7dbb78a4796a7b8a874f334c commit: ac918ccad707ab2d7dbb78a4796a7b8a874f334c branch: main author: sobolevn committer: sobolevn date: 2024-09-12T10:29:06+03:00 summary: gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (#123941) files: