[Python-checkins] Python 3.14.0

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/ebf955df7a89ed0c7968f79faec1de49f61ed7cb commit: ebf955df7a89ed0c7968f79faec1de49f61ed7cb branch: 3.14 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-10-07T12:34:52+0

[Python-checkins] gh-133210: Fix `test_types` with `--without-doc-strings` (#139548)

2025-10-17 Thread sobolevn
https://github.com/python/cpython/commit/18d4e2ecd4e7414ef2285de457fcf81108f36a21 commit: 18d4e2ecd4e7414ef2285de457fcf81108f36a21 branch: main author: sobolevn committer: sobolevn date: 2025-10-03T21:52:45Z summary: gh-133210: Fix `test_types` with `--without-doc-strings` (#139548) files: M Li

[Python-checkins] [3.13] gh-138072: Fix typos and grammatical errors and improve clarity in asyncio howto document (GH-138895) (#140092)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/eec807a5bbdb149c14c380bdc877ebf19b52c9d8 commit: eec807a5bbdb149c14c380bdc877ebf19b52c9d8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-1

[Python-checkins] gh-115119: Update macOS installer to use libmpdecimal 4.0.1. (#140077)

2025-10-17 Thread ned-deily
https://github.com/python/cpython/commit/8e0bf4fe5d7835ef912758b4eeab6c94794da696 commit: 8e0bf4fe5d7835ef912758b4eeab6c94794da696 branch: main author: Ned Deily committer: ned-deily date: 2025-10-14T00:48:27-04:00 summary: gh-115119: Update macOS installer to use libmpdecimal 4.0.1. (#140077)

[Python-checkins] [3.13] gh-139843: Document signals (SIGSTOP, SIGVTALRM, SIGPROF) to fix sphinx references (GH-139896) (GH-139909)

2025-10-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/70ae4c8ef64ede87b1a6eaeefbf309c9c6dc432d commit: 70ae4c8ef64ede87b1a6eaeefbf309c9c6dc432d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-10-10T15:34:52Z summary: [3.13] gh-13

[Python-checkins] gh-138044: Fix `importlib.resources.files` deprecation docs (#139632)

2025-10-17 Thread sobolevn
https://github.com/python/cpython/commit/d6dd64ac654898b4ce713c16c49eadb0c6e9d7dc commit: d6dd64ac654898b4ce713c16c49eadb0c6e9d7dc branch: main author: sobolevn committer: sobolevn date: 2025-10-12T01:52:01+03:00 summary: gh-138044: Fix `importlib.resources.files` deprecation docs (#139632) fil

[Python-checkins] Remove link to the PDF downloads (#139142)

2025-10-17 Thread AA-Turner
https://github.com/python/cpython/commit/6b5f15698a436591f7c305c576a2d366c38d9997 commit: 6b5f15698a436591f7c305c576a2d366c38d9997 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-09-29T18:59:2

[Python-checkins] gh-138772: Add tests for Turtle.dot() signature (GH-138773)

2025-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2462807b702d9a71f0bd73a6618d4948491852a0 commit: 2462807b702d9a71f0bd73a6618d4948491852a0 branch: main author: Jan-Eric Nitschke <[email protected]> committer: serhiy-storchaka date: 2025-09-25T16:46:12+03:00 summary: gh-138

[Python-checkins] [3.14] gh-126631: gh-137996: fix pre-loading of `__main__` (GH-135295) (#138607)

2025-10-17 Thread gpshead
https://github.com/python/cpython/commit/64f0e2d6fac3729ea1bc7ea3a07934e8b486d608 commit: 64f0e2d6fac3729ea1bc7ea3a07934e8b486d608 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-10-0

[Python-checkins] gh-139573: Update OpenSSL in CI (GH-139577)

2025-10-17 Thread zware
https://github.com/python/cpython/commit/98e748b3a0d97bd2c785efc63693f971113b3b63 commit: 98e748b3a0d97bd2c785efc63693f971113b3b63 branch: main author: Zachary Ware committer: zware date: 2025-10-04T19:43:17-05:00 summary: gh-139573: Update OpenSSL in CI (GH-139577) files: M .github/workflows/b

[Python-checkins] Doc: Improve clarity for subinterpreters in What's New in 3.14 (#139221)

2025-10-17 Thread AA-Turner
https://github.com/python/cpython/commit/25edfa7cf1c0ddeaae2dd76ca6c18807b339257a commit: 25edfa7cf1c0ddeaae2dd76ca6c18807b339257a branch: main author: Cornelius Roemer committer: AA-Turner <[email protected]> date: 2025-10-07T18:53:27Z summary: Doc: Improve clarity for s

[Python-checkins] gh-140137: Handle empty collections in profiling.sampling (#140154)

2025-10-17 Thread pablogsal
https://github.com/python/cpython/commit/0c66da8de45e7decdd06face441f7517eb8efe22 commit: 0c66da8de45e7decdd06face441f7517eb8efe22 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-10-15T14:59:12+01:00 summary: gh-140137: Handle empty collections in profiling.sampling (#

[Python-checkins] [3.14] gh-138163: skip failures if tests are run with `SCHED_BATCH` on glibc (GH-138576) (GH-138820)

2025-10-17 Thread encukou
https://github.com/python/cpython/commit/7a1a79d731cea2e6384f64387be9e472b65b4e96 commit: 7a1a79d731cea2e6384f64387be9e472b65b4e96 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T20:01:51+02:00 summary: [3.14] gh-138

[Python-checkins] [3.14] gh-137638: Use macos-15-intel in GitHub Actions (GH-139154) (#139545)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/a81eeaf5829766fa51c099490c61b369db2903f3 commit: a81eeaf5829766fa51c099490c61b369db2903f3 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-0

[Python-checkins] [3.14] gh-134698: Hold a lock when the thread state is detached in `ssl` (GH-134724) (GH-137107)

2025-10-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/e51acb3fa6d752dcbdf659f3279cb3026216c9b8 commit: e51acb3fa6d752dcbdf659f3279cb3026216c9b8 branch: 3.14 author: Gregory P. Smith <[email protected]> committer: ZeroIntensity date: 2025-10-07T18:49:22Z summary: [3.14] gh-134698: Hold a l

[Python-checkins] gh-139877: Use PyBytesWriter in pycore_blocks_output_buffer.h (#139976)

2025-10-17 Thread emmatyping
https://github.com/python/cpython/commit/f262297d525e87906c5e4ab28e80284189641c9e commit: f262297d525e87906c5e4ab28e80284189641c9e branch: main author: Emma Smith committer: emmatyping date: 2025-10-14T10:03:55-07:00 summary: gh-139877: Use PyBytesWriter in pycore_blocks_output_buffer.h (#139976

[Python-checkins] Replace ambiguous word "pound" by "hash" in `difflib` docs (#139601)

2025-10-17 Thread picnixz
https://github.com/python/cpython/commit/dadbb2662a405a34763db0298025f6af06342849 commit: dadbb2662a405a34763db0298025f6af06342849 branch: main author: George Ogden <[email protected]> committer: picnixz <[email protected]> date: 2025-10-05T17:10

[Python-checkins] [3.10] gh-139400: Make sure that parent parsers outlive their subparsers in `pyexpat` (GH-139403) (#139613)

2025-10-17 Thread pablogsal
https://github.com/python/cpython/commit/8ea678d6d160d620e951b2c00484ab31c25dc4d3 commit: 8ea678d6d160d620e951b2c00484ab31c25dc4d3 branch: 3.10 author: Sebastian Pipping committer: pablogsal date: 2025-10-07T00:34:14+01:00 summary: [3.10] gh-139400: Make sure that parent parsers outlive their su

[Python-checkins] [3.14] Replace ambiguous word "pound" by "hash" in `difflib` docs (GH-139601) (GH-139616)

2025-10-17 Thread encukou
https://github.com/python/cpython/commit/3a880241c6b863f887cbc0a7ad820398fb006b08 commit: 3a880241c6b863f887cbc0a7ad820398fb006b08 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T20:19:50+02:00 summary: [3.14] Replac

[Python-checkins] [3.14] gh-139065: Fix trailing space before long word in textwrap (GH-139070) (GH-139902)

2025-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ade6dea24bcb3daa18447edc46a4dbfa351df45d commit: ade6dea24bcb3daa18447edc46a4dbfa351df45d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-10-10T13:54:46Z summary: [3.14] gh

[Python-checkins] Add warnings filter suggestions to PEP 765 entry in What's New (#139658)

2025-10-17 Thread AA-Turner
https://github.com/python/cpython/commit/331158065b7426a791217157585e565157bb851c commit: 331158065b7426a791217157585e565157bb851c branch: main author: Alyssa Coghlan committer: AA-Turner <[email protected]> date: 2025-10-06T20:41:08+01:00 summary: Add warnings filter sug

[Python-checkins] Add mention of other fixed bug in the gh-139640 NEWS entry (GH-140122)

2025-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/404425575c68bef9d2f042710fc713134d04c23f commit: 404425575c68bef9d2f042710fc713134d04c23f branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-10-14T18:56:19+03:00 summary: Add mention of other fixed bug in the gh-139640 NEWS entry

[Python-checkins] gh-133059: Increase the small positive integer cache to 1024 (GH-133160)

2025-10-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/7ce25edb8f41e527ed479bf61ef36dc9841b4ac5 commit: 7ce25edb8f41e527ed479bf61ef36dc9841b4ac5 branch: main author: dgpb <[email protected]> committer: ZeroIntensity date: 2025-09-24T17:05:30-04:00 summary: gh-133059: Increase the small pos

[Python-checkins] [3.14] GH-139809: Fix argparse subcommand prog not respecting color environment variables (GH-139818) (#139866)

2025-10-17 Thread savannahostrowski
https://github.com/python/cpython/commit/af1cb1cdb883a3cd4ec0f284cc714cfc246f12cd commit: af1cb1cdb883a3cd4ec0f284cc714cfc246f12cd branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2025-10-09T17:19:54Z summary: [3.14] G

[Python-checkins] [3.13] gh-139210: Move gh-139210 patch NEWS file to correct section (GH-139469) (GH-139470)

2025-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f42eafdd09b6c3c8459c25593df6655b5a386c2a commit: f42eafdd09b6c3c8459c25593df6655b5a386c2a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-10-01T08:59:48Z summary: [3.13] gh

[Python-checkins] GH-137218: Fix unnecessary recompile of `Programs/_freeze_module` (#139241)

2025-10-17 Thread savannahostrowski
https://github.com/python/cpython/commit/9964320d155907bcb3858e5ee99ea48b140d4772 commit: 9964320d155907bcb3858e5ee99ea48b140d4772 branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2025-10-04T20:05:37-07:00 summary: GH-137218: Fix unnecessary recompile of `Programs/_free

[Python-checkins] gh-139155: Remove "dictionaries are sorted by key" note in `pprint` docs (GH-139159)

2025-10-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/68622be935b36f0ca75729157992972dbf426603 commit: 68622be935b36f0ca75729157992972dbf426603 branch: main author: Bartosz Sławecki committer: ZeroIntensity date: 2025-10-12T12:48:22-04:00 summary: gh-139155: Remove "dictionaries are sorted by key" note in `p

[Python-checkins] [3.10] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (#139379)

2025-10-17 Thread pablogsal
https://github.com/python/cpython/commit/7252d2b73b3dea0c17a644527b767aa6da1305bd commit: 7252d2b73b3dea0c17a644527b767aa6da1305bd branch: 3.10 author: Stan Ulbrych <[email protected]> committer: pablogsal date: 2025-09-28T14:47:31+01:00 summary: [3.10] gh-139312:

[Python-checkins] GH-123299: Copyedit 3.14 What's New: New and Improved Modules (#139530)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/c33dc154b4d219a696f3fbe8965a38907c371780 commit: c33dc154b4d219a696f3fbe8965a38907c371780 branch: main author: Adam Turner <[email protected]> committer: hugovk <[email protected]> date: 2025-10-04T15:58:51+03:0

[Python-checkins] gh-139590: Stricter `ruff` rules for `Tools/wasm` (#139752)

2025-10-17 Thread sobolevn
https://github.com/python/cpython/commit/678e0b818c0d6063907f55263bbc0e194b492c8e commit: 678e0b818c0d6063907f55263bbc0e194b492c8e branch: main author: sobolevn committer: sobolevn date: 2025-10-09T01:13:27+03:00 summary: gh-139590: Stricter `ruff` rules for `Tools/wasm` (#139752) files: M .pre

[Python-checkins] gh-116738: make `mmap` module thread-safe (#139237)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/7f155f9c46e2dd7dec5e12ebec3323dfd95fe1f0 commit: 7f155f9c46e2dd7dec5e12ebec3323dfd95fe1f0 branch: main author: Alper committer: kumaraditya303 date: 2025-10-09T12:00:47+05:30 summary: gh-116738: make `mmap` module thread-safe (#139237) files: A Lib/test/

[Python-checkins] [3.11] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (GH-139552) (GH-139762)

2025-10-17 Thread ambv
https://github.com/python/cpython/commit/854c029d3072cdf60f9cd7878a3e7c25e37cd8df commit: 854c029d3072cdf60f9cd7878a3e7c25e37cd8df branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-09T11:06:51+02:00 summary: [3.11] gh-139310

[Python-checkins] [3.14] gh-138010: Fix `__init_subclass__` forwarding by `warnings.deprecated` (GH-138210) (#138561)

2025-10-17 Thread JelleZijlstra
https://github.com/python/cpython/commit/51dfc67092475e6772485aac8394c342771f96af commit: 51dfc67092475e6772485aac8394c342771f96af branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-10-07T21:29:28-07:00 summary: [3.14]

[Python-checkins] [3.13] gh-139308: Skip test_special_chars_csh on NetBSD due to csh variable expansion issue (GH-139341) (#139560)

2025-10-17 Thread vstinner
https://github.com/python/cpython/commit/de84a03099cb192f26f38712903004b34e16532a commit: de84a03099cb192f26f38712903004b34e16532a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-08T14:10:34Z summary: [3.13] gh-139308:

[Python-checkins] [3.14] gh-126662: naming consistency for `signal.ItimerError` (GH-126712) (#137122)

2025-10-17 Thread vstinner
https://github.com/python/cpython/commit/c1cb785ebd0859a3c560091c5bb4f7f559656b44 commit: c1cb785ebd0859a3c560091c5bb4f7f559656b44 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-07T19:42:46+02:00 summary: [3.14] gh-12

[Python-checkins] gh-139573: Update Android to OpenSSL 3.0.18 (#139562)

2025-10-17 Thread freakboy3742
https://github.com/python/cpython/commit/0f0fc5a16368ea45541137cff6b90d63bad5eb26 commit: 0f0fc5a16368ea45541137cff6b90d63bad5eb26 branch: main author: Malcolm Smith committer: freakboy3742 date: 2025-10-05T08:15:29+08:00 summary: gh-139573: Update Android to OpenSSL 3.0.18 (#139562) Update And

[Python-checkins] [3.14] gh-131178: Add tests for `site` command-line interface (GH-133582) (GH-137832)

2025-10-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/df739f33d375f515c2e5c73446a7a14ed4e0cef8 commit: df739f33d375f515c2e5c73446a7a14ed4e0cef8 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-10-07T19:11:43Z summary: [3.14] gh-13

[Python-checkins] [3.14] gh-138859: Account for `ParamSpec` defaults that are not lists … (GH-138868) (#140207)

2025-10-17 Thread JelleZijlstra
https://github.com/python/cpython/commit/54261b67825811a0dcc07a0cc6dfc85bbeb0c79f commit: 54261b67825811a0dcc07a0cc6dfc85bbeb0c79f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-10-16T13:26:29-07:00 summary: [3.14]

[Python-checkins] gh-140000: Traverse `name` attribute for `TypeVar`, `TypeVarTuple`, `TypeAliasType`, `ParamSpec` (#140016)

2025-10-17 Thread JelleZijlstra
https://github.com/python/cpython/commit/be60e4b4f34a097d999d337446786ae14e35c964 commit: be60e4b4f34a097d999d337446786ae14e35c964 branch: main author: Mikhail Efimov committer: JelleZijlstra date: 2025-10-13T13:10:39-07:00 summary: gh-14: Traverse `name` attribute for `TypeVar`, `TypeVarTup

[Python-checkins] gh-139817: Attribute `__qualname__` is added to `TypeAliasType` (#139919)

2025-10-17 Thread JelleZijlstra
https://github.com/python/cpython/commit/f673f0e7b49b305ba7608386a354da328066a664 commit: f673f0e7b49b305ba7608386a354da328066a664 branch: main author: Mikhail Efimov committer: JelleZijlstra date: 2025-10-15T09:08:17-07:00 summary: gh-139817: Attribute `__qualname__` is added to `TypeAliasType`

[Python-checkins] [3.14] gh-138902: Fix generator send arg name (GH-138905) (#138914)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/fad7bfc2829d262e68af4049188351b12ad2 commit: fad7bfc2829d262e68af4049188351b12ad2 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-07T23:27:05+05:30 summary: [3.14]

[Python-checkins] [3.14] GH-123299: Announce final release in What's New in Python 3.14 (GH-139631) (#139685)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/33f1330bd5a18019336b65bb9ee9c8e7c57c79e1 commit: 33f1330bd5a18019336b65bb9ee9c8e7c57c79e1 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-0

[Python-checkins] gh-139698: Fix typo in What's New 3.14 (#139699)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/d396a32b3d1a4b3a35bdfc8b44521d3021a108c7 commit: d396a32b3d1a4b3a35bdfc8b44521d3021a108c7 branch: main author: Stan Ulbrych <[email protected]> committer: kumaraditya303 date: 2025-10-07T23:09:45+05:30 summary: gh-139698: Fi

[Python-checkins] [3.14] gh-101100: Fix sphinx warnings in `library/smtplib.rst` (GH-139991) (#140084)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/4c0dab9807f02bb1eebc844e72932c78211b2f7f commit: 4c0dab9807f02bb1eebc844e72932c78211b2f7f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-1

[Python-checkins] gh-102247: Improve documentation of http.HTTPStatus members update (#133190)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/7caa591bb96e75bc74a64f6bbbff4ddfd75655dc commit: 7caa591bb96e75bc74a64f6bbbff4ddfd75655dc branch: main author: Loïc Simon committer: hugovk <[email protected]> date: 2025-10-14T11:18:17+03:00 summary: gh-102247: Improve documentation

[Python-checkins] gh-139988: fix a leak when failing to create a Union type (#139990)

2025-10-17 Thread picnixz
https://github.com/python/cpython/commit/6710156bd27dd48493d15f515506a0ead5d0328f commit: 6710156bd27dd48493d15f515506a0ead5d0328f branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-10-12T12:51:44+

[Python-checkins] [3.14] gh-138756: Fix leak of inittab memory in PyInitConfig_Free() (GH-138792) (#139703)

2025-10-17 Thread vstinner
https://github.com/python/cpython/commit/9e091dbf0224852872a9c546c1f829350aafa418 commit: 9e091dbf0224852872a9c546c1f829350aafa418 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-07T17:11:20Z summary: [3.14] gh-138756:

[Python-checkins] [3.14] gh-137239: Add *_max functions to heapq.__all__ (gh-137241) (#137256)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/a03dd74c9444930928c5e817f156223affb741f8 commit: a03dd74c9444930928c5e817f156223affb741f8 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-07T23:22:07+05:30 summary: [3.14]

[Python-checkins] gh-114827: clarify `threading.Event.wait` timeout behavior (#114834)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/13e9c2d18de26a590f9b11b1add637200bf66dd1 commit: 13e9c2d18de26a590f9b11b1add637200bf66dd1 branch: main author: Doug Hoskisson committer: hugovk <[email protected]> date: 2025-10-14T11:34:53+03:00 summary: gh-114827: clarify `threading

[Python-checkins] [3.14] gh-139842: Clarify `__module__` description in typing.rst (GH-139863) (#139869)

2025-10-17 Thread AlexWaygood
https://github.com/python/cpython/commit/60732d7397485262bd9fec4b017d029dd16b5e3a commit: 60732d7397485262bd9fec4b017d029dd16b5e3a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2025-10-09T18:01:53Z summary: [3.14] gh-1398

[Python-checkins] gh-133210: Fix `test_pydoc` without docstrings (#139654)

2025-10-17 Thread vstinner
https://github.com/python/cpython/commit/708de26e31b65cd3ae768882c8da59284917a80d commit: 708de26e31b65cd3ae768882c8da59284917a80d branch: main author: Mikhail Efimov committer: vstinner date: 2025-10-06T16:51:10+02:00 summary: gh-133210: Fix `test_pydoc` without docstrings (#139654) files: M L

[Python-checkins] [3.14] gh-139748: fix leaks in AC error paths when using unicode FS-b… (#139789)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/90cd009209fc494a62ebfdbea18a4e557f8e2fbb commit: 90cd009209fc494a62ebfdbea18a4e557f8e2fbb branch: 3.14 author: Kumar Aditya committer: kumaraditya303 date: 2025-10-08T22:16:21+05:30 summary: [3.14] gh-139748: fix leaks in AC error paths when using unicode

[Python-checkins] gh-116738: test `uuid` module thread safety in free-threading (#140068)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/9a87ce8b57f5d698900d84b4f6f5aa47b5f37a89 commit: 9a87ce8b57f5d698900d84b4f6f5aa47b5f37a89 branch: main author: Alper committer: kumaraditya303 date: 2025-10-16T23:57:51+05:30 summary: gh-116738: test `uuid` module thread safety in free-threading (#140068)

[Python-checkins] gh-83714: Check for struct statx.stx_atomic_write_unit_max_opt in configure (#140185)

2025-10-17 Thread vstinner
https://github.com/python/cpython/commit/5a31024da45eb00f5450269cad4481131d77c81f commit: 5a31024da45eb00f5450269cad4481131d77c81f branch: main author: Jeffrey Bosboom committer: vstinner date: 2025-10-16T13:40:47+02:00 summary: gh-83714: Check for struct statx.stx_atomic_write_unit_max_opt in c

[Python-checkins] [3.13] gh-101828: Fix `jisx0213` codecs removing null characters (gh-139340) (gh-140112)

2025-10-17 Thread corona10
https://github.com/python/cpython/commit/c5ec267311f9312c75ebef330dd210cc64ec0c24 commit: c5ec267311f9312c75ebef330dd210cc64ec0c24 branch: 3.13 author: Stan Ulbrych <[email protected]> committer: corona10 date: 2025-10-14T14:48:29Z summary: [3.13] gh-101828: Fix `j

[Python-checkins] gh-139208: Fix regrtest --fast-ci --verbose (#139240)

2025-10-17 Thread vstinner
https://github.com/python/cpython/commit/dd683f8f341dd0c95ac4f1363d92d141ea5b3842 commit: dd683f8f341dd0c95ac4f1363d92d141ea5b3842 branch: main author: Victor Stinner committer: vstinner date: 2025-09-23T16:09:01+02:00 summary: gh-139208: Fix regrtest --fast-ci --verbose (#139240) Don't ignore

[Python-checkins] [3.14] gh-116738: make `cProfile` module thread-safe (GH-138229) (#138575)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/4429554223fb6aff93992b550f83f9ca3cd8cd22 commit: 4429554223fb6aff93992b550f83f9ca3cd8cd22 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-07T18:51:22Z summary: [3.14] gh-1

[Python-checkins] [3.13] gh-139210: Fix use-after-free in xml.etree.ElementTree.iterparse() (GH-139211) (GH-139456)

2025-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f48128b6b3722ee2b2cef026e9679e37bd5b2517 commit: f48128b6b3722ee2b2cef026e9679e37bd5b2517 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-09-30T18:14:44Z summary: [3.13] gh

[Python-checkins] gh-139116: tracemalloc: Detach thread state when acquiring tables_lock (GH-139449)

2025-10-17 Thread encukou
https://github.com/python/cpython/commit/01157e0cdff1321a065b0a00c5a97460f52af07e commit: 01157e0cdff1321a065b0a00c5a97460f52af07e branch: main author: Petr Viktorin committer: encukou date: 2025-09-30T16:43:49+02:00 summary: gh-139116: tracemalloc: Detach thread state when acquiring tables_lock

[Python-checkins] [3.14] gh-116738: add multi-threaded tests for `resource` module on free-threading builds (GH-138504) (#138793)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/08673d8a51cabc1f8a628a0c8e3be375523f76ff commit: 08673d8a51cabc1f8a628a0c8e3be375523f76ff branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-07T18:23:58Z summary: [3.14] gh-1

[Python-checkins] [3.14] gh-135729: Store reference to globals in `Interpreter._decref` (GH-139104) (GH-139112)

2025-10-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/070993b8ad26e6dd0f97d07db19d1400aa613a47 commit: 070993b8ad26e6dd0f97d07db19d1400aa613a47 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-10-07T14:18:15-04:00 summary: [3.14]

[Python-checkins] [3.14] gh-140120: Refresh HACL* to fix an hmac memory leak (GH-140188) (#140192)

2025-10-17 Thread gpshead
https://github.com/python/cpython/commit/32e60fa220ec096739f95485f2b62ab950d921e4 commit: 32e60fa220ec096739f95485f2b62ab950d921e4 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-10-1

[Python-checkins] [3.14] gh-139672: Remove references to `passlib` (GH-139673) (#139867)

2025-10-17 Thread Eclips4
https://github.com/python/cpython/commit/2cc13ff304b92a5c371c52a653fb275326714a1a commit: 2cc13ff304b92a5c371c52a653fb275326714a1a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2025-10-09T17:19:35Z summary: [3.14] gh-139672:

[Python-checkins] Python 3.13.8

2025-10-17 Thread Yhg1s
https://github.com/python/cpython/commit/a15ae614deb58f78f9f4aa11ed18a0afc6a9df7d commit: a15ae614deb58f78f9f4aa11ed18a0afc6a9df7d branch: 3.13 author: Thomas Wouters committer: Yhg1s date: 2025-10-07T14:01:51+02:00 summary: Python 3.13.8 files: A Misc/NEWS.d/3.13.8.rst D Misc/NEWS.d/next/Build

[Python-checkins] [3.14] Update the availability info in the resource docs (#137939)

2025-10-17 Thread AA-Turner
https://github.com/python/cpython/commit/b4d8faa22142cde789388068d0230b9ffdd95eac commit: b4d8faa22142cde789388068d0230b9ffdd95eac branch: 3.14 author: Serhiy Storchaka committer: AA-Turner <[email protected]> date: 2025-10-07T19:25:34+01:00 summary: [3.14] Update the ava

[Python-checkins] [3.14] gh-134953: Make the True/False/None check more efficient (GH-138931) (#138939)

2025-10-17 Thread pablogsal
https://github.com/python/cpython/commit/4372a05ab0b4ee2b3c5bf13e07508653f257e418 commit: 4372a05ab0b4ee2b3c5bf13e07508653f257e418 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-09-29T21:11:41+01:00 summary: [3.14] gh-1

[Python-checkins] [3.14] gh-132551: make `io.BytesIO` thread safe (GH-132616) (#138551)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/23cc8f789d8366573cf12c4495b5a4c9afa64005 commit: 23cc8f789d8366573cf12c4495b5a4c9afa64005 branch: 3.14 author: Kumar Aditya committer: kumaraditya303 date: 2025-10-07T23:48:28+05:30 summary: [3.14] gh-132551: make `io.BytesIO` thread safe (GH-132616) (#13

[Python-checkins] [3.14] gh-69605: Hardcode some stdlib submodules in PyREPL module completion (os.path, collections.abc...) (GH-138268) (GH-138943)

2025-10-17 Thread ambv
https://github.com/python/cpython/commit/d912e9a8520c92ec0fed2bc8e8fd5cc83fa8776b commit: d912e9a8520c92ec0fed2bc8e8fd5cc83fa8776b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-07T21:24:01+02:00 summary: [3.14] gh-69605:

[Python-checkins] [3.13] gh-82575: Adjust `time.get_clock_info` *adjustable* attribute doc (GH-135920) (#140098)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/215068442cc23ad155253838ee150dbf1aedfad7 commit: 215068442cc23ad155253838ee150dbf1aedfad7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-1

[Python-checkins] [3.13] gh-116488: Mention `dict.get` in the data structures tutorial (GH-139643) (GH-139656)

2025-10-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/1d39dba759049ee330b5b35d8f0f46f2a283bc4c commit: 1d39dba759049ee330b5b35d8f0f46f2a283bc4c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-10-06T13:11:49Z summary: [3.13] gh-11

[Python-checkins] gh-124111: Update macOS installer to use Tcl/Tk 8.6.17. (#139682)

2025-10-17 Thread ned-deily
https://github.com/python/cpython/commit/6d804e4efb8ed2ebeb9cef9577945c46c0038178 commit: 6d804e4efb8ed2ebeb9cef9577945c46c0038178 branch: main author: Ned Deily committer: ned-deily date: 2025-10-07T00:53:05-04:00 summary: gh-124111: Update macOS installer to use Tcl/Tk 8.6.17. (#139682) files

[Python-checkins] [3.14] Update the dbm documentation (GH-137919) (#137962)

2025-10-17 Thread AA-Turner
https://github.com/python/cpython/commit/700d425564016886c24b9cc6cf2365b4cdcd7901 commit: 700d425564016886c24b9cc6cf2365b4cdcd7901 branch: 3.14 author: Serhiy Storchaka committer: AA-Turner <[email protected]> date: 2025-10-07T19:26:00+01:00 summary: [3.14] Update the dbm

[Python-checkins] gh-133951: Fix purelib packages not found in test_peg_generator TestCParser (GH-139607)

2025-10-17 Thread encukou
https://github.com/python/cpython/commit/b73aaffb3da0174ee8ae62767b6c363996cfe90c commit: b73aaffb3da0174ee8ae62767b6c363996cfe90c branch: main author: Cycloctane committer: encukou date: 2025-10-06T14:40:48+02:00 summary: gh-133951: Fix purelib packages not found in test_peg_generator TestCPars

[Python-checkins] gh-101100: Fix reference warnings in `c-api/init.rst` documenting `PyGILState_STATE` (#139572)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/d2deb8fdef1ac5e54564448677cdb1522f1b776d commit: d2deb8fdef1ac5e54564448677cdb1522f1b776d branch: main author: Stan Ulbrych <[email protected]> committer: hugovk <[email protected]> date: 2025-10-09T12:34

[Python-checkins] [3.13] gh-139436: Remove link to the PDF downloads (GH-139142) (#139427)

2025-10-17 Thread Yhg1s
https://github.com/python/cpython/commit/cb4b09a2e1cba32ddc016feb251d10c4519e2e5f commit: cb4b09a2e1cba32ddc016feb251d10c4519e2e5f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-10-07T13:34:51+02:00 summary: [3.13] gh-13943

[Python-checkins] [3.14] gh-116488: Mention `dict.get` in the data structures tutorial (GH-139643) (#139655)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/57c37a4623237046e28e165cab4de017aa271b9f commit: 57c37a4623237046e28e165cab4de017aa271b9f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-0

[Python-checkins] [3.14] gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and naming (#138738) (GH-139062)

2025-10-17 Thread encukou
https://github.com/python/cpython/commit/ebbfd8f51af471ce4857cafe11cf77d7a1ef2034 commit: ebbfd8f51af471ce4857cafe11cf77d7a1ef2034 branch: 3.14 author: Erlend E. Aasland committer: encukou date: 2025-10-07T20:38:26+02:00 summary: [3.14] gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter

[Python-checkins] [3.14] gh-138004: Fix setting a thread name on OpenIndiana (GH-138017) (#138384)

2025-10-17 Thread vstinner
https://github.com/python/cpython/commit/ffc67b3505cdf7c4e7fa50a7916a06accf4961ba commit: ffc67b3505cdf7c4e7fa50a7916a06accf4961ba branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-07T20:58:35+02:00 summary: [3.14] gh-13

[Python-checkins] [3.14] gh-136912: fix handling of `OverflowError` in `hmac.digest` (GH-136917) (#137116)

2025-10-17 Thread picnixz
https://github.com/python/cpython/commit/8ad6eda4830f480380f84c2847acd7f550b2d1c2 commit: 8ad6eda4830f480380f84c2847acd7f550b2d1c2 branch: 3.14 author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-10-08T12:09:45+

[Python-checkins] [3.14] gh-137754: Fix import of zoneinfo if _datetime is not available (GH-137845) (GH-138084)

2025-10-17 Thread encukou
https://github.com/python/cpython/commit/333cab0da7e148c713a862330fabc269a145536a commit: 333cab0da7e148c713a862330fabc269a145536a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-08T14:28:41+02:00 summary: [3.14] gh-137

[Python-checkins] `Doc/library/zoneinfo.rst`: Fix typo (#139190)

2025-10-17 Thread pganssle
https://github.com/python/cpython/commit/4fb338d844a1e992857a17b5bd1269837e847fb2 commit: 4fb338d844a1e992857a17b5bd1269837e847fb2 branch: main author: Stan Ulbrych <[email protected]> committer: pganssle <[email protected]> date: 2025-09-22T0

[Python-checkins] Python 3.9.24

2025-10-17 Thread ambv
https://github.com/python/cpython/commit/91bdb00dfed8634de52e2f64cba7545deb20f74c commit: 91bdb00dfed8634de52e2f64cba7545deb20f74c branch: 3.9 author: Łukasz Langa committer: ambv date: 2025-10-09T13:54:19+02:00 summary: Python 3.9.24 files: A Misc/NEWS.d/3.9.24.rst D Misc/NEWS.d/next/Library/2

[Python-checkins] [3.13] gh-96491: Deduplicate version in IDLE shell title (GH-139841) (#139932)

2025-10-17 Thread terryjreedy
https://github.com/python/cpython/commit/6a9908ee9469756229d021faf6c1fcb0210e5ba3 commit: 6a9908ee9469756229d021faf6c1fcb0210e5ba3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-10-11T02:00:21Z summary: [3.13] gh-9649

[Python-checkins] GH-123299: Announce final release in What's New in Python 3.14 (#139631)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/134ff810cfc479c56b770f769cf8d1b680e13009 commit: 134ff810cfc479c56b770f769cf8d1b680e13009 branch: main author: Adam Turner <[email protected]> committer: hugovk <[email protected]> date: 2025-10-07T08:49:59Z sum

[Python-checkins] [3.14] gh-139400: Move NEWS item from section "Core and Builtins" to section "Security" (GH-139606) (#139663)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/ab89ca06faa57f94be7783f00b984b3b73b78721 commit: ab89ca06faa57f94be7783f00b984b3b73b78721 branch: 3.14 author: Sebastian Pipping committer: hugovk <[email protected]> date: 2025-10-06T18:12:43+03:00 summary: [3.14] gh-139400: Move NEW

[Python-checkins] GH-139174: Prepare `pathlib.Path.info` for new methods (part 2) (#140155)

2025-10-17 Thread barneygale
https://github.com/python/cpython/commit/1bfe86cca3ec16351d69fa778f1212f1dd84 commit: 1bfe86cca3ec16351d69fa778f1212f1dd84 branch: main author: Barney Gale committer: barneygale date: 2025-10-18T02:13:25+01:00 summary: GH-139174: Prepare `pathlib.Path.info` for new methods (part 2) (#140

[Python-checkins] gh-90949: Fix an "unused function" compiler warning introduced in GH-139234 (#139558)

2025-10-17 Thread picnixz
https://github.com/python/cpython/commit/fc48a3c9cac5b9e8c6a56ec2294b01a8da9f8dee commit: fc48a3c9cac5b9e8c6a56ec2294b01a8da9f8dee branch: main author: Sebastian Pipping committer: picnixz <[email protected]> date: 2025-10-04T14:19:06Z summary: gh-90949: Fix an "unused fun

[Python-checkins] [3.9] gh-121227: Disallow setting an empty list for NPN (GH-137161)

2025-10-17 Thread ambv
https://github.com/python/cpython/commit/a2cdbb6e8188ba9ba8b356b28d91bff60e86fe31 commit: a2cdbb6e8188ba9ba8b356b28d91bff60e86fe31 branch: 3.9 author: Stan Ulbrych <[email protected]> committer: ambv date: 2025-10-07T14:09:33+02:00 summary: [3.9] gh-121227: Disallo

[Python-checkins] gh-83714: Implement os.statx() function (#139178)

2025-10-17 Thread vstinner
https://github.com/python/cpython/commit/fe9ac7fc8ca00515b3c9a4d91d7bbfe038c861e7 commit: fe9ac7fc8ca00515b3c9a4d91d7bbfe038c861e7 branch: main author: Jeffrey Bosboom committer: vstinner date: 2025-10-15T13:44:08Z summary: gh-83714: Implement os.statx() function (#139178) Co-authored-by: Cody

[Python-checkins] [3.14] gh-139573: Update Windows builds to use OpenSSL 3.0.18 (GH-139574) (#139586)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/a45015164213f6c10dceb984f29f39cb86914606 commit: a45015164213f6c10dceb984f29f39cb86914606 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-0

[Python-checkins] [3.14] gh-138854: Skip test_script_shadowing_stdlib_cwd_failure on AIX (GH-138855) (GH-139674)

2025-10-17 Thread encukou
https://github.com/python/cpython/commit/5b64b596186806bb68c6c9f62e34ea1c2b599442 commit: 5b64b596186806bb68c6c9f62e34ea1c2b599442 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T20:16:55+02:00 summary: [3.14] gh-138

[Python-checkins] [3.13] gh-139700: Check consistency of the zip64 end of central directory record (GH-139702) (GH-139708)

2025-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/333d4a6f4967d3ace91492a39ededbcf3faa76a6 commit: 333d4a6f4967d3ace91492a39ededbcf3faa76a6 branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-10-07T17:55:44Z summary: [3.13] gh-139700: Check consistency of the zip64 end of central

[Python-checkins] gh-79315: Add Include/cpython/structseq.h header (#139730)

2025-10-17 Thread vstinner
https://github.com/python/cpython/commit/85ec35d2ab8b764aefd6810efd59ff54c92554e9 commit: 85ec35d2ab8b764aefd6810efd59ff54c92554e9 branch: main author: Victor Stinner committer: vstinner date: 2025-10-08T01:19:50+02:00 summary: gh-79315: Add Include/cpython/structseq.h header (#139730) files: A

[Python-checkins] [3.14] gh-88375, gh-111788: Fix parsing errors and normalization in robotparser (GH-138502) (GH-138548)

2025-10-17 Thread encukou
https://github.com/python/cpython/commit/8da7c7e1f3c35ef9267cdc4b4f8c7cbaba21b39a commit: 8da7c7e1f3c35ef9267cdc4b4f8c7cbaba21b39a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-08T14:22:44+02:00 summary: [3.14] gh-883

[Python-checkins] [3.14] gh-138813: Fix mutable default kwargs={} in multiprocessing BaseProcess and DummyProcess to use None (GH-138814) (#139084)

2025-10-17 Thread gpshead
https://github.com/python/cpython/commit/6b26e62f376097a0e4db315b660cbdc40646efb0 commit: 6b26e62f376097a0e4db315b660cbdc40646efb0 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-10-0

[Python-checkins] gh-139001: Fix thread-safety issue in `pathlib.Path` (gh-139066)

2025-10-17 Thread colesbury
https://github.com/python/cpython/commit/d9b4eef71e7904fbe3a3786a908e493be7debbff commit: d9b4eef71e7904fbe3a3786a908e493be7debbff branch: main author: Sam Gross committer: colesbury date: 2025-10-10T17:20:18-04:00 summary: gh-139001: Fix thread-safety issue in `pathlib.Path` (gh-139066) Don't

[Python-checkins] [3.13] Update the availability info in the resource docs (GH-137939) (GH-139720)

2025-10-17 Thread encukou
https://github.com/python/cpython/commit/5074feb3943c049af002dcc4e846415706e6bf6f commit: 5074feb3943c049af002dcc4e846415706e6bf6f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T22:33:20+02:00 summary: [3.13] Update

[Python-checkins] [3.14] gh-123681: Check NORMALIZE_CENTURY behavior at runtime; require C99 (GH-136022) (GH-137947)

2025-10-17 Thread encukou
https://github.com/python/cpython/commit/7d9b2671c6fcdb09cf49a235e3ef3bd5230b4156 commit: 7d9b2671c6fcdb09cf49a235e3ef3bd5230b4156 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T19:59:06+02:00 summary: [3.14] gh-123

[Python-checkins] gh-105812: Use the ``:deco:`` role in place of manual decorator markup (#139619)

2025-10-17 Thread AA-Turner
https://github.com/python/cpython/commit/3195da0b1a5dc8a03faa5142d4ab4a1549797e53 commit: 3195da0b1a5dc8a03faa5142d4ab4a1549797e53 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-10-05T21:15:3

[Python-checkins] [3.14] gh-139308: Skip test_special_chars_csh on NetBSD due to csh variable expansion issue (GH-139341) (GH-139559)

2025-10-17 Thread encukou
https://github.com/python/cpython/commit/b4c3c0f4bfbe375ea29659863130281b1fedba74 commit: b4c3c0f4bfbe375ea29659863130281b1fedba74 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T20:20:57+02:00 summary: [3.14] gh-139

  1   2   >