[Python-checkins] [3.11] Update ConfigParser docs defining valid section name (GH-110506) (#113590)

2023-12-30 Thread hugovk
https://github.com/python/cpython/commit/02912125b45f62ec66bba440a98bfa80af95a8d9 commit: 02912125b45f62ec66bba440a98bfa80af95a8d9 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: hugovk date: 2023-12-30T23:24:39Z summary: [3.11] Update Confi

[Python-checkins] [3.12] Update ConfigParser docs defining valid section name (GH-110506) (#113589)

2023-12-30 Thread hugovk
https://github.com/python/cpython/commit/9a2dadf689c0885e4dce4e20de6c2bf60389eede commit: 9a2dadf689c0885e4dce4e20de6c2bf60389eede branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk date: 2023-12-30T23:24:32Z summary: [3.12] Update Confi

[Python-checkins] Update ConfigParser docs defining valid section name (#110506)

2023-12-30 Thread hugovk
https://github.com/python/cpython/commit/471aa752415029c508693fa7971076f5148022a6 commit: 471aa752415029c508693fa7971076f5148022a6 branch: main author: Delgan <[email protected]> committer: hugovk date: 2023-12-30T16:18:06-07:00 summary: Update ConfigParser docs defining val

[Python-checkins] [3.11] gh-89414: Document that SIGCLD is not available on macOS (GH-113580) (#113586)

2023-12-30 Thread ronaldoussoren
https://github.com/python/cpython/commit/206dc9a82e7f6209392561128b7b1660aa33d6a1 commit: 206dc9a82e7f6209392561128b7b1660aa33d6a1 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ronaldoussoren date: 2023-12-30T18:10:11+01:00 summary: [3.11]

[Python-checkins] [3.12] gh-89414: Document that SIGCLD is not available on macOS (GH-113580) (#113585)

2023-12-30 Thread ronaldoussoren
https://github.com/python/cpython/commit/c4eaae1864e40e504fe94a07ab6cf8bd1e4ed2db commit: c4eaae1864e40e504fe94a07ab6cf8bd1e4ed2db branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ronaldoussoren date: 2023-12-30T18:09:50+01:00 summary: [3.12]

[Python-checkins] gh-89414: Document that SIGCLD is not available on macOS (#113580)

2023-12-30 Thread ronaldoussoren
https://github.com/python/cpython/commit/f48a1bcb2914addee971814fd014e4d8075ea6a9 commit: f48a1bcb2914addee971814fd014e4d8075ea6a9 branch: main author: Ronald Oussoren committer: ronaldoussoren date: 2023-12-30T16:19:47+01:00 summary: gh-89414: Document that SIGCLD is not available on macOS (#11

[Python-checkins] gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)

2023-12-30 Thread corona10
https://github.com/python/cpython/commit/88cb9720001295f82c7771ab4ebf20f3cd0b31fb commit: 88cb9720001295f82c7771ab4ebf20f3cd0b31fb branch: main author: Samet YASLAN committer: corona10 date: 2023-12-30T17:17:02+09:00 summary: gh-112536: Add support for thread sanitizer (TSAN) (gh-112648) files: