summaryrefslogtreecommitdiffstats
path: root/Doc/library/contextvars.rst
Commit message (Collapse)AuthorAgeFilesLines
* Clarify that every thread has its own default context in contextvars (#99246)Pablo Galindo Salgado2022-12-201-0/+5
|
* Fix typo in contextvars docs (#98823)cburroughs2022-10-281-1/+1
|
* bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533)Hynek Schlawack2021-11-121-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 Delfino2020-12-171-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 Selivanov2018-06-281-0/+2
|
* Change "non-local state" to "content-local state". (GH-6617)Tom Christie2018-04-271-1/+1
| | | The wording here seems wrong, as per https://bugs.python.org/msg315792
* Fix duplicating words words. (GH-6296)Serhiy Storchaka2018-03-281-1/+1
| | | Most of them have been added in 3.7.
* bpo-32436: Add docs for contextvars (#5685)Yury Selivanov2018-02-161-0/+279