[Python-checkins] [3.12] gh-117360: Clearer wording in os.path.lexists() docs (GH-117679) (#117701)

2024-04-09 Thread erlend-aasland
https://github.com/python/cpython/commit/559b25fcc82d476bbab96cac7d67a253c4ed0ed9 commit: 559b25fcc82d476bbab96cac7d67a253c4ed0ed9 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: erlend-aasland date: 2024-04-09T21:11:07Z summary: [3.12] gh-1

[Python-checkins] [3.12] gh-117597: Clarify exception handling in the tutorial (GH-117681) (#117700)

2024-04-09 Thread erlend-aasland
https://github.com/python/cpython/commit/e46fd7257a9329cf99d290b0ee50b3eb8290ee1d commit: e46fd7257a9329cf99d290b0ee50b3eb8290ee1d branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: erlend-aasland date: 2024-04-09T21:06:35Z summary: [3.12] gh-1

[Python-checkins] gh-117360: Clearer wording in os.path.lexists() docs (#117679)

2024-04-09 Thread erlend-aasland
https://github.com/python/cpython/commit/73906d5c908c1e0b73c5436faeff7d93698fc074 commit: 73906d5c908c1e0b73c5436faeff7d93698fc074 branch: main author: Nice Zombies committer: erlend-aasland date: 2024-04-09T23:00:41+02:00 summary: gh-117360: Clearer wording in os.path.lexists() docs (#117679)

[Python-checkins] gh-117597: Clarify exception handling in the tutorial (#117681)

2024-04-09 Thread iritkatriel
https://github.com/python/cpython/commit/a05068db0cb43337d20a936d919b9d88c35d9818 commit: a05068db0cb43337d20a936d919b9d88c35d9818 branch: main author: Nice Zombies committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2024-04-09T20:59:45Z summary: gh-117597: Clarify excepti

[Python-checkins] gh-117648: Amend NEWS entry (#117697)

2024-04-09 Thread erlend-aasland
https://github.com/python/cpython/commit/ca7591577926d13083291c3caef408116429f539 commit: ca7591577926d13083291c3caef408116429f539 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-04-09T20:03:47Z summary: gh-117648: Amend NEWS entry (#117697) Make the wording more vag

[Python-checkins] Python 3.13.0a6

2024-04-09 Thread Yhg1s
https://github.com/python/cpython/commit/57aee2a02ce38be30cf6c310245547cf56562ab6 commit: 57aee2a02ce38be30cf6c310245547cf56562ab6 branch: main author: Thomas Wouters committer: Yhg1s date: 2024-04-09T11:56:22+02:00 summary: Python 3.13.0a6 files: A Misc/NEWS.d/3.13.0a6.rst D Misc/NEWS.d/next/B

[Python-checkins] gh-117663: [Enum] fix _simple_enum's detection of aliases (GH-117664)

2024-04-09 Thread ethanfurman
https://github.com/python/cpython/commit/e5521bcca916c63866f0aa1c4dfb3a315d6ada73 commit: e5521bcca916c63866f0aa1c4dfb3a315d6ada73 branch: main author: Ethan Furman committer: ethanfurman date: 2024-04-09T11:31:07-07:00 summary: gh-117663: [Enum] fix _simple_enum's detection of aliases (GH-11766

[Python-checkins] [3.12] gh-117534: Add checking for input parameter in iso_to_ymd (GH-117543) (#117689)

2024-04-09 Thread pganssle
https://github.com/python/cpython/commit/af034dd150ca788ddae107ae5a1f8357f669de9f commit: af034dd150ca788ddae107ae5a1f8357f669de9f branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pganssle <1377457+pgans...@users.noreply.github.com> date: 2024-

[Python-checkins] gh-117534: Add checking for input parameter in iso_to_ymd (#117543)

2024-04-09 Thread pganssle
https://github.com/python/cpython/commit/d5f1139c79525b4e7e4e8ad8c3e5fb831bbc3f28 commit: d5f1139c79525b4e7e4e8ad8c3e5fb831bbc3f28 branch: main author: Vlad4896 <166005126+vlad4...@users.noreply.github.com> committer: pganssle <1377457+pgans...@users.noreply.github.com> date: 2024-04-09T13:53:00-04

[Python-checkins] Revert "gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633)" (#117676)

2024-04-09 Thread vstinner
https://github.com/python/cpython/commit/a25c02eaf01abc7ca79efdbcda986b9cc2787b6c commit: a25c02eaf01abc7ca79efdbcda986b9cc2787b6c branch: main author: Victor Stinner committer: vstinner date: 2024-04-09T18:26:35+02:00 summary: Revert "gh-106023: Update What's New in 3.13: _PyObject_FastCall() (

[Python-checkins] gh-117658: Fix check_dump_traceback_threads in free-threaded build (#117659)

2024-04-09 Thread colesbury
https://github.com/python/cpython/commit/6edde8a91c753dba03c92315b7585209931c704b commit: 6edde8a91c753dba03c92315b7585209931c704b branch: main author: Sam Gross committer: colesbury date: 2024-04-09T11:50:49-04:00 summary: gh-117658: Fix check_dump_traceback_threads in free-threaded build (#117

[Python-checkins] gh-116720: Fix corner cases of taskgroups (#117407)

2024-04-09 Thread gvanrossum
https://github.com/python/cpython/commit/fa58e75a8605146a89ef72b58b4529669ac48366 commit: fa58e75a8605146a89ef72b58b4529669ac48366 branch: main author: Guido van Rossum committer: gvanrossum date: 2024-04-09T08:17:28-07:00 summary: gh-116720: Fix corner cases of taskgroups (#117407) This preven

[Python-checkins] gh-116622: Enable `test_doctest` on platforms that don't support subprocesses (#116758)

2024-04-09 Thread sobolevn
https://github.com/python/cpython/commit/22b25d1ebaab7b8c4833a8c120c8b4699a830f40 commit: 22b25d1ebaab7b8c4833a8c120c8b4699a830f40 branch: main author: Malcolm Smith committer: sobolevn date: 2024-04-09T14:40:58+03:00 summary: gh-116622: Enable `test_doctest` on platforms that don't support subp

[Python-checkins] gh-117516: Implement typing.TypeIs (#117517)

2024-04-09 Thread JelleZijlstra
https://github.com/python/cpython/commit/f2132fcd2a6da7b2b86e80189fa009ce1d2c753b commit: f2132fcd2a6da7b2b86e80189fa009ce1d2c753b branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-04-09T10:50:37Z summary: gh-117516: Implement typing.TypeIs (#117517) See PEP 742. Co-autho

[Python-checkins] gh-107674: Remove some unnecessary code in instrumentation code (GH-117393)

2024-04-09 Thread markshannon
https://github.com/python/cpython/commit/57183241af76bf33e44d886a733f799d20fc680c commit: 57183241af76bf33e44d886a733f799d20fc680c branch: main author: Tian Gao committer: markshannon date: 2024-04-09T09:54:28+01:00 summary: gh-107674: Remove some unnecessary code in instrumentation code (GH-117

[Python-checkins] gh-117648: Improve performance of os.join (#117654)

2024-04-09 Thread erlend-aasland
https://github.com/python/cpython/commit/99852d9e65aef11fed4bb7bd064e2218220f1ac9 commit: 99852d9e65aef11fed4bb7bd064e2218220f1ac9 branch: main author: Nice Zombies committer: erlend-aasland date: 2024-04-09T10:27:14+02:00 summary: gh-117648: Improve performance of os.join (#117654) Replace map