https://github.com/python/cpython/commit/68316a04f3d298fb9ea446d6825713fa2f36ef09
commit: 68316a04f3d298fb9ea446d6825713fa2f36ef09
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: rhettinger
date: 2024-05-05T06:49:19Z
summary:
[3.12] gh-11847
https://github.com/python/cpython/commit/c7c9b913c01afb8d2ff4048f82155969f7ef75b1
commit: c7c9b913c01afb8d2ff4048f82155969f7ef75b1
branch: main
author: Raymond Hettinger
committer: rhettinger
date: 2024-05-05T01:42:30-05:00
summary:
gh-118476: Fix corner cases in islice() rough equivalent. (Gh-1
https://github.com/python/cpython/commit/d629819f60b84583714595e5a2c1f4ad69d1ccc1
commit: d629819f60b84583714595e5a2c1f4ad69d1ccc1
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: sobolevn
date: 2024-05-05T06:35:11Z
summary:
[3.12] gh-118455:
https://github.com/python/cpython/commit/fd0ea63f82bf9b8f766ea40cfa5befa653461e8a
commit: fd0ea63f82bf9b8f766ea40cfa5befa653461e8a
branch: main
author: Raymond Hettinger
committer: rhettinger
date: 2024-05-05T01:35:06-05:00
summary:
Minor edit: Simplify and tighten the distribution test (gh-1185
https://github.com/python/cpython/commit/0c605244a8f91b96b87eb5000bfe9e64428b8084
commit: 0c605244a8f91b96b87eb5000bfe9e64428b8084
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: serhiy-storchaka
date: 2024-05-05T09:34:43+03:00
summary:
[3.1
https://github.com/python/cpython/commit/3b32575ed6b0905f434f9395d26293c0ae928032
commit: 3b32575ed6b0905f434f9395d26293c0ae928032
branch: main
author: Hugo van Kemenade <[email protected]>
committer: hugovk <[email protected]>
date: 2024-05-05T06:30:03Z
https://github.com/python/cpython/commit/fed8d73fde779fca41026398376cb3038e9b2b5f
commit: fed8d73fde779fca41026398376cb3038e9b2b5f
branch: main
author: wim glenn
committer: sobolevn
date: 2024-05-05T09:18:04+03:00
summary:
gh-118455: Fix mangle_from_ default value in email.policy.Policy.__doc__
https://github.com/python/cpython/commit/711c80bfca5dd17cb7c6ec26f0e44848b33aec04
commit: 711c80bfca5dd17cb7c6ec26f0e44848b33aec04
branch: main
author: Serhiy Storchaka
committer: serhiy-storchaka
date: 2024-05-05T08:20:06+03:00
summary:
gh-118164: Break a loop between _pydecimal and _pylong and
https://github.com/python/cpython/commit/5dd36732c850084ce262b7869ed90d73a281296a
commit: 5dd36732c850084ce262b7869ed90d73a281296a
branch: main
author: Tian Gao
committer: gvanrossum
date: 2024-05-05T03:06:42Z
summary:
gh-74929: Remove undesirable DECREF in PEP 667 implementation (#118583)
With
https://github.com/python/cpython/commit/999f0c512281995fb61a0d9eda075fd846e8c505
commit: 999f0c512281995fb61a0d9eda075fd846e8c505
branch: main
author: Tim Peters
committer: tim-one
date: 2024-05-04T18:22:33-05:00
summary:
gh-118164: str(10**1) hangs if the C _decimal module is missing (#118
https://github.com/python/cpython/commit/08d169f14a715ceaae3d563ced2ff1633d009359
commit: 08d169f14a715ceaae3d563ced2ff1633d009359
branch: main
author: Davide Rizzo
committer: ambv
date: 2024-05-04T23:41:47+02:00
summary:
gh-109617: fix ncurses incompatibility on macOS with Xcode 15 (#111258)
C
https://github.com/python/cpython/commit/291cfa454b9c5b677c955aaf53fab91f0186b6fa
commit: 291cfa454b9c5b677c955aaf53fab91f0186b6fa
branch: main
author: Eric Snow
committer: ericsnowcurrently
date: 2024-05-04T21:24:02Z
summary:
gh-117953: Track Extra Details in Global Extensions Cache (gh-118532)
https://github.com/python/cpython/commit/978fba58aef347de4a1376e525df2dacc7b2fff3
commit: 978fba58aef347de4a1376e525df2dacc7b2fff3
branch: main
author: Ken Jin
committer: Fidget-Spinner
date: 2024-05-04T15:45:49Z
summary:
gh-117139: Fix missing semicolon (GH-118573)
files:
M Include/internal/py
https://github.com/python/cpython/commit/53e8bdd1e6434a06ac67ae0dd250d1abf7d2dc4c
commit: 53e8bdd1e6434a06ac67ae0dd250d1abf7d2dc4c
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: sobolevn
date: 2024-05-04T15:26:30Z
summary:
[3.12] gh-118569:
https://github.com/python/cpython/commit/5f547585fa56c94c5d836b5313a7200f4937ebc4
commit: 5f547585fa56c94c5d836b5313a7200f4937ebc4
branch: main
author: Nikita Sobolev
committer: sobolevn
date: 2024-05-04T18:08:38+03:00
summary:
gh-118569: Add a test for dynamic PEP695 classes (#118570)
files:
M
https://github.com/python/cpython/commit/f34e965e52b9bdf157b829371870edfde45b80bf
commit: f34e965e52b9bdf157b829371870edfde45b80bf
branch: main
author: Tian Gao
committer: brandtbucher
date: 2024-05-04T07:44:49-07:00
summary:
GH-111744: Support opcode events in bdb (GH-111834)
files:
A Misc/NEW
https://github.com/python/cpython/commit/f6b5d3bdc83f8daca05e8b379190587a236585ef
commit: f6b5d3bdc83f8daca05e8b379190587a236585ef
branch: main
author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
committer: AlexWaygood
date: 2024-05-04T14:47:48+01:00
summary:
build(deps):
https://github.com/python/cpython/commit/d5e6c7cb667465125ff7fe2c643ccb2abb40fcd0
commit: d5e6c7cb667465125ff7fe2c643ccb2abb40fcd0
branch: main
author: wim glenn
committer: AlexWaygood
date: 2024-05-04T14:46:32+01:00
summary:
fix comment typo in importlib (#118567)
files:
M Lib/importlib/_boots
https://github.com/python/cpython/commit/b034f14a4b6e9197d3926046721b8b4b4b4f5b3d
commit: b034f14a4b6e9197d3926046721b8b4b4b4f5b3d
branch: main
author: Tian Gao
committer: markshannon
date: 2024-05-04T12:12:10+01:00
summary:
gh-74929: Implement PEP 667 (GH-115153)
files:
A Misc/NEWS.d/next/Core
https://github.com/python/cpython/commit/1ab6356ebec25f216a0eddbd81225abcb93f2d55
commit: 1ab6356ebec25f216a0eddbd81225abcb93f2d55
branch: main
author: Mark Shannon
committer: markshannon
date: 2024-05-04T12:11:11+01:00
summary:
GH-118095: Use broader specializations of CALL in tier 1, for bette
https://github.com/python/cpython/commit/00da0afa0d98ce1fae67f7258c7f3db2b81a07e7
commit: 00da0afa0d98ce1fae67f7258c7f3db2b81a07e7
branch: main
author: Tian Gao
committer: pablogsal
date: 2024-05-04T12:26:40+02:00
summary:
gh-113081: Print colorized exception just like built-in traceback in pdb
https://github.com/python/cpython/commit/85af78996117dbe8ad45716633a3d6c39ff7bab2
commit: 85af78996117dbe8ad45716633a3d6c39ff7bab2
branch: main
author: Irit Katriel <[email protected]>
committer: iritkatriel <[email protected]>
date: 2024-05-04T
https://github.com/python/cpython/commit/da2cfc4cb6b756b819b45bf34dd735c27b74d803
commit: da2cfc4cb6b756b819b45bf34dd735c27b74d803
branch: main
author: Mark Shannon
committer: markshannon
date: 2024-05-04T08:50:24+01:00
summary:
GH-113464: Remove the extra jump via `_SIDE_EXIT` in `_EXIT_TRACE`
https://github.com/python/cpython/commit/0b7814e0b638631fa2f5c81bcbab7b94064948d7
commit: 0b7814e0b638631fa2f5c81bcbab7b94064948d7
branch: main
author: Victor Stinner
committer: vstinner
date: 2024-05-04T09:39:58+02:00
summary:
gh-110850: Use _PyDeadline_Get() in EnterNonRecursiveMutex() (#11855
24 matches
Mail list logo