[Python-checkins] gh-123446: Fix empty function names in `TypeError`s in `_csv` module (#123461)

2024-08-28 Thread hauntsaninja
https://github.com/python/cpython/commit/303f92a9ce0de3667fb6b3ed22fa3bea5f835066 commit: 303f92a9ce0de3667fb6b3ed22fa3bea5f835066 branch: main author: sobolevn committer: hauntsaninja <[email protected]> date: 2024-08-29T06:53:57Z summary: gh-123446: Fix empty functi

[Python-checkins] gh-123431: Harmonize extension code checks in pickle (GH-123434)

2024-08-28 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0c3ea3023878f5ad5ca4680d5510da1fe208cbfa commit: 0c3ea3023878f5ad5ca4680d5510da1fe208cbfa branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-29T08:26:16+03:00 summary: gh-123431: Harmonize extension code checks in pickle (GH-1

[Python-checkins] [3.13] gh-123448: Move `_PyNoDefault_Type` to the static types array (GH-123449) (#123450)

2024-08-28 Thread JelleZijlstra
https://github.com/python/cpython/commit/bd29ce850907e6e1b0c4b99e97b94061fb865fa4 commit: bd29ce850907e6e1b0c4b99e97b94061fb865fa4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-08-28T18:57:28-07:00 summary: [3.13]

[Python-checkins] gh-123448: Move `_PyNoDefault_Type` to the static types array (#123449)

2024-08-28 Thread JelleZijlstra
https://github.com/python/cpython/commit/c9930f5022f5e7a290896522280e47a1fecba38a commit: c9930f5022f5e7a290896522280e47a1fecba38a branch: main author: Peter Bierma committer: JelleZijlstra date: 2024-08-28T18:27:40-07:00 summary: gh-123448: Move `_PyNoDefault_Type` to the static types array (#1

[Python-checkins] gh-122136: test_asyncio: Don't fail if the kernel buffers more data than advertised (GH-123423)

2024-08-28 Thread encukou
https://github.com/python/cpython/commit/b379f1b26c1e89c8e9160b4dede61b980cc77be6 commit: b379f1b26c1e89c8e9160b4dede61b980cc77be6 branch: main author: Petr Viktorin committer: encukou date: 2024-08-28T22:36:42+02:00 summary: gh-122136: test_asyncio: Don't fail if the kernel buffers more data th

[Python-checkins] [3.12] gh-123142: fix too wide source location of GET_ITER/GET_AITER (GH-123420). (#123436)

2024-08-28 Thread iritkatriel
https://github.com/python/cpython/commit/0181aa2e3efedc6504b27f6fe74f096e5e454286 commit: 0181aa2e3efedc6504b27f6fe74f096e5e454286 branch: 3.12 author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-08-28T

[Python-checkins] [3.13] gh-123142: fix too wide source location of GET_ITER/GET_AITER (GH-123420). (#123435)

2024-08-28 Thread iritkatriel
https://github.com/python/cpython/commit/d379a92ddce55d3b89956fb556fb9ed654de0bf0 commit: d379a92ddce55d3b89956fb556fb9ed654de0bf0 branch: 3.13 author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-08-28T

[Python-checkins] gh-123142: fix too wide source location of GET_ITER/GET_AITER (#123420)

2024-08-28 Thread iritkatriel
https://github.com/python/cpython/commit/61bef6245c4a32bf430d684ede8603f423d63284 commit: 61bef6245c4a32bf430d684ede8603f423d63284 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-08-28T

[Python-checkins] gh-101860: document `property.__name__` (GH-123399)

2024-08-28 Thread encukou
https://github.com/python/cpython/commit/40fff90ae3d46843bb9d27c6a53ef61c861a3bb4 commit: 40fff90ae3d46843bb9d27c6a53ef61c861a3bb4 branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2024-08-28T16:10:13+02:00 summary: gh-101860: document `proper

[Python-checkins] [3.13] gh-123344: Add missing ast optimizations for PEP 696 (GH-123377) (#123427)

2024-08-28 Thread JelleZijlstra
https://github.com/python/cpython/commit/19a1f187402f557cf193c408ebba3ede1ce9f893 commit: 19a1f187402f557cf193c408ebba3ede1ce9f893 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-08-28T14:02:34Z summary: [3.13] gh-12

[Python-checkins] gh-123344: Add missing ast optimizations for PEP 696 (#123377)

2024-08-28 Thread JelleZijlstra
https://github.com/python/cpython/commit/be083cee34d62ae860acac70dfa078fc5c96ade3 commit: be083cee34d62ae860acac70dfa078fc5c96ade3 branch: main author: Bogdan Romanyuk <[email protected]> committer: JelleZijlstra date: 2024-08-28T06:38:56-07:00 summary: gh-123344: Add mi

[Python-checkins] [3.12] gh-120226: Fix test_sendfile_close_peer_in_the_middle_of_receiving on Linux >= 6.10 (GH-120227) (#123422)

2024-08-28 Thread vstinner
https://github.com/python/cpython/commit/ccc6c2b8c0180581cd4e06523d1a38bcc27c6855 commit: ccc6c2b8c0180581cd4e06523d1a38bcc27c6855 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-08-28T12:47:41Z summary: [3.12] gh-120226:

[Python-checkins] Fix typos in docs, error messages and comments (#123336)

2024-08-28 Thread hugovk
https://github.com/python/cpython/commit/9e108b8719752a0a2e390eeeaa8f52391f75120d commit: 9e108b8719752a0a2e390eeeaa8f52391f75120d branch: main author: Wulian <[email protected]> committer: hugovk <[email protected]> date: 2024-08-28T14:41:04+03:00 summary: Fix typos in docs,

[Python-checkins] gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)

2024-08-28 Thread vstinner
https://github.com/python/cpython/commit/4c6dca82925bd4be376a3e4a53c8104ad0b0cb5f commit: 4c6dca82925bd4be376a3e4a53c8104ad0b0cb5f branch: main author: Victor Stinner committer: vstinner date: 2024-08-28T10:16:13Z summary: gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390) Add new

[Python-checkins] gh-122561: Clean up and microoptimize str.translate and charmap codec (GH-122932)

2024-08-28 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1a0b828994ed4ec1f2ba05123995a7d1e852f4b4 commit: 1a0b828994ed4ec1f2ba05123995a7d1e852f4b4 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-28T12:11:13+03:00 summary: gh-122561: Clean up and microoptimize str.translate and ch

[Python-checkins] [3.13] gh-123254: Improve `tuple` C API docs with more info about errors (GH-123255) (#123416)

2024-08-28 Thread sobolevn
https://github.com/python/cpython/commit/fbc975223b9104997227f2b6caa18278f878cfed commit: fbc975223b9104997227f2b6caa18278f878cfed branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-08-28T07:47:39Z summary: [3.13] gh-123254:

[Python-checkins] [3.12] gh-123254: Improve `tuple` C API docs with more info about errors (GH-123255) (#123415)

2024-08-28 Thread sobolevn
https://github.com/python/cpython/commit/248af25fb4b27e2bcde82878f8d6210565a2cd76 commit: 248af25fb4b27e2bcde82878f8d6210565a2cd76 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-08-28T07:37:06Z summary: [3.12] gh-123254:

[Python-checkins] gh-123254: Improve `tuple` C API docs with more info about errors (#123255)

2024-08-28 Thread sobolevn
https://github.com/python/cpython/commit/6f563e364d1a7902417573f842019746a79cdc1b commit: 6f563e364d1a7902417573f842019746a79cdc1b branch: main author: sobolevn committer: sobolevn date: 2024-08-28T10:30:21+03:00 summary: gh-123254: Improve `tuple` C API docs with more info about errors (#123255