summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-87281: Improve documentation for locale.setlocale() and locale.getl...Miss Islington (bot)2025-08-131-10/+74
* [3.13] gh-137668: Document that ord() supports also bytes and bytearray (GH-1...Serhiy Storchaka2025-08-131-3/+9
* [3.13] gh-136672: Docs: Move Enum functions and add examples (GH-136791) (#13...Miss Islington (bot)2025-08-121-19/+34
* [3.13] gh-131885: Use positional-only markers for ``max()`` and ``min()`` (GH...Miss Islington (bot)2025-08-111-6/+6
* [3.13] gh-125897: Mark range function parameters as positional only (GH-12594...Miss Islington (bot)2025-08-111-2/+2
* [3.13] gh-137499: Fixed dead link to NIST website (GH-137500) (#137501)Miss Islington (bot)2025-08-091-1/+1
* [3.13] gh-137026: Add an explainer guide for asyncio (GH-137215) (#137582)Miss Islington (bot)2025-08-093-0/+7
* [3.13] Replace "ordered arguments" with "positional arguments" in `unittest.m...Miss Islington (bot)2025-08-081-1/+1
* [3.13] [Doc] Remove unnecessary quotes from typing module (GH-137207) (#137540)Miss Islington (bot)2025-08-081-5/+5
* [3.13] gh-130102: drop "require numeric arguments" from pow() docs (GH-137456...Miss Islington (bot)2025-08-081-1/+1
* [3.13] gh-137526: Fix broken link to drdobbs journal in difflib.rst (GH-13752...Miss Islington (bot)2025-08-071-2/+2
* [3.13] Docs: Use the correct example module in warnings.rst (GH-137402) (#137...Miss Islington (bot)2025-08-061-1/+1
* [3.13] gh-123441: Correct the supported languages of the iso-8859-4 codec (GH...Miss Islington (bot)2025-08-051-1/+1
* [3.13] gh-122450: Expand documentation for ``Rational`` and ``Fraction`` (#13...Sergey B Kirpichev2025-08-052-6/+7
* [3.13] gh-137341: Remove more word duplications (GH-137342) (GH-137347)Serhiy Storchaka2025-08-031-1/+1
* Doc: remove unused images (GH-137323)Miss Islington (bot)2025-08-032-0/+0
* [3.13] gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH...Petr Viktorin2025-08-021-30/+45
* [3.13] GH-116738: document thread-safety of bisect (GH-136555) (#137222)Miss Islington (bot)2025-07-301-0/+10
* [3.13] gh-137183: Document that `array.array` typecode `w` is new in 3.13 (GH...Miss Islington (bot)2025-07-291-1/+4
* [3.13] gh-119711: describe `create_datagram_endpoint`'s behavior in asyncio w...Miss Islington (bot)2025-07-281-0/+6
* [3.13] gh-84559: improve What's New entry for `multiprocessing` startmethod c...Brian Schubert2025-07-281-0/+9
* [3.13] gh-136992: Add "None" as valid `SameSite` value as per RFC 6265bis (GH...Miss Islington (bot)2025-07-271-3/+6
* [3.13] gh-132898: Add a note in `multiprocessing.Process` docs about creating...Miss Islington (bot)2025-07-272-8/+53
* [3.13] gh-136278: Document codecs.escape_encode() and codecs.escape_decode() ...Miss Islington (bot)2025-07-271-0/+30
* [3.13] Fix Queue.shutdown docs for condition to unblock a join (gh-137088) (g...Miss Islington (bot)2025-07-252-6/+8
* [3.13] Fix docs for Queue.shutdown (gh-137028) (gh-137081)Miss Islington (bot)2025-07-242-25/+54
* [3.13] gh-136516: Mention installation artifacts as de-facto resources (GH-13...Miss Islington (bot)2025-07-241-5/+6
* [3.13] gh-136437: Convert more ``os.path`` functions to positional-only in th...Miss Islington (bot)2025-07-221-9/+9
* [3.13] gh-136859: Improve `StrEnum` docs (GH-136864) (#136937)Miss Islington (bot)2025-07-221-4/+19
* [3.13] gh-135468: Improve ``BaseHandler.http_error_default()`` parameter desc...Miss Islington (bot)2025-07-221-4/+7
* [3.13] gh-136437: Document `os.path.dirname` as accepting only pos-only (GH-1...Miss Islington (bot)2025-07-211-1/+1
* [3.13] gh-136437: Document some `os.path` functions as requiring pos-only (GH...Miss Islington (bot)2025-07-211-8/+8
* [3.13] gh-86608: Improve and restructure tarfile examples (GH-121771) (#136867)Miss Islington (bot)2025-07-201-12/+28
* [3.13] gh-136752: Clarify documentation for ``IPv{N}Address.is_reserved`` (GH...Miss Islington (bot)2025-07-191-1/+11
* [3.13] gh-54732: Make argparse error caused by empty rows in option files exp...Miss Islington (bot)2025-07-191-1/+7
* [3.13] gh-135730: Clarify multiprocessing.Queue close() documentation (GH-136...Miss Islington (bot)2025-07-191-2/+7
* [3.13] gh-136769: Include fixed-width integers in the fundamental data types ...Miss Islington (bot)2025-07-191-2/+18
* [3.13] Docs: Improve example for ``itertools.batched()`` (GH-136775) (#136779)Miss Islington (bot)2025-07-191-2/+2
* [3.13] gh-136697: Use the standard audit event format for sys.monitor… (#13...Tian Gao2025-07-171-2/+1
* [3.13] Improved venv docs to indicate that isolation is the default. (GH-1366...Facundo Batista2025-07-171-3/+3
* [3.13] gh-126548: Add a thread-unsafety warning for `importlib.reload()` (GH-...Miss Islington (bot)2025-07-161-0/+4
* [3.13] Fix index entry and anchor for module.__test__ (GH-136674) (GH-136689)Miss Islington (bot)2025-07-151-0/+4
* [3.13] gh-136682: Remove incorrect statement that `os.path.samestat` accepts ...Miss Islington (bot)2025-07-151-3/+0
* [3.13] gh-72570: mention the incompatibility of XOFs with HMAC (GH-136676) (#...Miss Islington (bot)2025-07-151-0/+3
* [3.13] Partially revert "gh-101100: Fix sphinx warnings in `library/email.par...Miss Islington (bot)2025-07-141-3/+3
* [3.13] gh-42237: Link to complete list of codec aliases (GH-136625) (#136627)Miss Islington (bot)2025-07-131-2/+9
* [3.13] gh-134833: improve docs for `del s[i:j]` in `Mutable Sequence Types` (...Miss Islington (bot)2025-07-131-1/+3
* [3.13] gh-101100: Fix sphinx warnings in Doc/library/platform.rst (GH-136562)...Miss Islington (bot)2025-07-121-2/+2
* [3.13] gh-101100: Fix sphinx warnings in Doc/library/functools.rst (GH-136424...Serhiy Storchaka2025-07-111-12/+21
* [3.13] gh-130160: use `.. program::` directive for documenting `venv` CLI (GH...Miss Islington (bot)2025-07-111-27/+43