summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix typos in docs, error messages and comments (#123336)Wulian2024-08-281-1/+1
* gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)Victor Stinner2024-08-284-0/+80
* gh-123254: Improve `tuple` C API docs with more info about errors (#123255)sobolevn2024-08-281-8/+16
* gh-109975: Fix a typo in What's New in Python 3.13 (#123393)Daniel Hollas2024-08-271-1/+1
* GH-117759: Document incremental GC (GH-123266)Mark Shannon2024-08-272-15/+53
* gh-120426: Reword the glossary term "immortal" (GH-123191)Petr Viktorin2024-08-271-7/+5
* GH-73991: Prune `pathlib.Path.copy()` and `copy_into()` arguments (#123337)Barney Gale2024-08-261-12/+2
* GH-73991: Make `pathlib.Path.delete()` private. (#123315)Barney Gale2024-08-262-40/+4
* GH-73991: Add `pathlib.Path.copy_into()` and `move_into()` (#123314)Barney Gale2024-08-262-4/+25
* gh-82378: Document the difference between sys.tracebacklimit and the limit ar...CF Bolz-Tereick2024-08-251-0/+8
* gh-122982: Extend the deprecation period for bool inversion by two years (#12...Kirill Podoprigora2024-08-254-3/+5
* GH-73991: Add `pathlib.Path.move()` (#122073)Barney Gale2024-08-252-3/+23
* GH-109975: Copyedit 3.13 What's New: Optimizations (#123301)Adam Turner2024-08-251-14/+25
* GH-123299: Move ctypes What's New entry to 3.14 (#123300)Adam Turner2024-08-252-14/+24
* GH-109975: Copyedit 3.13 What's New: Improved Modules (#123132)Adam Turner2024-08-242-355/+480
* Docs: Fix Makefile syntax (#123287)Adam Turner2024-08-241-2/+2
* gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no lo...Bar Harel2024-08-231-1/+1