COMMITS
/ Lib/test/test_context.py January 9, 2026
April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed
April 2, 2025
S
gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (#132003)
sobolevn committed
February 12, 2025
A
gh-129889: Support context manager protocol by contextvars.Token (#129888)
Andrew Svetlov committed
November 6, 2024
S
gh-126451: Register contextvars.Context to collections.abc.Mapping (#126452)
Stephen Morton committed
October 9, 2024
V
gh-125196: Use PyUnicodeWriter for repr(contextvars.Token) (#125220)
Victor Stinner committed
September 2, 2023
S
gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)
Serhiy Storchaka committed
August 24, 2023
V
gh-106320: Remove private _PyContext_NewHamtForTests() (#108434)
Victor Stinner committed
May 23, 2022
Y
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066)
Yury Selivanov committed
April 7, 2022
C
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes committed
April 14, 2020
E
bpo-39481: PEP 585 for dataclasses, mailbox, contextvars (GH-19425)
Ethan Smith committed
December 8, 2019
A
June 28, 2018
Y
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
Yury Selivanov committed
January 23, 2018
Y
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov committed