summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation
Commit message (Expand)AuthorAgeFilesLines
* [3.12] GH-109209: Bump the minimum Sphinx version to 4.2 (GH-109210) (#109636)Miss Islington (bot)2023-09-221-0/+1
* Python 3.12.0rc3v3.12.0rc3Thomas Wouters2023-09-181-2/+0
* [3.12] gh-102823: Document return type of floor division on floats (GH-102824...Miss Islington (bot)2023-09-081-0/+2
* Python 3.12.0rc2v3.12.0rc2Thomas Wouters2023-09-051-1/+0
* [3.12] gh-105052:update timeit function's description (GH-105060) (#108534)Miss Islington (bot)2023-08-271-0/+1
* Python 3.12.0rc1v3.12.0rc1Thomas Wouters2023-08-054-7/+0
* [3.12] gh-107305: Update the C-API Docs for PEP 684 (gh-107324) (gh-107402)Miss Islington (bot)2023-07-281-0/+3
* [3.12] gh-54738: Add argparse i18n howto (GH-104562) (#107102)Miss Islington (bot)2023-07-231-0/+1
* [3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (...Serhiy Storchaka2023-07-231-0/+1
* [3.12] gh-107008: Document the curses module variables LINES and COLS (GH-107...Miss Islington (bot)2023-07-221-0/+2
* Python 3.12.0b4v3.12.0b4Thomas Wouters2023-07-111-2/+0
* [3.12] gh-106232: Make timeit doc command lines compatible with Windows. (GH-...Miss Islington (bot)2023-07-011-0/+2
* Python 3.12.0b2v3.12.0b2Thomas Wouters2023-06-063-6/+0
* [3.12] gh-89412: Add missing attributes (added in 3.10) to traceback module d...Miss Islington (bot)2023-06-051-0/+2
* [3.12] GH-89455: Add missing attributes (added in 3.11) to traceback module d...Miss Islington (bot)2023-05-291-0/+3
* [3.12] gh-104943: Remove mentions of old Python versions (GH-104945) (#104963)Miss Islington (bot)2023-05-261-0/+1
* Python 3.12.0b1v3.12.0b1Thomas Wouters2023-05-225-8/+0
* gh-67056: document that registering/unregistering an atexit func from within ...Irit Katriel2023-05-151-0/+2
* gh-103629: Update typing.Unpack docs in compliance with PEP 692 (#103894)Franek Magiera2023-04-261-0/+2
* gh-48241: Clarify URL needs to be encoded when provided to urlopen and Reques...Michael Blahay2023-04-261-0/+1
* gh-99202: Fix extension type from documentation for compiling in C++20 mode ...Jeffrey Newman2023-04-061-0/+1
* gh-86094: Add support for Unicode Path Extra Field in ZipFile (gh-102566)Yeojin Kim2023-04-051-0/+2
* Python 3.12.0a7v3.12.0a7Thomas Wouters2023-04-041-1/+0
* gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (...Bernhard Wagner2023-03-291-0/+1
* Python 3.12.0a6v3.12.0a6Thomas Wouters2023-03-072-3/+0
* gh-85417: Clarify behaviour on branch cuts in cmath module (#102046)Mark Dickinson2023-02-191-0/+1
* Merge branch 'main' of https://github.com/python/cpython into mainThomas Wouters2023-02-071-0/+2
|\
| * gh-97725: Fix documentation for the default file of `asyncio.Task.print_stack...Oleg Iarygin2023-02-071-0/+2
* | Python 3.12.0a5v3.12.0a5Thomas Wouters2023-02-071-3/+0
|/
* gh-88324: Clarify documentation for redirected stdout/stderr when using subpr...richardhob2023-01-201-0/+3
* Python 3.12.0a4v3.12.0a4Thomas Wouters2023-01-103-4/+0
* gh-100616: Document 'attr' parameter for window.vline() in curses module (#24...mathieui2022-12-301-0/+2
* gh-100472: Fix docs claim that compileall parameters could be bytes (#100473)Shantanu2022-12-241-0/+1
* GH-69564: Clarify use of octal format of mode argument in help(os.chmod) (#20...amaajemyfren2022-12-211-0/+1
* Python 3.12.0a3v3.12.0a3Thomas Wouters2022-12-065-8/+0
* Use sphinxext-opengraph to generate OpenGraph metadata (#99931)Hugo van Kemenade2022-12-051-0/+2
* bpo-41825: restructure docs for the os.wait*() family (GH-22356)Georg Brandl2022-11-281-0/+3
* gh-89682: [doc] reword docstring of __contains__ to clarify that it returns a...Ivan Savov2022-11-261-0/+1
* gh-88330: Add more detail about what is a resource. (#99801)Jason R. Coombs2022-11-261-0/+1
* GH-92892: Add section about variadic functions to ctypes documentation (#99529)Ronald Oussoren2022-11-221-0/+1
* Python 3.12.0a2v3.12.0a2Thomas Wouters2022-11-142-3/+0
* gh-98832: Change wording in docstring of `pathlib.Path.iterdir` (GH-98833)Nikita Sobolev2022-11-091-0/+1
* gh-97966: Update uname docs to clarify the special nature of the platform att...Jason R. Coombs2022-10-301-0/+2
* Python 3.12.0a1v3.12.0a1Thomas Wouters2022-10-2425-49/+0
* gh-85525: Remove extra row in doc (#98337)Joannah Nanjekye2022-10-161-0/+1
* gh-86404: Doc: Drop now unused make suspicious and rstlint. (GH-98179)Julien Palard2022-10-111-0/+3
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-071-1/+1
* gh-97740: Fix bang in Sphinx C domain ref target syntax (#97741)C.A.M. Gerlach2022-10-031-0/+2
* gh-95588: Drop the safety claim from `ast.literal_eval` docs. (#95919)Gregory P. Smith2022-10-021-0/+6
* Use SyntaxError invalid range in tutorial introduction example (GH-93031)Eddie Hebert2022-09-301-0/+1