summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-123958: apply docstring removal optimization in ast_opt instead of codegen...Irit Katriel2024-09-111-1/+3
* gh-108951: Document how to terminate an asyncio.TaskGroup (#123837)Bénédikt Tran2024-09-111-0/+47
* gh-119180: Documentation for PEP 649 and 749 (#122235)Jelle Zijlstra2024-09-1111-104/+680
* gh-122239: Add actual count in unbalanced unpacking error message when possib...Tushar Sadhwani2024-09-101-0/+15
* gh-123165: update docs signature for `dis.disassemble` (#123808)Bénédikt Tran2024-09-101-1/+2
* gh-123905: Update TOML description to include version number (GH-123906)Petr Viktorin2024-09-101-1/+1
* gh-123609: Clarify usage of standalone `PyBUF_FORMAT` (GH-123778)Peter Bierma2024-09-101-4/+5
* Small improvements to the itertools docs (GH-123885)Raymond Hettinger2024-09-101-1/+15
* gh-66449: remove duplicate configparser section in 3.13 whatsnew (#123874)Anthony Sottile2024-09-091-8/+0
* gh-122213: Add notes for pickle serialization errors (GH-122214)Serhiy Storchaka2024-09-091-0/+3
* Mention `curl` in `contextvars` docs (#123838)sobolevn2024-09-091-4/+6
* gh-123834: Add `symtable` to the list of modules with a CLI (#123835)Bénédikt Tran2024-09-091-0/+1
* gh-108219: Add credits to the free-threading entry in What's New (#123802)Donghee Na2024-09-081-0/+10
* gh-123789: `secrets.randbits` returns only non-negative int (#123801)Wulian2024-09-081-1/+1
* Remove excessive backticks in logging doc (#123813)Wei-Hsiang (Matt) Wang2024-09-071-2/+2
* gh-109975: Add links to py-free-threading.github.io (#123776)Nathan Goldbaum2024-09-062-0/+10
* gh-123523: Rework typing documentation for generators and coroutines, and lin...Stanislav Terliakov2024-09-062-101/+112
* gh-121645: Fix typo in PyBytes_Join() doc (#123783)Victor Stinner2024-09-061-1/+1
* gh-103066: Add links and `help` in site.py constants (#103777)David Caron2024-09-062-2/+12
* gh-123275: Support `-Xgil=1` and `PYTHON_GIL=1` on non-free-threaded builds (...Peter Bierma2024-09-051-4/+3
* gh-123476: Add support for TCP_QUICKACK socket setting to Windows (#123478)nkinnan2024-09-051-4/+8
* Swap the and from in sentence in init_config.rst (#120086)Rafael Fontenelle2024-09-051-1/+1
* gh-85453: Improve instance attributes mark up on datetime.rst (#123655)edson duarte2024-09-051-9/+15
* gh-123207: Clarify the documentation for the mro lookup for super() (GH-123417)Pieter Eendebak2024-09-051-4/+4
* gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474)Petr Viktorin2024-09-051-1/+8
* gh-118710: Make IPv*Address.version & max_prefixlen available on the class (G...Nice Zombies2024-09-041-0/+8
* gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)Victor Stinner2024-09-042-0/+21
* gh-123463: Include logging_flow diagram in non-HTML docs (GH-123464)Alexander Bessman2024-09-041-0/+4
* gh-123392: Clarify wording regarding parameters that are functions to be call...ryan-duve2024-09-041-38/+36
* gh-123621: Fix `datamodel.rst` with proper `dict` notation (#123648)Lipták Attila (Flash)2024-09-031-1/+1
* gh-123579: Document exclamation token (#123612)Shaygan Hooshyari2024-09-031-3/+3
* gh-107954, PEP 741: Add PyInitConfig C API (#123502)Victor Stinner2024-09-033-12/+256
* gh-123580: Fix `signed_number` token in documentation (GH-123582)CBerJun2024-09-031-1/+1
* gh-123430: Add dark mode support to pages generated by http.server (#123475)Yorik Hansen2024-09-031-0/+8
* gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)Victor Stinner2024-09-022-0/+78
* gh-118508: Clarify which characters are matched by `\s` (#119155)Nice Zombies2024-09-021-4/+3
* gh-123570: Add link to `weakref.ref` from `weakref_slot` docs in `dataclasses...sobolevn2024-09-021-1/+2
* gh-109975: Remove dangling angle bracket from 3.13.rst (#123589)Rafael Fontenelle2024-09-021-1/+1
* Remove irrelevant detail from example code. (gh-123587)Raymond Hettinger2024-09-021-19/+10
* Simplify Property() recipe to focus on the essentials (gh-123585)Raymond Hettinger2024-09-011-20/+6
* gh-91126: Docs and tests for slotted dataclasses with `__init_subclass__` (#1...sobolevn2024-09-011-4/+15
* gh-123550: Fix code snippet of `BUILD_TUPLE` in `dis` docs (#123551)jlallas3842024-09-011-1/+1
* GH-109975: Copyedit 3.13 What's New: Removals (#123529)Adam Turner2024-09-011-155/+175
* gh-123494: Improve documentation for ``webbrowser`` return types (#123495)Aarni Koskela2024-09-011-0/+7
* gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)Wei-Hsiang (Matt) Wang2024-09-0138-109/+109
* gh-123407: Enable translating literal and code blocks (#123408)Maciej Olko2024-08-311-0/+1
* gh-122854: Add Py_HashBuffer() function (#122855)Victor Stinner2024-08-302-0/+22
* gh-121645: Add PyBytes_Join() function (#121646)Victor Stinner2024-08-302-0/+23
* gh-123492: Remove unnecessary `:func:` parentheses (#123493)Wei-Hsiang (Matt) Wang2024-08-3046-83/+83
* gh-101860: document `property.__name__` (GH-123399)Bénédikt Tran2024-08-282-0/+10