summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.8v3.13.8Thomas Wouters2025-10-073-6/+6
* [3.13] gh-139436: Remove link to the PDF downloads (GH-139142) (#139427)Miss Islington (bot)2025-10-071-5/+10
* [3.13] gh-139283: correctly handle `size` limit in `cursor.fetchmany()` (GH-1...Bénédikt Tran2025-10-071-0/+6
* [3.13] gh-118767: remove bool(NotImplemented) from pending-removal document (...Jost Migenda2025-10-062-1/+4
* [3.13] gh-116488: Mention `dict.get` in the data structures tutorial (GH-1396...Miss Islington (bot)2025-10-061-2/+12
* [3.13] gh-105812: Use the ``:deco:`` role in place of manual decorator markup...Adam Turner2025-10-058-30/+29
* [3.13] Replace ambiguous word "pound" by "hash" in `difflib` docs (GH-139601)...Miss Islington (bot)2025-10-051-1/+1
* [3.13] gh-139573: Update OpenSSL in CI (GH-139585)Zachary Ware2025-10-051-1/+1
* [3.13] gh-138703: clarify data buffer requirement of `asyncio.StreamWriter.wr...Miss Islington (bot)2025-10-041-2/+3
* [3.13] gh-139495: Fix `hashlib.file_digest()` versionchanged description of `...Alex Willmer2025-10-031-1/+1
* [3.13] gh-139487: add missing imports for standalone doctest `Enum` examples ...Miss Islington (bot)2025-10-021-2/+6
* [3.13] Document that `PyInterpreterState_GetDict` returns a borrowed referenc...Miss Islington (bot)2025-10-012-0/+6
* [3.13] Remove erroneous text from What’s New (#139343)Rafael Fontenelle2025-09-261-1/+1
* [3.13] gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (GH-139318) ...Miss Islington (bot)2025-09-261-2/+2
* [3.13] gh-127502: Fix typo in XML security notes (GH-139335) (#139345)Miss Islington (bot)2025-09-261-1/+1
* [3.13] Fix the reference to unicode specification (#139138) (#139285)Karolina Surma2025-09-241-1/+1
* [3.13] `Doc/library/os.rst`: Remove spurious parenthesis (GH-139205) (GH-139218)Miss Islington (bot)2025-09-211-5/+5
* [3.13] gh-138092: Correct the documented signature of ``mmap.flush`` (GH-1386...Miss Islington (bot)2025-09-211-1/+2
* [3.13] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (#139201)Miss Islington (bot)2025-09-211-0/+1
* [3.13] gh-118803: Fixup a few references in the 3.13 branch to the intended r...Alex Waygood2025-09-192-10/+1
* [3.13] gh-118803: Improve documentation around `ByteString` deprecation (#139...Alex Waygood2025-09-186-10/+108
* [3.13] Document `Py_AddPendingCall()` change with subinterpreters in 3.12 (GH...Miss Islington (bot)2025-09-181-0/+4
* [3.13] gh-138633: synchronize documented signatures of SSL objects with runti...Bénédikt Tran2025-09-181-21/+25
* [3.13] gh-137376: Add note on top-level `global` declarations (GH-137707) (#1...Miss Islington (bot)2025-09-181-2/+9
* [3.13] gh-138871: Clarify NameError exception in 'del' (GH-138881) (#138904)Miss Islington (bot)2025-09-181-2/+2
* [3.13] GH-139067: Add example for `argparse`'s `append` action (GH-131389) (#...Miss Islington (bot)2025-09-171-7/+7
* [3.13] gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and na...Erlend E. Aasland2025-09-171-3/+3
* [3.13] gh-132558: Improve `argparse` docs on combining `type` and `choices` (...Miss Islington (bot)2025-09-171-4/+9
* [3.13] gh-129368: In PyRun C API docs, clarify what a "start token" is (GH-12...Miss Islington (bot)2025-09-171-2/+3
* [3.13] gh-135629: rewrite language reference section on except* to improve cl...Miss Islington (bot)2025-09-171-28/+32
* [3.13] gh-137988: Fix const description in argparse.add_argument() docs (GH-1...Miss Islington (bot)2025-09-171-2/+2
* [3.13] gh-138952: Document platform.machine() output casing inconsistency ac...Miss Islington (bot)2025-09-171-0/+2
* [3.13] gh-139006: Doc: Clarify html.escape function description (GH-139016) (...Miss Islington (bot)2025-09-171-3/+6
* [3.13] Synced docs and docstring for `sysconfig.get_platform` (GH-135530) (#...Miss Islington (bot)2025-09-171-9/+6
* [3.13] gh-138966: Add description for `gi_suspended` attribute (GH-139008) (G...Miss Islington (bot)2025-09-171-0/+3
* [3.13] gh-71648: Optimize PNG files (GH-138842) (#138852)Stan Ulbrych2025-09-143-0/+0
* [3.13] gh-138005: Document that CSV `skipinitialspace=True` and `delimiter=' ...Miss Islington (bot)2025-09-111-2/+3
* [3.13] Add impl-detail block for PyLong_FromLong docs (GH-126422) (#138695)Miss Islington (bot)2025-09-091-3/+5
* [3.13] gh-107194: Improved language of list.index in tutorial (gh-138518) (#1...Miss Islington (bot)2025-09-081-1/+1
* [3.13] gh-138644: Update c-api docs of `PyInterpreterState` about PEP-684 (GH...Miss Islington (bot)2025-09-081-1/+9
* [3.13] gh-138556: Fix old link in gc docs (#138596)Spider84pr2025-09-071-1/+1
* [3.13] GH-138465: Improve documentation for common sequence methods (GH-13847...Adam Turner2025-09-0518-118/+180
* [3.13] gh-137985: Correct description of Formatter's datefmt param in logging...Miss Islington (bot)2025-09-051-3/+2
* [3.13] gh-138307: Update the Ellipsis documentation (GH-138306) (#138439)Miss Islington (bot)2025-09-055-7/+45
* [3.13] Docs: Fix typo in `os.fwalk()` example (GH-138486) (GH-138501)Miss Islington (bot)2025-09-041-2/+2
* [3.13] GH-101100: Resolve reference warnings in whatsnew/3.10.rst (GH-138408)...Miss Islington (bot)2025-09-032-4/+3
* [3.13] GH-101100: Resolve reference warnings in whatsnew/3.5.rst (GH-138412) ...Miss Islington (bot)2025-09-033-45/+52
* [3.13] Fix Windows path in `venv` docs (GH-138478)Miss Islington (bot)2025-09-031-1/+1
* [3.13] GH-101100: Resolve reference warnings in using/windows.rst (#138416) (...Adam Turner2025-09-032-9/+8
* [3.13] GH-101100: Resolve reference warnings in whatsnew/3.4.rst (GH-138413) ...Miss Islington (bot)2025-09-033-27/+27