[Python-checkins] gh-128364: Fix flaky `test_timeout` test (gh-130724)

2025-03-01 Thread colesbury
https://github.com/python/cpython/commit/cfa0b1dc375e63cde28e61a47108c645b0e74834 commit: cfa0b1dc375e63cde28e61a47108c645b0e74834 branch: main author: Sam Gross committer: colesbury date: 2025-03-01T16:20:43Z summary: gh-128364: Fix flaky `test_timeout` test (gh-130724) files: M Lib/test/test_

[Python-checkins] GH-127381: pathlib ABCs: remove `WritablePath.mkdir()` arguments (#130611)

2025-03-01 Thread barneygale
https://github.com/python/cpython/commit/c9932a9ec8a3077933a85101aae9c3ac155e6d04 commit: c9932a9ec8a3077933a85101aae9c3ac155e6d04 branch: main author: Barney Gale committer: barneygale date: 2025-03-01T21:25:38Z summary: GH-127381: pathlib ABCs: remove `WritablePath.mkdir()` arguments (#130611)

[Python-checkins] GH-127381: pathlib ABCs: remove `ReadablePath.exists()` and `is_*()` (#130520)

2025-03-01 Thread barneygale
https://github.com/python/cpython/commit/a55dffd66dbddfd50c8f3de195218d041d26bd3c commit: a55dffd66dbddfd50c8f3de195218d041d26bd3c branch: main author: Barney Gale committer: barneygale date: 2025-03-01T21:24:19Z summary: GH-127381: pathlib ABCs: remove `ReadablePath.exists()` and `is_*()` (#130

[Python-checkins] gh-128974: Fix `UnicodeError.__str__` when custom attributes have side-effects (#128975)

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

[Python-checkins] [3.13] gh-128364: Fix flaky `test_timeout` test (gh-130724) (gh-130728)

2025-03-01 Thread colesbury
https://github.com/python/cpython/commit/5070864e161532a14a596c339d94712663142c33 commit: 5070864e161532a14a596c339d94712663142c33 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-03-01T16:46:58Z summary: [3.13] gh-128364

[Python-checkins] [3.12] gh-128364: Fix flaky `test_timeout` test (gh-130724) (gh-130729)

2025-03-01 Thread colesbury
https://github.com/python/cpython/commit/27f9f2b98afccf8c67e6fbd68f6a3663c84219fb commit: 27f9f2b98afccf8c67e6fbd68f6a3663c84219fb branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-03-01T16:40:53Z summary: [3.12] gh-128364

[Python-checkins] Revert "gh-128364: Fix flaky `test_timeout` test (gh-130724)" (gh-130732)

2025-03-01 Thread colesbury
https://github.com/python/cpython/commit/5221d9ce0e2beb0fe04bed072e1bb448fd522882 commit: 5221d9ce0e2beb0fe04bed072e1bb448fd522882 branch: main author: Sam Gross committer: colesbury date: 2025-03-01T17:22:13Z summary: Revert "gh-128364: Fix flaky `test_timeout` test (gh-130724)" (gh-130732) Ch

[Python-checkins] [3.12] Revert "gh-128364: Fix flaky `test_timeout` test (gh-130724)" (gh-130732) (#130735)

2025-03-01 Thread colesbury
https://github.com/python/cpython/commit/99e18abe6f3b3a0fcb6b19381e2e77c8afaf007e commit: 99e18abe6f3b3a0fcb6b19381e2e77c8afaf007e branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-03-01T17:40:51Z summary: [3.12] Revert "g

[Python-checkins] [3.13] Revert "gh-128364: Fix flaky `test_timeout` test (gh-130724)" (gh-130732) (#130734)

2025-03-01 Thread colesbury
https://github.com/python/cpython/commit/a0ea87c0c3b500f27ee201955be48e2157a0a471 commit: a0ea87c0c3b500f27ee201955be48e2157a0a471 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-03-01T17:44:50Z summary: [3.13] Revert "g

[Python-checkins] [3.12] gh-130618: Fix parser error when using lambdas inside f-strings (GH-130638) (#130644)

2025-03-01 Thread pablogsal
https://github.com/python/cpython/commit/0860d9c72fdf72f8dc7acde832a4e61532f2caf7 commit: 0860d9c72fdf72f8dc7acde832a4e61532f2caf7 branch: 3.12 author: Pablo Galindo Salgado committer: pablogsal date: 2025-03-01T18:10:07Z summary: [3.12] gh-130618: Fix parser error when using lambdas inside f-st

[Python-checkins] [3.13] gh-130618: Fix parser error when using lambdas inside f-strings (GH-130638) (#130642)

2025-03-01 Thread pablogsal
https://github.com/python/cpython/commit/2d7145decb1acad4636a21b77ab3a9c4f48af36d commit: 2d7145decb1acad4636a21b77ab3a9c4f48af36d branch: 3.13 author: Pablo Galindo Salgado committer: pablogsal date: 2025-03-01T18:10:03Z summary: [3.13] gh-130618: Fix parser error when using lambdas inside f-st

[Python-checkins] gh-129401: Test repr rlock failing randomly (#129959)

2025-03-01 Thread colesbury
https://github.com/python/cpython/commit/a98a6bd1128663fbe58c0c73d468710245a57ad6 commit: a98a6bd1128663fbe58c0c73d468710245a57ad6 branch: main author: Duprat committer: colesbury date: 2025-03-01T15:28:14-05:00 summary: gh-129401: Test repr rlock failing randomly (#129959) Fix and simplify a t

[Python-checkins] gh-130160: use `.. program::` directive for documenting `cProfile` CLI (#130314)

2025-03-01 Thread sobolevn
https://github.com/python/cpython/commit/5181ddb29f969c1718f3f4f9618c260807b2886c commit: 5181ddb29f969c1718f3f4f9618c260807b2886c branch: main author: Apostol Fet <90645107+apostol...@users.noreply.github.com> committer: sobolevn date: 2025-03-01T23:39:25+03:00 summary: gh-130160: use `.. progra

[Python-checkins] [3.13] gh-130160: use `.. program::` directive for documenting `cProfile` CLI (GH-130314) (#130745)

2025-03-01 Thread sobolevn
https://github.com/python/cpython/commit/8edf17f260121357f323359d19cda8dd77bf5558 commit: 8edf17f260121357f323359d19cda8dd77bf5558 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-03-01T20:45:33Z summary: [3.13] gh-130160:

[Python-checkins] [3.12] gh-130160: use `.. program::` directive for documenting `cProfile` CLI (GH-130314) (#130746)

2025-03-01 Thread sobolevn
https://github.com/python/cpython/commit/c19294436242dff8efa912425af9adcda97b1015 commit: c19294436242dff8efa912425af9adcda97b1015 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-03-01T20:46:45Z summary: [3.12] gh-130160:

[Python-checkins] Revert "GH-116380: Speed up `glob.[i]glob()` by making fewer system calls. (#116392)" (#130743)

2025-03-01 Thread barneygale
https://github.com/python/cpython/commit/5326c27fc674713879747e61a8deca7a66e69754 commit: 5326c27fc674713879747e61a8deca7a66e69754 branch: main author: Barney Gale committer: barneygale date: 2025-03-01T20:04:01Z summary: Revert "GH-116380: Speed up `glob.[i]glob()` by making fewer system calls.