[Python-checkins] [3.13] gh-119461: Restore the testSocket VSOCK skipUnless removed by PR GH-119465 (GH-129561) (#129564)

2025-02-01 Thread gpshead
https://github.com/python/cpython/commit/1459d08b56c6c7135ac904074c4a4225b2d44cbd commit: 1459d08b56c6c7135ac904074c4a4225b2d44cbd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-02-02T05:11:30Z summary: [3.13] gh-119461:

[Python-checkins] [3.12] gh-119461: Restore the testSocket VSOCK skipUnless removed by PR GH-119465 (GH-129561) (#129565)

2025-02-01 Thread gpshead
https://github.com/python/cpython/commit/368ba55819cc44d7fe6c364845dbd3725e2f70d4 commit: 368ba55819cc44d7fe6c364845dbd3725e2f70d4 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-02-02T05:04:45Z summary: [3.12] gh-119461:

[Python-checkins] gh-119461: Restore the testSocket VSOCK skipUnless removed by PR #119465 (#129561)

2025-02-01 Thread gpshead
https://github.com/python/cpython/commit/e1006ce1ded1b18972888ef057718dba6f2c7edd commit: e1006ce1ded1b18972888ef057718dba6f2c7edd branch: main author: Gregory P. Smith committer: gpshead date: 2025-02-01T20:46:56-08:00 summary: gh-119461: Restore the testSocket VSOCK skipUnless removed by PR #1

[Python-checkins] [3.12] gh-126022: Replace TeX quotation marks with ``"`` in Doc/license.rst (GH-129535) (#129554)

2025-02-01 Thread hugovk
https://github.com/python/cpython/commit/580d7810946ba13f07847c0deab89c0edfe01cb7 commit: 580d7810946ba13f07847c0deab89c0edfe01cb7 branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-02-01T19:16:38+0

[Python-checkins] [3.13] gh-126022: Replace TeX quotation marks with ``"`` in Doc/license.rst (GH-129535) (#129551)

2025-02-01 Thread hugovk
https://github.com/python/cpython/commit/2d60dcfda9e7277b28094d68eaeb5591242302fd commit: 2d60dcfda9e7277b28094d68eaeb5591242302fd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-02-0

[Python-checkins] gh-126022: Replace TeX quotation marks with ``"`` in Doc/license.rst (#129535)

2025-02-01 Thread hugovk
https://github.com/python/cpython/commit/cf4c4ecc26c7e3b89f2e56893260a8a3319dab3d commit: cf4c4ecc26c7e3b89f2e56893260a8a3319dab3d branch: main author: Stan Ulbrych <[email protected]> committer: hugovk <[email protected]> date: 2025-02-01T18:49

[Python-checkins] gh-93649: Move _testcapi tests to specific files (#129544)

2025-02-01 Thread vstinner
https://github.com/python/cpython/commit/71ae93374defd192e5e88fe0912eff4f8e56f286 commit: 71ae93374defd192e5e88fe0912eff4f8e56f286 branch: main author: Victor Stinner committer: vstinner date: 2025-02-01T13:39:16+01:00 summary: gh-93649: Move _testcapi tests to specific files (#129544) Move man

[Python-checkins] gh-126835: Move optimization of constant sequence creation from codegen to CFG (#129426)

2025-02-01 Thread Eclips4
https://github.com/python/cpython/commit/7d0521d5fc32f4837257e89e6ead652223ecfada commit: 7d0521d5fc32f4837257e89e6ead652223ecfada branch: main author: Kirill Podoprigora committer: Eclips4 date: 2025-02-01T11:39:44Z summary: gh-126835: Move optimization of constant sequence creation from codege