[Python-checkins] gh-141444: Replace dead URL in urllib.robotparser example (GH-144443)

2026-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/34e5a63f145585cbeb09f21e9453192d9b7c410c commit: 34e5a63f145585cbeb09f21e9453192d9b7c410c branch: main author: kovan <[email protected]> committer: serhiy-storchaka date: 2026-02-04T10:45:15+02:00 summary: gh-141444: Replace dead URL in

[Python-checkins] gh-142903: add conda-forge license for pixi-packages (#143468)

2026-02-04 Thread AA-Turner
https://github.com/python/cpython/commit/0bb4ecafcb54931c4f93cde3b9a590e61ec02c0b commit: 0bb4ecafcb54931c4f93cde3b9a590e61ec02c0b branch: main author: Lucas Colley committer: AA-Turner <[email protected]> date: 2026-02-04T12:36:14Z summary: gh-142903: add conda-forge lic

[Python-checkins] gh-144386: Add support for descriptors in ExitStack and AsyncExitStack (#144420)

2026-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f73d2e70037ea0c76d03487a71790734344aa080 commit: f73d2e70037ea0c76d03487a71790734344aa080 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2026-02-04T13:20:18+02:00 summary: gh-144386: Add support for descriptors in ExitStack and As

[Python-checkins] [3.14] gh-141444: Replace dead URL in urllib.robotparser example (GH-144443) (#144464)

2026-02-04 Thread hugovk
https://github.com/python/cpython/commit/fddd858810f8ad39637a2406678e2b3efe822493 commit: fddd858810f8ad39637a2406678e2b3efe822493 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-02-0

[Python-checkins] [3.13] gh-141444: Replace dead URL in urllib.robotparser example (GH-144443) (#144465)

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

[Python-checkins] gh-143962: Improve name suggestions for not normalized names (GH-144154)

2026-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/dd0fde58cce1e664c095949404d91807e1b45c55 commit: dd0fde58cce1e664c095949404d91807e1b45c55 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2026-02-04T17:23:09Z summary: gh-143962: Improve name suggestions for not normalized names (G

[Python-checkins] [3.14] gh-106318: Add examples for `str.startswith()` method (GH-144369) (#144481)

2026-02-04 Thread vstinner
https://github.com/python/cpython/commit/9f5191f8e78febdb3a0f61f50ca4f20db7748978 commit: 9f5191f8e78febdb3a0f61f50ca4f20db7748978 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2026-02-04T17:23:55Z summary: [3.14] gh-106318:

[Python-checkins] [3.13] gh-106318: Add examples for `str.startswith()` method (GH-144369) (#144480)

2026-02-04 Thread vstinner
https://github.com/python/cpython/commit/65acd016939d73e8d0530a9b933c0982de252844 commit: 65acd016939d73e8d0530a9b933c0982de252844 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2026-02-04T17:24:35Z summary: [3.13] gh-106318:

[Python-checkins] gh-106318: Add examples for `str.startswith()` method (#144369)

2026-02-04 Thread vstinner
https://github.com/python/cpython/commit/1b6d737ee0205521333cf5fe6ca6df2d3a6d4ec2 commit: 1b6d737ee0205521333cf5fe6ca6df2d3a6d4ec2 branch: main author: Adorilson Bezerra committer: vstinner date: 2026-02-04T18:17:42+01:00 summary: gh-106318: Add examples for `str.startswith()` method (#144369)

[Python-checkins] [3.14] Itertools recipes: Replace the tabulate() example with running_mean() (gh-144483) (gh-144485)

2026-02-04 Thread rhettinger
https://github.com/python/cpython/commit/48015091a9c15a6a27eae47e3e9850a23ad6b3c7 commit: 48015091a9c15a6a27eae47e3e9850a23ad6b3c7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2026-02-04T20:27:41Z summary: [3.14] Itertool

[Python-checkins] Itertools recipes: Replace the tabulate() example with running_mean() (gh-144483)

2026-02-04 Thread rhettinger
https://github.com/python/cpython/commit/b6d8aa436b0108fcc90cb13f9be864cfd4ea2ca7 commit: b6d8aa436b0108fcc90cb13f9be864cfd4ea2ca7 branch: main author: Raymond Hettinger committer: rhettinger date: 2026-02-04T14:21:20-06:00 summary: Itertools recipes: Replace the tabulate() example with running

[Python-checkins] gh-140824: Fix _Py_DumpExtensionModules() to ignore sub-modules (#144339)

2026-02-04 Thread vstinner
https://github.com/python/cpython/commit/2aea861fe07283fb00f3705d156dac7a852c8f58 commit: 2aea861fe07283fb00f3705d156dac7a852c8f58 branch: main author: Victor Stinner committer: vstinner date: 2026-02-04T16:06:35+01:00 summary: gh-140824: Fix _Py_DumpExtensionModules() to ignore sub-modules (#14

[Python-checkins] gh-141984: Reword and reorganize Subscription (and Slicing) docs (GH-141985)

2026-02-04 Thread encukou
https://github.com/python/cpython/commit/e423e0c2cc06fd36689f45b9e818f2455c20e682 commit: e423e0c2cc06fd36689f45b9e818f2455c20e682 branch: main author: Petr Viktorin committer: encukou date: 2026-02-04T16:08:23Z summary: gh-141984: Reword and reorganize Subscription (and Slicing) docs (GH-141985

[Python-checkins] gh-141004: Document remaining `pyport.h` utility macros (GH-144279)

2026-02-04 Thread ZeroIntensity
https://github.com/python/cpython/commit/914fbec21458a0344468734489f29254033fafc5 commit: 914fbec21458a0344468734489f29254033fafc5 branch: main author: Peter Bierma committer: ZeroIntensity date: 2026-02-04T11:43:47-05:00 summary: gh-141004: Document remaining `pyport.h` utility macros (GH-14427

[Python-checkins] [3.14] gh-141004: Document remaining `pyport.h` utility macros (GH-144279) (GH-144477)

2026-02-04 Thread ZeroIntensity
https://github.com/python/cpython/commit/e3d05d2dd6b60dad7fb32ba6d4ae85eb3a593c52 commit: e3d05d2dd6b60dad7fb32ba6d4ae85eb3a593c52 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2026-02-04T16:49:41Z summary: [3.14] gh-14

[Python-checkins] [3.13] gh-141004: Document remaining `pyport.h` utility macros (GH-144279) (GH-144478)

2026-02-04 Thread ZeroIntensity
https://github.com/python/cpython/commit/7f3939338acf06a8598d25c65e4221dab0611872 commit: 7f3939338acf06a8598d25c65e4221dab0611872 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2026-02-04T16:49:59Z summary: [3.13] gh-14

[Python-checkins] gh-123471: Make concurrent iteration over `itertools.permutations` and `itertools.combinations_with_replacement` thread-safe (gh-144402)

2026-02-04 Thread colesbury
https://github.com/python/cpython/commit/009c8c052f5eb9f869c09029724ef194d8c161ca commit: 009c8c052f5eb9f869c09029724ef194d8c161ca branch: main author: Pieter Eendebak committer: colesbury date: 2026-02-04T13:38:45-05:00 summary: gh-123471: Make concurrent iteration over `itertools.permutations`