[Python-checkins] [3.12] gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (GH-132135) (#132145)

2025-04-05 Thread AA-Turner
https://github.com/python/cpython/commit/c124ae9d0bc3eea52c6b0d5da0ad5a77d02aa36a commit: c124ae9d0bc3eea52c6b0d5da0ad5a77d02aa36a branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (#132135)

2025-04-05 Thread AA-Turner
https://github.com/python/cpython/commit/86804003ed70acbf8a2531c6784895d750c50456 commit: 86804003ed70acbf8a2531c6784895d750c50456 branch: main author: Nadeshiko Manju committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-04-06T05:25:08+01:00 summary: gh-132134: Add the cla

[Python-checkins] [3.13] gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (GH-132135) (#132144)

2025-04-05 Thread AA-Turner
https://github.com/python/cpython/commit/d9def7aaf42894a31371a0c45d2c3169ddf674b5 commit: d9def7aaf42894a31371a0c45d2c3169ddf674b5 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] gh-131269: Minor optimization in random.py (#131270)

2025-04-05 Thread rhettinger
https://github.com/python/cpython/commit/844765b20f993e69fd6b7b70341f636fb84b473d commit: 844765b20f993e69fd6b7b70341f636fb84b473d branch: main author: Sam Gross committer: rhettinger date: 2025-03-20T17:10:33-05:00 summary: gh-131269: Minor optimization in random.py (#131270) files: M Lib/rand

[Python-checkins] gh-128421: Add locking to most frame object functions (gh-131479)

2025-04-05 Thread colesbury
https://github.com/python/cpython/commit/4f325168048fda89cef8bd2de859f65ec91754a3 commit: 4f325168048fda89cef8bd2de859f65ec91754a3 branch: main author: Sam Gross committer: colesbury date: 2025-03-21T11:10:07-04:00 summary: gh-128421: Add locking to most frame object functions (gh-131479) This

[Python-checkins] [3.12] gh-125957: sync argument naming in sphinx docs of the cmath and help() (GH-125958) (#131963)

2025-04-05 Thread AA-Turner
https://github.com/python/cpython/commit/ce85eb544ddce007e6d59590e0e18676bfd8c3fc commit: ce85eb544ddce007e6d59590e0e18676bfd8c3fc branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] gh-131740: minor readability fix in PyUnstable_GC_VisitObjects (gh-131786)

2025-04-05 Thread corona10
https://github.com/python/cpython/commit/9c1e85fd64cf6a85f7c96390d7b2dfad03a76944 commit: 9c1e85fd64cf6a85f7c96390d7b2dfad03a76944 branch: main author: Martin DeMello committer: corona10 date: 2025-03-29T08:58:17+09:00 summary: gh-131740: minor readability fix in PyUnstable_GC_VisitObjects (gh-1

[Python-checkins] [3.13] Docs: fix shell command formatting (GH-131310) (#131443)

2025-04-05 Thread hugovk
https://github.com/python/cpython/commit/5d73970687a3bd57a91cc5c811db5568f15a9db7 commit: 5d73970687a3bd57a91cc5c811db5568f15a9db7 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-03-1

[Python-checkins] [3.13] gh-131649: fix test_string_literals SyntaxWarning (GH-131650) (#131766)

2025-04-05 Thread vstinner
https://github.com/python/cpython/commit/5bcb476df1127bffcad8f37141d8140221a7b43b commit: 5bcb476df1127bffcad8f37141d8140221a7b43b branch: 3.13 author: Brian Schubert committer: vstinner date: 2025-03-26T17:31:59+01:00 summary: [3.13] gh-131649: fix test_string_literals SyntaxWarning (GH-131650)

[Python-checkins] gh-111178: Fix getsockaddrarg() undefined behavior (#131668)

2025-04-05 Thread vstinner
https://github.com/python/cpython/commit/8cd29c2b533e5a1a262238695d05f2a7c44d6455 commit: 8cd29c2b533e5a1a262238695d05f2a7c44d6455 branch: main author: Victor Stinner committer: vstinner date: 2025-04-01T13:54:27Z summary: gh-78: Fix getsockaddrarg() undefined behavior (#131668) Don't pass

[Python-checkins] gh-111178: fix UBSan failures for `anextawaitableobject` (#131609)

2025-04-05 Thread picnixz
https://github.com/python/cpython/commit/4efe397d8e2c14cc5590b799d0a7ae611c610948 commit: 4efe397d8e2c14cc5590b799d0a7ae611c610948 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-03-24T14:43:48Z

[Python-checkins] GH-131498: Remove conditional stack effects (GH-131499)

2025-04-05 Thread markshannon
https://github.com/python/cpython/commit/7ebd71ee14a497bb5dc7a693dd00f074a9f4831f commit: 7ebd71ee14a497bb5dc7a693dd00f074a9f4831f branch: main author: Mark Shannon committer: markshannon date: 2025-03-20T15:39:38Z summary: GH-131498: Remove conditional stack effects (GH-131499) * Adds some mis

[Python-checkins] gh-111178: Fix function signatures for multiple tests (#131496)

2025-04-05 Thread vstinner
https://github.com/python/cpython/commit/34c1ea3109d750896bc27b575ebaec85a371d0ba commit: 34c1ea3109d750896bc27b575ebaec85a371d0ba branch: main author: Victor Stinner committer: vstinner date: 2025-03-20T12:27:03+01:00 summary: gh-78: Fix function signatures for multiple tests (#131496) fil

[Python-checkins] gh-131782: Fix cast to match type of `bits` in `_Py_TryIncrefCompareStackRef` (#131783)

2025-04-05 Thread kumaraditya303
https://github.com/python/cpython/commit/c824d8e6f96a2c36c9f955f3be6138caaae35bfa commit: c824d8e6f96a2c36c9f955f3be6138caaae35bfa branch: main author: Neil Schemenauer committer: kumaraditya303 date: 2025-03-27T13:58:59+05:30 summary: gh-131782: Fix cast to match type of `bits` in `_Py_TryIncre

[Python-checkins] [3.12] gh-127949: fix resource warnings in `test_tasks.py` (GH-128172) (#131806)

2025-04-05 Thread kumaraditya303
https://github.com/python/cpython/commit/d4ddc03e56a744904248cc4cb7f3339d52c5fecd commit: d4ddc03e56a744904248cc4cb7f3339d52c5fecd branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-03-28T14:25:39Z summary: [3.12] gh-1

[Python-checkins] gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560)

2025-04-05 Thread vstinner
https://github.com/python/cpython/commit/7101cba6bf12639e277f7681b90a70c11368cabb commit: 7101cba6bf12639e277f7681b90a70c11368cabb branch: main author: Victor Stinner committer: vstinner date: 2025-03-21T23:24:14+01:00 summary: gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560)

[Python-checkins] gh-131936: Strengthen check in `_suggestions._generate_suggestions` (#131945)

2025-04-05 Thread vstinner
https://github.com/python/cpython/commit/511d3440a0bbb19731f4d96dde65dffbf85cdda5 commit: 511d3440a0bbb19731f4d96dde65dffbf85cdda5 branch: main author: Peter Bierma committer: vstinner date: 2025-03-31T19:30:29+02:00 summary: gh-131936: Strengthen check in `_suggestions._generate_suggestions` (#

[Python-checkins] GH-125866: Deprecate `nturl2path` module (#131432)

2025-04-05 Thread barneygale
https://github.com/python/cpython/commit/8abfaba5a67a99c446f0c13253ee0ce97bf6fa5c commit: 8abfaba5a67a99c446f0c13253ee0ce97bf6fa5c branch: main author: Barney Gale committer: barneygale date: 2025-03-19T19:33:01Z summary: GH-125866: Deprecate `nturl2path` module (#131432) Deprecate the `nturl2p

[Python-checkins] [3.13] gh-131492, gh-131461: handle exceptions in GzipFile constructor while owning resources (GH-131462) (#131518)

2025-04-05 Thread vstinner
https://github.com/python/cpython/commit/0a22407a233bf07cf8c5ade8edb5fc73fce14735 commit: 0a22407a233bf07cf8c5ade8edb5fc73fce14735 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2025-03-21T11:20:52+01:00 summary: [3.13] gh-13

[Python-checkins] [3.13] gh-130132: properly free resources in `urrlib.urlopen` examples (GH-130280) (#131394)

2025-04-05 Thread picnixz
https://github.com/python/cpython/commit/f297dabbe05fb240f5eaf0831420a8408ddec5e4 commit: f297dabbe05fb240f5eaf0831420a8408ddec5e4 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-0

[Python-checkins] gh-70647: Raise a more informative error for when date is out of range (GH-131335)

2025-04-05 Thread gpshead
https://github.com/python/cpython/commit/e0fda794fadb09f08a5d1a04aa6a7e0b42a99666 commit: e0fda794fadb09f08a5d1a04aa6a7e0b42a99666 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: gpshead date: 2025-03-20T20:47:09-07:00 summary: gh-70647: Raise a mo

[Python-checkins] gh-130197: pygettext: Test the --escape option (GH-131902)

2025-04-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/87d9983994e9a423e9e0050b1bbee52ebaf84367 commit: 87d9983994e9a423e9e0050b1bbee52ebaf84367 branch: main author: Tomas R. committer: serhiy-storchaka date: 2025-04-02T11:46:54+03:00 summary: gh-130197: pygettext: Test the --escape option (GH-131902) files:

[Python-checkins] Skip a test for Bluetooth HCI socket (added in GH-132023) if it fails (GH-132072)

2025-04-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ef70f029255b10faf659a54f79f9de4c003ec331 commit: ef70f029255b10faf659a54f79f9de4c003ec331 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-05T16:41:57+03:00 summary: Skip a test for Bluetooth HCI socket (added in GH-132023)

[Python-checkins] [3.12] Docs: document `plistlib.InvalidFileException` (GH-132069) (#132117)

2025-04-05 Thread picnixz
https://github.com/python/cpython/commit/0c110439b3e8c5a14d6ba6601d396b500c38ef02 commit: 0c110439b3e8c5a14d6ba6601d396b500c38ef02 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-0

[Python-checkins] [3.13] Add tests for Bluetooth RFCOMM, HCI and SCO (GH-132023) (GH-132071)

2025-04-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a5ed92025b7964b3919c6c34e4b9d25e6d6637a2 commit: a5ed92025b7964b3919c6c34e4b9d25e6d6637a2 branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-05T15:01:35+03:00 summary: [3.13] Add tests for Bluetooth RFCOMM, HCI and SCO (GH-132

[Python-checkins] gh-131888: fix ResourceWarning in test_ftplib (#131889)

2025-04-05 Thread vstinner
https://github.com/python/cpython/commit/b0f77c4d250789fd1deaab4912919e2e6b89e583 commit: b0f77c4d250789fd1deaab4912919e2e6b89e583 branch: main author: Thomas Grainger committer: vstinner date: 2025-04-02T14:30:19+02:00 summary: gh-131888: fix ResourceWarning in test_ftplib (#131889) files: M L

[Python-checkins] [3.12] GH-121970: Extract `pydoc_topics` into a new extension (GH-131256) (#131512)

2025-04-05 Thread AA-Turner
https://github.com/python/cpython/commit/e1626c3b70ed04e264d802a8ed83d70ca248fded commit: e1626c3b70ed04e264d802a8ed83d70ca248fded branch: 3.12 author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-03-20T15:40:3

[Python-checkins] gh-128421: add critical section around `traceback.tb_next` (#131322)

2025-04-05 Thread kumaraditya303
https://github.com/python/cpython/commit/39b37b0110d0faaa25d7cdaab008f856eec8173c commit: 39b37b0110d0faaa25d7cdaab008f856eec8173c branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-03-20T12:03:54+05:30 summary: gh-128421: add critical section around `traceback.tb_next` (#131

[Python-checkins] Generate social media preview cards for the documentation (#132101)

2025-04-05 Thread AA-Turner
https://github.com/python/cpython/commit/561965fa5c8314dee5b86586ffa16c1f369d1fa2 commit: 561965fa5c8314dee5b86586ffa16c1f369d1fa2 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-04-05T14:20:0

[Python-checkins] gh-132132: Upgrade LLVM on tail calling CI (GH-132098)

2025-04-05 Thread Fidget-Spinner
https://github.com/python/cpython/commit/92fb949eac22d1e058906123a21791ba55876090 commit: 92fb949eac22d1e058906123a21791ba55876090 branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-04-06T00:58:23+08:00 summary: gh-132132: Upgrade LLVM on tail calling CI (GH-132098) files: M .git

[Python-checkins] gh-111178: Fix function signatures in _testbuffer.c (#131463)

2025-04-05 Thread vstinner
https://github.com/python/cpython/commit/6935d96e9c2e3cc5101b8949872f6d746c75b1c0 commit: 6935d96e9c2e3cc5101b8949872f6d746c75b1c0 branch: main author: Victor Stinner committer: vstinner date: 2025-03-19T16:54:18+01:00 summary: gh-78: Fix function signatures in _testbuffer.c (#131463) files

[Python-checkins] gh-126703: Add PyCFunction freelist (GH-128692)

2025-04-05 Thread Fidget-Spinner
https://github.com/python/cpython/commit/29772b0647519254b94bdf82df1666e98c3de3a2 commit: 29772b0647519254b94bdf82df1666e98c3de3a2 branch: main author: Pieter Eendebak committer: Fidget-Spinner date: 2025-04-05T23:51:05+08:00 summary: gh-126703: Add PyCFunction freelist (GH-128692) files: A Mi

[Python-checkins] gh-131591: Fix GENERATE_DEBUG_SECTION for clangcl on Windows (GH-132112)

2025-04-05 Thread Fidget-Spinner
https://github.com/python/cpython/commit/d827d4d0184f8832075c6b75120892439a1d97ee commit: d827d4d0184f8832075c6b75120892439a1d97ee branch: main author: Chris Eibl <138194463+chris-e...@users.noreply.github.com> committer: Fidget-Spinner date: 2025-04-06T00:00:54+08:00 summary: gh-131591: Fix GENE

[Python-checkins] gh-128182: add critical section to `_ctypes.Simple` getters and setters (#132081)

2025-04-05 Thread kumaraditya303
https://github.com/python/cpython/commit/b9d8d99563b2321ebb53328b8cf4d68c361adba8 commit: b9d8d99563b2321ebb53328b8cf4d68c361adba8 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-04-05T10:27:41Z summary: gh-128182: add critical section to `_ctypes.Simple` getters and sette

[Python-checkins] Docs: Fix typo in `InternalDocs/jit.md` (#132119)

2025-04-05 Thread picnixz
https://github.com/python/cpython/commit/bfc292abc10091a9298027596d107652ee4fe166 commit: bfc292abc10091a9298027596d107652ee4fe166 branch: main author: Tomas R. committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-04-05T12:36:16+02:00 summary: Docs: Fix typo in `InternalDocs/

[Python-checkins] [3.13] Docs: document `plistlib.InvalidFileException` (GH-132069) (#132116)

2025-04-05 Thread picnixz
https://github.com/python/cpython/commit/65181de34cb25954badc8447a271c2d34303f79c commit: 65181de34cb25954badc8447a271c2d34303f79c branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-0

[Python-checkins] [3.13] gh-131015: Add test for bytes formatting errors (#131881) (#132115)

2025-04-05 Thread picnixz
https://github.com/python/cpython/commit/9de2823b5aa62f780d7308e73168e9cc71af978a commit: 9de2823b5aa62f780d7308e73168e9cc71af978a branch: 3.13 author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-04-05T11:40:33+

[Python-checkins] gh-131507: Clean up tests and type checking for `_pyrepl` (#131509)

2025-04-05 Thread ambv
https://github.com/python/cpython/commit/5d8e981c8477ce483374b2fe6cd309a08c956299 commit: 5d8e981c8477ce483374b2fe6cd309a08c956299 branch: main author: Łukasz Langa committer: ambv date: 2025-03-21T15:48:10+01:00 summary: gh-131507: Clean up tests and type checking for `_pyrepl` (#131509) files

[Python-checkins] Minor improvements to the programming FAQ (#127261)

2025-04-05 Thread AA-Turner
https://github.com/python/cpython/commit/23a658b9af410b72beeb28ba4ace2d83896c5631 commit: 23a658b9af410b72beeb28ba4ace2d83896c5631 branch: main author: Rafael Fontenelle committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-04-01T08:19:06+01:00 summary: Minor improvements t

[Python-checkins] gh-131865: Properly apply exported CFLAGS for dtrace/systemtap builds (#131866)

2025-04-05 Thread vstinner
https://github.com/python/cpython/commit/0cd4befb02df07c0b320cd6246227c13e57b2efb commit: 0cd4befb02df07c0b320cd6246227c13e57b2efb branch: main author: stratakis committer: vstinner date: 2025-03-31T17:53:49Z summary: gh-131865: Properly apply exported CFLAGS for dtrace/systemtap builds (#131866

[Python-checkins] [3.13] gh-131736: only apply `security_level` workaround in `test_ssl` for security levels greater than 1 (GH-131739) (#131967)

2025-04-05 Thread picnixz
https://github.com/python/cpython/commit/05e7fa2c2f74c82fd93ab40fc3abf2be4584c97b commit: 05e7fa2c2f74c82fd93ab40fc3abf2be4584c97b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-0

[Python-checkins] gh-131675: Fix `mi_atomic_yield` in mimalloc on 32-bit ARM (gh-131784)

2025-04-05 Thread colesbury
https://github.com/python/cpython/commit/03f6c8e239723637811fd8d278661f5292351197 commit: 03f6c8e239723637811fd8d278661f5292351197 branch: main author: Vincent Fazio committer: colesbury date: 2025-03-31T18:29:12Z summary: gh-131675: Fix `mi_atomic_yield` in mimalloc on 32-bit ARM (gh-131784) U

[Python-checkins] [3.12] gh-70647: update docs to mention the datetime 1900 year default 2/29 issue (#131534)

2025-04-05 Thread gpshead
https://github.com/python/cpython/commit/3eb7a9024b91d67d1c137633038e64e361b6fcd4 commit: 3eb7a9024b91d67d1c137633038e64e361b6fcd4 branch: 3.12 author: Gregory P. Smith committer: gpshead date: 2025-03-20T21:50:10-07:00 summary: [3.12] gh-70647: update docs to mention the datetime 1900 year defa

[Python-checkins] gh-107369: Optimise ``textwrap.indent()`` (#131923)

2025-04-05 Thread AA-Turner
https://github.com/python/cpython/commit/51e0f2b06c042b8742145ce094323a34b61f02aa commit: 51e0f2b06c042b8742145ce094323a34b61f02aa branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-03-31T18:31:3

[Python-checkins] [3.12] gh-127541: Update os.walk example (GH-127765) (#131873)

2025-04-05 Thread picnixz
https://github.com/python/cpython/commit/3cd04d47ddaabe5c09957d348474d863d9f93649 commit: 3cd04d47ddaabe5c09957d348474d863d9f93649 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-0

[Python-checkins] gh-131015: Add test for bytes formatting errors (#131881)

2025-04-05 Thread picnixz
https://github.com/python/cpython/commit/05557788f3c284ede73e6f94810ec796bb9d3721 commit: 05557788f3c284ede73e6f94810ec796bb9d3721 branch: main author: Ageev Maxim committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-04-05T10:30:16+02:00 summary: gh-131015: Add test for bytes

[Python-checkins] gh-131912: Improve description of grouping options in the format specification docs (#132030)

2025-04-05 Thread picnixz
https://github.com/python/cpython/commit/06a110f5227ba9d52f6205fde55924a14cab36ff commit: 06a110f5227ba9d52f6205fde55924a14cab36ff branch: main author: Prometheus3375 <35541026+prometheus3...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-04-05T1

[Python-checkins] Docs: document `plistlib.InvalidFileException` (#132069)

2025-04-05 Thread picnixz
https://github.com/python/cpython/commit/99e9798d61785db427eb295c847147fe5e78 commit: 99e9798d61785db427eb295c847147fe5e78 branch: main author: Yuki Kobayashi committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-04-05T08:46:17Z summary: Docs: document `plistlib.Invali

[Python-checkins] gh-85162: Add `HTTPSServer` to `http.server` to serve files over HTTPS (#129607)

2025-04-05 Thread picnixz
https://github.com/python/cpython/commit/37bc3865c87bd777eebd41f1371b2add1bff433d commit: 37bc3865c87bd777eebd41f1371b2add1bff433d branch: main author: Semyon Moroz committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-04-05T08:49:48Z summary: gh-85162: Add `HTTPSServer` to `h

[Python-checkins] [3.12] gh-131015: Add test for bytes formatting errors (#131881) (#132114)

2025-04-05 Thread picnixz
https://github.com/python/cpython/commit/6dab90a403d755b1d91b4b2417511c02dcfaeff9 commit: 6dab90a403d755b1d91b4b2417511c02dcfaeff9 branch: 3.12 author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-04-05T11:40:48+

[Python-checkins] gh-128182: add critical section to `_ctypes.PyCData` methods (#132082)

2025-04-05 Thread kumaraditya303
https://github.com/python/cpython/commit/f7a8bc50db5eda46ba1151cd966050206ac65a0f commit: f7a8bc50db5eda46ba1151cd966050206ac65a0f branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-04-05T15:24:58+05:30 summary: gh-128182: add critical section to `_ctypes.PyCData` methods (#1

[Python-checkins] [3.13] Skip a test for Bluetooth HCI socket (added in GH-132023) if it fails (GH-132072) (GH-132125)

2025-04-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6074017ec7f0612dae5bcdf3ee418a54a17aecd2 commit: 6074017ec7f0612dae5bcdf3ee418a54a17aecd2 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-04-05T14:05:27Z summary: [3.13] Sk

[Python-checkins] gh-121284: Fix email address header folding with parsed encoded-word (GH-122754)

2025-04-05 Thread encukou
https://github.com/python/cpython/commit/295b53df2aa18deb625a7da41f7e4babfe6ef34b commit: 295b53df2aa18deb625a7da41f7e4babfe6ef34b branch: main author: Mike Edmunds committer: encukou date: 2025-03-18T12:07:17+01:00 summary: gh-121284: Fix email address header folding with parsed encoded-word (G

[Python-checkins] [3.13] Backport miscellaneous Android testbed changes (#131985)

2025-04-05 Thread freakboy3742
https://github.com/python/cpython/commit/24bee4e5cf3b13410e069ac05f542d6170304aa4 commit: 24bee4e5cf3b13410e069ac05f542d6170304aa4 branch: 3.13 author: Malcolm Smith committer: freakboy3742 date: 2025-04-02T08:11:57+08:00 summary: [3.13] Backport miscellaneous Android testbed changes (#131985)

[Python-checkins] Fix numbered list syntax in programming.rst (#130158)

2025-04-05 Thread AA-Turner
https://github.com/python/cpython/commit/376631829aab72e320e19102fc55cbca5af8c733 commit: 376631829aab72e320e19102fc55cbca5af8c733 branch: main author: Rafael Fontenelle committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-04-05T20:20:21+01:00 summary: Fix numbered list sy

[Python-checkins] [3.13] Fix numbered list syntax in programming.rst (GH-130158) (#132140)

2025-04-05 Thread AA-Turner
https://github.com/python/cpython/commit/7e154bea3d78ab5384fead097b5164ac98701c26 commit: 7e154bea3d78ab5384fead097b5164ac98701c26 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] [3.12] Fix numbered list syntax in programming.rst (GH-130158) (#132141)

2025-04-05 Thread AA-Turner
https://github.com/python/cpython/commit/82b3939dafc055b95ec729df4040542bca214cb6 commit: 82b3939dafc055b95ec729df4040542bca214cb6 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] gh-131852: Filter out POT-Creation-Date in msgfmt (GH-131880)

2025-04-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ad6a032cebf59d1668caa7e726aa5da72e1cbb5c commit: ad6a032cebf59d1668caa7e726aa5da72e1cbb5c branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-04-05T22:38:39+03:00 summary: gh-131852:

[Python-checkins] GH-118761: Expose more core interpreter types in ``_types`` (#132103)

2025-04-05 Thread AA-Turner
https://github.com/python/cpython/commit/1755157207cf46eeb5037ddb80576c5840372c21 commit: 1755157207cf46eeb5037ddb80576c5840372c21 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-04-05T18:11:0

[Python-checkins] GH-131798: Narrow the result of _CONTAINS_OP_SET to bool in the JIT (GH-132057)

2025-04-05 Thread brandtbucher
https://github.com/python/cpython/commit/85bc489b649fe261f9625163c684a69a470b3dc1 commit: 85bc489b649fe261f9625163c684a69a470b3dc1 branch: main author: Tomas R. committer: brandtbucher date: 2025-04-05T15:56:01-07:00 summary: GH-131798: Narrow the result of _CONTAINS_OP_SET to bool in the JIT (G