[Python-checkins] [3.12] Docs: mark up dbm.gnu.open() and dbm.ndbm.open() using param list (GH-114762) (#114783)

2024-01-30 Thread erlend-aasland
https://github.com/python/cpython/commit/fe5094c65f3a2f25b7023c3da78a4f9c74f02796 commit: fe5094c65f3a2f25b7023c3da78a4f9c74f02796 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-01-31T07:06:13Z summary: [3.12] Docs

[Python-checkins] [3.11] Docs: mark up dbm.gnu.open() and dbm.ndbm.open() using param list (GH-114762) (#114784)

2024-01-30 Thread erlend-aasland
https://github.com/python/cpython/commit/48632d22d6450734850ad821f56ce5e52e67db21 commit: 48632d22d6450734850ad821f56ce5e52e67db21 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-01-31T07:05:58Z summary: [3.11] Docs

[Python-checkins] Docs: mark up dbm.gnu.open() and dbm.ndbm.open() using param list (#114762)

2024-01-30 Thread erlend-aasland
https://github.com/python/cpython/commit/c8cf5d7d148944f2850f25b02334400dd0238cb0 commit: c8cf5d7d148944f2850f25b02334400dd0238cb0 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-31T07:59:34+01:00 summary: Docs: mark up dbm.gnu.open() and dbm.ndbm.open() using para

[Python-checkins] [3.12] gh-106392: Fix inconsistency in deprecation warnings in datetime module (GH-114761) (#114767)

2024-01-30 Thread hauntsaninja
https://github.com/python/cpython/commit/2e8417eec4c33e7952808357ffc38357c71aa8fc commit: 2e8417eec4c33e7952808357ffc38357c71aa8fc branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hauntsaninja <[email protected]> da

[Python-checkins] GH-114743: Set a low recursion limit for `test_main_recursion_error()` in `test_runpy` (GH-114772)

2024-01-30 Thread brettcannon
https://github.com/python/cpython/commit/2ed8f924ee05ec17ce0639a424e5ca7661b09a6b commit: 2ed8f924ee05ec17ce0639a424e5ca7661b09a6b branch: main author: Brett Cannon committer: brettcannon date: 2024-01-31T01:49:27Z summary: GH-114743: Set a low recursion limit for `test_main_recursion_error()` i

[Python-checkins] pathlib ABCs: drop partial, broken, untested support for `bytes` paths. (#114777)

2024-01-30 Thread barneygale
https://github.com/python/cpython/commit/574291963f6b0eb7da3fde1ae9763236e7ece306 commit: 574291963f6b0eb7da3fde1ae9763236e7ece306 branch: main author: Barney Gale committer: barneygale date: 2024-01-31T00:59:33Z summary: pathlib ABCs: drop partial, broken, untested support for `bytes` paths. (

[Python-checkins] pathlib ABCs: raise `UnsupportedOperation` directly. (#114776)

2024-01-30 Thread barneygale
https://github.com/python/cpython/commit/1667c2868633a1091b3519594103ca7662d64d75 commit: 1667c2868633a1091b3519594103ca7662d64d75 branch: main author: Barney Gale committer: barneygale date: 2024-01-31T00:38:01Z summary: pathlib ABCs: raise `UnsupportedOperation` directly. (#114776) Raise `Uns

[Python-checkins] gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753)

2024-01-30 Thread zooba
https://github.com/python/cpython/commit/4defc501002352bada4fefbaa89641d238c99fcf commit: 4defc501002352bada4fefbaa89641d238c99fcf branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-01-31T00:15:16Z summary: gh-110190: Fix ctype

[Python-checkins] gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753)

2024-01-30 Thread zooba
https://github.com/python/cpython/commit/d326d5247822619cbea3c715024e29b74d335db9 commit: d326d5247822619cbea3c715024e29b74d335db9 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-01-31T00:08:26Z summary: gh-110190: Fix ctype

[Python-checkins] gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753)

2024-01-30 Thread zooba
https://github.com/python/cpython/commit/a06b606462740058b5d52fefdcdcd679d4f40260 commit: a06b606462740058b5d52fefdcdcd679d4f40260 branch: main author: Diego Russo committer: zooba date: 2024-01-30T23:53:04Z summary: gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753) files: A

[Python-checkins] gh-106392: Fix inconsistency in deprecation warnings in datetime module (GH-114761)

2024-01-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/dc4cd2c9ba60e2ee7e534e2f6e93c4c135df23b9 commit: dc4cd2c9ba60e2ee7e534e2f6e93c4c135df23b9 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-30T22:15:33Z summary: gh-106392: Fix inconsistency in deprecation warnings in datetim

[Python-checkins] GH-113464: Add aarch64-apple-darwin/clang to JIT CI (GH-114759)

2024-01-30 Thread brandtbucher
https://github.com/python/cpython/commit/348a72ce3fda91de5e9ac1bf6b8c4387ec3007a5 commit: 348a72ce3fda91de5e9ac1bf6b8c4387ec3007a5 branch: main author: Brandt Bucher committer: brandtbucher date: 2024-01-30T14:08:53-08:00 summary: GH-113464: Add aarch64-apple-darwin/clang to JIT CI (GH-114759)

[Python-checkins] gh-101100: Fix references in csv docs (GH-114658)

2024-01-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3911b42cc0d404e0eac87fce30b740b08618ff06 commit: 3911b42cc0d404e0eac87fce30b740b08618ff06 branch: main author: Skip Montanaro committer: serhiy-storchaka date: 2024-01-30T21:54:37Z summary: gh-101100: Fix references in csv docs (GH-114658) Co-authored-by

[Python-checkins] gh-112606: Use pthread_cond_timedwait_relative_np() in parking_lot.c when available (#112616)

2024-01-30 Thread erlend-aasland
https://github.com/python/cpython/commit/e5e186609fdd74bc53e8478da22b76440d996baa commit: e5e186609fdd74bc53e8478da22b76440d996baa branch: main author: Matt Prodani committer: erlend-aasland date: 2024-01-30T22:22:17+01:00 summary: gh-112606: Use pthread_cond_timedwait_relative_np() in parking_l

[Python-checkins] GH-70303: Make `pathlib.Path.glob('**')` return both files and directories (#114684)

2024-01-30 Thread barneygale
https://github.com/python/cpython/commit/fda7445ca50b892955fc31bd72a3615fef1d70c6 commit: fda7445ca50b892955fc31bd72a3615fef1d70c6 branch: main author: Barney Gale committer: barneygale date: 2024-01-30T19:52:53Z summary: GH-70303: Make `pathlib.Path.glob('**')` return both files and directories

[Python-checkins] [3.12] Clarify one-item tuple (GH-114745) (#114757)

2024-01-30 Thread terryjreedy
https://github.com/python/cpython/commit/b3d01fc56d745d895d40e6c57f4bb8eee14c7047 commit: b3d01fc56d745d895d40e6c57f4bb8eee14c7047 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-01-30T18:50:28Z summary: [3.12] Clarify

[Python-checkins] [3.11] Clarify one-item tuple (GH-114745) (#114758)

2024-01-30 Thread terryjreedy
https://github.com/python/cpython/commit/f1f0f2e3d740c96edd233f4f1a1aa76cdc81bb53 commit: f1f0f2e3d740c96edd233f4f1a1aa76cdc81bb53 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-01-30T18:50:32Z summary: [3.11] Clarify

[Python-checkins] ``importlib/_bootstrap.py``: Reduce size of ``_List`` instances (GH-114747)

2024-01-30 Thread brettcannon
https://github.com/python/cpython/commit/6de8aa31f39b3d8dbfba132e6649724eb07b8348 commit: 6de8aa31f39b3d8dbfba132e6649724eb07b8348 branch: main author: Kirill Podoprigora committer: brettcannon date: 2024-01-30T10:44:09-08:00 summary: ``importlib/_bootstrap.py``: Reduce size of ``_List`` instanc

[Python-checkins] Clarify one-item tuple (#114745)

2024-01-30 Thread terryjreedy
https://github.com/python/cpython/commit/a1332a99cf1eb9b879d4b1f28761b096b5749a0d commit: a1332a99cf1eb9b879d4b1f28761b096b5749a0d branch: main author: Terry Jan Reedy committer: terryjreedy date: 2024-01-30T18:40:54Z summary: Clarify one-item tuple (#114745) A 'single tuple' means 'one typle,

[Python-checkins] gh-112075: refactor dictionary lookup functions for better re-usability (#114629)

2024-01-30 Thread DinoV
https://github.com/python/cpython/commit/0990d55725cb649e74739c983b67cf08c58e8439 commit: 0990d55725cb649e74739c983b67cf08c58e8439 branch: main author: Dino Viehland committer: DinoV date: 2024-01-30T09:33:36-08:00 summary: gh-112075: refactor dictionary lookup functions for better re-usability

[Python-checkins] gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module (#113745)

2024-01-30 Thread pablogsal
https://github.com/python/cpython/commit/39d102c2ee8eec8ab0bacbcd62d62a72742ecc7c commit: 39d102c2ee8eec8ab0bacbcd62d62a72742ecc7c branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-01-30T16:21:30Z summary: gh-113744: Add a new IncompleteInputError exception to improve in

[Python-checkins] gh-112919: Speed-up datetime, date and time.replace() (GH-112921)

2024-01-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1f515e8a109204f7399d85b7fd806135166422d9 commit: 1f515e8a109204f7399d85b7fd806135166422d9 branch: main author: Eugene Toder committer: serhiy-storchaka date: 2024-01-30T15:19:46Z summary: gh-112919: Speed-up datetime, date and time.replace() (GH-112921)

[Python-checkins] gh-109975: Copyedit "What's New in Python 3.13" (#114401)

2024-01-30 Thread hugovk
https://github.com/python/cpython/commit/4287e8608bcabcc5bde851d838d4709db5d69089 commit: 4287e8608bcabcc5bde851d838d4709db5d69089 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-01-30T17:12:11+0

[Python-checkins] GH-114610: Fix `pathlib._abc.PurePathBase.with_suffix('.ext')` handling of stems (#114613)

2024-01-30 Thread barneygale
https://github.com/python/cpython/commit/809eed48058ea7391df57ead09dff53bcc5d81e9 commit: 809eed48058ea7391df57ead09dff53bcc5d81e9 branch: main author: Barney Gale committer: barneygale date: 2024-01-30T14:25:16Z summary: GH-114610: Fix `pathlib._abc.PurePathBase.with_suffix('.ext')` handling of

[Python-checkins] gh-114706: Allow QueueListener.stop() to be called more than once. (GH-114748)

2024-01-30 Thread vsajip
https://github.com/python/cpython/commit/e21754d7f8336d4647e28f355d8a3dbd5a2c7545 commit: e21754d7f8336d4647e28f355d8a3dbd5a2c7545 branch: main author: Vinay Sajip committer: vsajip date: 2024-01-30T12:34:18Z summary: gh-114706: Allow QueueListener.stop() to be called more than once. (GH-114748)

[Python-checkins] gh-113732: Fix support of QUOTE_NOTNULL and QUOTE_STRINGS in csv.reader (GH-113738)

2024-01-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ea30a28c3e89b69a214c536e61402660242c0f2a commit: ea30a28c3e89b69a214c536e61402660242c0f2a branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-30T14:21:12+02:00 summary: gh-113732: Fix support of QUOTE_NOTNULL and QUOTE_STRINGS

[Python-checkins] gh-103323: Remove current_fast_get() unused parameter (#114593)

2024-01-30 Thread vstinner
https://github.com/python/cpython/commit/58f883b91bd8dd4cac38b58a026397363104a129 commit: 58f883b91bd8dd4cac38b58a026397363104a129 branch: main author: Victor Stinner committer: vstinner date: 2024-01-30T11:47:58+01:00 summary: gh-103323: Remove current_fast_get() unused parameter (#114593) The