summaryrefslogtreecommitdiffstats
path: root/Doc/library/contextvars.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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