[Python-checkins] gh-141004: Reorganize and reword the 'Useful macros' section (GH-144471)

2026-02-06 Thread encukou
https://github.com/python/cpython/commit/f85e1170d2b22d2ee42cd568144e0c9f57b0db67 commit: f85e1170d2b22d2ee42cd568144e0c9f57b0db67 branch: main author: Petr Viktorin committer: encukou date: 2026-02-06T11:55:11+01:00 summary: gh-141004: Reorganize and reword the 'Useful macros' section (GH-14447

[Python-checkins] [3.14] gh-144330: Initialize classmethod and staticmethod in new (#144498)

2026-02-06 Thread vstinner
https://github.com/python/cpython/commit/160810de89477836f2fde7139f7ab0670399efff commit: 160810de89477836f2fde7139f7ab0670399efff branch: 3.14 author: Victor Stinner committer: vstinner date: 2026-02-06T10:21:02+01:00 summary: [3.14] gh-144330: Initialize classmethod and staticmethod in new (#1

[Python-checkins] gh-144513: Skip critical section locking during stop-the-world (gh-144524)

2026-02-06 Thread colesbury
https://github.com/python/cpython/commit/0fdf6a9a71f9b3c9adc0406542902e028431e7ca commit: 0fdf6a9a71f9b3c9adc0406542902e028431e7ca branch: main author: Sam Gross committer: colesbury date: 2026-02-06T15:14:08Z summary: gh-144513: Skip critical section locking during stop-the-world (gh-144524) W

[Python-checkins] [3.14] gh-144446: Fix some frame object thread-safety issues (gh-144479) (#144546)

2026-02-06 Thread colesbury
https://github.com/python/cpython/commit/600600589347677c6cfb50daf201fd2d3d68c01f commit: 600600589347677c6cfb50daf201fd2d3d68c01f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2026-02-06T15:25:36Z summary: [3.14] gh-16

[Python-checkins] gh-144549: Fix tail calling interpreter on Windows for FT (GH-144550)

2026-02-06 Thread Fidget-Spinner
https://github.com/python/cpython/commit/895e83727d6d686ab7dd5494f3ccd52b0726502e commit: 895e83727d6d686ab7dd5494f3ccd52b0726502e branch: main author: Ken Jin committer: Fidget-Spinner date: 2026-02-06T19:20:28Z summary: gh-144549: Fix tail calling interpreter on Windows for FT (GH-144550) fil

[Python-checkins] gh-84116: Docs: Document help and aliases for argparse.add_parser() (#140574)

2026-02-06 Thread savannahostrowski
https://github.com/python/cpython/commit/74db4404eaa9b4448b50ab7be7d50487dc0585fd commit: 74db4404eaa9b4448b50ab7be7d50487dc0585fd branch: main author: Krishna-web-hub committer: savannahostrowski date: 2026-02-06T13:26:44-08:00 summary: gh-84116: Docs: Document help and aliases for argparse.add

[Python-checkins] [3.13] gh-144330: Initialize classmethod and staticmethod in new (GH-144498) (#144537)

2026-02-06 Thread vstinner
https://github.com/python/cpython/commit/b6c6cd632115a38b0a58aa03a90deff7fb2a1295 commit: b6c6cd632115a38b0a58aa03a90deff7fb2a1295 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2026-02-06T09:48:55Z summary: [3.13] gh-144330:

[Python-checkins] gh-101178: Add Ascii85, Base85, and Z85 support to binascii (GH-102753)

2026-02-06 Thread serhiy-storchaka
https://github.com/python/cpython/commit/45d4a347205ede4568d912edf820e4de80213392 commit: 45d4a347205ede4568d912edf820e4de80213392 branch: main author: kangtastic <[email protected]> committer: serhiy-storchaka date: 2026-02-06T16:43:16+02:00 summary: gh-101178: Add Ascii

[Python-checkins] gh-139103: Improve namedtuple scaling in free-threaded build (gh-144332)

2026-02-06 Thread colesbury
https://github.com/python/cpython/commit/d891b2bbd16c25995df853121d2f134d3e357cd1 commit: d891b2bbd16c25995df853121d2f134d3e357cd1 branch: main author: Sam Gross committer: colesbury date: 2026-02-06T09:43:05-05:00 summary: gh-139103: Improve namedtuple scaling in free-threaded build (gh-144332)

[Python-checkins] gh-144446: Fix some frame object thread-safety issues (gh-144479)

2026-02-06 Thread colesbury
https://github.com/python/cpython/commit/5bb3bbb9c6a7c9043a04d0cc2e82c83747040788 commit: 5bb3bbb9c6a7c9043a04d0cc2e82c83747040788 branch: main author: Sam Gross committer: colesbury date: 2026-02-06T09:43:36-05:00 summary: gh-16: Fix some frame object thread-safety issues (gh-144479) Fix t

[Python-checkins] [3.14] gh-141004: Reorganize and reword the 'Useful macros' section (GH-144471) (GH-144541)

2026-02-06 Thread encukou
https://github.com/python/cpython/commit/3fe97357ce5508f903a9022d7f0392d159a0ee77 commit: 3fe97357ce5508f903a9022d7f0392d159a0ee77 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2026-02-06T12:50:06+01:00 summary: [3.14] gh-141

[Python-checkins] gh-144490: Fix test_cppext: test the internal C API (#144536)

2026-02-06 Thread vstinner
https://github.com/python/cpython/commit/172135cc424a51492175aac6c515ad4c96ba26a2 commit: 172135cc424a51492175aac6c515ad4c96ba26a2 branch: main author: Victor Stinner committer: vstinner date: 2026-02-06T16:42:42+01:00 summary: gh-144490: Fix test_cppext: test the internal C API (#144536) Add m

[Python-checkins] gh-132132: Upgrade to VS 2026 on Windows tailcall CI (GH-144544)

2026-02-06 Thread Fidget-Spinner
https://github.com/python/cpython/commit/25e99b375d959d2a2eb78d25f592a68455532c9a commit: 25e99b375d959d2a2eb78d25f592a68455532c9a branch: main author: Ken Jin committer: Fidget-Spinner date: 2026-02-06T16:36:51Z summary: gh-132132: Upgrade to VS 2026 on Windows tailcall CI (GH-144544) Upgrade

[Python-checkins] gh-143658: Use `str.lower` and `replace` to further improve performance of `importlib.metadata.Prepared.normalized` (#144083)

2026-02-06 Thread hugovk
https://github.com/python/cpython/commit/28fb13cb33d569720938258db68956b5f9c9eb40 commit: 28fb13cb33d569720938258db68956b5f9c9eb40 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2026-02-06T19:38:58+0

[Python-checkins] gh-144493: Improve error message in _overlapped.BindLocal() (#144495)

2026-02-06 Thread vstinner
https://github.com/python/cpython/commit/56590f820e94987edf532f7b47772452a25d9c8f commit: 56590f820e94987edf532f7b47772452a25d9c8f branch: main author: David Lechner committer: vstinner date: 2026-02-06T09:51:19+01:00 summary: gh-144493: Improve error message in _overlapped.BindLocal() (#144495)

[Python-checkins] Docs: Pull expat license from `Modules/expat/` in `license.rst` (#144488)

2026-02-06 Thread vstinner
https://github.com/python/cpython/commit/cf60e0c4527b910c93c85e257e33c8b966c7e810 commit: cf60e0c4527b910c93c85e257e33c8b966c7e810 branch: main author: Stan Ulbrych <[email protected]> committer: vstinner date: 2026-02-06T09:54:34+01:00 summary: Docs: Pull expat li

[Python-checkins] gh-140715: Update `datetime.*.str*time` format code tables (GH-140716)

2026-02-06 Thread encukou
https://github.com/python/cpython/commit/fb196c6f32b3b5e1d2cf1780a7595298d0d011f1 commit: fb196c6f32b3b5e1d2cf1780a7595298d0d011f1 branch: main author: Stan Ulbrych <[email protected]> committer: encukou date: 2026-02-06T17:08:26+01:00 summary: gh-140715: Update `d

[Python-checkins] gh-144490: Fix C++ compatibility in pycore_cell.h (GH-144482)

2026-02-06 Thread ZeroIntensity
https://github.com/python/cpython/commit/a2495ff1e7b370c26128aa41298edb9ff06b5666 commit: a2495ff1e7b370c26128aa41298edb9ff06b5666 branch: main author: Alper committer: ZeroIntensity date: 2026-02-06T22:11:58-05:00 summary: gh-144490: Fix C++ compatibility in pycore_cell.h (GH-144482) files: M

[Python-checkins] [3.14] gh-144490: Fix C++ compatibility in pycore_cell.h (GH-144482) (GH-144555)

2026-02-06 Thread ZeroIntensity
https://github.com/python/cpython/commit/60d42813523dc18be8484d611339434fc4d24b53 commit: 60d42813523dc18be8484d611339434fc4d24b53 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2026-02-07T03:37:41Z summary: [3.14] gh-14