summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-132021: Add bool type to the list of allowed JSON key types (GH-132...Miss Islington (bot)2025-04-081-2/+2
* [3.13] gh-115684: Clarify datetime `replace` documentation (GH-116519) (#131676)Miss Islington (bot)2025-04-081-12/+12
* [3.13] gh-132221: Fix `__match_args__` generation docs in `dataclasses.rst` (...Miss Islington (bot)2025-04-071-4/+7
* [3.13] gh-131912: Improve description of grouping options in the format speci...Prometheus33752025-04-071-33/+55
* [3.13] Docs: Add a single table summary for ``cmath`` (GH-131887) (#132179)Miss Islington (bot)2025-04-061-0/+51
* [3.13] Docs: document `plistlib.InvalidFileException` (GH-132069) (#132116)Miss Islington (bot)2025-04-051-2/+10
* [3.13] gh-125957: sync argument naming in sphinx docs of the cmath and help()...Miss Islington (bot)2025-04-011-50/+50
* [3.13] gh-129994: update docs when using `dualstack_ipv6` in `socket.create_s...Miss Islington (bot)2025-03-301-4/+4
* [3.13] gh-131885: Document that `dict.setdefault` and `dict.get` take no keyw...Miss Islington (bot)2025-03-301-2/+2
* [3.13] gh-127541: Update os.walk example (GH-127765) (GH-131869)Miss Islington (bot)2025-03-291-8/+8
* [3.13] Fix typo in importlib.metadata.rst (gh-131596) (#131630)Miss Islington (bot)2025-03-271-1/+1
* [3.13] document that `sys._is_gil_enabled` is CPython-specific (GH-131748) (#...Miss Islington (bot)2025-03-261-0/+3
* [3.13] gh-130587: Add hand-written docs for non-OP tokens (GH-130588) (GH-131...Petr Viktorin2025-03-242-241/+238
* [3.13] gh-130283: update deprecated links and examples in `urllib.request` do...Miss Islington (bot)2025-03-231-14/+15
* [3.13] gh-121529: Document `from_` parameter in `_mboxMMDF` public methods (G...Miss Islington (bot)2025-03-231-2/+27
* [3.13] gh-118915: Document `PY_MONITORING_IS_INSTRUMENTED_EVENT` (GH-128026) ...Miss Islington (bot)2025-03-191-0/+2
* [3.13] gh-131417: Mention asyncio Future and Task in docs for generic classes...Miss Islington (bot)2025-03-191-0/+2
* [3.13] gh-131002: clarify how to enforce sqlite3 column types for generated f...Miss Islington (bot)2025-03-181-18/+21
* [3.13] gh-130132: properly free resources in `urrlib.urlopen` examples (GH-13...Miss Islington (bot)2025-03-181-5/+13
* [3.13] gh-131094: Refine `math.isclose` docs (GH-131139) (#131392)Miss Islington (bot)2025-03-181-2/+2
* [3.13] Docs: Fix incorrect sphinx markup for a class member (GH-130970) (GH-1...Miss Islington (bot)2025-03-171-1/+1
* [3.13] gh-131327: Document winsound.SND_APPLICATION (GH-131328) (#131330)Miss Islington (bot)2025-03-161-0/+7
* [3.13] gh-130160: use `.. program::` directive for documenting `doctest` CLI ...Miss Islington (bot)2025-03-162-25/+47
* [3.13] gh-130160: use `.. program::` directive for documenting `http.server` ...Miss Islington (bot)2025-03-151-51/+68
* [3.13] gh-124269: Simplify `typing.Annotated` docs (GH-130770) (#131222)Miss Islington (bot)2025-03-141-47/+33
* [3.13] gh-101100: Fix sphinx warnings in `library/asyncio-subprocess.rst` (GH...Yuki Kobayashi2025-03-111-10/+10
* [3.13] gh-80421: Correct definitions of time (GH-130984) (#131022)Miss Islington (bot)2025-03-091-3/+7
* [3.13] gh-130160: use `.. program::` directive for documenting `pdb` CLI (GH-...Miss Islington (bot)2025-03-091-8/+17
* [3.13] gh-130160: use `.. program::` directive for documenting `webbrowser` C...Miss Islington (bot)2025-03-091-3/+12
* [3.13] gh-123726: Document caveats of zipfile.Path around name sanitization (...Miss Islington (bot)2025-03-081-0/+8
* [3.13] Update links from typing.readthedocs.io to typing.python.org (GH-13087...Miss Islington (bot)2025-03-051-3/+3
* [3.13] gh-129567: Add a note to `typing.TypedDict` docs about name mangling (...Miss Islington (bot)2025-03-041-1/+6
* [3.13] Docs: Fix a misplaced statement in the document for `ServerProxy` (GH-...Miss Islington (bot)2025-03-031-3/+3
* [3.13] gh-101100: Fix sphinx warnings in `library/email.errors.rst` (GH-13077...Miss Islington (bot)2025-03-031-34/+55
* [3.13] gh-101100: Fix Sphinx documentation warnings in `collections.rst` (GH-...Miss Islington (bot)2025-03-031-10/+11
* [3.13] gh-129015: Improve disambiguation between `NotImplemented` and `NotImp...Miss Islington (bot)2025-03-032-8/+11
* [3.13] gh-128481: indicate that the default value for `FrameSummary.end_linen...Miss Islington (bot)2025-03-021-0/+3
* [3.13] Add link in the `importlib.metadata.version()` docs (GH-130739) (#130761)Miss Islington (bot)2025-03-021-2/+3
* [3.13] gh-128481: Improve documentation for `traceback.FrameSummary` (GH-1284...Miss Islington (bot)2025-03-021-1/+19
* [3.13] gh-130160: use `.. program::` directive for documenting `cProfile` CLI...Miss Islington (bot)2025-03-011-8/+17
* [3.13] Docs: Fix some semantic usages of `iterator.__iter__` (GH-130172) (GH-...Miss Islington (bot)2025-02-262-5/+5
* [3.13] gh-130433: Update documentation for `MultipartConversionError` (GH-130...Miss Islington (bot)2025-02-261-10/+4
* [3.13] gh-130461: Remove unnecessary usages of `.. index::` directives in Doc...Kanishk Pachauri2025-02-251-9/+0
* [3.13] gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335) ...Miss Islington (bot)2025-02-241-2/+2
* [3.13] gh-127522: wsgiref: indicate that `start_response` objects should foll...Miss Islington (bot)2025-02-241-4/+10
* [3.13] gh-127805: Clarify Formatter initialization in logging.rst. (GH-127850...Miss Islington (bot)2025-02-241-1/+2
* [3.13] gh-130160: use `.. program::` directive for documenting `idle` CLI (GH...Miss Islington (bot)2025-02-241-18/+50
* [3.13] gh-121970: Replace `.. coroutine{method,function}` with `:async:` (GH-...Miss Islington (bot)2025-02-228-124/+188
* [3.13] Add measuring unit to `sys.getswitchinterval` docs (GH-130457) (#130458)Miss Islington (bot)2025-02-221-1/+1
* [3.13] GH-121970: Replace custom abstract method directive with the ``:abstra...Adam Turner2025-02-225-33/+66