[Python-checkins] gh-120586: Fix several "unused function" warnings in `posixmodule.c` (#120588)

2024-06-16 Thread sobolevn
https://github.com/python/cpython/commit/3df2022931f77c5cadb3f51b371be6ae17587ede commit: 3df2022931f77c5cadb3f51b371be6ae17587ede branch: main author: Nikita Sobolev committer: sobolevn date: 2024-06-17T09:44:13+03:00 summary: gh-120586: Fix several "unused function" warnings in `posixmodule.c`

[Python-checkins] [3.13] gh-112346: Document the OS byte in `gzip.compress` output change in 3.11 (GH-120480) (#120612)

2024-06-16 Thread gpshead
https://github.com/python/cpython/commit/3b28e430edfb60964fb3a34d2971d21a9200a4f9 commit: 3b28e430edfb60964fb3a34d2971d21a9200a4f9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-06-17T06:06:11Z summary: [3.13] gh-112346:

[Python-checkins] [3.12] gh-112346: Document the OS byte in `gzip.compress` output change in 3.11 (GH-120480) (#120613)

2024-06-16 Thread gpshead
https://github.com/python/cpython/commit/40ce1248866cafd86e062ada66cdc1588b179846 commit: 40ce1248866cafd86e062ada66cdc1588b179846 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-06-17T05:54:33Z summary: [3.12] gh-112346:

[Python-checkins] gh-112346: Document the OS byte in `gzip.compress` output change in 3.11 (#120480)

2024-06-16 Thread gpshead
https://github.com/python/cpython/commit/bac4edad69bb20dd9460766e062637cae999e1e0 commit: bac4edad69bb20dd9460766e062637cae999e1e0 branch: main author: Gregory P. Smith committer: gpshead date: 2024-06-16T22:47:10-07:00 summary: gh-112346: Document the OS byte in `gzip.compress` output change in

[Python-checkins] [3.13] gh-120567: Clarify weekday return in calendar.monthrange docstring (GH-120570) (#120597)

2024-06-16 Thread terryjreedy
https://github.com/python/cpython/commit/aa39ba0af33dce8736a4973be48929d02fb5261e commit: aa39ba0af33dce8736a4973be48929d02fb5261e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-06-16T21:09:54Z summary: [3.13] gh-1205

[Python-checkins] [3.12] gh-120567: Clarify weekday return in calendar.monthrange docstring (GH-120570) (#120598)

2024-06-16 Thread terryjreedy
https://github.com/python/cpython/commit/717d2bd1d95879992d30d417399b1ec03ee05028 commit: 717d2bd1d95879992d30d417399b1ec03ee05028 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-06-16T21:03:09Z summary: [3.12] gh-1205

[Python-checkins] gh-120567: Clarify weekday return in calendar.monthrange docstring (#120570)

2024-06-16 Thread terryjreedy
https://github.com/python/cpython/commit/bd4516d9efee109dd3b02a3d60845f9053fc6718 commit: bd4516d9efee109dd3b02a3d60845f9053fc6718 branch: main author: Terry Jan Reedy committer: terryjreedy date: 2024-06-16T16:43:57-04:00 summary: gh-120567: Clarify weekday return in calendar.monthrange docstri

[Python-checkins] [3.13] gh-118596: Add thread-safety clarifications to the SSLContext documentation (GH-118597) (#120595)

2024-06-16 Thread gpshead
https://github.com/python/cpython/commit/7655989a3a777339586a48242677b8bb9cec4c92 commit: 7655989a3a777339586a48242677b8bb9cec4c92 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-06-16T20:43:20Z summary: [3.13] gh-118596:

[Python-checkins] [3.12] gh-118596: Add thread-safety clarifications to the SSLContext documentation (GH-118597) (#120596)

2024-06-16 Thread gpshead
https://github.com/python/cpython/commit/7abfc92c8bb6dd75b7a82f6fadd919af6522406d commit: 7abfc92c8bb6dd75b7a82f6fadd919af6522406d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-06-16T20:34:18Z summary: [3.12] gh-118596:

[Python-checkins] gh-118596: Add thread-safety clarifications to the SSLContext documentation (#118597)

2024-06-16 Thread gpshead
https://github.com/python/cpython/commit/4f59f8638267aa64ad2daa0111d8b7fdc2499834 commit: 4f59f8638267aa64ad2daa0111d8b7fdc2499834 branch: main author: mm-matthias <[email protected]> committer: gpshead date: 2024-06-16T13:27:44-07:00 summary: gh-118596: Add thread-saf

[Python-checkins] [3.13] gh-119824: Print stack entry when user input is needed (GH-119882) (#120533)

2024-06-16 Thread gaogaotiantian
https://github.com/python/cpython/commit/1c41aa78d85ee9224cc8609302f7a9b47c6186be commit: 1c41aa78d85ee9224cc8609302f7a9b47c6186be branch: 3.13 author: Tian Gao committer: gaogaotiantian date: 2024-06-16T12:05:07-07:00 summary: [3.13] gh-119824: Print stack entry when user input is needed (GH-11

[Python-checkins] gh-120568: fix file leak in PyUnstable_CopyPerfMapFile (#120569)

2024-06-16 Thread kumaraditya303
https://github.com/python/cpython/commit/92cebaa4911786683e87841bf7788351e7595ac2 commit: 92cebaa4911786683e87841bf7788351e7595ac2 branch: main author: Carson Radtke committer: kumaraditya303 date: 2024-06-16T17:51:52Z summary: gh-120568: fix file leak in PyUnstable_CopyPerfMapFile (#120569) fi

[Python-checkins] [3.13] gh-120584: Fix "unused thread_critical_sections" warning in `test_critical_sections` (GH-120585) (#120592)

2024-06-16 Thread sobolevn
https://github.com/python/cpython/commit/6ee68fbf9ba6ae79ec6691517c245690fb60bab2 commit: 6ee68fbf9ba6ae79ec6691517c245690fb60bab2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-06-16T17:38:00Z summary: [3.13] gh-120584:

[Python-checkins] gh-120584: Fix "unused thread_critical_sections" warning in `test_critical_sections` (#120585)

2024-06-16 Thread sobolevn
https://github.com/python/cpython/commit/b337aefd3e44f5c8e38cd282273359d07cce6126 commit: b337aefd3e44f5c8e38cd282273359d07cce6126 branch: main author: Nikita Sobolev committer: sobolevn date: 2024-06-16T20:13:56+03:00 summary: gh-120584: Fix "unused thread_critical_sections" warning in `test_c

[Python-checkins] [3.12] Docs: remove temporary hardcoded links and move inline JS to own file (GH-120348) (#120589)

2024-06-16 Thread hugovk
https://github.com/python/cpython/commit/c2f0fb964441b6ae67af6a88cd15dcb0a0f2c89e commit: c2f0fb964441b6ae67af6a88cd15dcb0a0f2c89e branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-06-16T09:14:22-0

[Python-checkins] [3.13] Docs: remove temporary hardcoded links (GH-120348) (#120587)

2024-06-16 Thread hugovk
https://github.com/python/cpython/commit/96b784b61fdf4b18e6e4420bd3835942e0fce750 commit: 96b784b61fdf4b18e6e4420bd3835942e0fce750 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-06-1

[Python-checkins] Docs: remove temporary hardcoded links (#120348)

2024-06-16 Thread hugovk
https://github.com/python/cpython/commit/b8484c6ad7fd14ca464e584b79821b4b906dd77a commit: b8484c6ad7fd14ca464e584b79821b4b906dd77a branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-06-16T06:51:17-0

[Python-checkins] gh-120485: Add an override of `allow_reuse_port` on classes subclassing `socketserver.TCPServer` (GH-120488)

2024-06-16 Thread vsajip
https://github.com/python/cpython/commit/192d17c3fd9945104bc0303cf248bb0d074d260e commit: 192d17c3fd9945104bc0303cf248bb0d074d260e branch: main author: Idan Kapustian <[email protected]> committer: vsajip date: 2024-06-16T13:15:03+01:00 summary: gh-120485: Add an override

[Python-checkins] [3.13] gh-120579: Guard `_testcapi` import in `test_free_threading` (GH-120580) (#120583)

2024-06-16 Thread sobolevn
https://github.com/python/cpython/commit/f2a4540c4fc3e9de4ca7b8a33463f71d795d86b2 commit: f2a4540c4fc3e9de4ca7b8a33463f71d795d86b2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-06-16T08:50:33Z summary: [3.13] gh-120579:

[Python-checkins] gh-120579: Guard `_testcapi` import in `test_free_threading` (#120580)

2024-06-16 Thread sobolevn
https://github.com/python/cpython/commit/0c0348adbfca991f78b3aaa6790e5c26606a1c0f commit: 0c0348adbfca991f78b3aaa6790e5c26606a1c0f branch: main author: Nikita Sobolev committer: sobolevn date: 2024-06-16T11:26:13+03:00 summary: gh-120579: Guard `_testcapi` import in `test_free_threading` (#12058