[Python-checkins] gh-130230: Fix crash in pow() with only Decimal third argument (GH-130237)

2025-02-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b93b7e566e5a4efe7f077af2083140e50bd2b08f commit: b93b7e566e5a4efe7f077af2083140e50bd2b08f branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-02-18T09:46:48+02:00 summary: gh-130230: Fix crash in pow() with only Decimal third argu

[Python-checkins] gh-130195: Remove unimplemented option from pygettext (#130196)

2025-02-17 Thread gvanrossum
https://github.com/python/cpython/commit/4374e1de87c54ba2291f49c2fa3a105bb6641ce6 commit: 4374e1de87c54ba2291f49c2fa3a105bb6641ce6 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: gvanrossum date: 2025-02-17T19:01:36-08:00 summary: gh-130195: Remove

[Python-checkins] [3.13] gh-130214: Document `PyEllipsis_Type` (GH-130215) (#130223)

2025-02-17 Thread sobolevn
https://github.com/python/cpython/commit/fc1c9f884e84bb33b7bfc5a4591bfca979f6eb17 commit: fc1c9f884e84bb33b7bfc5a4591bfca979f6eb17 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-02-17T19:23:42+03:00 summary: [3.13] gh-13

[Python-checkins] gh-118761: Improve import time of `cmd` module (#130056)

2025-02-17 Thread gpshead
https://github.com/python/cpython/commit/99d965635ae2ac4bffdc318ee05b96c59262d165 commit: 99d965635ae2ac4bffdc318ee05b96c59262d165 branch: main author: donBarbos committer: gpshead date: 2025-02-17T20:06:08Z summary: gh-118761: Improve import time of `cmd` module (#130056) * Improve import time

[Python-checkins] GH-127381: pathlib ABCs: remove `ReadablePath.rglob()` (#130207)

2025-02-17 Thread barneygale
https://github.com/python/cpython/commit/6f07016bf01366da5939c4029c91b7f37d55 commit: 6f07016bf01366da5939c4029c91b7f37d55 branch: main author: Barney Gale committer: barneygale date: 2025-02-17T19:15:59Z summary: GH-127381: pathlib ABCs: remove `ReadablePath.rglob()` (#130207) Remove `

[Python-checkins] GH-125413: Add private metadata methods to `pathlib.Path.info` (#129897)

2025-02-17 Thread barneygale
https://github.com/python/cpython/commit/7fcace99bbe1716c3e9713804e5bffaebdc8dd8f commit: 7fcace99bbe1716c3e9713804e5bffaebdc8dd8f branch: main author: Barney Gale committer: barneygale date: 2025-02-17T19:15:25Z summary: GH-125413: Add private metadata methods to `pathlib.Path.info` (#129897)

[Python-checkins] cover `**/*hashopenssl*` in CODEOWNERS (#130236)

2025-02-17 Thread gpshead
https://github.com/python/cpython/commit/bd1642c6e569d6b328e4296e14355178d3a79778 commit: bd1642c6e569d6b328e4296e14355178d3a79778 branch: main author: Gregory P. Smith committer: gpshead date: 2025-02-17T11:09:16-08:00 summary: cover `**/*hashopenssl*` in CODEOWNERS (#130236) files: M .github/

[Python-checkins] [3.12] gh-130214: Document `PyEllipsis_Type` (GH-130215) (#130224)

2025-02-17 Thread sobolevn
https://github.com/python/cpython/commit/0274115585db8e26d9d1c0218fe65e5041c70f2c commit: 0274115585db8e26d9d1c0218fe65e5041c70f2c branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-02-17T19:24:30+03:00 summary: [3.12] gh-13

[Python-checkins] [3.12] gh-125741: Update `build.yml` for the new check_autoconf_regen job (GH-125772) (#130229)

2025-02-17 Thread hugovk
https://github.com/python/cpython/commit/5af357d27c8c788523bde7bb3c07250ba84a7d55 commit: 5af357d27c8c788523bde7bb3c07250ba84a7d55 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-02-1

[Python-checkins] gh-125756: Document Pickler.clear_memo() (GH-125762)

2025-02-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/25422561de40075bd10c37b182a0d60008809770 commit: 25422561de40075bd10c37b182a0d60008809770 branch: main author: Tomas R. committer: serhiy-storchaka date: 2025-02-17T17:48:29+02:00 summary: gh-125756: Document Pickler.clear_memo() (GH-125762) files: M Doc

[Python-checkins] gh-128703: Fix mimetypes.guess_type for empty Content-Type in registry (GH-128854)

2025-02-17 Thread zooba
https://github.com/python/cpython/commit/d78e113d1be83f9edd267989693a051493ad6baa commit: d78e113d1be83f9edd267989693a051493ad6baa branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: zooba date: 2025-02-17T15:36:49Z summary: gh-128703: Fix mimet

[Python-checkins] [3.13] gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-130127)

2025-02-17 Thread encukou
https://github.com/python/cpython/commit/320316ef7ec3e90035cfd60aa7e2f863b946cd0f commit: 320316ef7ec3e90035cfd60aa7e2f863b946cd0f branch: 3.13 author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: encukou date: 2025-02-17T15:02:39+01:00 summary: [3.13] gh-82045: Cor

[Python-checkins] gh-111178: fix UBSan failures in `Modules/_lsprof.c` (GH-129782)

2025-02-17 Thread encukou
https://github.com/python/cpython/commit/a1d4b1c44741bae5bf93009223f3377aa45846b5 commit: a1d4b1c44741bae5bf93009223f3377aa45846b5 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: encukou date: 2025-02-17T14:53:03+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] gh-111178: fix UBSan failures in `Modules/_jsonmodule.c` (GH-129781)

2025-02-17 Thread encukou
https://github.com/python/cpython/commit/31ad8b6d08dff9edbed65bba865d633dad018bb8 commit: 31ad8b6d08dff9edbed65bba865d633dad018bb8 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: encukou date: 2025-02-17T14:51:18+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] [3.12] CI: Use ImageOS (ubuntu24) instead of runner.os (Linux) in cache keys (GH-130200) (#130226)

2025-02-17 Thread hugovk
https://github.com/python/cpython/commit/3d86e659b2b2500ebc10576190c8b28f51332c11 commit: 3d86e659b2b2500ebc10576190c8b28f51332c11 branch: 3.12 author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-02-17T13:42:19Z

[Python-checkins] [3.13] CI: Use ImageOS (ubuntu24) instead of runner.os (Linux) in cache keys (GH-130200) (#130222)

2025-02-17 Thread hugovk
https://github.com/python/cpython/commit/fefd2c53f2337237c98e0606fbca50b4856ab835 commit: fefd2c53f2337237c98e0606fbca50b4856ab835 branch: 3.13 author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-02-17T13:18:30Z

[Python-checkins] gh-129678: ConfigParser: do not write an empty unnamed section (GH-129679)

2025-02-17 Thread encukou
https://github.com/python/cpython/commit/ef8eeca9d8d464cff0e7bc5c428e9b8ba4936962 commit: ef8eeca9d8d464cff0e7bc5c428e9b8ba4936962 branch: main author: Andrey Efremov committer: encukou date: 2025-02-17T14:24:57+01:00 summary: gh-129678: ConfigParser: do not write an empty unnamed section (GH-12

[Python-checkins] gh-129701: Fix a data race in `intern_common` in the free threaded build (GH-130089)

2025-02-17 Thread encukou
https://github.com/python/cpython/commit/b9d2ee687cfca6365e26e156b1e22824b16dabb8 commit: b9d2ee687cfca6365e26e156b1e22824b16dabb8 branch: main author: Sam Gross committer: encukou date: 2025-02-17T14:15:40+01:00 summary: gh-129701: Fix a data race in `intern_common` in the free threaded build

[Python-checkins] [3.12] gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-130125)

2025-02-17 Thread encukou
https://github.com/python/cpython/commit/8a598fb6237a0e572d0e7ce5ef26b903b657 commit: 8a598fb6237a0e572d0e7ce5ef26b903b657 branch: 3.12 author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: encukou date: 2025-02-17T14:07:59+01:00 summary: [3.12] gh-82045: Cor

[Python-checkins] gh-130214: Document `PyEllipsis_Type` (GH-130215)

2025-02-17 Thread encukou
https://github.com/python/cpython/commit/fc8c99a8ce483db23fa624592457e350e99193f6 commit: fc8c99a8ce483db23fa624592457e350e99193f6 branch: main author: Yuki Kobayashi committer: encukou date: 2025-02-17T13:56:33+01:00 summary: gh-130214: Document `PyEllipsis_Type` (GH-130215) files: M Doc/c-api

[Python-checkins] gh-111178: fix UBSan failures in `Modules/_collectionsmodule.c` (#129773)

2025-02-17 Thread picnixz
https://github.com/python/cpython/commit/f55d0b66be225e4a7fe6d8c50e8b49fd37b4ecc9 commit: f55d0b66be225e4a7fe6d8c50e8b49fd37b4ecc9 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-02-17T12:12:03Z

[Python-checkins] CI: Use ImageOS (ubuntu24) instead of runner.os (Linux) in cache keys (#130200)

2025-02-17 Thread hugovk
https://github.com/python/cpython/commit/3d7a141c2f235b70dd6c2d64308022c4b77df131 commit: 3d7a141c2f235b70dd6c2d64308022c4b77df131 branch: main author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-02-17T13:53:55+0

[Python-checkins] gh-130057: Pygettext: Support translator comments (GH-130061)

2025-02-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/aa845af9bb39b3e2ed08bbb00a8e932a97be8fc0 commit: aa845af9bb39b3e2ed08bbb00a8e932a97be8fc0 branch: main author: Tomas R. committer: serhiy-storchaka date: 2025-02-17T12:41:28+02:00 summary: gh-130057: Pygettext: Support translator comments (GH-130061) fil

[Python-checkins] gh-111178: fix UBSan failures in `Modules/_interp*module.c` (GH-129779)

2025-02-17 Thread encukou
https://github.com/python/cpython/commit/6669905723238d45cde6c8a9b40579bfe73c76c1 commit: 6669905723238d45cde6c8a9b40579bfe73c76c1 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: encukou date: 2025-02-17T11:34:14+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] [3.13] gh-127750: Fix functools.singledispatchmethod() (GH-130029)

2025-02-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8f33c7ac17fe4c34ed3d051de17cfb702170874c commit: 8f33c7ac17fe4c34ed3d051de17cfb702170874c branch: 3.13 author: Pieter Eendebak committer: serhiy-storchaka date: 2025-02-17T11:12:24+02:00 summary: [3.13] gh-127750: Fix functools.singledispatchmethod() (GH

[Python-checkins] gh-111178: fix UBSan failures in `Objects/exceptions.c` (GH-128154)

2025-02-17 Thread encukou
https://github.com/python/cpython/commit/7ea8927ec72e9c4c50dfc922704035a5edb51661 commit: 7ea8927ec72e9c4c50dfc922704035a5edb51661 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: encukou date: 2025-02-17T11:03:16+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] [3.13] gh-130193: Increase test coverage of gettext.c2py (GH-130208) (GH-130217)

2025-02-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1b2cfb73f95e11e91789ca771837b9906663446c commit: 1b2cfb73f95e11e91789ca771837b9906663446c branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-02-17T09:21:00Z summary: [3.13] gh

[Python-checkins] [3.12] gh-130193: Increase test coverage of gettext.c2py (GH-130208) (GH-130218)

2025-02-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/fc1c35f44d7309a42578e4d9c98670b244803d32 commit: fc1c35f44d7309a42578e4d9c98670b244803d32 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-02-17T09:14:13Z summary: [3.12] gh

[Python-checkins] gh-127750: Fix and optimize functools.singledispatchmethod() (GH-130008)

2025-02-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/395335d0ff292a15e26575e06f603304d9161ee1 commit: 395335d0ff292a15e26575e06f603304d9161ee1 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-02-17T11:11:20+02:00 summary: gh-127750: Fix and optimize functools.singledispatchmethod

[Python-checkins] gh-130193: Increase test coverage of gettext.c2py (GH-130208)

2025-02-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/fb2d325725dcc881868b576b9d0d9f4bf7f24fe0 commit: fb2d325725dcc881868b576b9d0d9f4bf7f24fe0 branch: main author: Tomas R. committer: serhiy-storchaka date: 2025-02-17T10:57:34+02:00 summary: gh-130193: Increase test coverage of gettext.c2py (GH-130208) fil

[Python-checkins] [3.12] gh-86069: Add more PyNumber_InPlacePower() tests (GH-130111) (GH-130212)

2025-02-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ad38c3c2b63f28825cd1817c2717682cf2c3d425 commit: ad38c3c2b63f28825cd1817c2717682cf2c3d425 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-02-17T10:25:20+02:00 summary: [3.1

[Python-checkins] [3.13] gh-86069: Add more PyNumber_InPlacePower() tests (GH-130111) (GH-130211)

2025-02-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/30ed4523c08bb7860552455e3143401cffda9235 commit: 30ed4523c08bb7860552455e3143401cffda9235 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-02-17T10:24:59+02:00 summary: [3.1

[Python-checkins] [3.13] gh-129805: Fix `bytes` annotation in `Tools/jit` (GH-129806) (#130216)

2025-02-17 Thread sobolevn
https://github.com/python/cpython/commit/4d941d3fd11d2a669f6e895e0572de30cc0257a7 commit: 4d941d3fd11d2a669f6e895e0572de30cc0257a7 branch: 3.13 author: sobolevn committer: sobolevn date: 2025-02-17T08:21:47Z summary: [3.13] gh-129805: Fix `bytes` annotation in `Tools/jit` (GH-129806) (#130216)