summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Python 3.8.14v3.8.14Łukasz Langa2022-09-062-2/+0
* [3.8] gh-91888: add a `:gh:` role to the documentation (GH-91889) (#91936)Ezio Melotti2022-05-101-0/+1
* [3.8] bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (G...m-aciek2022-04-081-0/+1
* Python 3.8.13Łukasz Langa2022-03-151-2/+0
* bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30344)Miss Islington (bot)2022-02-171-0/+2
* Python 3.8.12v3.8.12Łukasz Langa2021-08-301-2/+0
* bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) (#27...Miss Islington (bot)2021-07-211-0/+2
* Python 3.8.10v3.8.10Łukasz Langa2021-05-033-4/+0
* bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) (GH...Miss Islington (bot)2021-04-281-0/+1
* bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) (...Miss Islington (bot)2021-04-261-0/+2
* bpo-43739: Add type declaration Doc/extending/extending.rst example (GH-25332)Miss Islington (bot)2021-04-101-0/+1
* Python 3.8.9v3.8.9Łukasz Langa2021-04-024-9/+0
* bpo-43199: Briefly explain why no goto (GH-24852)Miss Islington (bot)2021-03-151-0/+1
* bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757)Miss Islington (bot)2021-03-061-0/+4
* bpo-36346: Document removal schedule of deprecate APIs (GH-20879) (#24626)Miss Islington (bot)2021-03-011-0/+2
* bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595)Miss Islington (bot)2021-02-211-0/+2
* Python 3.8.8rc1v3.8.8rc1Łukasz Langa2021-02-162-4/+0
* bpo-40304: Correct type(name, bases, dict) doc (GH-19553)Miss Islington (bot)2021-01-221-0/+2
* bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent ...Miss Islington (bot)2021-01-071-0/+2
* Python 3.8.7v3.8.7Łukasz Langa2020-12-211-1/+0
* [3.8] bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23835)Miss Islington (bot)2020-12-181-0/+1
* Python 3.8.7rc1v3.8.7rc1Łukasz Langa2020-12-073-4/+0
* bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)Miss Islington (bot)2020-11-161-0/+1
* [3.8] bpo-39416: Document some restrictions on the default string representat...Miss Skeleton (bot)2020-10-211-0/+1
* bpo-41774: Add programming FAQ entry (GH-22402)Miss Islington (bot)2020-09-291-0/+2
* Python 3.8.6v3.8.6Łukasz Langa2020-09-232-2/+0
* bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)Miss Islington (bot)2020-09-181-0/+1
* bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188) ...Miss Islington (bot)2020-09-101-0/+1
* Python 3.8.6rc1v3.8.6rc1Łukasz Langa2020-09-075-7/+0
* bpo-39883: Use BSD0 license for code in docs (GH-17635) (GH-22074)Miss Islington (bot)2020-09-031-0/+1
* [3.8] bpo-41624: fix documentation of typing.Coroutine (GH-21952). (#21983)Karthikeyan Singaravelan2020-08-281-0/+1
* bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901) (GH-21928)Victor Stinner2020-08-201-0/+3
* [3.8] bpo-41045: Document debug feature of f-strings ('=') (GH-21509) (#21647)Guido van Rossum2020-07-271-0/+1
* bpo-41314: fixed annotations __future__ version (GH-21616)Miss Islington (bot)2020-07-251-0/+1
* Python 3.8.5v3.8.5Łukasz Langa2020-07-201-2/+0
* bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15...Miss Islington (bot)2020-07-201-0/+2
* Python 3.8.3v3.8.3Łukasz Langa2020-05-132-2/+0
* bpo-40561: Add docstrings for webbrowser open functions (GH-19999)Miss Islington (bot)2020-05-111-0/+1
* [3.8] bpo-39435: Fix docs for pickle.loads (GH-18160) (GH-19843)Antoine Pitrou2020-05-011-0/+1
* Python 3.8.3rc1v3.8.3rc1Łukasz Langa2020-04-299-12/+0
* [3.8] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-1660...Zachary Ware2020-04-271-0/+1
* bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)Miss Islington (bot)2020-04-181-0/+2
* bpo-39879: Update datamodel docs to include dict ordering (GH-19006)Miss Islington (bot)2020-03-261-0/+2
* bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` fo...Miss Islington (bot)2020-03-141-0/+1
* bpo-17422: slightly more precise language (GH-18682)Miss Islington (bot)2020-03-061-0/+2
* bpo-39868: Update Language Reference for PEP 572. (GH-18793)Miss Islington (bot)2020-03-061-0/+1
* Fix misleading statement about mixed-type numeric comparisons (GH-18615) (#18...Miss Islington (bot)2020-03-041-0/+1
* bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598)Miss Islington (bot)2020-02-281-0/+1
* bpo-13790: Change 'string' to 'specification' in format doc (GH-18690)Miss Islington (bot)2020-02-281-0/+1
* Python 3.8.2v3.8.2Łukasz Langa2020-02-243-4/+0