summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.14] Fix code example in `annotationlib` documentation (GH-136972) (#137002)Miss Islington (bot)2025-07-221-1/+1
* [3.14] gh-132661: Document t-strings and `templatelib` (GH-135229) (#136974)Miss Islington (bot)2025-07-226-12/+429
* [3.14] gh-136859: Improve `StrEnum` docs (GH-136864) (#136936)Miss Islington (bot)2025-07-221-4/+19
* [3.14] gh-135468: Improve ``BaseHandler.http_error_default()`` parameter desc...Miss Islington (bot)2025-07-221-4/+7
* [3.14] gh-136170: Revert adding `ZipFile.data_offset` (GH-136950) (#136955)Miss Islington (bot)2025-07-221-8/+0
* [3.14] gh-136437: Document `os.path.dirname` as accepting only pos-only (GH-1...Miss Islington (bot)2025-07-211-1/+1
* [3.14] GH-136874: `url2pathname()`: discard query and fragment components (GH...Miss Islington (bot)2025-07-211-0/+3
* [3.14] gh-136437: Document some `os.path` functions as requiring pos-only (GH...Miss Islington (bot)2025-07-211-8/+8
* [3.14] gh-121028: Soft-deprecate sys.api_version (GH-136463) (GH-136928)Miss Islington (bot)2025-07-211-2/+5
* [3.14] GH-130645: Default to color help in argparse (GH-136809) (#136886)Miss Islington (bot)2025-07-201-16/+8
* [3.14] gh-86608: Improve and restructure tarfile examples (GH-121771) (#136866)Miss Islington (bot)2025-07-201-12/+28
* [3.14] gh-108362: Retarget incremental GC changes to 3.14 (GH-125453) (#136851)Miss Islington (bot)2025-07-201-4/+4
* [3.14] gh-136752: Clarify documentation for ``IPv{N}Address.is_reserved`` (GH...Miss Islington (bot)2025-07-191-1/+11
* [3.14] gh-54732: Make argparse error caused by empty rows in option files exp...Miss Islington (bot)2025-07-191-1/+7
* [3.14] gh-135730: Clarify multiprocessing.Queue close() documentation (GH-136...Miss Islington (bot)2025-07-191-2/+7
* [3.14] gh-136769: Include fixed-width integers in the fundamental data types ...Miss Islington (bot)2025-07-191-2/+18
* [3.14] gh-74598: document that `fnmatch.filterfalse` is affected by cache lim...Miss Islington (bot)2025-07-191-1/+1
* [3.14] Docs: Improve example for ``itertools.batched()`` (GH-136775) (#136778)Miss Islington (bot)2025-07-191-2/+2
* [3.14] gh-136697: Use the standard audit event format for sys.monitoring docs...Miss Islington (bot)2025-07-171-2/+2
* [3.14] Improved venv docs to indicate that isolation is the default. (GH-1366...Miss Islington (bot)2025-07-171-4/+4
* [3.14] gh-126548: Add a thread-unsafety warning for `importlib.reload()` (GH-...Miss Islington (bot)2025-07-161-0/+4
* [3.14] Fix index entry and anchor for module.__test__ (GH-136674) (GH-136688)Miss Islington (bot)2025-07-151-0/+4
* [3.14] gh-136682: Remove incorrect statement that `os.path.samestat` accepts ...Miss Islington (bot)2025-07-151-3/+0
* [3.14] gh-72570: mention the incompatibility of XOFs with HMAC (GH-136676) (#...Miss Islington (bot)2025-07-151-0/+3
* [3.14] gh-116738: Make grp module thread-safe (GH-135434) (#136658)Miss Islington (bot)2025-07-151-0/+7
* [3.14] Partially revert "gh-101100: Fix sphinx warnings in `library/email.par...Miss Islington (bot)2025-07-141-3/+3
* [3.14] gh-42237: Link to complete list of codec aliases (GH-136625) (#136626)Miss Islington (bot)2025-07-131-2/+9
* [3.14] gh-134833: improve docs for `del s[i:j]` in `Mutable Sequence Types` (...Miss Islington (bot)2025-07-131-1/+3
* [3.14] gh-134939: Correct `concurrent.interpreters` source code link (GH-1365...Miss Islington (bot)2025-07-131-1/+1
* [3.14] gh-101100: Fix sphinx warnings in Doc/library/platform.rst (GH-136562)...Miss Islington (bot)2025-07-121-2/+2
* [3.14] gh-101100: Fix sphinx warnings in Doc/library/functools.rst (GH-136424...Miss Islington (bot)2025-07-111-12/+21
* [3.14] gh-130160: use `.. program::` directive for documenting `venv` CLI (GH...Miss Islington (bot)2025-07-111-27/+43
* [3.14] gh-76637: Note that `undefined` Codec is for testing (GH-136531) (#136...Miss Islington (bot)2025-07-111-1/+5
* [3.14] gh-101100: Fix sphinx warnings in `library/email.parser.rst` (GH-13647...Miss Islington (bot)2025-07-111-5/+5
* [3.14] gh-82663: Clarify `codecs.iterdecode/encode` docs (GH-136497) (#136513)Miss Islington (bot)2025-07-101-4/+4
* [3.14] gh-102740: Clarify time.monotonic() "system-wide" in the doc (GH-13643...Miss Islington (bot)2025-07-091-6/+8
* [3.14] gh-81520: Document unexpected `os.path.ismount` behaviour with btrfs s...Miss Islington (bot)2025-07-091-3/+4
* [3.14] gh-131825: Fix `sqlite3` timezone-naive adapter recipe (GH-136270) (GH...Miss Islington (bot)2025-07-091-1/+1
* [3.14] Docs: unittest.enterModuleContext is not a classmethod (GH-136464) (#1...Miss Islington (bot)2025-07-091-1/+1
* [3.14] gh-136162: Document `encodings` package functions (GH-136164) (#136454)Miss Islington (bot)2025-07-091-0/+60
* [3.14] gh-53243: Document `codecs.readbuffer_encode()` (GH-136284) (#136452)Miss Islington (bot)2025-07-091-0/+14
* [3.14] gh-101100: Fix sphinx warnings in `Doc/library/exceptions.rst` (GH-136...Miss Islington (bot)2025-07-081-11/+19
* [3.14] gh-136032: Fix `argparse.BooleanOptionalAction` doc (GH-136133) (#136329)Miss Islington (bot)2025-07-081-17/+20
* [3.14] gh-101100: Fix Sphinx warnings in library/email.compat32-message.rst (...Miss Islington (bot)2025-07-071-9/+9
* [3.14] gh-86682: Add versionadded for sys._getframemodulename (GH-136325) (#1...Miss Islington (bot)2025-07-071-0/+2
* [3.14] gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH...Miss Islington (bot)2025-07-071-32/+46
* [3.14] gh-101100: Fix sphinx warnings in `whatsnew/3.9` (GH-136163) (#136372)Miss Islington (bot)2025-07-071-0/+5
* [3.14] gh-127502: Remove XML vulnerability table (GH-135294) (#136359)Miss Islington (bot)2025-07-079-89/+32
* [3.14] gh-109070: Document that get_context in multiprocessing have side effe...Miss Islington (bot)2025-07-061-5/+7
* [3.14] gh-101100: Fix references in `http.cookiejar` docs (GH-136238) (GH-136...Miss Islington (bot)2025-07-051-1/+1