[Python-checkins] [3.13] gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319) (gh-126320)

2024-11-01 Thread corona10
https://github.com/python/cpython/commit/6e4b7eadf59e60791cd3dcc0cc7e6c5c66f7fe90 commit: 6e4b7eadf59e60791cd3dcc0cc7e6c5c66f7fe90 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: corona10 date: 2024-11-02T05:16:24Z summary: [3.13] gh-125875:

[Python-checkins] gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319)

2024-11-01 Thread corona10
https://github.com/python/cpython/commit/914356f4d485e378eb692e57d822b893acc0c0da commit: 914356f4d485e378eb692e57d822b893acc0c0da branch: main author: rimchoi committer: corona10 date: 2024-11-02T14:08:27+09:00 summary: gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319) Fix d

[Python-checkins] [3.12] docs: add a more precise example in enum doc (GH-121015) (#126307)

2024-11-01 Thread willingc
https://github.com/python/cpython/commit/8d4ef5280215207ee112ac6594d252c3f38b44bc commit: 8d4ef5280215207ee112ac6594d252c3f38b44bc branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: willingc date: 2024-11-01T16:18:00-07:00 summary: [3.12] docs:

[Python-checkins] [3.13] docs: add a more precise example in enum doc (GH-121015) (#126306)

2024-11-01 Thread willingc
https://github.com/python/cpython/commit/bdda85ec87f99da9ae12589d90d8a13014fd22ba commit: bdda85ec87f99da9ae12589d90d8a13014fd22ba branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: willingc date: 2024-11-01T16:17:35-07:00 summary: [3.13] docs:

[Python-checkins] [3.13] Doc: Add a single table as summary to math documentation (GH-125810) (GH-126308)

2024-11-01 Thread willingc
https://github.com/python/cpython/commit/f8a9a1ced1f0a6168604695ce1589a90365a719f commit: f8a9a1ced1f0a6168604695ce1589a90365a719f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: willingc date: 2024-11-01T16:11:40-07:00 summary: [3.13] Doc:

[Python-checkins] gh-126255: Ignore warning about JIT being deactivated when perf support is active in `test_embed.InitConfigTests.test_initconfig_api` (#126302)

2024-11-01 Thread Eclips4
https://github.com/python/cpython/commit/f0c6fccd08904787a39269367f09f263d496114c commit: f0c6fccd08904787a39269367f09f263d496114c branch: main author: mpage committer: Eclips4 date: 2024-11-01T23:10:58Z summary: gh-126255: Ignore warning about JIT being deactivated when perf support is active

[Python-checkins] [3.13] gh-126220: Fix crash on calls to `_lsprof.Profiler` methods with 0 args (backportable) (GH-126271) (#126310)

2024-11-01 Thread sobolevn
https://github.com/python/cpython/commit/1b9710c57188bad9152c0973d7c1ea766ae03247 commit: 1b9710c57188bad9152c0973d7c1ea766ae03247 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-11-01T22:24:06Z summary: [3.13] gh-126220:

[Python-checkins] [3.12] gh-126220: Fix crash on calls to `_lsprof.Profiler` methods with 0 args (backportable) (GH-126271) (#126311)

2024-11-01 Thread sobolevn
https://github.com/python/cpython/commit/b5c19bdba8f58cba80a1101ce8aad90be3486571 commit: b5c19bdba8f58cba80a1101ce8aad90be3486571 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-11-01T22:18:50Z summary: [3.12] gh-126220:

[Python-checkins] gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)

2024-11-01 Thread vstinner
https://github.com/python/cpython/commit/8477951a1c460ff9b7dc7c54e7bf9b66b1722459 commit: 8477951a1c460ff9b7dc7c54e7bf9b66b1722459 branch: main author: Sergey B Kirpichev committer: vstinner date: 2024-11-01T22:04:31Z summary: gh-120026: soft deprecate Py_HUGE_VAL macro (#120027) Co-authored-by

[Python-checkins] gh-126220: Fix crash on calls to `_lsprof.Profiler` methods with 0 args (backportable) (#126271)

2024-11-01 Thread sobolevn
https://github.com/python/cpython/commit/28b148fb32e4548b461137d18d1ab6d366395d36 commit: 28b148fb32e4548b461137d18d1ab6d366395d36 branch: main author: sobolevn committer: sobolevn date: 2024-11-02T00:53:29+03:00 summary: gh-126220: Fix crash on calls to `_lsprof.Profiler` methods with 0 args (

[Python-checkins] gh-120754: _io Ensure stat cache is cleared on fd change (#125166)

2024-11-01 Thread vstinner
https://github.com/python/cpython/commit/72dd4714f944e5927656aa25f5cd9bdcd3b00a76 commit: 72dd4714f944e5927656aa25f5cd9bdcd3b00a76 branch: main author: Cody Maloney committer: vstinner date: 2024-11-01T22:50:49+01:00 summary: gh-120754: _io Ensure stat cache is cleared on fd change (#125166) Pe

[Python-checkins] gh-125560: Pin JIT CI to ubuntu-22.04 (#125564)

2024-11-01 Thread hugovk
https://github.com/python/cpython/commit/c84a136511c673f495f466887716b55c13b7e3ac commit: c84a136511c673f495f466887716b55c13b7e3ac branch: main author: Savannah Ostrowski committer: hugovk <[email protected]> date: 2024-11-01T23:43:30+02:00 summary: gh-125560: Pin JIT CI to

[Python-checkins] gh-125916: Adapt functools.reduce() to Argument Clinic (#125999)

2024-11-01 Thread erlend-aasland
https://github.com/python/cpython/commit/51ef54abc42e020d7e80549d49ca32310495b4eb commit: 51ef54abc42e020d7e80549d49ca32310495b4eb branch: main author: Sergey B Kirpichev committer: erlend-aasland date: 2024-11-01T21:15:39+01:00 summary: gh-125916: Adapt functools.reduce() to Argument Clinic (#1

[Python-checkins] [3.13] gh-122767: document "new style" formatting for complexes (GH-122848) (#126128)

2024-11-01 Thread willingc
https://github.com/python/cpython/commit/5c040550820359377e09626926e6c49f890633cb commit: 5c040550820359377e09626926e6c49f890633cb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: willingc date: 2024-11-01T12:29:29-07:00 summary: [3.13] gh-12

[Python-checkins] [3.12] gh-123609: Clarify usage of standalone `PyBUF_FORMAT` (GH-123778) (GH-123904)

2024-11-01 Thread willingc
https://github.com/python/cpython/commit/ce5bb3ca850392227ed9d5790c60789eb30daf5f commit: ce5bb3ca850392227ed9d5790c60789eb30daf5f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: willingc date: 2024-11-01T12:38:23-07:00 summary: [3.12] gh-12

[Python-checkins] [3.12] gh-122767: document "new style" formatting for complexes (GH-122848) (#126129)

2024-11-01 Thread willingc
https://github.com/python/cpython/commit/d268bd04e96d0bd0d0de9cc2660ea9c9f6d7895c commit: d268bd04e96d0bd0d0de9cc2660ea9c9f6d7895c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: willingc date: 2024-11-01T12:29:53-07:00 summary: [3.12] gh-12

[Python-checkins] [3.12] Docs: make a tutorial example more precise (GH-125066) (GH-125079)

2024-11-01 Thread willingc
https://github.com/python/cpython/commit/479e366ce3b61a33a13e1b94b70cd5395710569b commit: 479e366ce3b61a33a13e1b94b70cd5395710569b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: willingc date: 2024-11-01T12:36:51-07:00 summary: [3.12] Docs:

[Python-checkins] Doc: Add a single table as summary to math documentation (GH-125810)

2024-11-01 Thread willingc
https://github.com/python/cpython/commit/74cf5967f345f944f1c308e5e30fee21b438eb6c commit: 74cf5967f345f944f1c308e5e30fee21b438eb6c branch: main author: Joseph Martinot-Lagarde committer: willingc date: 2024-11-01T12:35:05-07:00 summary: Doc: Add a single table as summary to math documentation (G

[Python-checkins] docs: add a more precise example in enum doc (GH-121015)

2024-11-01 Thread willingc
https://github.com/python/cpython/commit/ff257c7843d8ed0dffb6624f2f14996a46e74801 commit: ff257c7843d8ed0dffb6624f2f14996a46e74801 branch: main author: Filip "Ret2Me" Poplewski <[email protected]> committer: willingc date: 2024-11-01T12:28:50-07:00 summary: docs: add a more

[Python-checkins] GH-125413: pathlib ABCs: use `scandir()` to speed up `walk()` (#126262)

2024-11-01 Thread barneygale
https://github.com/python/cpython/commit/37651cfbce514a8daed75a8c63d6889081a63a23 commit: 37651cfbce514a8daed75a8c63d6889081a63a23 branch: main author: Barney Gale committer: barneygale date: 2024-11-01T18:52:00Z summary: GH-125413: pathlib ABCs: use `scandir()` to speed up `walk()` (#126262) U

[Python-checkins] GH-125413: pathlib ABCs: use `scandir()` to speed up `glob()` (#126261)

2024-11-01 Thread barneygale
https://github.com/python/cpython/commit/68a51e0178e86be8b697683fd108aa795f235507 commit: 68a51e0178e86be8b697683fd108aa795f235507 branch: main author: Barney Gale committer: barneygale date: 2024-11-01T17:48:58Z summary: GH-125413: pathlib ABCs: use `scandir()` to speed up `glob()` (#126261) U

[Python-checkins] gh-97850: remove ``find_loader`` and ``get_loader`` from ``pkgutil`` (#119656)

2024-11-01 Thread hugovk
https://github.com/python/cpython/commit/464a7a91d0c75241a2f1913e78dbfbc29d4193b4 commit: 464a7a91d0c75241a2f1913e78dbfbc29d4193b4 branch: main author: Bénédikt Tran <[email protected]> committer: hugovk <[email protected]> date: 2024-11-01T18:35:22+02:

[Python-checkins] gh-99108: Cleanup references to inexisting `Modules/_blake2`. (GH-126270)

2024-11-01 Thread gpshead
https://github.com/python/cpython/commit/38a604fd90e765d5ac42373755397ab1e6cc0a39 commit: 38a604fd90e765d5ac42373755397ab1e6cc0a39 branch: main author: Bénédikt Tran <[email protected]> committer: gpshead date: 2024-11-01T16:18:44Z summary: gh-99108: Cleanup references to

[Python-checkins] gh-126211: Exclude preprocessor directives from statements containing escaping calls (#126213)

2024-11-01 Thread mpage
https://github.com/python/cpython/commit/821759d63101334fa8a1863135429c341ca0b234 commit: 821759d63101334fa8a1863135429c341ca0b234 branch: main author: mpage committer: mpage date: 2024-11-01T08:53:03-07:00 summary: gh-126211: Exclude preprocessor directives from statements containing escaping

[Python-checkins] gh-111495: improve test coverage of codecs C API (GH-126030)

2024-11-01 Thread encukou
https://github.com/python/cpython/commit/32e07fd377f81cbeb8c108fc791a3e7d631319b6 commit: 32e07fd377f81cbeb8c108fc791a3e7d631319b6 branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2024-11-01T13:28:18Z summary: gh-111495: improve test coverage

[Python-checkins] [3.11] gh-124651: Quote template strings in `venv` activation scripts (GH-124712) (GH-126185) (#126269)

2024-11-01 Thread pablogsal
https://github.com/python/cpython/commit/ae961ae94bf19c8f8c7fbea3d1c25cc55ce8ae97 commit: ae961ae94bf19c8f8c7fbea3d1c25cc55ce8ae97 branch: 3.11 author: Victor Stinner committer: pablogsal date: 2024-11-01T13:11:47Z summary: [3.11] gh-124651: Quote template strings in `venv` activation scripts (

[Python-checkins] gh-125783: Add more tests to prevent regressions with the combination of ctypes and metaclasses. (GH-126126)

2024-11-01 Thread encukou
https://github.com/python/cpython/commit/6c67446a6e73ab0e9a26e4360412cbd2f5550e66 commit: 6c67446a6e73ab0e9a26e4360412cbd2f5550e66 branch: main author: Jun Komoda <[email protected]> committer: encukou date: 2024-11-01T13:50:02+01:00 summary: gh-125783: Add more tests to pr

[Python-checkins] [3.12] gh-126259: Fix "unclosed database" warning in sqlite3 doctest (GH-126260) (#126266)

2024-11-01 Thread erlend-aasland
https://github.com/python/cpython/commit/e8ce87219192b9e486198c11b57fea0f573ea9ea commit: e8ce87219192b9e486198c11b57fea0f573ea9ea branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-11-01T07:25:51Z summary: [3.12] gh-1

[Python-checkins] [3.13] gh-126259: Fix "unclosed database" warning in sqlite3 doctest (GH-126260) (#126265)

2024-11-01 Thread erlend-aasland
https://github.com/python/cpython/commit/2e20a49cae69a11c69baf2e3d405918c98bf8bdb commit: 2e20a49cae69a11c69baf2e3d405918c98bf8bdb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-11-01T07:23:11Z summary: [3.13] gh-1

[Python-checkins] gh-126206: make clinic now forcefully regenerates clinic code (#126244)

2024-11-01 Thread erlend-aasland
https://github.com/python/cpython/commit/43447cb63421fb4db5411c1e74bdd8a4cfcf9263 commit: 43447cb63421fb4db5411c1e74bdd8a4cfcf9263 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-11-01T08:17:54Z summary: gh-126206: make clinic now forcefully regenerates clinic code (#

[Python-checkins] gh-126259: Fix "unclosed database" warning in sqlite3 doctest (#126260)

2024-11-01 Thread erlend-aasland
https://github.com/python/cpython/commit/295262c8ecb085b4fea552bc6229af3551bbaf7a commit: 295262c8ecb085b4fea552bc6229af3551bbaf7a branch: main author: sobolevn committer: erlend-aasland date: 2024-11-01T08:17:05+01:00 summary: gh-126259: Fix "unclosed database" warning in sqlite3 doctest (#1262