summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation
Commit message (Expand)AuthorAgeFilesLines
* bpo-44025: Clarify when '_' is a keyword. (#25873)Terry Jan Reedy2021-05-041-0/+1
* bpo-43977: Document the new pattern matching type flags (GH-25734)Brandt Bucher2021-05-021-0/+2
* bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)larryhastings2021-05-021-0/+1
* bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671)scoder2021-04-281-0/+1
* bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603)Llandy Riveron Del Risco2021-04-261-0/+2
* bpo-43739: Add type declaration Doc/extending/extending.rst exampleShreyan Avigyan2021-04-101-0/+1
* bpo-43778: Fix Sphinx glossary_search extension (GH-25286)Victor Stinner2021-04-081-0/+2
* bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` sin...Saiyang Gou2021-04-061-0/+3
* Python 3.10.0a7v3.10.0a7Pablo Galindo2021-04-054-7/+0
* bpo-43354: xmlrpc: Fix type documentation for Fault.faultCode (GH-24707)Jürgen Gmach2021-03-261-0/+1
* bpo-41933: Clarify wording for s * n in Common Sequence Operations (GH-22570)Chavdar Yotov2021-03-151-0/+1
* bpo-43199: Briefly explain why no goto (GH-24852)Terry Jan Reedy2021-03-141-0/+1
* bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757)Alex Willmer2021-03-061-0/+4
* Python 3.10.0a6Pablo Galindo2021-03-012-4/+0
* bpo-36346: Document removal schedule of deprecate APIs (GH-20879)Inada Naoki2021-02-221-0/+2
* bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595)Terry Jan Reedy2021-02-211-0/+2
* Python 3.10.0a5Pablo Galindo2021-02-022-4/+0
* bpo-40304: Correct type(name, bases, dict) doc (GH-19553)Борис Верховский2021-01-221-0/+2
* bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent ...Yair Frid2021-01-061-0/+2
* Python 3.10.0a4v3.10.0a4Pablo Galindo2021-01-042-3/+0
* bpo-34398: Allow glossary results to show up on search page (GH-8773)Ammar Askar2020-12-181-0/+2
* bpo-17140: Document multiprocessing's ThreadPool (GH-23812)Matt Wozniski2020-12-181-0/+1
* Python 3.10.0a3v3.10.0a3Pablo Galindo2020-12-073-5/+0
* bpo-42238: Doc: Remove make suspicious from the CI and docs builds. (GH-23313)Julien Palard2020-11-251-0/+2
* bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)Yash Shete2020-11-161-0/+1
* bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969)Julien Palard2020-11-071-0/+2
* Python 3.10.0a2v3.10.0a2Pablo Galindo2020-11-035-10/+0
* bpo-42061: Document __format__ for IP addresses (GH-23018)Teugea Ioan-Teodor2020-10-291-0/+1
* bpo-41805: Documentation for PEP 585 (GH-22615)kj2020-10-271-0/+3
* bpo-39416: Document some restrictions on the default string representations o...kpinc2020-10-211-0/+1
* bpo-42010: [docs] Clarify subscription of types (GH-22822)kj2020-10-201-0/+4
* bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)Andrey Doroschenko2020-10-201-0/+1
* Python 3.10.0a1v3.10.0a1Pablo Galindo2020-10-0513-18/+0
* bpo-41428: Documentation for PEP 604 (gh-22517)Fidget-Spinner2020-10-051-0/+1
* bpo-41774: Add programming FAQ entry (GH-22402)Terry Jan Reedy2020-09-291-0/+2
* bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)Dong-hee Na2020-09-181-0/+1
* bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188)Mark Roseman2020-09-101-0/+1
* bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts...Hai Shi2020-09-091-0/+1
* bpo-39883: Use BSD0 license for code in docs (GH-17635)Todd2020-09-031-0/+1
* bpo-41624: fix documentation of typing.Coroutine (GH-21952)MingZhe Hu2020-08-271-0/+1
* bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844)Victor Stinner2020-08-121-0/+3
* bpo-40979: refactored typing.rst; (mostly) same content, new sub-sections and...Luciano Ramalho2020-08-021-0/+1
* bpo-41045: Document debug feature of f-strings ('=') (GH-21509)amaajemyfren2020-07-271-0/+1
* bpo-41314: fixed annotations __future__ version (GH-21616)YoSTEALTH2020-07-251-0/+1
* bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15...Vinay Sharma2020-07-201-0/+2
* bpo-40552 Add 'users' variable in code sample (tutorial 4.2). (GH-19992)Antoine2020-05-231-0/+2
* Consolidate 3.9.0b1 NEWS in the master branchŁukasz Langa2020-05-195-6/+0
* bpo-39705 : sorted() tutorial example under looping techniques improved (GH-1...Rahul Kumaresan2020-05-181-0/+2
* bpo-34790: add version of removal of explicit passing of coros to `asyncio.wa...jack11422020-05-131-0/+1
* bpo-40561: Add docstrings for webbrowser open functions (GH-19999)Brad Solomon2020-05-111-0/+1