[Python-checkins] gh-117176: Fix compiler warning in Python/optimizer_bytecodes.c (GH-117199)

2024-03-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/eebea7e515462b503632ada74923ec3246599c9c commit: eebea7e515462b503632ada74923ec3246599c9c branch: main author: Kirill Podoprigora committer: serhiy-storchaka date: 2024-03-24T20:34:55+02:00 summary: gh-117176: Fix compiler warning in Python/optimizer_byte

[Python-checkins] gh-112571: Move fish venv activation script into the common folder (GH-117169)

2024-03-24 Thread vsajip
https://github.com/python/cpython/commit/83485a095363dad6c97b19af2826ca0c34343bfc commit: 83485a095363dad6c97b19af2826ca0c34343bfc branch: main author: Totally a booplicate <[email protected]> committer: vsajip date: 2024-03-24T15:48:40Z summary: gh-112571: Move fish ve

[Python-checkins] gh-117194: Properly format 'base64' header in What's New (#117198)

2024-03-24 Thread terryjreedy
https://github.com/python/cpython/commit/78a651fd7fbe7a3d1702e40f4cbfa72d87241ef0 commit: 78a651fd7fbe7a3d1702e40f4cbfa72d87241ef0 branch: main author: Terry Jan Reedy committer: terryjreedy date: 2024-03-24T11:38:34-04:00 summary: gh-117194: Properly format 'base64' header in What's New (#11719

[Python-checkins] [3.11] GH-115986 Docs: promote pprint.pp usage as a default (GH-116614) (#117197)

2024-03-24 Thread hugovk
https://github.com/python/cpython/commit/a3a0ce1b2ffb4f24be1587892aa89027382ea574 commit: a3a0ce1b2ffb4f24be1587892aa89027382ea574 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-03-2

[Python-checkins] [3.12] GH-115986 Docs: promote pprint.pp usage as a default (GH-116614) (#117196)

2024-03-24 Thread hugovk
https://github.com/python/cpython/commit/193a24bb80fb6a73a2f9ff52bdc14ea597aa1fe3 commit: 193a24bb80fb6a73a2f9ff52bdc14ea597aa1fe3 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-03-2

[Python-checkins] GH-115986 Docs: promote pprint.pp usage as a default (#116614)

2024-03-24 Thread hugovk
https://github.com/python/cpython/commit/f267d5bf2a99fbeb26a720d1c87c1f0557424b14 commit: f267d5bf2a99fbeb26a720d1c87c1f0557424b14 branch: main author: Kerim Kabirov committer: hugovk <[email protected]> date: 2024-03-24T07:59:14-06:00 summary: GH-115986 Docs: promote pprint

[Python-checkins] [3.12] gh-101760: Improve the imaplib.IMAP4 example (GH-101764) (#117191)

2024-03-24 Thread hugovk
https://github.com/python/cpython/commit/4326e07a8b02b090291a58646231a519da60d6ae commit: 4326e07a8b02b090291a58646231a519da60d6ae branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-03-2

[Python-checkins] [3.11] gh-101760: Improve the imaplib.IMAP4 example (GH-101764) (#117192)

2024-03-24 Thread hugovk
https://github.com/python/cpython/commit/5d122300950b30ee0aa65ebd72d44ee415802483 commit: 5d122300950b30ee0aa65ebd72d44ee415802483 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-03-2

[Python-checkins] gh-101760: Improve the imaplib.IMAP4 example (#101764)

2024-03-24 Thread hugovk
https://github.com/python/cpython/commit/39df7732178c8e8f75b12f069a3dbc1715c5 commit: 39df7732178c8e8f75b12f069a3dbc1715c5 branch: main author: LilKS <[email protected]> committer: hugovk <[email protected]> date: 2024-03-24T04:01:07-06:00 summary:

[Python-checkins] Add cumulative option for the new statistics.kde() function. (#117033)

2024-03-24 Thread rhettinger
https://github.com/python/cpython/commit/a1e948edba9ec6ba61365429857f7a087c5edf51 commit: a1e948edba9ec6ba61365429857f7a087c5edf51 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-03-24T04:35:58-05:00 summary: Add cumulative option for the new statistics.kde() function. (#