summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-125025: `_thread` docs: fix/update the *caveats* list (GH-125026) (...Miss Islington (bot)2024-10-071-7/+2
* [3.13] Highlight `datetime.timedelta.seconds` vs `.total_seconds()` in docs. ...Miss Islington (bot)2024-10-031-1/+15
* [3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770)T. Wouters2024-09-301-39/+14
* [3.13] docs: improve venv docs (GH-124540) (#124727)Miss Islington (bot)2024-09-301-28/+25
* [3.13] Docs: improve generic `typing.NamedTuple` example (GH-124739) (#124764)Miss Islington (bot)2024-09-301-1/+3
* [3.13] gh-90190: Add doc for using `singledispatch` with precise collection t...Miss Islington (bot)2024-09-271-0/+19
* [3.13] gh-119004: fix a crash in equality testing between `OrderedDict` (GH-1...Miss Islington (bot)2024-09-271-2/+5
* [3.13] Docs: Update and proofread `library/venv.rst` (GH-124121) (#124644)Miss Islington (bot)2024-09-271-11/+131
* [3.13] Fixup indentation for docs on `ModuleSpec` attributes (#124681) (#124685)Alex Waygood2024-09-271-43/+36
* [3.13] gh-118181: Fix parameter markup in AST docs (GH-124473) (#124600)Miss Islington (bot)2024-09-261-13/+13
* [3.13] gh-123560: Correct docs for "empty" format type for floats (GH-123561)...Miss Islington (bot)2024-09-261-3/+5
* [3.13] gh-123014: Disable pidfd API on older Android versions (GH-124458) (#1...Malcolm Smith2024-09-262-2/+2
* [3.13] gh-101100: Add a table of class attributes to the "Custom classes" sec...Alex Waygood2024-09-2614-91/+67
* [3.13] gh-123223: Adding hyperlink of argument in warnings.catch_warnings: (G...Miss Islington (bot)2024-09-261-0/+3
* [3.13] gh-123968: fix -f/--float command line option description (GH-124517) ...Miss Islington (bot)2024-09-261-1/+1
* [3.13] gh-123445: calendar: Improve descriptions for day and month attributes...Miss Islington (bot)2024-09-261-4/+20
* [3.13] Doc: Improve documentation for the ``path`` argument in ``shutil.which...Miss Islington (bot)2024-09-261-6/+7
* [3.13] gh-124120: Document `Annotated.__origin__` (GH-124125) (#124416)Miss Islington (bot)2024-09-241-0/+18
* [3.13] gh-65169: Clarify prog default in argparse (GH-31602) (#124430)Miss Islington (bot)2024-09-241-4/+5
* [3.13] Remove excessive backticks in logging doc (GH-123813) (#123816)Miss Islington (bot)2024-09-241-2/+2
* [3.13] gh-123789: `secrets.randbits` returns only non-negative int (GH-123801...Miss Islington (bot)2024-09-241-1/+1
* [3.13] gh-123834: Add `symtable` to the list of modules with a CLI (GH-123835...Miss Islington (bot)2024-09-241-0/+1
* [3.13] Mention `curl` in `contextvars` docs (GH-123838) (#123868)Miss Islington (bot)2024-09-241-4/+6
* [3.13] gh-123905: Update TOML description to include version number (GH-12390...Miss Islington (bot)2024-09-241-1/+1
* [3.13] gh-108951: Document how to terminate an asyncio.TaskGroup (GH-123837) ...Miss Islington (bot)2024-09-241-0/+47
* [3.13] GH-87358: Add clarification about nargs and default argparse behaviour...Miss Islington (bot)2024-09-241-0/+3
* [3.13] gh-121607: Edited source file import recipe to make it more clear (GH-...Miss Islington (bot)2024-09-241-12/+25
* [3.13] GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)...Miss Islington (bot)2024-09-247-14/+14
* [3.13] gh-118577: Clarify that inspect.BoundArguments prefers to put values i...Miss Islington (bot)2024-09-241-1/+2
* [3.13] gh-116622: Complete Android documentation (GH-124259) (#124395)Miss Islington (bot)2024-09-2413-88/+106
* [3.13] GH-103484: Fix broken links reported by linkcheck (GH-124169) (#124179)Miss Islington (bot)2024-09-232-2/+2
* [3.13] Fix typo in XMLParser doc (GH-124129) (#124280)Miss Islington (bot)2024-09-231-1/+1
* [3.13] gh-124130: Notes on empty string corner case of category `\B` (GH-1241...Miss Islington (bot)2024-09-231-0/+6
* [3.13] GH-79714: Add mention of stderr for clarity to ArgumentParser.exit() (...Miss Islington (bot)2024-09-231-5/+5
* [3.13] Use pep role instead of url (GH-121611) (#124172)Miss Islington (bot)2024-09-233-25/+23
* [3.13] Fix "The Matrix" movie release year in `typing.rst` (GH-123965) (#123966)Miss Islington (bot)2024-09-231-1/+1
* [3.13] GH-109975: Copyedit 3.13 What's New: C API (GH-124313) (#124334)Adam Turner2024-09-231-1/+1
* [3.13] Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379...Miss Islington (bot)2024-09-231-1/+1
* [3.13] gh-123523: Rework typing documentation for generators and coroutines, ...Miss Islington (bot)2024-09-062-101/+112
* [3.13] gh-123207: Clarify the documentation for the mro lookup for super() (G...Miss Islington (bot)2024-09-061-4/+4
* [3.13] gh-103066: Add links and `help` in site.py constants (GH-103777) (#123...Miss Islington (bot)2024-09-062-2/+12
* [3.13] gh-85453: Improve instance attributes mark up on datetime.rst (GH-1236...Miss Islington (bot)2024-09-051-9/+15
* [3.13] gh-123392: Clarify wording regarding parameters that are functions to ...Miss Islington (bot)2024-09-051-38/+36
* [3.13] gh-118508: Clarify which characters are matched by `\s` (GH-119155) (#...Miss Islington (bot)2024-09-041-4/+3
* [3.13] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123...Wei-Hsiang (Matt) Wang2024-09-0220-60/+60
* [3.13] gh-123570: Add link to `weakref.ref` from `weakref_slot` docs in `data...Miss Islington (bot)2024-09-021-1/+2
* [3.13] Fix typos in docs and what's new (#123451)Wulian2024-09-021-1/+1
* [3.13] GH-117759: Document incremental GC (GH-123266) (#123395)Miss Islington (bot)2024-09-021-15/+40
* [3.13] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment t...Miss Islington (bot)2024-09-021-1/+1
* [3.13] Fix typos in docs, error messages and comments (#122502) (#122606)Alex Waygood2024-09-021-1/+1