[Python-checkins] gh-80222: Fix email address header folding with long quoted-string (#122753)

2025-01-18 Thread bitdancer
https://github.com/python/cpython/commit/5aaf41685834901e4ed0a40f4c055b92991a0bb5 commit: 5aaf41685834901e4ed0a40f4c055b92991a0bb5 branch: main author: Mike Edmunds committer: bitdancer date: 2025-01-18T19:50:52-05:00 summary: gh-80222: Fix email address header folding with long quoted-string (#

[Python-checkins] [3.13] gh-128679: Fix tracemalloc.stop() race conditions (#128897)

2025-01-18 Thread vstinner
https://github.com/python/cpython/commit/6b47499510e47c0401d1f6cca2660fc12c496e39 commit: 6b47499510e47c0401d1f6cca2660fc12c496e39 branch: 3.13 author: Victor Stinner committer: vstinner date: 2025-01-18T23:39:07Z summary: [3.13] gh-128679: Fix tracemalloc.stop() race conditions (#128897) trace

[Python-checkins] [3.13] gh-128991: Release the enter frame reference within bdb callba… (#129002)

2025-01-18 Thread gaogaotiantian
https://github.com/python/cpython/commit/ef9961840b546aba33b168fd8f5788e1ea1960e8 commit: ef9961840b546aba33b168fd8f5788e1ea1960e8 branch: 3.13 author: Tian Gao committer: gaogaotiantian date: 2025-01-18T17:21:23-05:00 summary: [3.13] gh-128991: Release the enter frame reference within bdb callb

[Python-checkins] [3.12] gh-128991: Release the enter frame reference within bdb callba… (#129003)

2025-01-18 Thread gaogaotiantian
https://github.com/python/cpython/commit/6d638c2655374f2fbd80779aff349324dbc857f8 commit: 6d638c2655374f2fbd80779aff349324dbc857f8 branch: 3.12 author: Tian Gao committer: gaogaotiantian date: 2025-01-18T17:21:34-05:00 summary: [3.12] gh-128991: Release the enter frame reference within bdb callb

[Python-checkins] gh-128991: Release the enter frame reference within bdb callback (#128992)

2025-01-18 Thread gaogaotiantian
https://github.com/python/cpython/commit/61b35f74aa4a6ac606635e245147ff3658628d99 commit: 61b35f74aa4a6ac606635e245147ff3658628d99 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-01-18T16:53:06-05:00 summary: gh-128991: Release the enter frame reference within bdb callback (#1

[Python-checkins] [3.12] gh-128998: Fix indentation of numbered list and literal block (GH-128999) (#129001)

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

[Python-checkins] [3.13] gh-128998: Fix indentation of numbered list and literal block (GH-128999) (#129000)

2025-01-18 Thread AA-Turner
https://github.com/python/cpython/commit/03ee311e5a454dce665f14deac91687a752e1679 commit: 03ee311e5a454dce665f14deac91687a752e1679 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-128998: Fix indentation of numbered list and literal block (#128999)

2025-01-18 Thread AA-Turner
https://github.com/python/cpython/commit/e8092e5cdcd6707ac0b16d8fb37fa080a88bcc97 commit: e8092e5cdcd6707ac0b16d8fb37fa080a88bcc97 branch: main author: Rafael Fontenelle committer: AA-Turner <[email protected]> date: 2025-01-18T20:52:30Z summary: gh-128998: Fix indentatio

[Python-checkins] [3.12] Pre-commit: Drop specific language version and bump hooks (GH-128801) (#128997)

2025-01-18 Thread hugovk
https://github.com/python/cpython/commit/4219cda83d36892efcf945ff62211742bc051007 commit: 4219cda83d36892efcf945ff62211742bc051007 branch: 3.12 author: Peter Bierma committer: hugovk <[email protected]> date: 2025-01-18T22:52:24+02:00 summary: [3.12] Pre-commit: Drop specifi

[Python-checkins] [3.13] Pre-commit: Drop specific language version and bump hooks (GH-128801) (#128994)

2025-01-18 Thread hugovk
https://github.com/python/cpython/commit/453eaa9ffcef1ab1910648d8c4b2236f0b5830c1 commit: 453eaa9ffcef1ab1910648d8c4b2236f0b5830c1 branch: 3.13 author: Peter Bierma committer: hugovk <[email protected]> date: 2025-01-18T22:52:07+02:00 summary: [3.13] Pre-commit: Drop specifi

[Python-checkins] [3.12] gh-121542: Document trailing newline behavior in `set_content()` (GH-121543) (#128996)

2025-01-18 Thread Eclips4
https://github.com/python/cpython/commit/104d37ad99389648bc270d9d32aaa6b764e6e04f commit: 104d37ad99389648bc270d9d32aaa6b764e6e04f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2025-01-18T18:41:59Z summary: [3.12] gh-121542:

[Python-checkins] [3.13] gh-121542: Document trailing newline behavior in `set_content()` (GH-121543) (#128995)

2025-01-18 Thread Eclips4
https://github.com/python/cpython/commit/b7ddcc3efb4e3610471880e1e904f42f39bbb2f4 commit: b7ddcc3efb4e3610471880e1e904f42f39bbb2f4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2025-01-18T18:40:30Z summary: [3.13] gh-121542:

[Python-checkins] gh-121542: Document trailing newline behavior in `set_content()` (#121543)

2025-01-18 Thread Eclips4
https://github.com/python/cpython/commit/fba475ae6f932d0aaee6832b4102b2d4c50df70f commit: fba475ae6f932d0aaee6832b4102b2d4c50df70f branch: main author: Peter Bierma committer: Eclips4 date: 2025-01-18T20:34:40+02:00 summary: gh-121542: Document trailing newline behavior in `set_content()` (#1215

[Python-checkins] Pre-commit: Drop specific language version and bump hooks (#128801)

2025-01-18 Thread hugovk
https://github.com/python/cpython/commit/3de7cc15c2f3186b84c0fb105bc84c27e9589902 commit: 3de7cc15c2f3186b84c0fb105bc84c27e9589902 branch: main author: Peter Bierma committer: hugovk <[email protected]> date: 2025-01-18T19:53:17+02:00 summary: Pre-commit: Drop specific langu

[Python-checkins] gh-128679: Skip test_tracemalloc_track_race() on debug build (#128988)

2025-01-18 Thread vstinner
https://github.com/python/cpython/commit/9bc19643ed54b2aa8558e87fd3a04e8bd1ea7fb2 commit: 9bc19643ed54b2aa8558e87fd3a04e8bd1ea7fb2 branch: main author: Victor Stinner committer: vstinner date: 2025-01-18T15:13:54Z summary: gh-128679: Skip test_tracemalloc_track_race() on debug build (#128988) T

[Python-checkins] [3.13] gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_INCREF_IMMORTAL_STAT_INC (GH-127717) (#128713)

2025-01-18 Thread Eclips4
https://github.com/python/cpython/commit/fdac3629e9e82f6908a8f2b7f4a88f7a0488229b commit: fdac3629e9e82f6908a8f2b7f4a88f7a0488229b branch: 3.13 author: Ed Nutting committer: Eclips4 date: 2025-01-18T19:00:46+02:00 summary: [3.13] gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC

[Python-checkins] [3.12] gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_INCREF_IMMORTAL_STAT_INC (GH-127717) (#128712)

2025-01-18 Thread Eclips4
https://github.com/python/cpython/commit/bca489076f1834fc9544a9581aeb2df565af954c commit: bca489076f1834fc9544a9581aeb2df565af954c branch: 3.12 author: Ed Nutting committer: Eclips4 date: 2025-01-18T19:00:18+02:00 summary: [3.12] gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC

[Python-checkins] gh-59705: Make PYTHREAD_NAME_MAXLEN macro private (#128945)

2025-01-18 Thread vstinner
https://github.com/python/cpython/commit/81159fce3643d2b5b265c441f3079166203e873e commit: 81159fce3643d2b5b265c441f3079166203e873e branch: main author: Victor Stinner committer: vstinner date: 2025-01-18T15:10:29Z summary: gh-59705: Make PYTHREAD_NAME_MAXLEN macro private (#128945) Rename PYTHR

[Python-checkins] [3.13] gh-111495: Add more tests on PyEval C APIs (#122789) (#128987)

2025-01-18 Thread vstinner
https://github.com/python/cpython/commit/430ccbc009aa7a2da92b85d7aeadd39e1666e875 commit: 430ccbc009aa7a2da92b85d7aeadd39e1666e875 branch: 3.13 author: Victor Stinner committer: vstinner date: 2025-01-18T14:49:55Z summary: [3.13] gh-111495: Add more tests on PyEval C APIs (#122789) (#128987) *

[Python-checkins] [3.12] gh-125997: suggest efficient alternatives for `time.sleep(0)` (GH-128752) (#128985)

2025-01-18 Thread picnixz
https://github.com/python/cpython/commit/3d9b14c19bb004619680bd972f641486e1fec1b7 commit: 3d9b14c19bb004619680bd972f641486e1fec1b7 branch: 3.12 author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-01-18T11:13:03Z

[Python-checkins] [3.13] gh-125997: suggest efficient alternatives for `time.sleep(0)` (GH-128752) (#128984)

2025-01-18 Thread picnixz
https://github.com/python/cpython/commit/fff334e5384960426586329b5fe3f28745c871f4 commit: fff334e5384960426586329b5fe3f28745c871f4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] gh-125997: suggest efficient alternatives for `time.sleep(0)` (#128752)

2025-01-18 Thread picnixz
https://github.com/python/cpython/commit/f4afaa6f1190fbbea3e27c590096951d8ffdfb71 commit: f4afaa6f1190fbbea3e27c590096951d8ffdfb71 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-01-18T12:02:43+

[Python-checkins] [3.12] gh-127637: add tests for `dis` command-line interface (#127759) (#127780)

2025-01-18 Thread picnixz
https://github.com/python/cpython/commit/fbbef609d18fffd87ea1c16f3f6cd0bb08803489 commit: fbbef609d18fffd87ea1c16f3f6cd0bb08803489 branch: 3.12 author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-01-18T12:01:56+

[Python-checkins] gh-118761: Improve import time for `csv` (#128858)

2025-01-18 Thread picnixz
https://github.com/python/cpython/commit/d5e9aa690a190bcfa9b43cd3858e26b7b2f72d4f commit: d5e9aa690a190bcfa9b43cd3858e26b7b2f72d4f branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-01-18T11:45:18+

[Python-checkins] gh-126349: Add 'fill', 'poly', and 'no_animation' context managers to turtle (#126350)

2025-01-18 Thread erlend-aasland
https://github.com/python/cpython/commit/d3adf02c90a570c5ee5d9b8cefe9b10305cff9e6 commit: d3adf02c90a570c5ee5d9b8cefe9b10305cff9e6 branch: main author: Marie Roald committer: erlend-aasland date: 2025-01-18T11:27:22+01:00 summary: gh-126349: Add 'fill', 'poly', and 'no_animation' context manager

[Python-checkins] [3.13] gh-128961: Fix exhausted array iterator crash in __setstate__() (GH-128962) (#128976)

2025-01-18 Thread erlend-aasland
https://github.com/python/cpython/commit/c75894a36b13f2dd1bfdd72695dd904260b7ef78 commit: c75894a36b13f2dd1bfdd72695dd904260b7ef78 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2025-01-18T10:17:42Z summary: [3.13] gh-1

[Python-checkins] [3.12] gh-128961: Fix exhausted array iterator crash in __setstate__() (GH-128962) (#128977)

2025-01-18 Thread erlend-aasland
https://github.com/python/cpython/commit/405f6d72bb21c94cd4491559d2377db5b41091f0 commit: 405f6d72bb21c94cd4491559d2377db5b41091f0 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2025-01-18T10:14:07Z summary: [3.12] gh-1

[Python-checkins] gh-128961: Fix exhausted array iterator crash in __setstate__() (#128962)

2025-01-18 Thread erlend-aasland
https://github.com/python/cpython/commit/4dade055f4e18a7e91bc70293abb4db745ad16ca commit: 4dade055f4e18a7e91bc70293abb4db745ad16ca branch: main author: Tomasz Pytel committer: erlend-aasland date: 2025-01-18T10:55:29+01:00 summary: gh-128961: Fix exhausted array iterator crash in __setstate__()