[Python-checkins] gh-141679: Add colour to defaults in `argparse` help (#141680)

2025-11-22 Thread savannahostrowski
https://github.com/python/cpython/commit/e73fbbacbba0dc65f8525eb710eaec618e18fa7d commit: e73fbbacbba0dc65f8525eb710eaec618e18fa7d branch: main author: Hugo van Kemenade <[email protected]> committer: savannahostrowski date: 2025-11-23T00:26:50Z summary: gh-141679: Add colou

[Python-checkins] GH-140638: Add a GC "candidates" stat (GH-141814)

2025-11-22 Thread brandtbucher
https://github.com/python/cpython/commit/227b9d326ec7eba35942a4eb451c7db244a33a6c commit: 227b9d326ec7eba35942a4eb451c7db244a33a6c branch: main author: Brandt Bucher committer: brandtbucher date: 2025-11-22T21:59:14Z summary: GH-140638: Add a GC "candidates" stat (GH-141814) files: A Misc/NEWS

[Python-checkins] gh-138525: Support single-dash long options and prefix_chars in BooleanOptionalAction (GH-138692)

2025-11-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/425fd85ca360a39a1a3fb16f09c448cb93ff794a commit: 425fd85ca360a39a1a3fb16f09c448cb93ff794a branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-11-22T20:54:02Z summary: gh-138525: Support single-dash long options and prefix_chars in

[Python-checkins] [3.14] gh-98552: flush std streams in the multiprocessing forkserver before fork (GH-141849) (#141851)

2025-11-22 Thread gpshead
https://github.com/python/cpython/commit/061965c584810b97458f229a6ac5b3b79286e743 commit: 061965c584810b97458f229a6ac5b3b79286e743 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-11-2

[Python-checkins] [3.13] gh-98552: flush std streams in the multiprocessing forkserver before fork (GH-141849) (#141852)

2025-11-22 Thread gpshead
https://github.com/python/cpython/commit/60c02ff714fa47d45e032c497413b8e3d7ad9767 commit: 60c02ff714fa47d45e032c497413b8e3d7ad9767 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-11-2

[Python-checkins] [3.14] GH-101100: Resolve reference warnings in library/stdtypes.rst (GH-138420) (#141855)

2025-11-22 Thread hugovk
https://github.com/python/cpython/commit/adc2cc21eb561ec73ecafbba048c2ec8a11b795f commit: adc2cc21eb561ec73ecafbba048c2ec8a11b795f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-11-2

[Python-checkins] [3.14] gh-101100: Fix sphinx warnings in `library/unittest.rst` (GH-140109) (#141853)

2025-11-22 Thread hugovk
https://github.com/python/cpython/commit/5755ce0a879337f5743db514923fffdd5ed3bcac commit: 5755ce0a879337f5743db514923fffdd5ed3bcac branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-11-2

[Python-checkins] GH-101100: Resolve reference warnings in library/stdtypes.rst (#138420)

2025-11-22 Thread AA-Turner
https://github.com/python/cpython/commit/cde19e565cc9127fe5db38358ebf3bbd75a9d2cd commit: cde19e565cc9127fe5db38358ebf3bbd75a9d2cd branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-11-22T19:23:2

[Python-checkins] [3.13] gh-101100: Fix sphinx warnings in `library/unittest.rst` (GH-140109) (#141854)

2025-11-22 Thread hugovk
https://github.com/python/cpython/commit/66576c2be8c6dc9d60567b1073560d697d060c42 commit: 66576c2be8c6dc9d60567b1073560d697d060c42 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-11-2

[Python-checkins] gh-101100: Fix sphinx warnings in `library/unittest.rst` (#140109)

2025-11-22 Thread hugovk
https://github.com/python/cpython/commit/d4e3829a74bc43e8f6ed6f56254c93a9ad3017b8 commit: d4e3829a74bc43e8f6ed6f56254c93a9ad3017b8 branch: main author: Weilin Du <[email protected]> committer: hugovk <[email protected]> date: 2025-11-22T21:16:09+02

[Python-checkins] [3.13] gh-141801: Use accessors for ASN1_STRING fields in libssl (GH-141802) (#141848)

2025-11-22 Thread gpshead
https://github.com/python/cpython/commit/66e2b4ac546da911d2c14883a7a7aa987fac127e commit: 66e2b4ac546da911d2c14883a7a7aa987fac127e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-11-2

[Python-checkins] [3.14] gh-141801: Use accessors for ASN1_STRING fields in libssl (GH-141802) (#141847)

2025-11-22 Thread gpshead
https://github.com/python/cpython/commit/972aa93692b2004b16c1499ff3c61894dcdbab95 commit: 972aa93692b2004b16c1499ff3c61894dcdbab95 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-11-2

[Python-checkins] [3.14] gh-141600: Fix musl version detection on Void Linux (GH-141850)

2025-11-22 Thread zware
https://github.com/python/cpython/commit/c9a4a3d502cdd9706de6d3e9c7d21a09cdc81f19 commit: c9a4a3d502cdd9706de6d3e9c7d21a09cdc81f19 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: zware date: 2025-11-22T18:47:47Z summary: [3.14] gh-141600: Fi

[Python-checkins] gh-98552: flush std streams in the multiprocessing forkserver before fork (#141849)

2025-11-22 Thread gpshead
https://github.com/python/cpython/commit/58badb1711e12b6e8b5240ab96cdd01b95012de7 commit: 58badb1711e12b6e8b5240ab96cdd01b95012de7 branch: main author: Gregory P. Smith <[email protected]> committer: gpshead <[email protected]> date: 2025-11-22T18:29:51Z su

[Python-checkins] gh-141600: Fix musl version detection on Void Linux (GH-141602)

2025-11-22 Thread zware
https://github.com/python/cpython/commit/08477dbf300020cc67006c180917c02ee8a5cec8 commit: 08477dbf300020cc67006c180917c02ee8a5cec8 branch: main author: Andrew J. Hesford committer: zware date: 2025-11-22T12:17:40-06:00 summary: gh-141600: Fix musl version detection on Void Linux (GH-141602) fil

[Python-checkins] [3.13] gh-101100: Fix all Sphinx warnings in `Doc/library/subprocess.rst` (GH-139576) (#139788)

2025-11-22 Thread hugovk
https://github.com/python/cpython/commit/616117b018529a9bdf9eb97712b24d5f7406864b commit: 616117b018529a9bdf9eb97712b24d5f7406864b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-11-2

[Python-checkins] gh-141801: Use accessors for ASN1_STRING fields in libssl (GH-141802)

2025-11-22 Thread gpshead
https://github.com/python/cpython/commit/c41fce08a5d7aae8fd9e3fa25e0ba521600e097c commit: c41fce08a5d7aae8fd9e3fa25e0ba521600e097c branch: main author: David Benjamin committer: gpshead <[email protected]> date: 2025-11-22T09:17:45-08:00 summary: gh-141801: Use accessors for

[Python-checkins] gh-131178: Add tests for `pickletools` command-line interface (#131287)

2025-11-22 Thread hugovk
https://github.com/python/cpython/commit/5c25bc5763ccaa0ee4bb6ebf7d6fa23e036197a1 commit: 5c25bc5763ccaa0ee4bb6ebf7d6fa23e036197a1 branch: main author: Semyon Moroz committer: hugovk <[email protected]> date: 2025-11-22T19:17:06+02:00 summary: gh-131178: Add tests for `pickl

[Python-checkins] gh-141817: Add IPV6_HDRINCL constant to the socket module (#141818)

2025-11-22 Thread vstinner
https://github.com/python/cpython/commit/f21ed37daf95c8100688b5a41b1094dd18517375 commit: f21ed37daf95c8100688b5a41b1094dd18517375 branch: main author: Chris Angelico committer: vstinner date: 2025-11-22T18:07:21+01:00 summary: gh-141817: Add IPV6_HDRINCL constant to the socket module (#141818)

[Python-checkins] gh-141833: Remove the bad lines in `test_attr_promotion_failure` (GH-141841)

2025-11-22 Thread Fidget-Spinner
https://github.com/python/cpython/commit/dc9d2eea587a0e1a651495c82798ca55b6be0b1b commit: dc9d2eea587a0e1a651495c82798ca55b6be0b1b branch: main author: Yongzi Li <[email protected]> committer: Fidget-Spinner date: 2025-11-23T00:27:05+08:00 summary: gh-141833: Remove the ba

[Python-checkins] [3.14] gh-141612: improve `test_trampoline_works_with_forks` coverage (GH-141613) (#141824)

2025-11-22 Thread picnixz
https://github.com/python/cpython/commit/43d8b7f1ac419de06fdcd7b12455e28a17303770 commit: 43d8b7f1ac419de06fdcd7b12455e28a17303770 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-1

[Python-checkins] [3.13] gh-141612: improve `test_trampoline_works_with_forks` coverage (GH-141613) (#141826)

2025-11-22 Thread picnixz
https://github.com/python/cpython/commit/de44d716057a19606e2cc99674247db40a642c8d commit: de44d716057a19606e2cc99674247db40a642c8d branch: 3.13 author: Paresh Joshi committer: picnixz <[email protected]> date: 2025-11-22T10:38:34+01:00 summary: [3.13] gh-141612: improve `t