summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation
Commit message (Expand)AuthorAgeFilesLines
* gh-91888: add a `:gh:` role to the documentation (#91889)Ezio Melotti2022-04-251-0/+1
* gh-91547: Remove "Undocumented modules" page (#91682)Shantanu2022-04-221-0/+1
* Remove ill-formed an unneeded news entry (GH-91657)Raymond Hettinger2022-04-181-1/+0
* bpo-21150: Add quick link/summary table to the top of argparse documentation ...Susan Su2022-04-181-0/+1
* gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769)Oleg Iarygin2022-04-181-0/+4
* gh-91298: Refine traversable (apply changes from importlib_resources 5.7.1) (...Jason R. Coombs2022-04-171-0/+2
* gh-82849: revise intro to os.path.rst (GH-32232)Jack DeVries2022-04-161-0/+3
* gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434)Jack DeVries2022-04-121-0/+1
* bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-...Petr Viktorin2022-04-061-0/+2
* bpo-47189: What's New in 3.11: Faster CPython (GH-32235)Ken Jin2022-04-061-0/+2
* Python 3.11.0a7v3.11.0a7Pablo Galindo2022-04-057-11/+0
* bpo-45790: List macros in same order in which fields are described (GH-29529)rtobar2022-04-051-0/+2
* bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)yyyyyyyan2022-04-051-0/+1
* bpo-46033: Clarify for-statement execution (GH-30025)Michał D2022-04-031-0/+1
* bpo-45099: Document asyncio internal API (GH-32166)Andrew Svetlov2022-03-311-0/+1
* bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)Hugo van Kemenade2022-03-301-0/+1
* bpo-42340: Document issues around KeyboardInterrupt (GH-23255)benfogle2022-03-291-0/+3
* bpo-47040: improve document of checksum functions (gh-31955)Ma Lin2022-03-191-0/+2
* Python 3.11.0a6v3.11.0a6Pablo Galindo2022-03-071-2/+0
* bpo-42238: [doc] moving from rstlint.py to sphinx-lint. (GH-31097)Julien Palard2022-02-101-0/+2
* Python 3.11.0a5v3.11.0a5Pablo Galindo2022-02-031-2/+0
* bpo-46463: Fixes escape4chm.py script used when building the CHM documentatio...Steve Dower2022-01-211-0/+2
* Python 3.11.0a4v3.11.0a4Pablo Galindo2022-01-134-5/+0
* bpo-46196: document method cmd.Cmd.columnize (#30303)Nikita Sobolev2022-01-021-0/+1
* bpo-46109: Separate out files relating to importlib.resources (GH-30160)Jason R. Coombs2021-12-311-0/+2
* bpo-46120: State that `|` is preferred over `Union` (GH-30222)Nikita Sobolev2021-12-241-0/+1
* bpo-19737: Improved the documentation for globals (GH-29823)1809092021-12-111-0/+1
* Python 3.11.0a3v3.11.0a3Pablo Galindo2021-12-089-16/+0
* bpo-45840: Improve cross-references in the data model documentation (GH-29633)Alex Waygood2021-12-051-0/+1
* bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)andrei kulakov2021-11-291-0/+2
* bpo-42238: [doc] Announce the future removal of make suspicous. (GH-29652)Julien Palard2021-11-221-0/+2
* bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently r...Brett Cannon2021-11-201-0/+2
* bpo-45788: Link sys.prefix doc to 'Installation paths' (#29606)Terry Jan Reedy2021-11-181-0/+1
* bpo-45640: [docs] Tokens are now clickable (GH-29260)Arthur Milchior2021-11-181-0/+3
* bpo-25381: Update explanation of exceptions in C. (GH-26838)Terry Jan Reedy2021-11-151-0/+2
* bpo-45772: socket.socket should be a class instead of a function (GH-23960)Hong Xu2021-11-131-0/+1
* bpo-45392: Update the docstring of the 'type' built-in (GH-29439)Mark Dickinson2021-11-061-0/+2
* Python 3.11.0a2v3.11.0a2Pablo Galindo2021-11-0510-21/+0
* bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH...Alex Waygood2021-11-051-0/+2
* bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__cla...Alex Waygood2021-11-041-0/+3
* bpo-45618: Update Sphinx version used to build the documentation to 4.2.0 (GH...m-aciek2021-10-311-0/+2
* bpo-45655: Add "relevant PEPs" section to ``typing`` documentation (GH-29280)Alex Waygood2021-10-281-0/+2
* bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-2...Nikita Sobolev2021-10-281-0/+1
* bpo-45516: add protocol description to the TraversableResources documentation...Filipe Laíns2021-10-231-0/+2
* bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-...Łukasz Langa2021-10-201-0/+4
* bpo-45449: add note about PEP 585 in collections.abc's documentation (GH-29047)Filipe Laíns2021-10-191-0/+1
* bpo-45516: add protocol description to the Traversable documentation (#29039)Filipe Laíns2021-10-181-0/+2
* bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)Terry Jan Reedy2021-10-131-0/+2
* Python 3.11.0a1v3.11.0a1Pablo Galindo2021-10-0540-79/+0
* bpo-45216: Remove extraneous method docs from `difflib` (GH-28445)Nikita Sobolev2021-09-211-0/+2