[Python-checkins] gh-113445: Amend PyObject_RichCompareBool() docs (GH-113891)

2024-01-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/926881dc10ebf77069e02e66eea3e0d3ba500fe5 commit: 926881dc10ebf77069e02e66eea3e0d3ba500fe5 branch: main author: Sergey B Kirpichev committer: serhiy-storchaka date: 2024-01-27T09:55:33+02:00 summary: gh-113445: Amend PyObject_RichCompareBool() docs (GH-113

[Python-checkins] gh-113055: Use pointer for interp->obmalloc state (gh-113412)

2024-01-26 Thread nascheme
https://github.com/python/cpython/commit/7a7bce5a0ab249407e866a1e955d21fa2b0c8506 commit: 7a7bce5a0ab249407e866a1e955d21fa2b0c8506 branch: main author: Neil Schemenauer committer: nascheme date: 2024-01-26T19:38:14-08:00 summary: gh-113055: Use pointer for interp->obmalloc state (gh-113412) For

[Python-checkins] Cover OS-specific behaviour in `PurePathBase` and `PathBase` tests. (#114633)

2024-01-26 Thread barneygale
https://github.com/python/cpython/commit/2d08af34b873d5e6b4df5082dfc30a37ef59c346 commit: 2d08af34b873d5e6b4df5082dfc30a37ef59c346 branch: main author: Barney Gale committer: barneygale date: 2024-01-27T02:16:17Z summary: Cover OS-specific behaviour in `PurePathBase` and `PathBase` tests. (#1146

[Python-checkins] Cover OS-specific behaviour in `PurePath` and `Path` tests (#114632)

2024-01-26 Thread barneygale
https://github.com/python/cpython/commit/fe5905e21ac90a2fb5ebd62779f56bcd87b5f7a0 commit: fe5905e21ac90a2fb5ebd62779f56bcd87b5f7a0 branch: main author: Barney Gale committer: barneygale date: 2024-01-27T01:30:25Z summary: Cover OS-specific behaviour in `PurePath` and `Path` tests (#114632) Test

[Python-checkins] pathlib tests: annotate tests needing symlinks with decorator (#114625)

2024-01-26 Thread barneygale
https://github.com/python/cpython/commit/7a9727e10c14a82e8e20f5b85e368a6f937db203 commit: 7a9727e10c14a82e8e20f5b85e368a6f937db203 branch: main author: Barney Gale committer: barneygale date: 2024-01-26T22:29:28Z summary: pathlib tests: annotate tests needing symlinks with decorator (#114625) A

[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 (#1

[Python-checkins] gh-114494: Change logging docstring to bool for exec_info (GH=114558)

2024-01-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/07236f5b39a2e534cf190cd4f7c73300d209520b commit: 07236f5b39a2e534cf190cd4f7c73300d209520b branch: main author: Tristan Pank committer: serhiy-storchaka date: 2024-01-26T21:48:22+02:00 summary: gh-114494: Change logging docstring to bool for exec_info (GH=

[Python-checkins] Add More Entries to CODEOWNERS (#114617)

2024-01-26 Thread hugovk
https://github.com/python/cpython/commit/df17b5264378f38f49b16343b5016a8882212a8a commit: df17b5264378f38f49b16343b5016a8882212a8a branch: main author: Eric Snow committer: hugovk <[email protected]> date: 2024-01-26T11:33:02-07:00 summary: Add More Entries to CODEOWNERS (#1

[Python-checkins] [3.11] Docs: rework the dbm.dumb introduction (GH-114550) (#114621)

2024-01-26 Thread erlend-aasland
https://github.com/python/cpython/commit/dfef41a1d6ae4a869f72cceea136b881e7a27c41 commit: dfef41a1d6ae4a869f72cceea136b881e7a27c41 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-01-26T18:19:55Z summary: [3.11] Docs

[Python-checkins] [3.12] Docs: rework the dbm.dumb introduction (GH-114550) (#114620)

2024-01-26 Thread erlend-aasland
https://github.com/python/cpython/commit/bf35ac1d4cf17819b7515a5942b4438144411c83 commit: bf35ac1d4cf17819b7515a5942b4438144411c83 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-01-26T18:19:20Z summary: [3.12] Docs

[Python-checkins] gh-88569: add `ntpath.isreserved()` (#95486)

2024-01-26 Thread barneygale
https://github.com/python/cpython/commit/7e31d6dea276ac91402aefb023c58d239dfd9246 commit: 7e31d6dea276ac91402aefb023c58d239dfd9246 branch: main author: Barney Gale committer: barneygale date: 2024-01-26T18:14:24Z summary: gh-88569: add `ntpath.isreserved()` (#95486) Add `ntpath.isreserved()`, w

[Python-checkins] Docs: rework the dbm.dumb introduction (#114550)

2024-01-26 Thread erlend-aasland
https://github.com/python/cpython/commit/6c2b419fb91c8d7daa769d39f73768114b5eb45a commit: 6c2b419fb91c8d7daa769d39f73768114b5eb45a branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-26T19:12:48+01:00 summary: Docs: rework the dbm.dumb introduction (#114550) - consist

[Python-checkins] Use Unicode unconditionally for _winapi.CreateFile (GH-114611)

2024-01-26 Thread zooba
https://github.com/python/cpython/commit/74bd566f70f14959a7752388eb2f24cfeb6cf4e4 commit: 74bd566f70f14959a7752388eb2f24cfeb6cf4e4 branch: 3.12 author: Steve Dower committer: zooba date: 2024-01-26T17:53:46Z summary: Use Unicode unconditionally for _winapi.CreateFile (GH-114611) Currently it sw

[Python-checkins] [3.11] Document PyOS_strtoul and PyOS_strtol (GH-114048) (GH-114619)

2024-01-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/58e4d3b25e6227cf67e055b880472c6c36f43d39 commit: 58e4d3b25e6227cf67e055b880472c6c36f43d39 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-26T17:51:36Z summary: [3.11] Do

[Python-checkins] [3.12] Document PyOS_strtoul and PyOS_strtol (GH-114048) (GH-114618)

2024-01-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c95cdd0a824a0219492a2dadd772b2391a18b9da commit: c95cdd0a824a0219492a2dadd772b2391a18b9da branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-26T17:50:33Z summary: [3.12] Do

[Python-checkins] Use Unicode unconditionally for _winapi.CreateFile (GH-114611)

2024-01-26 Thread zooba
https://github.com/python/cpython/commit/d7cbb04acbfa9f975057518f5db0de2f7a8a93ea commit: d7cbb04acbfa9f975057518f5db0de2f7a8a93ea branch: 3.11 author: Steve Dower committer: zooba date: 2024-01-26T17:48:36Z summary: Use Unicode unconditionally for _winapi.CreateFile (GH-114611) Currently it sw

[Python-checkins] Document PyOS_strtoul and PyOS_strtol (GH-114048)

2024-01-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3f62bf32caf04cedb2c59579a0ce835d1e793d4d commit: 3f62bf32caf04cedb2c59579a0ce835d1e793d4d branch: main author: Sergey B Kirpichev committer: serhiy-storchaka date: 2024-01-26T19:44:45+02:00 summary: Document PyOS_strtoul and PyOS_strtol (GH-114048) files

[Python-checkins] gh-114435: Allow test_stat_inaccessible_file() to have matching ino/dev (GH-114571)

2024-01-26 Thread zooba
https://github.com/python/cpython/commit/d91ddff5de61447844f1dac575d2e670c8d7e26b commit: d91ddff5de61447844f1dac575d2e670c8d7e26b branch: main author: Steve Dower committer: zooba date: 2024-01-26T17:33:44Z summary: gh-114435: Allow test_stat_inaccessible_file() to have matching ino/dev (GH-11

[Python-checkins] Use Unicode unconditionally for _winapi.CreateFile (GH-114611)

2024-01-26 Thread zooba
https://github.com/python/cpython/commit/102569d150b690efe94c13921e93da66081ba1cf commit: 102569d150b690efe94c13921e93da66081ba1cf branch: main author: Steve Dower committer: zooba date: 2024-01-26T17:27:29Z summary: Use Unicode unconditionally for _winapi.CreateFile (GH-114611) Currently it sw

[Python-checkins] [3.11] gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPolicy.fold() (GH-6986) (GH-114607)

2024-01-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c09eae3e3823c8374204a796dae5b861cc835c2c commit: c09eae3e3823c8374204a796dae5b861cc835c2c branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-26T18:30:50+02:00 summary: [3.1

[Python-checkins] [3.12] gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPolicy.fold() (GH-6986) (GH-114606)

2024-01-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/fd8aafd64d23e7de51566c7099c704d48da86eea commit: fd8aafd64d23e7de51566c7099c704d48da86eea branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-26T18:30:32+02:00 summary: [3.1

[Python-checkins] gh-112087: Make list_repr and list_length to be thread-safe (gh-114582)

2024-01-26 Thread corona10
https://github.com/python/cpython/commit/f9c505698a1ac27f5a380780767665ffd2fb8ebc commit: f9c505698a1ac27f5a380780767665ffd2fb8ebc branch: main author: Donghee Na committer: corona10 date: 2024-01-27T01:20:21+09:00 summary: gh-112087: Make list_repr and list_length to be thread-safe (gh-114582)

[Python-checkins] gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)

2024-01-26 Thread corona10
https://github.com/python/cpython/commit/699779256ec4d4b8afb8211de08ef1382c78c370 commit: 699779256ec4d4b8afb8211de08ef1382c78c370 branch: main author: Donghee Na committer: corona10 date: 2024-01-27T00:25:16+09:00 summary: gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)

[Python-checkins] gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPolicy.fold() (GH-6986)

2024-01-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/504334c7be5a56237df2598d338cd494a42fca4c commit: 504334c7be5a56237df2598d338cd494a42fca4c branch: main author: Rito Takeuchi committer: serhiy-storchaka date: 2024-01-26T15:19:41Z summary: gh-77749: Fix inconsistent behavior of non-ASCII handling in Email

[Python-checkins] [3.11] Docs: mark up dbm.open() with param list (GH-114601) (#114605)

2024-01-26 Thread erlend-aasland
https://github.com/python/cpython/commit/c4a616352d813d78795eb8cfb939d36d509ef012 commit: c4a616352d813d78795eb8cfb939d36d509ef012 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-01-26T15:18:50Z summary: [3.11] Docs

[Python-checkins] [3.12] Docs: mark up dbm.open() with param list (GH-114601) (#114604)

2024-01-26 Thread erlend-aasland
https://github.com/python/cpython/commit/61f8f58f812dab2c201a9c64ebe69e3271a6663c commit: 61f8f58f812dab2c201a9c64ebe69e3271a6663c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-01-26T15:18:10Z summary: [3.12] Docs

[Python-checkins] Docs: mark up dbm.open() with param list (#114601)

2024-01-26 Thread erlend-aasland
https://github.com/python/cpython/commit/0bd8297a2208125f76807cdf01f72abe5c94136b commit: 0bd8297a2208125f76807cdf01f72abe5c94136b branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-26T16:11:45+01:00 summary: Docs: mark up dbm.open() with param list (#114601) Also co

[Python-checkins] gh-114272: Allow _wmi audit test to succeed even if it times out (GH-114602)

2024-01-26 Thread zooba
https://github.com/python/cpython/commit/442a299af06d0dfe89484a841451666503479e2e commit: 442a299af06d0dfe89484a841451666503479e2e branch: main author: Steve Dower committer: zooba date: 2024-01-26T14:38:24Z summary: gh-114272: Allow _wmi audit test to succeed even if it times out (GH-114602) f

[Python-checkins] Docs: 'still' is a better word than 'nonetheless' (#114598)

2024-01-26 Thread pablogsal
https://github.com/python/cpython/commit/30b7b4f73cd876732244de06d079a2caf2a7b95c commit: 30b7b4f73cd876732244de06d079a2caf2a7b95c branch: main author: Ned Batchelder committer: pablogsal date: 2024-01-26T13:42:49Z summary: Docs: 'still' is a better word than 'nonetheless' (#114598) files: M Do

[Python-checkins] [3.11] Docs: reword dbm.ndbm introduction (#114549) (#114600)

2024-01-26 Thread erlend-aasland
https://github.com/python/cpython/commit/89015c528c73131dd8026de8af58a870b2a17703 commit: 89015c528c73131dd8026de8af58a870b2a17703 branch: 3.11 author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-26T13:56:52+01:00 summary: [3.11] Docs: reword dbm.ndbm introduction (#114549) (#11460

[Python-checkins] [3.12] Docs: reword dbm.ndbm introduction (#114549) (#114599)

2024-01-26 Thread erlend-aasland
https://github.com/python/cpython/commit/9726cabfb60951fb2e5a153d1c0ac150a99fa916 commit: 9726cabfb60951fb2e5a153d1c0ac150a99fa916 branch: 3.12 author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-26T13:56:39+01:00 summary: [3.12] Docs: reword dbm.ndbm introduction (#114549) (#11459

[Python-checkins] [3.11] Docs: fix versionchanged directives for dbm.open() and dbm.whichdb() (GH-114594) (#114596)

2024-01-26 Thread erlend-aasland
https://github.com/python/cpython/commit/7792d5af1565b05faf21eac51a8a5eca52983c19 commit: 7792d5af1565b05faf21eac51a8a5eca52983c19 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-01-26T12:43:22Z summary: [3.11] Docs

[Python-checkins] [3.12] Docs: fix versionchanged directives for dbm.open() and dbm.whichdb() (GH-114594) (#114595)

2024-01-26 Thread erlend-aasland
https://github.com/python/cpython/commit/4545845d7add274bd32d4fe706532524681bc380 commit: 4545845d7add274bd32d4fe706532524681bc380 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-01-26T12:42:31Z summary: [3.12] Docs

[Python-checkins] Docs: fix versionchanged directives for dbm.open() and dbm.whichdb() (#114594)

2024-01-26 Thread erlend-aasland
https://github.com/python/cpython/commit/8710faeac28e65c65862359413e8341492f529af commit: 8710faeac28e65c65862359413e8341492f529af branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-26T12:36:37Z summary: Docs: fix versionchanged directives for dbm.open() and dbm.which

[Python-checkins] Docs: reword dbm.ndbm introduction (#114549)

2024-01-26 Thread erlend-aasland
https://github.com/python/cpython/commit/4cf068ed0879cccf86a45f06fb274b350b89e911 commit: 4cf068ed0879cccf86a45f06fb274b350b89e911 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-26T13:35:56+01:00 summary: Docs: reword dbm.ndbm introduction (#114549) - add abbrevi

[Python-checkins] [3.11] Docs: rework dbm introduction (GH-114551) (#114591)

2024-01-26 Thread erlend-aasland
https://github.com/python/cpython/commit/87958e6aa36b3f0d92a87e72bbb7ac191d7a7d56 commit: 87958e6aa36b3f0d92a87e72bbb7ac191d7a7d56 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-01-26T10:24:05Z summary: [3.11] Docs

[Python-checkins] [3.12] Docs: rework dbm introduction (GH-114551) (#114590)

2024-01-26 Thread erlend-aasland
https://github.com/python/cpython/commit/36041172425e5ecfd7fbcf9551fa341655e36f23 commit: 36041172425e5ecfd7fbcf9551fa341655e36f23 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-01-26T10:23:55Z summary: [3.12] Docs

[Python-checkins] Docs: rework dbm introduction (#114551)

2024-01-26 Thread erlend-aasland
https://github.com/python/cpython/commit/65cf5dce11a38e327b9b0abfca279d650452b34f commit: 65cf5dce11a38e327b9b0abfca279d650452b34f branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-26T11:15:34+01:00 summary: Docs: rework dbm introduction (#114551) - add refs to othe

[Python-checkins] [3.11] Docs: reword dbm.gnu introduction (#114548) (#114589)

2024-01-26 Thread erlend-aasland
https://github.com/python/cpython/commit/938c7f716dba08cbb60c1a4f7322be2626ba6206 commit: 938c7f716dba08cbb60c1a4f7322be2626ba6206 branch: 3.11 author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-26T10:15:34Z summary: [3.11] Docs: reword dbm.gnu introduction (#114548) (#114589) (c

[Python-checkins] [3.12] Docs: reword dbm.gnu introduction (#114548) (#114588)

2024-01-26 Thread erlend-aasland
https://github.com/python/cpython/commit/f416af903f0566f4fd0e49e442354c166c62cd26 commit: f416af903f0566f4fd0e49e442354c166c62cd26 branch: 3.12 author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-26T10:13:35Z summary: [3.12] Docs: reword dbm.gnu introduction (#114548) (#114588) (c

[Python-checkins] gh-114569: Use PyMem_* APIs for most non-PyObject uses (#114574)

2024-01-26 Thread erlend-aasland
https://github.com/python/cpython/commit/dcd28b5c35dda8e2cb7c5f66450f2aff0948c001 commit: dcd28b5c35dda8e2cb7c5f66450f2aff0948c001 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-26T10:11:35Z summary: gh-114569: Use PyMem_* APIs for most non-PyObject uses (#114574)

[Python-checkins] gh-114312: Fix rare event counter tests on aarch64 (GH-114554)

2024-01-26 Thread markshannon
https://github.com/python/cpython/commit/d0f7f5c41d71758c59f9372a192e927d73cf7c27 commit: d0f7f5c41d71758c59f9372a192e927d73cf7c27 branch: main author: Michael Droettboom committer: markshannon date: 2024-01-26T10:10:03Z summary: gh-114312: Fix rare event counter tests on aarch64 (GH-114554) fi

[Python-checkins] Docs: reword dbm.gnu introduction (#114548)

2024-01-26 Thread erlend-aasland
https://github.com/python/cpython/commit/06c5de36f222b926bbc94831536096b974bd5e77 commit: 06c5de36f222b926bbc94831536096b974bd5e77 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-26T11:05:08+01:00 summary: Docs: reword dbm.gnu introduction (#114548) Also... - cons

[Python-checkins] [3.11] gh-101100: Fix sphinx warnings in `c-api/file.rst` (GH-114546) (#114585)

2024-01-26 Thread hugovk
https://github.com/python/cpython/commit/170bf7951e19ad2be608c9a377cecd96ac40e25c commit: 170bf7951e19ad2be608c9a377cecd96ac40e25c branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-01-2

[Python-checkins] gh-101100: Fix sphinx warnings in `c-api/file.rst` (#114546)

2024-01-26 Thread hugovk
https://github.com/python/cpython/commit/01d970c1b8acf3ccf199d5de151a635ffd9d8c61 commit: 01d970c1b8acf3ccf199d5de151a635ffd9d8c61 branch: main author: Nikita Sobolev committer: hugovk <[email protected]> date: 2024-01-26T02:55:22-07:00 summary: gh-101100: Fix sphinx warning

[Python-checkins] gh-114250: Fetch metadata for pip and its vendored dependencies from PyPI (#114450)

2024-01-26 Thread hugovk
https://github.com/python/cpython/commit/582d95e8bb0b78bf1b6b9a12371108b9993d3b84 commit: 582d95e8bb0b78bf1b6b9a12371108b9993d3b84 branch: main author: Seth Michael Larson committer: hugovk <[email protected]> date: 2024-01-26T09:48:13Z summary: gh-114250: Fetch metadata for

[Python-checkins] gh-112451: Prohibit subclassing of datetime.timezone. (#114190)

2024-01-26 Thread erlend-aasland
https://github.com/python/cpython/commit/456e274578dc9863f42ab24d62adc0d8c511b50f commit: 456e274578dc9863f42ab24d62adc0d8c511b50f branch: main author: Mariusz Felisiak committer: erlend-aasland date: 2024-01-26T09:33:13+01:00 summary: gh-112451: Prohibit subclassing of datetime.timezone. (#1141