Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-126451: Register contextvars.Context to collections.abc.Mapping (#126452) | Stephen Morton | 2024-11-06 | 1 | -0/+14 |
| | | | | | Co-authored-by: sobolevn <mail@sobolevn.me> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Peter Bierma <zintensitydev@gmail.com> | ||||
* | gh-125196: Use PyUnicodeWriter for repr(contextvars.Token) (#125220) | Victor Stinner | 2024-10-09 | 1 | -0/+8 |
| | | | Replace the private _PyUnicodeWriter with the public PyUnicodeWriter. | ||||
* | gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421) | Serhiy Storchaka | 2023-09-02 | 1 | -0/+2 |
| | | | | Only mark tests which spend significant system or user time, by itself or in subprocesses. | ||||
* | gh-106320: Remove private _PyContext_NewHamtForTests() (#108434) | Victor Stinner | 2023-08-24 | 1 | -2/+2 |
| | | | Move the function to the internal C API. | ||||
* | gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) | Yury Selivanov | 2022-05-23 | 1 | -0/+35 |
| | | | | | | | Also while there, clarify a few things about why we reduce the hash to 32 bits. Co-authored-by: Eli Libman <eli@hyro.ai> Co-authored-by: Yury Selivanov <yury@edgedb.com> Co-authored-by: Ćukasz Langa <lukasz@langa.pl> | ||||
* | bpo-40280: Detect missing threading on WASM platforms (GH-32352) | Christian Heimes | 2022-04-07 | 1 | -0/+2 |
| | | | Co-authored-by: Brett Cannon <brett@python.org> | ||||
* | bpo-39481: PEP 585 for dataclasses, mailbox, contextvars (GH-19425) | Ethan Smith | 2020-04-14 | 1 | -4/+0 |
| | |||||
* | bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497) | AMIR | 2019-12-08 | 1 | -3/+4 |
| | | | | | | | | | | now contextvars.ContextVar "__class_getitem__" method returns ContextVar class, not None. https://bugs.python.org/issue38979 Automerge-Triggered-By: @asvetlov | ||||
* | bpo-33985: Implement ContextVar.name attribute. (GH-7980) | Yury Selivanov | 2018-06-28 | 1 | -2/+7 |
| | |||||
* | bpo-32436: Implement PEP 567 (#5027) | Yury Selivanov | 2018-01-23 | 1 | -0/+1064 |