Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify that every thread has its own default context in contextvars (#99246) | Pablo Galindo Salgado | 2022-12-20 | 1 | -0/+5 |
| | |||||
* | Fix typo in contextvars docs (#98823) | cburroughs | 2022-10-28 | 1 | -1/+1 |
| | |||||
* | bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) | Hynek Schlawack | 2021-11-12 | 1 | -1/+1 |
| | | | Since `.. module:: contextvars` sets the module using `.. class:: contextvars.Token`, intersphinx records it as `contextvars.contextvars.Token`. | ||||
* | [doc] Fix erroneous backslashes in signatures and names (GH-23658) | Andre Delfino | 2020-12-17 | 1 | -2/+2 |
| | | | | | The issue being resolved is shown in the 3.10 docs (if you select docs for older versions you won't see a visual glitch). The newer sphinx version that produces the 3.10 docs doesn't treat the backslash to escape things in some situations it previously did. | ||||
* | bpo-33985: Implement ContextVar.name attribute. (GH-7980) | Yury Selivanov | 2018-06-28 | 1 | -0/+2 |
| | |||||
* | Change "non-local state" to "content-local state". (GH-6617) | Tom Christie | 2018-04-27 | 1 | -1/+1 |
| | | | The wording here seems wrong, as per https://bugs.python.org/msg315792 | ||||
* | Fix duplicating words words. (GH-6296) | Serhiy Storchaka | 2018-03-28 | 1 | -1/+1 |
| | | | Most of them have been added in 3.7. | ||||
* | bpo-32436: Add docs for contextvars (#5685) | Yury Selivanov | 2018-02-16 | 1 | -0/+279 |