summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-117928: Bump the minimum Sphinx version to 6.2.1 (GH-117853) (#118321)Kirill Podoprigora2024-04-261-0/+1
* [3.12] gh-116932: Remove redundant NEWS entry (GH-118040) (#118041)Miss Islington (bot)2024-04-181-1/+0
* [3.12] gh-116932: Add note on how to report python documentation theme bugs (...Miss Islington (bot)2024-04-181-0/+1
* [3.12] gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH...Miss Islington (bot)2024-04-151-0/+1
* Python 3.12.3v3.12.3Thomas Wouters2024-04-092-2/+0
* [3.12] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-115...Miss Islington (bot)2024-02-211-0/+1
* [3.12] gh-115233: Fix an example in the Logging Cookbook (GH-115325) (GH-115355)Serhiy Storchaka2024-02-121-0/+1
* Python 3.12.2v3.12.2Thomas Wouters2024-02-062-4/+0
* [3.12] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114...Alois Klink2024-01-141-0/+3
* [3.12] gh-110746: Improve markup in ``tkinter.ttk.rst`` (GH-111236) (#113193)Miss Islington (bot)2023-12-151-0/+1
* Python 3.12.1v3.12.1Thomas Wouters2023-12-072-2/+0
* [3.12] gh-111699: Move smtpd note to dedicated section in What's New Python 3...Miss Islington (bot)2023-11-301-0/+1
* [3.12] gh-108826: Document `dis` module CLI and rename `_test` function to `m...Hugo van Kemenade2023-10-111-0/+1
* Python 3.12.0v3.12.0Thomas Wouters2023-10-021-1/+0
* [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