[Python-checkins] [3.11] GH-116218 Docs: Add availability information for the 'resource' module (GH-116256) (#116534)

2024-03-09 Thread ronaldoussoren
https://github.com/python/cpython/commit/b1c77ba1ce42859e5e8312d554ac2916ba96f6c3 commit: b1c77ba1ce42859e5e8312d554ac2916ba96f6c3 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ronaldoussoren date: 2024-03-09T10:36:02+01:00 summary:

[Python-checkins] [3.12] GH-116218 Docs: Add availability information for the 'resource' module (GH-116256) (#116533)

2024-03-09 Thread ronaldoussoren
https://github.com/python/cpython/commit/d38298a9ba1663fe7c9ea5a765dbdb0c6c370f54 commit: d38298a9ba1663fe7c9ea5a765dbdb0c6c370f54 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ronaldoussoren date: 2024-03-09T10:35:01+01:00 summary:

[Python-checkins] GH-116218 Docs: Add availability information for the 'resource' module (#116256)

2024-03-09 Thread ronaldoussoren
https://github.com/python/cpython/commit/03f86b1b626ac5b0df1cc74d8f80ea7aec8c commit: 03f86b1b626ac5b0df1cc74d8f80ea7aec8c branch: main author: Kerim Kabirov <[email protected]> committer: ronaldoussoren date: 2024-03-09T10:00:37+01:00 summary: GH-

[Python-checkins] GH-87804: Fix counter overflow in statvfs on macOS (#99570)

2024-02-10 Thread ronaldoussoren
https://github.com/python/cpython/commit/6e222a55b1d63de994a2ca39afd4bbf4d2fbdd34 commit: 6e222a55b1d63de994a2ca39afd4bbf4d2fbdd34 branch: main author: Ronald Oussoren committer: ronaldoussoren date: 2024-02-10T11:16:45+01:00 summary: GH-87804: Fix counter overflow in statvfs on macOS (#99570

[Python-checkins] gh-114490: Add check for Mach-O linkage in Lib/platform.py (#114491)

2024-01-26 Thread ronaldoussoren
https://github.com/python/cpython/commit/b5c7c84673b96bfdd7c877521a970f7a4beafece commit: b5c7c84673b96bfdd7c877521a970f7a4beafece branch: main author: Aiden Fox Ivey committer: ronaldoussoren date: 2024-01-26T21:36:50+01:00 summary: gh-114490: Add check for Mach-O linkage in Lib/platform.py

[Python-checkins] gh-80931: Skip some socket tests while hunting for refleaks on macOS (#114057)

2024-01-21 Thread ronaldoussoren
https://github.com/python/cpython/commit/5adff3f86ff92cbd27380ad88357c77b330af6e1 commit: 5adff3f86ff92cbd27380ad88357c77b330af6e1 branch: main author: Ronald Oussoren committer: ronaldoussoren date: 2024-01-21T11:25:15+01:00 summary: gh-80931: Skip some socket tests while hunting for refleaks

[Python-checkins] [3.11] gh-112092: clarify unstable ABI recompilation requirements (GH-112093) (#114261)

2024-01-18 Thread ronaldoussoren
https://github.com/python/cpython/commit/ac4c6efc70f519bb0738331f2f791014c6ea447c commit: ac4c6efc70f519bb0738331f2f791014c6ea447c branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ronaldoussoren date: 2024-01-18T21:28:34+01:00 summary:

[Python-checkins] [3.12] gh-112092: clarify unstable ABI recompilation requirements (GH-112093) (#114260)

2024-01-18 Thread ronaldoussoren
https://github.com/python/cpython/commit/f9158d63b1c76a7716dc46bcb48eba19b5a648cc commit: f9158d63b1c76a7716dc46bcb48eba19b5a648cc branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ronaldoussoren date: 2024-01-18T21:28:04+01:00 summary:

[Python-checkins] gh-112092: clarify unstable ABI recompilation requirements (#112093)

2024-01-18 Thread ronaldoussoren
https://github.com/python/cpython/commit/68a7b78cd5185cbd9456f42c15ecf872a7c16f44 commit: 68a7b78cd5185cbd9456f42c15ecf872a7c16f44 branch: main author: DerSchinken <[email protected]> committer: ronaldoussoren date: 2024-01-18T21:04:40+01:00 summary: gh-

[Python-checkins] gh-113666: Adding missing UF_ and SF_ flags to module 'stat' (#113667)

2024-01-15 Thread ronaldoussoren
https://github.com/python/cpython/commit/2010d45327128594aed332befa687c8aead010bc commit: 2010d45327128594aed332befa687c8aead010bc branch: main author: Ronald Oussoren committer: ronaldoussoren date: 2024-01-15T12:22:43+01:00 summary: gh-113666: Adding missing UF_ and SF_ flags to module '

[Python-checkins] [3.11] gh-101225: Increase the socket backlog when creating a multiprocessing.connection.Listener (GH-113567) (#114019)

2024-01-14 Thread ronaldoussoren
https://github.com/python/cpython/commit/6fa6a6180571d0928c3d867edd3ea0eb2ee0357c commit: 6fa6a6180571d0928c3d867edd3ea0eb2ee0357c branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ronaldoussoren date: 2024-01-14T16:29:30+01:00 summary:

[Python-checkins] [3.12] gh-101225: Increase the socket backlog when creating a multiprocessing.connection.Listener (GH-113567) (#114018)

2024-01-14 Thread ronaldoussoren
https://github.com/python/cpython/commit/2aea0e967a28aa1dc7729e28dd36dd9abf50e24b commit: 2aea0e967a28aa1dc7729e28dd36dd9abf50e24b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ronaldoussoren date: 2024-01-14T16:29:15+01:00 summary:

[Python-checkins] gh-101225: Increase the socket backlog when creating a multiprocessing.connection.Listener (#113567)

2024-01-13 Thread ronaldoussoren
https://github.com/python/cpython/commit/c7d59bd8cfa053e77ae3446c82afff1fd38a4886 commit: c7d59bd8cfa053e77ae3446c82afff1fd38a4886 branch: main author: Ronald Oussoren committer: ronaldoussoren date: 2024-01-13T10:48:33+01:00 summary: gh-101225: Increase the socket backlog when creating a

[Python-checkins] gh-113868: Add a number of MAP_* flags from macOS to module mmap (#113869)

2024-01-12 Thread ronaldoussoren
https://github.com/python/cpython/commit/79970792fd2c70f77c38e08c7b3a9daf6a11bde1 commit: 79970792fd2c70f77c38e08c7b3a9daf6a11bde1 branch: main author: Ronald Oussoren committer: ronaldoussoren date: 2024-01-12T16:56:18+01:00 summary: gh-113868: Add a number of MAP_* flags from macOS to module

[Python-checkins] gh-113791: Expose CLOCK_MONOTONIC_RAW_APPROX and CLOCK_UPTIME_RAW_APROX on macOS in the time module (#113792)

2024-01-08 Thread ronaldoussoren
https://github.com/python/cpython/commit/c6ca562138a0916192f9c3100cae678c616aed29 commit: c6ca562138a0916192f9c3100cae678c616aed29 branch: main author: Ronald Oussoren committer: ronaldoussoren date: 2024-01-08T20:44:00+01:00 summary: gh-113791: Expose CLOCK_MONOTONIC_RAW_APPROX and

[Python-checkins] gh-113537: support loads str in plistlib.loads (#113582)

2024-01-06 Thread ronaldoussoren
https://github.com/python/cpython/commit/bbf214df23be3ee5daead119e8a2506d810d7d1f commit: bbf214df23be3ee5daead119e8a2506d810d7d1f branch: main author: AN Long committer: ronaldoussoren date: 2024-01-06T10:26:59+01:00 summary: gh-113537: support loads str in plistlib.loads (#113582) Add

[Python-checkins] gh-53502: Fixes for tests in gh-113363 (#113627)

2024-01-01 Thread ronaldoussoren
https://github.com/python/cpython/commit/8e4ff5c7885abb04a66d079499335c4d46106aff commit: 8e4ff5c7885abb04a66d079499335c4d46106aff branch: main author: Ronald Oussoren committer: ronaldoussoren date: 2024-01-01T21:31:43+01:00 summary: gh-53502: Fixes for tests in gh-113363 (#113627) * gh-53502

[Python-checkins] gh-53502: add a new option aware_datetime in plistlib to loads or dumps aware datetime. (#113363)

2024-01-01 Thread ronaldoussoren
https://github.com/python/cpython/commit/b4b2cc101216ae1017898dfbe43c90da2fd0a308 commit: b4b2cc101216ae1017898dfbe43c90da2fd0a308 branch: main author: AN Long committer: ronaldoussoren date: 2024-01-01T19:51:24+01:00 summary: gh-53502: add a new option aware_datetime in plistlib to loads or

[Python-checkins] gh-113536: Expose `os.waitid` on macOS (#113542)

2024-01-01 Thread ronaldoussoren
https://github.com/python/cpython/commit/d0b0e3d2eff30f699c620bc87c4dadd8cd4a77d5 commit: d0b0e3d2eff30f699c620bc87c4dadd8cd4a77d5 branch: main author: Ronald Oussoren committer: ronaldoussoren date: 2024-01-01T19:38:29+01:00 summary: gh-113536: Expose `os.waitid` on macOS (#113542) * gh

[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:

[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:

[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

[Python-checkins] [3.11] gh-113543: Make sure that `MacOSXOSAScript` sends `webbrowser.open` audit event (GH-113544) (#113550)

2023-12-29 Thread ronaldoussoren
https://github.com/python/cpython/commit/ced2d3552374de053bd8a09ae64e5a3cb75d0b1e commit: ced2d3552374de053bd8a09ae64e5a3cb75d0b1e branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ronaldoussoren date: 2023-12-29T09:57:21+01:00 summary:

[Python-checkins] [3.12] gh-113543: Make sure that `MacOSXOSAScript` sends `webbrowser.open` audit event (GH-113544) (#113549)

2023-12-29 Thread ronaldoussoren
https://github.com/python/cpython/commit/c0de843c12f4f3959799eaa730cd56852f6c20ef commit: c0de843c12f4f3959799eaa730cd56852f6c20ef branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ronaldoussoren date: 2023-12-29T09:56:18+01:00 summary:

[Python-checkins] [3.11] Doc/library/os.rst: `os.waitid` absent on MacOS (GH-104558) (#113554)

2023-12-29 Thread ronaldoussoren
https://github.com/python/cpython/commit/2025d9fba25eacace7806ddcd676781fa2c0ffd3 commit: 2025d9fba25eacace7806ddcd676781fa2c0ffd3 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ronaldoussoren date: 2023-12-29T09:27:19+01:00 summary:

[Python-checkins] [3.12] Doc/library/os.rst: `os.waitid` absent on MacOS (GH-104558) (#113553)

2023-12-29 Thread ronaldoussoren
https://github.com/python/cpython/commit/f982ab5d7243f09502f3206c97e5899c31637fae commit: f982ab5d7243f09502f3206c97e5899c31637fae branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ronaldoussoren date: 2023-12-29T09:27:04+01:00 summary: