[Python-checkins] [3.13] gh-120713: Normalize year with century for datetime.strftime (GH-120820) (GH-121144)

2024-06-28 Thread serhiy-storchaka
https://github.com/python/cpython/commit/009618f1125838af3c4afc772f2593637766fd45 commit: 009618f1125838af3c4afc772f2593637766fd45 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-06-29T06:57:33Z summary: [3.13] gh

[Python-checkins] [3.12] gh-120713: Normalize year with century for datetime.strftime (GH-120820) (GH-121145)

2024-06-28 Thread serhiy-storchaka
https://github.com/python/cpython/commit/027902b56f2176c571e5e244c3c23dc7247b67dc commit: 027902b56f2176c571e5e244c3c23dc7247b67dc branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-29T06:54:27Z summary: [3.12] gh-120713: Normalize year with century for datetime.strf

[Python-checkins] [3.12] doc: Mention the missing reflected special methods for all binary operations (GH-119931) (#120064)

2024-06-28 Thread kumaraditya303
https://github.com/python/cpython/commit/21a953613c17629321fc9e5a455a18af2a33862d commit: 21a953613c17629321fc9e5a455a18af2a33862d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-06-29T12:12:46+05:30 summary: [3.12]

[Python-checkins] [3.13] doc: Mention the missing reflected special methods for all binary operations (GH-119931) (#120063)

2024-06-28 Thread kumaraditya303
https://github.com/python/cpython/commit/cbbd95328d9ca0fbb42e9dbb0060c4a98184e0fb commit: cbbd95328d9ca0fbb42e9dbb0060c4a98184e0fb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-06-29T12:12:35+05:30 summary: [3.13]

[Python-checkins] gh-121101: Document -Wall option (an alias for -Walways) (#121102)

2024-06-28 Thread kumaraditya303
https://github.com/python/cpython/commit/0a1e8ff9c15675fdc4d07fa6c59f83808bf00798 commit: 0a1e8ff9c15675fdc4d07fa6c59f83808bf00798 branch: main author: Wim Jeantine-Glenn committer: kumaraditya303 date: 2024-06-29T12:10:13+05:30 summary: gh-121101: Document -Wall option (an alias for -Walways) (

[Python-checkins] gh-120713: Normalize year with century for datetime.strftime (GH-120820)

2024-06-28 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6d34938dc8163f4a4bcc68069a1645a7ab76e935 commit: 6d34938dc8163f4a4bcc68069a1645a7ab76e935 branch: main author: blhsing committer: serhiy-storchaka date: 2024-06-29T09:32:42+03:00 summary: gh-120713: Normalize year with century for datetime.strftime (GH-12

[Python-checkins] [3.12] gh-121137: Add missing Py_DECREF calls for ADDITEMS opcode of _pickle.c (GH-121136) (#121140)

2024-06-28 Thread gaogaotiantian
https://github.com/python/cpython/commit/5c06b34665c4538f7142a71ecc4cc4a0d82d2653 commit: 5c06b34665c4538f7142a71ecc4cc4a0d82d2653 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gaogaotiantian date: 2024-06-28T16:17:51-07:00 summary: [3.12]

[Python-checkins] [3.13] gh-121137: Add missing Py_DECREF calls for ADDITEMS opcode of _pickle.c (GH-121136) (#121139)

2024-06-28 Thread gaogaotiantian
https://github.com/python/cpython/commit/50ea6408b8cb31d39a91f3d08b2e7a0e97d9424e commit: 50ea6408b8cb31d39a91f3d08b2e7a0e97d9424e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gaogaotiantian date: 2024-06-28T16:17:34-07:00 summary: [3.13]

[Python-checkins] gh-121137: Add missing Py_DECREF calls for ADDITEMS opcode of _pickle.c (#121136)

2024-06-28 Thread gaogaotiantian
https://github.com/python/cpython/commit/92893fd8dc803ed7cdde55d29d25f84ccb5e3ef0 commit: 92893fd8dc803ed7cdde55d29d25f84ccb5e3ef0 branch: main author: Justin Applegate <[email protected]> committer: gaogaotiantian date: 2024-06-28T14:43:45-07:00 summary: gh-121137: Add

[Python-checkins] gh-117139: Fix a few wrong steals in bytecodes.c (GH-121127)

2024-06-28 Thread Fidget-Spinner
https://github.com/python/cpython/commit/e6543daf12051e9c660a5c0437683e8d2706a3c7 commit: e6543daf12051e9c660a5c0437683e8d2706a3c7 branch: main author: Ken Jin committer: Fidget-Spinner date: 2024-06-29T02:14:48+08:00 summary: gh-117139: Fix a few wrong steals in bytecodes.c (GH-121127) Fix a f

[Python-checkins] [3.12] gh-115986 Improve pprint docs formatting (GH-117401) (GH-121099)

2024-06-28 Thread encukou
https://github.com/python/cpython/commit/3a420de986efef4bae039e2aad9feaa26505d24b commit: 3a420de986efef4bae039e2aad9feaa26505d24b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-06-28T18:21:56+02:00 summary: [3.12] gh-115

[Python-checkins] [3.12] gh-120868: Fix breaking change in `logging.config` when using `QueueHandler` (GH-120872) (GH-121077)

2024-06-28 Thread vsajip
https://github.com/python/cpython/commit/b31f7e2e90a811f46f1934dd3604412d1381eede commit: b31f7e2e90a811f46f1934dd3604412d1381eede branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-06-28T17:10:53+01:00 summary: [3.12] gh-1208

[Python-checkins] gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)

2024-06-28 Thread zooba
https://github.com/python/cpython/commit/58a3c3c0ad1f691810054fbc0feb8d9260e55fc2 commit: 58a3c3c0ad1f691810054fbc0feb8d9260e55fc2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-06-28T15:52:26Z summary: gh-121115: Skip __in

[Python-checkins] gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)

2024-06-28 Thread zooba
https://github.com/python/cpython/commit/2894aa14f22430e9b6d4676afead6da7c79209ca commit: 2894aa14f22430e9b6d4676afead6da7c79209ca branch: main author: Steve Dower committer: zooba date: 2024-06-28T16:26:21+01:00 summary: gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)

[Python-checkins] [3.13] gh-121018: Fix more cases of exiting in argparse when exit_on_error=False (GH-121056) (GH-121128)

2024-06-28 Thread serhiy-storchaka
https://github.com/python/cpython/commit/99de20d729c14c9ea062c205b55925305ed797b6 commit: 99de20d729c14c9ea062c205b55925305ed797b6 branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-28T15:04:44Z summary: [3.13] gh-121018: Fix more cases of exiting in argparse when e

[Python-checkins] [3.12] gh-121018: Fix more cases of exiting in argparse when exit_on_error=False (GH-121056) (GH-121129)

2024-06-28 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8ea6cc14a5178b456278c35f63b0859c6b5f4f64 commit: 8ea6cc14a5178b456278c35f63b0859c6b5f4f64 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-28T14:52:07Z summary: [3.12] gh-121018: Fix more cases of exiting in argparse when e

[Python-checkins] [3.13] gh-115986 Improve pprint docs formatting (GH-117401) (GH-121098)

2024-06-28 Thread encukou
https://github.com/python/cpython/commit/394dc93bf99d01f085b6a76ba057b1941cc2ebc7 commit: 394dc93bf99d01f085b6a76ba057b1941cc2ebc7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-06-28T16:23:08+02:00 summary: [3.13] gh-115

[Python-checkins] gh-121018: Fix more cases of exiting in argparse when exit_on_error=False (GH-121056)

2024-06-28 Thread serhiy-storchaka
https://github.com/python/cpython/commit/81a654a3425eaa05a51342509089533c1f623f1b commit: 81a654a3425eaa05a51342509089533c1f623f1b branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-28T17:21:59+03:00 summary: gh-121018: Fix more cases of exiting in argparse when exit

[Python-checkins] Check for compiler warnings in test_cext on Windows (#121088)

2024-06-28 Thread vstinner
https://github.com/python/cpython/commit/43709d5d5424725ec061de2c12c3761affde69ef commit: 43709d5d5424725ec061de2c12c3761affde69ef branch: main author: Victor Stinner committer: vstinner date: 2024-06-28T14:41:37+02:00 summary: Check for compiler warnings in test_cext on Windows (#121088) On Wi

[Python-checkins] gh-120804: remove `is_active` method from internal child watchers implementation in asyncio (#121124)

2024-06-28 Thread kumaraditya303
https://github.com/python/cpython/commit/ef3c400434eab53e358ebfa5da0411fab722cafb commit: ef3c400434eab53e358ebfa5da0411fab722cafb branch: main author: Kumar Aditya committer: kumaraditya303 date: 2024-06-28T17:23:56+05:30 summary: gh-120804: remove `is_active` method from internal child watcher

[Python-checkins] [3.13] gh-121096: Ignore dlopen() leaks in Valgrind suppression file (GH-121097) (#121122)

2024-06-28 Thread vstinner
https://github.com/python/cpython/commit/497047606d6349b0596a53c6db1a1616ef0f0d80 commit: 497047606d6349b0596a53c6db1a1616ef0f0d80 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-06-28T11:26:37Z summary: [3.13] gh-121096:

[Python-checkins] [3.12] gh-121096: Ignore dlopen() leaks in Valgrind suppression file (GH-121097) (#121123)

2024-06-28 Thread vstinner
https://github.com/python/cpython/commit/21a63b9c4c16269ea90326968ef0f60ff7f026cf commit: 21a63b9c4c16269ea90326968ef0f60ff7f026cf branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-06-28T11:17:30Z summary: [3.12] gh-121096:

[Python-checkins] gh-121096: Ignore dlopen() leaks in Valgrind suppression file (#121097)

2024-06-28 Thread vstinner
https://github.com/python/cpython/commit/6e63d84e43fdce3a5bdb899b024cf947d4e48900 commit: 6e63d84e43fdce3a5bdb899b024cf947d4e48900 branch: main author: Victor Stinner committer: vstinner date: 2024-06-28T13:10:11+02:00 summary: gh-121096: Ignore dlopen() leaks in Valgrind suppression file (#1210

[Python-checkins] [3.13] gh-105623 Fix performance degradation in logging RotatingFileHandler (GH-105887) (GH-121117)

2024-06-28 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e310d2bd71b72ad050e20a3da30636e0970a6fc2 commit: e310d2bd71b72ad050e20a3da30636e0970a6fc2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-06-28T09:23:38Z summary: [3.13] gh

[Python-checkins] [3.12] gh-105623 Fix performance degradation in logging RotatingFileHandler (GH-105887) (GH-121116)

2024-06-28 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2a68ed986e9d19dff5d09713a5a225879acba3cb commit: 2a68ed986e9d19dff5d09713a5a225879acba3cb branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-06-28T09:09:38Z summary: [3.12] gh

[Python-checkins] gh-107803: add whatsnew for asyncio double linked list implementation (#120995)

2024-06-28 Thread kumaraditya303
https://github.com/python/cpython/commit/58a3580836eca58c4a0c02cedc8a8d6080b8ab59 commit: 58a3580836eca58c4a0c02cedc8a8d6080b8ab59 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2024-06-28T14:33:31+05:30 summary: gh-107803: add whatsnew for asyncio double linked list implement