[Python-checkins] [3.11] docs: fix over-linking in dataclasses.rst (GH-117005) (#117164)

2024-03-22 Thread willingc
https://github.com/python/cpython/commit/cf034ad0f630f2821fd60fb874750f13cb2793bd commit: cf034ad0f630f2821fd60fb874750f13cb2793bd branch: 3.11 author: Carol Willing committer: willingc date: 2024-03-22T21:11:57Z summary: [3.11] docs: fix over-linking in dataclasses.rst (GH-117005) (#117164) *

[Python-checkins] [3.11] gh-117084: Fix ZIP file extraction for directory entry names with backslashes on Windows (GH-117129) (GH-117162) (GH-117165)

2024-03-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0d820476458624cd7086e25d4eea5ed046bb92a9 commit: 0d820476458624cd7086e25d4eea5ed046bb92a9 branch: 3.11 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-03-22T19:24:27Z summary: [3.11] gh-117084: Fix ZIP file extraction for directory entry n

[Python-checkins] GH-106747: Document another difference between `glob` and `pathlib`. (#116518)

2024-03-22 Thread barneygale
https://github.com/python/cpython/commit/72eea512b88f8fd68b7258242c37da963ad87360 commit: 72eea512b88f8fd68b7258242c37da963ad87360 branch: main author: Barney Gale committer: barneygale date: 2024-03-22T19:14:09Z summary: GH-106747: Document another difference between `glob` and `pathlib`. (#116

[Python-checkins] [3.12] docs:fix over-linking in dataclasses.rst (GH-117005) (#117163)

2024-03-22 Thread willingc
https://github.com/python/cpython/commit/1d0e22e5ad583960b495fdfd74fe1e06b28e commit: 1d0e22e5ad583960b495fdfd74fe1e06b28e branch: 3.12 author: Carol Willing committer: willingc date: 2024-03-22T19:12:00Z summary: [3.12] docs:fix over-linking in dataclasses.rst (GH-117005) (#117163) * d

[Python-checkins] GH-117108: Change the size of the GC increment to about 1% of the total heap size. (GH-117120)

2024-03-22 Thread markshannon
https://github.com/python/cpython/commit/e28477f214276db941e715eebc8cdfb96c1207d9 commit: e28477f214276db941e715eebc8cdfb96c1207d9 branch: main author: Mark Shannon committer: markshannon date: 2024-03-22T18:43:25Z summary: GH-117108: Change the size of the GC increment to about 1% of the total

[Python-checkins] [3.12] gh-117084: Fix ZIP file extraction for directory entry names with backslashes on Windows (GH-117129) (GH-117162)

2024-03-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f3fee231d359979133e1d58085f43277c41476d0 commit: f3fee231d359979133e1d58085f43277c41476d0 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-03-22T18:35:12Z summary: [3.12] gh-117084: Fix ZIP file extraction for directory entry n

[Python-checkins] gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)

2024-03-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e2e0b4b4b92694ba894e02b4a66fd87c166ed10f commit: e2e0b4b4b92694ba894e02b4a66fd87c166ed10f branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-03-22T20:19:10+02:00 summary: gh-113024: C API: Add PyObject_GenericHash() function (GH-

[Python-checkins] gh-117084: Fix ZIP file extraction for directory entry names with backslashes on Windows (GH-117129)

2024-03-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/567ab3bd15398c8c7b791f3e376ae3e3c0bbe079 commit: 567ab3bd15398c8c7b791f3e376ae3e3c0bbe079 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-03-22T20:08:00+02:00 summary: gh-117084: Fix ZIP file extraction for directory entry nam

[Python-checkins] gh-117134: Microoptimize glob() for include_hidden=True (GH-117135)

2024-03-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/5a78f6e798d5c2af1dba2df6c9f1f1e5aac02a86 commit: 5a78f6e798d5c2af1dba2df6c9f1f1e5aac02a86 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-03-22T20:03:48+02:00 summary: gh-117134: Microoptimize glob() for include_hidden=True (G

[Python-checkins] [3.12] [docs] Fix typo in docstring and add example to logging cookbook. (GH-117157) (GH-117159)

2024-03-22 Thread vsajip
https://github.com/python/cpython/commit/135a698d5cbb9090fa980efcbb15bcf6063ad5b7 commit: 135a698d5cbb9090fa980efcbb15bcf6063ad5b7 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-03-22T17:50:02Z summary: [3.12] [docs] Fix t

[Python-checkins] [docs] Fix typo in docstring and add example to logging cookbook. (GH-117157)

2024-03-22 Thread vsajip
https://github.com/python/cpython/commit/00baaa21de229a6db80ff2b84c2fd6ad1999a24c commit: 00baaa21de229a6db80ff2b84c2fd6ad1999a24c branch: main author: Vinay Sajip committer: vsajip date: 2024-03-22T17:25:51Z summary: [docs] Fix typo in docstring and add example to logging cookbook. (GH-117157)

[Python-checkins] GH-113171: Fix "private" (non-global) IP address ranges (GH-113179)

2024-03-22 Thread encukou
https://github.com/python/cpython/commit/40d75c2b7f5c67e254d0a025e0f2e2c7ada7f69f commit: 40d75c2b7f5c67e254d0a025e0f2e2c7ada7f69f branch: main author: Jakub Stasiak committer: encukou date: 2024-03-22T17:49:56+01:00 summary: GH-113171: Fix "private" (non-global) IP address ranges (GH-113179) *

[Python-checkins] Fix get_packagefamilyname helper function on Windows 32-bit (GH-117153)

2024-03-22 Thread zooba
https://github.com/python/cpython/commit/1ea85e271bdf50ba9a521b004d033cbcb661e3ba commit: 1ea85e271bdf50ba9a521b004d033cbcb661e3ba branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-03-22T15:26:29Z summary: Fix get_packagefamil

[Python-checkins] Fix get_packagefamilyname helper function on Windows 32-bit (GH-117153)

2024-03-22 Thread zooba
https://github.com/python/cpython/commit/da5efeba938535cd4dc2e7fc15c6da1acb68ea08 commit: da5efeba938535cd4dc2e7fc15c6da1acb68ea08 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-03-22T15:20:38Z summary: Fix get_packagefamil

[Python-checkins] Fix get_packagefamilyname helper function on Windows 32-bit (GH-117153)

2024-03-22 Thread zooba
https://github.com/python/cpython/commit/3be9b9d8722696b9937bb211dc4cda714d56 commit: 3be9b9d8722696b9937bb211dc4cda714d56 branch: main author: Steve Dower committer: zooba date: 2024-03-22T15:00:50Z summary: Fix get_packagefamilyname helper function on Windows 32-bit (GH-117153) files:

[Python-checkins] gh-117068: Remove useless code in bytesio.c:resize_buffer() (GH-117069)

2024-03-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/63d6f2623ef2aa90f51c6a928b96845b9b380d89 commit: 63d6f2623ef2aa90f51c6a928b96845b9b380d89 branch: main author: NGRsoftlab <[email protected]> committer: serhiy-storchaka date: 2024-03-22T11:25:38Z summary: gh-117068: Remove usele

[Python-checkins] [3.12] gh-117127: glob tests: Reopen dir_fd to pick up directory changes (GH-117128) (GH-117150)

2024-03-22 Thread encukou
https://github.com/python/cpython/commit/d99ffc5a4b74e541c59b0e8ca034b74d5a76a730 commit: d99ffc5a4b74e541c59b0e8ca034b74d5a76a730 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-03-22T10:24:06Z summary: [3.12] gh-117127:

[Python-checkins] [3.11] gh-117127: glob tests: Reopen dir_fd to pick up directory changes (GH-117128) (GH-117149)

2024-03-22 Thread encukou
https://github.com/python/cpython/commit/844012546098b3c139f546ac7db0d446146656c2 commit: 844012546098b3c139f546ac7db0d446146656c2 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-03-22T10:21:53Z summary: [3.11] gh-117127:

[Python-checkins] [3.11] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223) (#117124)

2024-03-22 Thread cjw296
https://github.com/python/cpython/commit/51da1ddefc74354cfb353db7f61ea7bb6298b332 commit: 51da1ddefc74354cfb353db7f61ea7bb6298b332 branch: 3.11 author: infohash <[email protected]> committer: cjw296 date: 2024-03-22T09:48:41Z summary: [3.11] gh-75988: Fix issues with auto

[Python-checkins] [3.12] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223) (#117119)

2024-03-22 Thread cjw296
https://github.com/python/cpython/commit/ad0ff8603432d08fcd9521799e6a38ba941b7e60 commit: ad0ff8603432d08fcd9521799e6a38ba941b7e60 branch: 3.12 author: infohash <[email protected]> committer: cjw296 date: 2024-03-22T09:47:52Z summary: [3.12] gh-75988: Fix issues with auto

[Python-checkins] gh-117127: glob tests: Reopen dir_fd to pick up directory changes (GH-117128)

2024-03-22 Thread encukou
https://github.com/python/cpython/commit/42ae924d278c48a719fb0ab86357f3235a9f7ab9 commit: 42ae924d278c48a719fb0ab86357f3235a9f7ab9 branch: main author: Petr Viktorin committer: encukou date: 2024-03-22T10:42:18+01:00 summary: gh-117127: glob tests: Reopen dir_fd to pick up directory changes (GH-