summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-39654: Update pyclbr doc to reflect additional information returned (GH-1...Miss Islington (bot)2020-02-241-0/+2
* bpo-17422: Language reference should specify restrictions on class namespace ...Miss Islington (bot)2020-02-221-0/+1
* bpo-39572: Document ’total’ flag of TypedDict (GH-18554)Miss Islington (bot)2020-02-191-0/+1
* Python 3.8.2rc1v3.8.2rc1Łukasz Langa2020-02-105-13/+0
* bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220)Miss Islington (bot)2020-01-291-0/+5
* bpo-39392: Turtle overlap fill depends on OS (GH-18223)Miss Islington (bot)2020-01-271-0/+1
* Fix asyncio.get_event_loop() documentation (GH-18051)Miss Islington (bot)2020-01-201-0/+2
* bpo-3530: Add advice on when to correctly use fix_missing_locations in the AS...Miss Islington (bot)2020-01-121-0/+2
* bpo-38918: Add __module__ entry for function & method type in inspect docs ta...Miss Islington (bot)2019-12-201-0/+3
* [3.8] Minor fixes to the NEWS entries (GH-17557)Pablo Galindo2019-12-101-1/+0
* Merge tag 'v3.8.1rc1' into 3.8Łukasz Langa2019-12-104-6/+0
|\