summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Python 3.11.8v3.11.8Pablo Galindo2024-02-062-4/+0
* [3.11] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114...Alois Klink2024-01-141-0/+3
* [3.11] gh-110746: Improve markup in ``tkinter.ttk.rst`` (GH-111236) (#113194)Miss Islington (bot)2023-12-151-0/+1
* Python 3.11.7v3.11.7Pablo Galindo2023-12-041-1/+0
* [3.11] gh-108826: Document `dis` module CLI and rename `_test` function to `m...Hugo van Kemenade2023-10-111-0/+1
* Python 3.11.6v3.11.6Pablo Galindo2023-10-023-4/+0
* [3.11] GH-109209: Bump the minimum Sphinx version to 4.2 (GH-109210) (#109637)Miss Islington (bot)2023-09-211-0/+1
* [3.11] gh-102823: Document return type of floor division on floats (GH-102824...Miss Islington (bot)2023-09-071-0/+2
* [3.11] gh-105052:update timeit function's description (GH-105060) (#108535)Miss Islington (bot)2023-08-271-0/+1
* Python 3.11.5v3.11.5Pablo Galindo2023-08-243-4/+0
* [3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (...Serhiy Storchaka2023-07-231-0/+1
* [3.11] gh-54738: Add argparse i18n howto (GH-104562) (#107101)Miss Islington (bot)2023-07-231-0/+1
* [3.11] gh-107008: Document the curses module variables LINES and COLS (GH-107...Miss Islington (bot)2023-07-221-0/+2
* Python 3.11.4v3.11.4Pablo Galindo2023-06-065-9/+0
* [3.11] gh-89412: Add missing attributes (added in 3.10) to traceback module d...Miss Islington (bot)2023-06-051-0/+2
* [3.11] GH-89455: Add missing attributes (added in 3.11) to traceback module d...Miss Islington (bot)2023-05-291-0/+3
* [3.11] gh-104943: Remove mentions of old Python versions (GH-104945) (#104962)Miss Islington (bot)2023-05-261-0/+1
* [3.11] gh-67056: document that registering/unregistering an atexit func from ...Miss Islington (bot)2023-05-151-0/+2
* [3.11] gh-48241: Clarify URL needs to be encoded when provided to urlopen and...Miss Islington (bot)2023-05-091-0/+1
* Python 3.11.3v3.11.3Pablo Galindo2023-04-043-4/+0
* [3.11] gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc o...Miss Islington (bot)2023-03-291-0/+1
* [3.11] gh-85417: Clarify behaviour on branch cuts in cmath module (GH-102046)...Miss Islington (bot)2023-02-261-0/+1
* [3.11] gh-97725: Fix documentation for the default file of `asyncio.Task.prin...Oleg Iarygin2023-02-081-0/+2
* Python 3.11.2v3.11.2Pablo Galindo2023-02-073-5/+0
* gh-100616: Document 'attr' parameter for window.vline() in curses module (GH-...Miss Islington (bot)2022-12-301-0/+2
* gh-100472: Fix docs claim that compileall parameters could be bytes (GH-100473)Miss Islington (bot)2022-12-241-0/+1
* Use sphinxext-opengraph to generate OpenGraph metadata (GH-99931)Miss Islington (bot)2022-12-081-0/+2
* Python 3.11.1v3.11.1Pablo Galindo2022-12-064-11/+0
* bpo-41825: restructure docs for the os.wait*() family (GH-22356)Miss Islington (bot)2022-11-281-0/+3
* GH-92892: Add section about variadic functions to ctypes documentation (GH-99...Miss Islington (bot)2022-11-221-0/+1
* [3.11] Fix v3.11.0 release merge problems (GH-98622)Pablo Galindo Salgado2022-10-242-3/+0
* gh-85525: Remove extra row in doc (GH-98337)Miss Islington (bot)2022-10-171-0/+1
* gh-97740: Fix bang in Sphinx C domain ref target syntax (GH-97741)Miss Islington (bot)2022-10-031-0/+2
* gh-95588: Drop the safety claim from `ast.literal_eval` docs. (GH-95919)Miss Islington (bot)2022-10-021-0/+6
* [3.11] Use SyntaxError invalid range in tutorial introduction example (GH-930...Miss Islington (bot)2022-09-301-0/+1
* Python 3.11.0rc2v3.11.0rc2Pablo Galindo2022-09-112-5/+0
* gh-96098: Clearly link concurrent.futures from threading & multiprocessing do...Miss Islington (bot)2022-08-211-0/+3
* gh-95957: Add instructions for Tcl/Tk and OpenSSL on RHEL/CentOS 7 (GH-95964)Miss Islington (bot)2022-08-181-0/+2
* Python 3.11.0rc1v3.11.0rc1Pablo Galindo2022-08-054-9/+0
* gh-91207: Fix CSS bug in Windows CHM help file and add deprecation message (G...Miss Islington (bot)2022-08-031-0/+3
* gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)Miss Islington (bot)2022-08-021-0/+3
* [3.11] gh-95415: Make availability directive consistent (GH-95416) (GH-95438)Christian Heimes2022-08-011-0/+2
* gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-9...Miss Islington (bot)2022-07-281-0/+1
* Python 3.11.0b4v3.11.0b4Pablo Galindo2022-07-116-8/+0
* gh-94321: Document sqlite3.PrepareProtocol (GH-94620)Miss Islington (bot)2022-07-071-0/+2
* gh-61162: Clarify sqlite3 connection context manager docs (GH-93890)Miss Islington (bot)2022-06-191-0/+1
* gh-87260: Update sqlite3 signature docs to reflect actual implementation (GH-...Miss Islington (bot)2022-06-151-0/+1
* gh-91317: Document that Path does not collapse initial `//` (GH-32193)Miss Islington (bot)2022-06-101-0/+2
* gh-88831: In docs for asyncio.create_task, explain why strong references to t...Miss Islington (bot)2022-06-071-0/+1
* gh-86986: bump min sphinx version to 3.2 (GH-93337) (GH-93561)Miss Islington (bot)2022-06-071-0/+1