[Python-checkins] gh-73965: Move PYTHON_HISTORY into the correct usage section (#113798)

2024-01-08 Thread hugovk
https://github.com/python/cpython/commit/e5d0316f35a62df05e1b196689f6998662631836 commit: e5d0316f35a62df05e1b196689f6998662631836 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-01-08T11:58:58+0

[Python-checkins] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during write() (GH-22535)

2024-01-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/73c93265634257b1488262097e024c1727260cfd commit: 73c93265634257b1488262097e024c1727260cfd branch: main author: Zackery Spytz committer: serhiy-storchaka date: 2024-01-08T12:33:34+02:00 summary: gh-80109: Fix io.TextIOWrapper dropping the internal buffer d

[Python-checkins] [3.11] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during write() (GH-22535) (GH-113809)

2024-01-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4db8d3be49b3a229932a24f6271d3f062843d08f commit: 4db8d3be49b3a229932a24f6271d3f062843d08f branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-08T10:47:50Z summary: [3.11] gh

[Python-checkins] [3.12] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during write() (GH-22535) (GH-113808)

2024-01-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ad2d5ec97e12063b7265faa8b0654bcf82a33545 commit: ad2d5ec97e12063b7265faa8b0654bcf82a33545 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-08T11:00:30Z summary: [3.12] gh

[Python-checkins] gh-74678: Increase base64 test coverage (GH-21913)

2024-01-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/802d4954f12541ba28dd7f18bf4a65054941a80d commit: 802d4954f12541ba28dd7f18bf4a65054941a80d branch: main author: Zackery Spytz committer: serhiy-storchaka date: 2024-01-08T13:01:31+02:00 summary: gh-74678: Increase base64 test coverage (GH-21913) Ensure th

[Python-checkins] [3.11] gh-74678: Increase base64 test coverage (GH-21913) (GH-113810)

2024-01-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/73573352fc4489ab3ded61f9a55965d9913de1f5 commit: 73573352fc4489ab3ded61f9a55965d9913de1f5 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-08T11:16:06Z summary: [3.11] gh

[Python-checkins] [3.12] gh-74678: Increase base64 test coverage (GH-21913) (GH-113811)

2024-01-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7390dffce0624f38f78441cf2b618f3ab98d3ce3 commit: 7390dffce0624f38f78441cf2b618f3ab98d3ce3 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-08T11:20:36Z summary: [3.12] gh

[Python-checkins] gh-110721: Remove unused code from suggestions.c after moving PyErr_Display to use the traceback module (#113712)

2024-01-08 Thread pablogsal
https://github.com/python/cpython/commit/a03ec20bcdf757138557127689405b3a525b3c44 commit: a03ec20bcdf757138557127689405b3a525b3c44 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-01-08T15:10:45Z summary: gh-110721: Remove unused code from suggestions.c after moving PyE

[Python-checkins] gh-113391: fix outdated PyObject_HasAttr docs (#113420)

2024-01-08 Thread encukou
https://github.com/python/cpython/commit/61dd77b04ea205f492498d30637f2d516d8e2a8b commit: 61dd77b04ea205f492498d30637f2d516d8e2a8b branch: main author: Sergey B Kirpichev committer: encukou date: 2024-01-08T16:23:43+01:00 summary: gh-113391: fix outdated PyObject_HasAttr docs (#113420) After #5

[Python-checkins] gh-113787: Fix refleaks in test_capi (gh-113816)

2024-01-08 Thread nascheme
https://github.com/python/cpython/commit/ace4d7ff9a247cbe7350719b996a1c7d88a57813 commit: ace4d7ff9a247cbe7350719b996a1c7d88a57813 branch: main author: neonene <[email protected]> committer: nascheme date: 2024-01-08T08:34:51-08:00 summary: gh-113787: Fix refleaks in test_

[Python-checkins] gh-113755: Fully adapt gcmodule.c to Argument Clinic (#113756)

2024-01-08 Thread erlend-aasland
https://github.com/python/cpython/commit/35fa13d48b3247ea5e83b17c05a98163904e5a0b commit: 35fa13d48b3247ea5e83b17c05a98163904e5a0b branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-08T18:32:34+01:00 summary: gh-113755: Fully adapt gcmodule.c to Argument Clinic (#1137

[Python-checkins] Minor algebraic simplification for the totient() recipe (gh-113822)

2024-01-08 Thread rhettinger
https://github.com/python/cpython/commit/aef375f56ec93740f0a9b5031c3d2063c553fc12 commit: aef375f56ec93740f0a9b5031c3d2063c553fc12 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-01-08T13:16:22-06:00 summary: Minor algebraic simplification for the totient() recipe (gh-113

[Python-checkins] GH-113528: Move a few misplaced pathlib tests (#113527)

2024-01-08 Thread barneygale
https://github.com/python/cpython/commit/a9df076d7d5e113aab4dfd32118a14b62537a8a2 commit: a9df076d7d5e113aab4dfd32118a14b62537a8a2 branch: main author: Barney Gale committer: barneygale date: 2024-01-08T19:17:18Z summary: GH-113528: Move a few misplaced pathlib tests (#113527) `PurePathBase` do

[Python-checkins] [3.12] Minor algebraic simplification for the totient() recipe (gh-113822) (gh-113823)

2024-01-08 Thread rhettinger
https://github.com/python/cpython/commit/0b31a50ecd494d76e4254d4b2de18e5926683124 commit: 0b31a50ecd494d76e4254d4b2de18e5926683124 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2024-01-08T19:22:42Z summary: [3.12] Minor al

[Python-checkins] gh-113688: fix dtrace build on Solaris (#113814)

2024-01-08 Thread gpshead
https://github.com/python/cpython/commit/bc71ae2b97bb59b1796be056fb821d9abdee840b commit: bc71ae2b97bb59b1796be056fb821d9abdee840b branch: main author: Jakub Kulík committer: gpshead date: 2024-01-08T11:28:09-08:00 summary: gh-113688: fix dtrace build on Solaris (#113814) (the gcmodule -> gc re

[Python-checkins] GH-113528: Speed up pathlib ABC tests. (#113788)

2024-01-08 Thread barneygale
https://github.com/python/cpython/commit/b3dba18eab96dc95653031863bb2a222af912f2b commit: b3dba18eab96dc95653031863bb2a222af912f2b branch: main author: Barney Gale committer: barneygale date: 2024-01-08T19:31:52Z summary: GH-113528: Speed up pathlib ABC tests. (#113788) - Add `__slots__` to dum

[Python-checkins] gh-113791: Expose CLOCK_MONOTONIC_RAW_APPROX and CLOCK_UPTIME_RAW_APROX on macOS in the time module (#113792)

2024-01-08 Thread ronaldoussoren
https://github.com/python/cpython/commit/c6ca562138a0916192f9c3100cae678c616aed29 commit: c6ca562138a0916192f9c3100cae678c616aed29 branch: main author: Ronald Oussoren committer: ronaldoussoren date: 2024-01-08T20:44:00+01:00 summary: gh-113791: Expose CLOCK_MONOTONIC_RAW_APPROX and CLOCK_UPTIME

[Python-checkins] GH-111693: Propagate correct asyncio.CancelledError instance out of asyncio.Condition.wait() (#111694)

2024-01-08 Thread gvanrossum
https://github.com/python/cpython/commit/52161781a6134a4b846500ad68004fe9027a233c commit: 52161781a6134a4b846500ad68004fe9027a233c branch: main author: Kristján Valur Jónsson committer: gvanrossum date: 2024-01-08T11:57:48-08:00 summary: GH-111693: Propagate correct asyncio.CancelledError instan

[Python-checkins] gh-113827: Move Windows frozen modules directory to allow PGO builds (GH-113828)

2024-01-08 Thread zooba
https://github.com/python/cpython/commit/92f96240d713a5a36c54515e5b3cd0947163 commit: 92f96240d713a5a36c54515e5b3cd0947163 branch: main author: Steve Dower committer: zooba date: 2024-01-08T21:51:39Z summary: gh-113827: Move Windows frozen modules directory to allow PGO builds (GH-113828

[Python-checkins] gh-113027: Fix test_variable_tzname in test_email (#113821)

2024-01-08 Thread pablogsal
https://github.com/python/cpython/commit/931d7e052e22aa01e18fcc67ed71b6ea305aff71 commit: 931d7e052e22aa01e18fcc67ed71b6ea305aff71 branch: main author: Serhiy Storchaka committer: pablogsal date: 2024-01-08T22:33:53Z summary: gh-113027: Fix test_variable_tzname in test_email (#113821) Determine

[Python-checkins] readme: fix displaying issue of command (#113719)

2024-01-08 Thread willingc
https://github.com/python/cpython/commit/0b2340263172ad0fdd95aed6266496b7f4db4de3 commit: 0b2340263172ad0fdd95aed6266496b7f4db4de3 branch: main author: mara004 committer: willingc date: 2024-01-08T15:42:56-08:00 summary: readme: fix displaying issue of command (#113719) Avoid line break in comm

[Python-checkins] gh-112806: Remove unused function warnings during mimalloc build on Solaris (#112807)

2024-01-08 Thread DinoV
https://github.com/python/cpython/commit/ae968d10326165b1114568ab1ca0a7776ea9c234 commit: ae968d10326165b1114568ab1ca0a7776ea9c234 branch: main author: Jakub Kulík committer: DinoV date: 2024-01-08T15:49:33-08:00 summary: gh-112806: Remove unused function warnings during mimalloc build on Solari

[Python-checkins] gh-112808: Fix mimalloc build on Solaris (#112809)

2024-01-08 Thread DinoV
https://github.com/python/cpython/commit/10d3f04aec745c6676ef31611549b970a78338b3 commit: 10d3f04aec745c6676ef31611549b970a78338b3 branch: main author: Jakub Kulík committer: DinoV date: 2024-01-08T15:50:56-08:00 summary: gh-112808: Fix mimalloc build on Solaris (#112809) files: M Objects/mimal

[Python-checkins] gh-112087: Update list.{pop,clear,reverse,remove} to use CS (gh-113764)

2024-01-08 Thread corona10
https://github.com/python/cpython/commit/a023bc252dc744736bd21897c5a23a25b800df92 commit: a023bc252dc744736bd21897c5a23a25b800df92 branch: main author: Donghee Na committer: corona10 date: 2024-01-09T09:00:55+09:00 summary: gh-112087: Update list.{pop,clear,reverse,remove} to use CS (gh-113764)

[Python-checkins] Docs: Link tokens in the format string grammars (#108184)

2024-01-08 Thread AA-Turner
https://github.com/python/cpython/commit/f3d5d4aa8f0388217aeff69e28d078bdda464b38 commit: f3d5d4aa8f0388217aeff69e28d078bdda464b38 branch: main author: William Andrea committer: AA-Turner <[email protected]> date: 2024-01-09T02:47:59Z summary: Docs: Link tokens in the for

[Python-checkins] [3.11] Docs: Link tokens in the format string grammars (GH-108184) (#113840)

2024-01-08 Thread AA-Turner
https://github.com/python/cpython/commit/3958c7d712b2cb32cb649eee7391d8a431a9cfa9 commit: 3958c7d712b2cb32cb649eee7391d8a431a9cfa9 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.12] Docs: Link tokens in the format string grammars (GH-108184) (#113839)

2024-01-08 Thread AA-Turner
https://github.com/python/cpython/commit/cd87737a1de9a3b766358912985ffae511c3911d commit: cd87737a1de9a3b766358912985ffae511c3911d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-113692: skip a test if multiprocessing isn't available. (GH-113704)

2024-01-08 Thread vsajip
https://github.com/python/cpython/commit/842b738129021f52293dc053e014ecb4fe095baa commit: 842b738129021f52293dc053e014ecb4fe095baa branch: main author: Vinay Sajip committer: vsajip date: 2024-01-09T07:47:42Z summary: gh-113692: skip a test if multiprocessing isn't available. (GH-113704) files: