[Python-checkins] gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDecodeError (#113674)

2024-03-16 Thread methane
https://github.com/python/cpython/commit/649857a1574a02235ccfac9e2ac1c12914cf8fe0 commit: 649857a1574a02235ccfac9e2ac1c12914cf8fe0 branch: main author: John Sloboda committer: methane date: 2024-03-17T04:58:42Z summary: gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDeco

[Python-checkins] Update titles and subtitles on landing page template (#116914)

2024-03-16 Thread willingc
https://github.com/python/cpython/commit/c514a975abe35fa4604cd3541e2286168ef67d10 commit: c514a975abe35fa4604cd3541e2286168ef67d10 branch: main author: Carol Willing committer: willingc date: 2024-03-17T00:01:56Z summary: Update titles and subtitles on landing page template (#116914) * Update t

[Python-checkins] gh-116809: Restore removed _PyErr_ChainExceptions1() function (#116900)

2024-03-16 Thread vstinner
https://github.com/python/cpython/commit/5e0a070dfe33530756fa2811b76bf959b9616590 commit: 5e0a070dfe33530756fa2811b76bf959b9616590 branch: main author: Victor Stinner committer: vstinner date: 2024-03-16T21:37:11+01:00 summary: gh-116809: Restore removed _PyErr_ChainExceptions1() function (#1169

[Python-checkins] CI: Process stale issues four times per day (#116857)

2024-03-16 Thread hugovk
https://github.com/python/cpython/commit/259dbc448dabc1ad95fcf6f70eff4b6b5355e71c commit: 259dbc448dabc1ad95fcf6f70eff4b6b5355e71c branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-03-16T11:59:42-0

[Python-checkins] gh-116879: Add new optimizer pystats to tables (GH-116880)

2024-03-16 Thread Fidget-Spinner
https://github.com/python/cpython/commit/1a33513f99bf4a9e5122b9cd82945879e73ff44c commit: 1a33513f99bf4a9e5122b9cd82945879e73ff44c branch: main author: Michael Droettboom committer: Fidget-Spinner date: 2024-03-16T23:10:43+08:00 summary: gh-116879: Add new optimizer pystats to tables (GH-116880)

[Python-checkins] gh-112536: Add more TSAN tests (#116896)

2024-03-16 Thread pitrou
https://github.com/python/cpython/commit/bee7e290cdedb17e06f473a2f318c720ba766852 commit: bee7e290cdedb17e06f473a2f318c720ba766852 branch: main author: Donghee Na committer: pitrou date: 2024-03-16T14:52:44Z summary: gh-112536: Add more TSAN tests (#116896) - Co-authored-by: Antoine P

[Python-checkins] [3.11] gh-116851: Remove "from ctypes import *" from a ctypes example (GH-116852) (GH-116906)

2024-03-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/fb660871345bb62e33e1bc1547e9740bc7fb3b1f commit: fb660871345bb62e33e1bc1547e9740bc7fb3b1f branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-03-16T13:18:52Z summary: [3.11] gh

[Python-checkins] [3.12] gh-116851: Remove "from ctypes import *" from a ctypes example (GH-116852) (GH-116905)

2024-03-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/216b0229227b4b0cf3ca9871b0e3d137d559b5ab commit: 216b0229227b4b0cf3ca9871b0e3d137d559b5ab branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-03-16T13:10:10Z summary: [3.12] gh

[Python-checkins] gh-116851: Remove "from ctypes import *" from a ctypes example (GH-116852)

2024-03-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/744c0777952f1e535d1192ee15b286aa67b61533 commit: 744c0777952f1e535d1192ee15b286aa67b61533 branch: main author: jnchen committer: serhiy-storchaka date: 2024-03-16T15:01:45+02:00 summary: gh-116851: Remove "from ctypes import *" from a ctypes example (GH-1

[Python-checkins] gh-114271: Fix race in `Thread.join()` (#114839)

2024-03-16 Thread pitrou
https://github.com/python/cpython/commit/33da0e844c922b3dcded75fbb9b7be67cb013a17 commit: 33da0e844c922b3dcded75fbb9b7be67cb013a17 branch: main author: mpage committer: pitrou date: 2024-03-16T13:56:30+01:00 summary: gh-114271: Fix race in `Thread.join()` (#114839) There is a race between when

[Python-checkins] [3.11] gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton default names (GH-116495) (GH-116902)

2024-03-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/02497b7ac2d6857449dd9baf386c1f22207f2a09 commit: 02497b7ac2d6857449dd9baf386c1f22207f2a09 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-03-16T11:58:10Z summary: [3.11] gh

[Python-checkins] gh-112536: Add test_threading to TSAN tests (#116898)

2024-03-16 Thread pitrou
https://github.com/python/cpython/commit/86bc40dd414bceb3f93382cc9f670936de9d68be commit: 86bc40dd414bceb3f93382cc9f670936de9d68be branch: main author: Antoine Pitrou committer: pitrou date: 2024-03-16T11:55:46Z summary: gh-112536: Add test_threading to TSAN tests (#116898) files: M Lib/test/li

[Python-checkins] [3.12] gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton default names (GH-116495) (GH-116901)

2024-03-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/04e614663494b6b0fa7b24933fca7c8af3a5fa32 commit: 04e614663494b6b0fa7b24933fca7c8af3a5fa32 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-03-16T11:51:08Z summary: [3.12] gh

[Python-checkins] gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton default names (GH-116495)

2024-03-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c61cb507c10c5b597928284e087a9a384ab267d0 commit: c61cb507c10c5b597928284e087a9a384ab267d0 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-03-16T13:31:19+02:00 summary: gh-116484: Fix collisions between Checkbutton and ttk.Chec

[Python-checkins] [3.11] gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801) (GH-116895)

2024-03-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/eddfdb3e509de7cbb591d89f9313fbb3394a0724 commit: eddfdb3e509de7cbb591d89f9313fbb3394a0724 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-03-16T11:04:31Z summary: [3.11] gh

[Python-checkins] [3.12] gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801) (GH-116894)

2024-03-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/716d482ba49a72adad4db98db92bb30667a566c7 commit: 716d482ba49a72adad4db98db92bb30667a566c7 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-03-16T11:00:32Z summary: [3.12] gh

[Python-checkins] gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801)

2024-03-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1069a462f611f0b70b6eec0bba603d618a0378f3 commit: 1069a462f611f0b70b6eec0bba603d618a0378f3 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-03-16T12:36:05+02:00 summary: gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH

[Python-checkins] gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandler (GH-116220)

2024-03-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/269051d20e65eda30734cbbbdb07d21df61978d6 commit: 269051d20e65eda30734cbbbdb07d21df61978d6 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-03-16T12:29:42+02:00 summary: gh-90535: Fix support of interval>1 in logging.TimedRotati

[Python-checkins] gh-112536: Add TSAN builds on Github Actions (#116872)

2024-03-16 Thread pitrou
https://github.com/python/cpython/commit/20578a1f68c841a264b72b00591b11ab2fa77b43 commit: 20578a1f68c841a264b72b00591b11ab2fa77b43 branch: main author: Donghee Na committer: pitrou date: 2024-03-16T11:10:37+01:00 summary: gh-112536: Add TSAN builds on Github Actions (#116872) files: A .github/w

[Python-checkins] [3.12] gh-116858: Add `@cpython_only` to several tests in `test_cmd_line` (GH-116859) (#116889)

2024-03-16 Thread sobolevn
https://github.com/python/cpython/commit/32c775165fd455a0ab0709c2897647f01c038c36 commit: 32c775165fd455a0ab0709c2897647f01c038c36 branch: 3.12 author: Nikita Sobolev committer: sobolevn date: 2024-03-16T09:31:28Z summary: [3.12] gh-116858: Add `@cpython_only` to several tests in `test_cmd_line`

[Python-checkins] [3.11] gh-116858: Add `@cpython_only` to several tests in `test_cmd_line` (GH-116859) (#116890)

2024-03-16 Thread sobolevn
https://github.com/python/cpython/commit/d16519ab7b233056de17435b2a5ccfd9579be198 commit: d16519ab7b233056de17435b2a5ccfd9579be198 branch: 3.11 author: Nikita Sobolev committer: sobolevn date: 2024-03-16T09:29:11Z summary: [3.11] gh-116858: Add `@cpython_only` to several tests in `test_cmd_line`

[Python-checkins] gh-116858: Add `@cpython_only` to several tests in `test_cmd_line` (#116859)

2024-03-16 Thread sobolevn
https://github.com/python/cpython/commit/a1c4923d65a3e4cea917745e7f6bc2e377cde5c5 commit: a1c4923d65a3e4cea917745e7f6bc2e377cde5c5 branch: main author: Nikita Sobolev committer: sobolevn date: 2024-03-16T11:54:42+03:00 summary: gh-116858: Add `@cpython_only` to several tests in `test_cmd_line` (