[Python-checkins] gh-115961: Improve tests for compressed file-like objects (GH-115963)

2024-02-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e72576c48b8be1e4f22c2f387f9769efa073c5be commit: e72576c48b8be1e4f22c2f387f9769efa073c5be branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-28T07:51:08Z summary: gh-115961: Improve tests for compressed file-like objects (GH-1

[Python-checkins] gh-116026: Try disabling rebuilds of dependents in Homebrew (#116027)

2024-02-27 Thread JelleZijlstra
https://github.com/python/cpython/commit/02beb9f0208d22fd8bd893e6e6ec813f7e51b235 commit: 02beb9f0208d22fd8bd893e6e6ec813f7e51b235 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-02-27T21:35:25-08:00 summary: gh-116026: Try disabling rebuilds of dependents in Homebrew (#1

[Python-checkins] gh-112997: Don't log arguments in asyncio unless debugging (#115667)

2024-02-27 Thread gvanrossum
https://github.com/python/cpython/commit/5a1559d9493dd298a08c4be32b52295aa3eb89e5 commit: 5a1559d9493dd298a08c4be32b52295aa3eb89e5 branch: main author: Pierre Ossman (ThinLinc team) committer: gvanrossum date: 2024-02-27T17:39:08-08:00 summary: gh-112997: Don't log arguments in asyncio unless de

[Python-checkins] gh-114914: Avoid keeping dead StreamWriter alive (#115661)

2024-02-27 Thread gvanrossum
https://github.com/python/cpython/commit/a355f60b032306651ca27bc53bbb82eb5106ff71 commit: a355f60b032306651ca27bc53bbb82eb5106ff71 branch: main author: Pierre Ossman (ThinLinc team) committer: gvanrossum date: 2024-02-27T17:27:44-08:00 summary: gh-114914: Avoid keeping dead StreamWriter alive (#

[Python-checkins] [3.11] gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data descriptor (GH-115540) (GH-115965)

2024-02-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/40070860192a26a46adf59ba2d5d97ba7fea6b2b commit: 40070860192a26a46adf59ba2d5d97ba7fea6b2b branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-27T18:35:55Z summary: [3.11] gh

[Python-checkins] [3.12] gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data descriptor (GH-115540) (GH-115966)

2024-02-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/418e72041349dccdd2bf6ad58643fec3314b1691 commit: 418e72041349dccdd2bf6ad58643fec3314b1691 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-27T18:32:34Z summary: [3.12] gh

[Python-checkins] [3.12] bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845) (GH-115995)

2024-02-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3af945fbb47600077850dc7fbcdbc323ddd83dd5 commit: 3af945fbb47600077850dc7fbcdbc323ddd83dd5 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-27T16:13:53Z summary: [3.12] bp

[Python-checkins] [3.11] bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845) (GH-115994)

2024-02-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/eb13ac66c49bbee7e0b04e564e463502cab55c13 commit: eb13ac66c49bbee7e0b04e564e463502cab55c13 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-27T16:14:01Z summary: [3.11] bp

[Python-checkins] bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845)

2024-02-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/686ec17f506cddd0b14a8aad5849c15ffc20ed46 commit: 686ec17f506cddd0b14a8aad5849c15ffc20ed46 branch: main author: Miguel Brito <[email protected]> committer: serhiy-storchaka date: 2024-02-27T14:57:59Z summary: bpo-43952: Fix multipro

[Python-checkins] [3.11] gh-115315: Update time.rst to include microseconds field (%f) in chart (GH-115316) (#115991)

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

[Python-checkins] [3.12] gh-115315: Update time.rst to include microseconds field (%f) in chart (GH-115316) (#115990)

2024-02-27 Thread hugovk
https://github.com/python/cpython/commit/96f98d97776992096ad8d4d07e8acf2dfb7ff71c commit: 96f98d97776992096ad8d4d07e8acf2dfb7ff71c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-02-2

[Python-checkins] gh-115315: Update time.rst to include microseconds field (%f) in chart (#115316)

2024-02-27 Thread hugovk
https://github.com/python/cpython/commit/3a72fc36f93d40048371b789e32eefc97b6ade63 commit: 3a72fc36f93d40048371b789e32eefc97b6ade63 branch: main author: Tahoma Software committer: hugovk <[email protected]> date: 2024-02-27T15:33:05+02:00 summary: gh-115315: Update time.rst t

[Python-checkins] GH-115816: Assorted naming and formatting changes to improve maintainability. (GH-115987)

2024-02-27 Thread markshannon
https://github.com/python/cpython/commit/6ecfcfe8946cf701c6c7018e30ae54d8b7a7ac2a commit: 6ecfcfe8946cf701c6c7018e30ae54d8b7a7ac2a branch: main author: Mark Shannon committer: markshannon date: 2024-02-27T13:25:02Z summary: GH-115816: Assorted naming and formatting changes to improve maintainabi

[Python-checkins] GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-115953)

2024-02-27 Thread markshannon
https://github.com/python/cpython/commit/10fbcd6c5dc25bfe14e02fd93ef93498a393860c commit: 10fbcd6c5dc25bfe14e02fd93ef93498a393860c branch: main author: Mark Shannon committer: markshannon date: 2024-02-27T10:51:26Z summary: GH-115816: Make tier2 optimizer symbols testable, and add a few tests.

[Python-checkins] gh-115720: Show number of leaks in huntrleaks progress reports (GH-115726)

2024-02-27 Thread encukou
https://github.com/python/cpython/commit/af5f9d682c20c951b90e3c020eeccac386c9bbb0 commit: af5f9d682c20c951b90e3c020eeccac386c9bbb0 branch: main author: Petr Viktorin committer: encukou date: 2024-02-27T09:51:17+01:00 summary: gh-115720: Show number of leaks in huntrleaks progress reports (GH-115