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

2025-02-16 Thread sobolevn
https://github.com/python/cpython/commit/422f8e9e02e68d45aee3846751a003a70fca13b6 commit: 422f8e9e02e68d45aee3846751a003a70fca13b6 branch: main author: sobolevn committer: sobolevn date: 2025-02-17T10:55:30+03:00 summary: gh-129805: Fix `bytes` annotation in `Tools/jit` (#129806) files: M Tools

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

2025-02-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/cfe41037eb5293a051846ddc0b4afdb7a5f60540 commit: cfe41037eb5293a051846ddc0b4afdb7a5f60540 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-02-17T00:07:10Z summary: gh-86069: Add more PyNumber_InPlacePower() tests (GH-130111) T

[Python-checkins] [3.12] gh-118761: Revert "Improve import time of `subprocess` (GH-129427)" (GH-130201) (#130205)

2025-02-16 Thread gpshead
https://github.com/python/cpython/commit/042b49246b0832f9eafc6529566c9a31324c46f7 commit: 042b49246b0832f9eafc6529566c9a31324c46f7 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-02-16T18:56:18Z summary: [3.12] gh-118761:

[Python-checkins] [3.13] gh-118761: Revert "Improve import time of `subprocess` (GH-129427)" (GH-130201) (#130204)

2025-02-16 Thread gpshead
https://github.com/python/cpython/commit/831695b04cac8c004ede2635d7710a370a9cfbc1 commit: 831695b04cac8c004ede2635d7710a370a9cfbc1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-02-16T19:03:32Z summary: [3.13] gh-118761:

[Python-checkins] gh-118761: Revert "Improve import time of `subprocess` (GH-129427)" (#130201)

2025-02-16 Thread gpshead
https://github.com/python/cpython/commit/ae3064608935367c860182dc1b364631082ecdff commit: ae3064608935367c860182dc1b364631082ecdff branch: main author: Gregory P. Smith committer: gpshead date: 2025-02-16T18:40:08Z summary: gh-118761: Revert "Improve import time of `subprocess` (GH-129427)" (#13

[Python-checkins] pathlib ABCs: remove caching of path parser case sensitivity (#130194)

2025-02-16 Thread barneygale
https://github.com/python/cpython/commit/655fc8a0fce3396fc1af3f7bc8f5c94ca8ec377d commit: 655fc8a0fce3396fc1af3f7bc8f5c94ca8ec377d branch: main author: Barney Gale committer: barneygale date: 2025-02-16T17:08:55Z summary: pathlib ABCs: remove caching of path parser case sensitivity (#130194) Re

[Python-checkins] [3.13] gh-130179: Fix `persistent_{id,load}_attr` reference leaks in `_pickle` (GH-130180) (#130190)

2025-02-16 Thread sobolevn
https://github.com/python/cpython/commit/2fcad2a47beef88937e1a8f3adba813a33cb31fe commit: 2fcad2a47beef88937e1a8f3adba813a33cb31fe branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-02-16T14:22:23Z summary: [3.13] gh-130179:

[Python-checkins] gh-130179: Fix `persistent_{id,load}_attr` reference leaks in `_pickle` (#130180)

2025-02-16 Thread sobolevn
https://github.com/python/cpython/commit/e7f00cd14f6a0c0dee6e733ac3e2c5d92e0809bb commit: e7f00cd14f6a0c0dee6e733ac3e2c5d92e0809bb branch: main author: Sergey Miryanov committer: sobolevn date: 2025-02-16T17:00:03+03:00 summary: gh-130179: Fix `persistent_{id,load}_attr` reference leaks in `_pic

[Python-checkins] [3.13] gh-130185: Fix unintentionally skipped tests in `test_functools` (GH-130186) (#130188)

2025-02-16 Thread sobolevn
https://github.com/python/cpython/commit/ff92f6b228f8af807f5af521e669104069327ad1 commit: ff92f6b228f8af807f5af521e669104069327ad1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-02-16T13:57:27Z summary: [3.13] gh-130185:

[Python-checkins] [3.12] gh-130185: Fix unintentionally skipped tests in `test_functools` (GH-130186) (#130189)

2025-02-16 Thread sobolevn
https://github.com/python/cpython/commit/4f09a85aca88ffd61755ae028ebafc201351fecc commit: 4f09a85aca88ffd61755ae028ebafc201351fecc branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-02-16T13:52:55Z summary: [3.12] gh-130185:

[Python-checkins] gh-130080: return in finally in subprocess.py (#130081)

2025-02-16 Thread iritkatriel
https://github.com/python/cpython/commit/56495f81fc7205b572173a03d418e0f9291f9eea commit: 56495f81fc7205b572173a03d418e0f9291f9eea branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2025-02-16T

[Python-checkins] gh-130185: Fix unintentionally skipped tests in `test_functools` (#130186)

2025-02-16 Thread sobolevn
https://github.com/python/cpython/commit/73d03005b028eb6e4d1a643f3ca7a1f5ff2040fc commit: 73d03005b028eb6e4d1a643f3ca7a1f5ff2040fc branch: main author: Tomas R. committer: sobolevn date: 2025-02-16T16:34:54+03:00 summary: gh-130185: Fix unintentionally skipped tests in `test_functools` (#130186)

[Python-checkins] gh-130139: always check ast node type in ast.parse() with ast input (#130140)

2025-02-16 Thread iritkatriel
https://github.com/python/cpython/commit/c9b1bf302ce67031e0309a9b0ea55ecdd68ed682 commit: c9b1bf302ce67031e0309a9b0ea55ecdd68ed682 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2025-02-16T

[Python-checkins] [3.13] gh-127488: Add tests for Tools/i18n/msgfmt.py (GH-127540) (GH-130182)

2025-02-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/945dcb05cede24e9d03b8a816558ba70d67d6d67 commit: 945dcb05cede24e9d03b8a816558ba70d67d6d67 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-02-16T13:20:49Z summary: [3.13] gh

[Python-checkins] [3.12] gh-127488: Add tests for Tools/i18n/msgfmt.py (GH-127540) (GH-130181)

2025-02-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/5e44d39ba1db26d3a02e3f6b5d2ad8010900f624 commit: 5e44d39ba1db26d3a02e3f6b5d2ad8010900f624 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-02-16T13:14:50Z summary: [3.12] gh

[Python-checkins] [3.13] gh-130177: Fix unintentionally skipped tests in test_gettext (GH-130178) (GH-130183)

2025-02-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/5d240c7bb831a87516316484d12962cc577f1b03 commit: 5d240c7bb831a87516316484d12962cc577f1b03 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-02-16T12:36:23Z summary: [3.13] gh

[Python-checkins] [3.12] gh-130177: Fix unintentionally skipped tests in test_gettext (GH-130178) (GH-130184)

2025-02-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b85f061b015b06b2cf8626e0dfbdd77f689a7a4e commit: b85f061b015b06b2cf8626e0dfbdd77f689a7a4e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-02-16T12:31:24Z summary: [3.12] gh

[Python-checkins] gh-130177: Fix unintentionally skipped tests in test_gettext (GH-130178)

2025-02-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2e8044a4f74f5fc19e5249139c171403aff0118d commit: 2e8044a4f74f5fc19e5249139c171403aff0118d branch: main author: Tomas R. committer: serhiy-storchaka date: 2025-02-16T14:14:37+02:00 summary: gh-130177: Fix unintentionally skipped tests in test_gettext (GH-1

[Python-checkins] gh-127488: Add tests for Tools/i18n/msgfmt.py (GH-127540)

2025-02-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/361083b84b0db975058b2d1f50dcbfd36f072caf commit: 361083b84b0db975058b2d1f50dcbfd36f072caf branch: main author: Tomas R. committer: serhiy-storchaka date: 2025-02-16T14:05:01+02:00 summary: gh-127488: Add tests for Tools/i18n/msgfmt.py (GH-127540) files:

[Python-checkins] [3.12] gh-130169: Fix broken list markup in `Doc/c-api/function.rst` (GH-130174) (#130176)

2025-02-16 Thread sobolevn
https://github.com/python/cpython/commit/4acf03ce65d4066d4e3a060de1c85cba04837509 commit: 4acf03ce65d4066d4e3a060de1c85cba04837509 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-02-16T11:04:07Z summary: [3.12] gh-130169:

[Python-checkins] [3.13] gh-130169: Fix broken list markup in `Doc/c-api/function.rst` (GH-130174) (#130175)

2025-02-16 Thread sobolevn
https://github.com/python/cpython/commit/5740b95076b57feb6293cda4f5504f706a7d622d commit: 5740b95076b57feb6293cda4f5504f706a7d622d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-02-16T11:01:45Z summary: [3.13] gh-130169:

[Python-checkins] gh-130169: Fix broken list markup in `Doc/c-api/function.rst` (#130174)

2025-02-16 Thread sobolevn
https://github.com/python/cpython/commit/9837c2a21457e4eacabf606c44ec42d1962f11f1 commit: 9837c2a21457e4eacabf606c44ec42d1962f11f1 branch: main author: Stan Ulbrych <[email protected]> committer: sobolevn date: 2025-02-16T13:55:31+03:00 summary: gh-130169: Fix brok