summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.12] Docs: Update and proofread `library/venv.rst` (GH-124121) (#124680)Hugo van Kemenade2024-09-301-9/+119
* [3.12] gh-123223: Adding hyperlink of argument in warnings.catch_warnings: (G...Miss Islington (bot)2024-09-301-0/+3
* [3.12] Docs: improve generic `typing.NamedTuple` example (GH-124739) (#124765)Miss Islington (bot)2024-09-291-1/+3
* [3.12] gh-61181: Fix support of choices with string value in argparse (GH-124...Miss Islington (bot)2024-09-291-1/+1
* [3.12] docs: improve venv docs (GH-124540) (#124728)Jelle Zijlstra2024-09-281-27/+24
* [3.12] gh-90190: Add doc for using `singledispatch` with precise collection t...Miss Islington (bot)2024-09-271-0/+19
* [3.12] gh-118181: Fix parameter markup in AST docs (GH-124473). (#124705)Tomas R2024-09-271-6/+6
* [3.12] gh-119004: fix a crash in equality testing between `OrderedDict` (GH-1...Miss Islington (bot)2024-09-271-2/+5
* [3.12] Fixup indentation for docs on `ModuleSpec` attributes (#124681) (#124686)Alex Waygood2024-09-271-43/+36
* [3.12] gh-123560: Correct docs for "empty" format type for floats (GH-123561)...Miss Islington (bot)2024-09-261-3/+5
* [3.12] gh-124234: Improve docs for `Mock.reset_mock` (GH-124237) (#124592)Miss Islington (bot)2024-09-261-10/+33
* [3.12] Doc: Improve documentation for the ``path`` argument in ``shutil.which...Tom Most2024-09-261-5/+7
* [3.12] gh-101100: Add a table of class attributes to the "Custom classes" sec...Alex Waygood2024-09-2514-84/+67
* [3.12] gh-108951: Document how to terminate an asyncio.TaskGroup (GH-123837) ...Miss Islington (bot)2024-09-251-0/+47
* [3.12] gh-123445: calendar: Improve descriptions for day and month attributes...Miss Islington (bot)2024-09-251-4/+20
* [3.12] GH-87358: Add clarification about nargs and default argparse behaviour...Miss Islington (bot)2024-09-241-0/+3
* [3.12] gh-124120: Document `Annotated.__origin__` (GH-124125) (#124417)Miss Islington (bot)2024-09-241-0/+18
* [3.12] gh-65169: Clarify prog default in argparse (GH-31602) (GH-124431)Miss Islington (bot)2024-09-241-4/+5
* [3.12] GH-79714: Add mention of stderr for clarity to ArgumentParser.exit() (...Savannah Ostrowski2024-09-231-4/+4
* [3.12] gh-124130: Notes on empty string corner case of category `\B` (GH-1241...Miss Islington (bot)2024-09-231-0/+6
* [3.12] Fix typo in XMLParser doc (GH-124129) (#124281)Miss Islington (bot)2024-09-201-1/+1
* [3.12] GH-103484: Fix broken links reported by linkcheck (GH-124169) (#124180)Miss Islington (bot)2024-09-172-2/+2
* [3.12] Use pep role instead of url (GH-121611) (#124173)Miss Islington (bot)2024-09-173-25/+23
* [3.12] GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)...Miss Islington (bot)2024-09-177-14/+14
* [3.12] Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379...Miss Islington (bot)2024-09-131-1/+1
* [3.12] gh-118577: Clarify that inspect.BoundArguments prefers to put values i...Miss Islington (bot)2024-09-121-1/+2
* [3.12] gh-123905: Update TOML description to include version number (GH-12390...Miss Islington (bot)2024-09-111-1/+1
* [3.12] Mention `curl` in `contextvars` docs (GH-123838) (#123869)Miss Islington (bot)2024-09-091-4/+6
* [3.12] gh-123789: `secrets.randbits` returns only non-negative int (GH-123801...Miss Islington (bot)2024-09-081-1/+1
* [3.12] Remove excessive backticks in logging doc (GH-123813) (#123817)Miss Islington (bot)2024-09-071-2/+2
* [3.12] gh-123523: Rework typing documentation for generators and coroutines, ...Alex Waygood2024-09-062-89/+97
* [3.12] gh-123207: Clarify the documentation for the mro lookup for super() (G...Miss Islington (bot)2024-09-061-4/+4
* [3.12] gh-102988: Adjust version numbers in versionadded directives (GH-123771)Petr Viktorin2024-09-061-2/+2
* [3.12] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parsea...Petr Viktorin2024-09-061-4/+15
* [3.12] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment t...Miss Islington (bot)2024-09-061-1/+1
* [3.12] gh-103066: Add links and `help` in site.py constants (GH-103777) (#123...Miss Islington (bot)2024-09-062-2/+12
* [3.12] gh-85453: Improve instance attributes mark up on datetime.rst (GH-1236...Miss Islington (bot)2024-09-051-9/+15
* [3.12] gh-123392: Clarify wording regarding parameters that are functions to ...Miss Islington (bot)2024-09-051-38/+36
* [3.12] gh-118508: Clarify which characters are matched by `\s` (GH-119155) (#...Miss Islington (bot)2024-09-041-4/+3
* [3.12] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123...Wei-Hsiang (Matt) Wang2024-09-0220-61/+61
* [3.12] gh-123570: Add link to `weakref.ref` from `weakref_slot` docs in `data...Miss Islington (bot)2024-09-021-1/+2
* [3.12] gh-91126: Docs and tests for slotted dataclasses with `__init_subclass...Miss Islington (bot)2024-09-011-4/+15
* [3.12] gh-123550: Fix code snippet of `BUILD_TUPLE` in `dis` docs (GH-123551)...Miss Islington (bot)2024-09-011-1/+1
* [3.12] gh-123494: Improve documentation for ``webbrowser`` return types (GH-1...Miss Islington (bot)2024-09-011-0/+7
* [3.12] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123512)Wei-Hsiang (Matt) Wang2024-08-3022-38/+38
* [3.12] gh-82378: Document the difference between sys.tracebacklimit and the l...Miss Islington (bot)2024-08-251-0/+8
* [3.12] gh-122982: Extend the deprecation period for bool inversion by two yea...Miss Islington (bot)2024-08-251-1/+1
* [3.12] gh-123110: correct note about _Bool in the struct module docs (GH-1231...Miss Islington (bot)2024-08-191-3/+3
* [3.12] fix typo in dis.rst (GH-121612) (#123096)Miss Islington (bot)2024-08-171-1/+1
* [3.12] gh-122519: Adding socket module shutdown() constants description (GH-1...Miss Islington (bot)2024-08-171-0/+7