summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.11v3.12.11Thomas Wouters2025-06-032-4/+4
* [3.12] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(st...T. Wouters2025-06-032-4/+49
* [3.12] gh-132021: Add bool type to the list of allowed JSON key types (GH-132...Miss Islington (bot)2025-04-081-2/+2
* [3.12] gh-116608: undeprecate functional importlib.resources API (#132206)Thomas Grainger2025-04-081-34/+17
* [3.12] gh-115684: Clarify datetime `replace` documentation (GH-116519) (#131694)David Lowry-Duda2025-04-081-10/+10
* [3.12] gh-132221: Fix `__match_args__` generation docs in `dataclasses.rst` (...Miss Islington (bot)2025-04-071-4/+7
* [3.12] gh-131912: Improve description of grouping options in the format speci...Miss Islington (bot)2025-04-071-33/+55
* [3.12] Docs: Add a single table summary for ``cmath`` (GH-131887) (#132180)Miss Islington (bot)2025-04-061-0/+51
* [3.12] Docs: document `plistlib.InvalidFileException` (GH-132069) (#132117)Miss Islington (bot)2025-04-051-2/+10
* [3.12] gh-125957: sync argument naming in sphinx docs of the cmath and help()...Miss Islington (bot)2025-04-011-50/+50
* [3.12] gh-131885: Document that `dict.setdefault` and `dict.get` take no keyw...Miss Islington (bot)2025-03-301-2/+2
* [3.12] gh-129994: update docs when using `dualstack_ipv6` in `socket.create_s...Miss Islington (bot)2025-03-301-4/+4
* [3.12] gh-127541: Update os.walk example (GH-127765) (#131873)Miss Islington (bot)2025-03-291-8/+8
* [3.12] Fix typo in importlib.metadata.rst (gh-131596) (#131631)Miss Islington (bot)2025-03-271-1/+1
* [3.12] gh-130283: update deprecated links and examples in `urllib.request` do...Miss Islington (bot)2025-03-231-14/+15
* [3.12] gh-121529: Document `from_` parameter in `_mboxMMDF` public methods (G...Miss Islington (bot)2025-03-231-2/+27
* [3.12] gh-70647: update docs to mention the datetime 1900 year default 2/29 i...Gregory P. Smith2025-03-211-3/+23
* [3.12] gh-131417: Mention asyncio Future and Task in docs for generic classes...Miss Islington (bot)2025-03-191-0/+2
* [3.12] gh-131002: clarify how to enforce sqlite3 column types for generated f...Miss Islington (bot)2025-03-181-18/+21
* [3.12] gh-130132: properly free resources in `urrlib.urlopen` examples (GH-13...Miss Islington (bot)2025-03-181-5/+13
* [3.12] gh-131094: Refine `math.isclose` docs (GH-131139) (#131393)Miss Islington (bot)2025-03-181-2/+2
* [3.12] gh-109961: Docs: Fix incorrect rendering of `__replace__` in `copy.rst...Hugo van Kemenade2025-03-171-7/+16
* [3.12] gh-130160: use `.. program::` directive for documenting `http.server` ...donBarbos2025-03-171-48/+65
* [3.12] gh-131327: Document winsound.SND_APPLICATION (GH-131328) (#131329)Miss Islington (bot)2025-03-161-0/+7
* [3.12] gh-130160: use `.. program::` directive for documenting `doctest` CLI ...Miss Islington (bot)2025-03-162-25/+47
* [3.12] gh-124269: Simplify `typing.Annotated` docs (GH-130770) (#131223)Miss Islington (bot)2025-03-141-47/+33
* [3.12] gh-101100: Fix sphinx warnings in `library/asyncio-subprocess.rst` (GH...Yuki Kobayashi2025-03-111-10/+10
* [3.12] gh-80421: Correct definitions of time (GH-130984) (#131023)Miss Islington (bot)2025-03-091-3/+7
* [3.12] gh-130160: use `.. program::` directive for documenting `pdb` CLI (GH-...Miss Islington (bot)2025-03-091-8/+17
* [3.12] gh-130160: use `.. program::` directive for documenting `webbrowser` C...donBarbos2025-03-091-3/+15
* [3.12] gh-123726: Document caveats of zipfile.Path around name sanitization (...Miss Islington (bot)2025-03-081-0/+8
* [3.12] Update links from typing.readthedocs.io to typing.python.org (GH-13087...Miss Islington (bot)2025-03-051-3/+3
* [3.12] gh-129567: Add a note to typing.TypedDict docs about name mangling (GH...sobolevn2025-03-041-3/+8
* [3.12] Docs: Fix a misplaced statement in the document for `ServerProxy` (GH-...Miss Islington (bot)2025-03-031-3/+3
* [3.12] gh-101100: Fix Sphinx documentation warnings in `collections.rst` (GH-...Hugo van Kemenade2025-03-031-10/+11
* [3.12] gh-101100: Fix sphinx warnings in `library/email.errors.rst` (GH-13077...Miss Islington (bot)2025-03-031-34/+55
* [3.12] gh-129015: Improve disambiguation between `NotImplemented` and `NotImp...Miss Islington (bot)2025-03-032-8/+11
* [3.12] Add link in the `importlib.metadata.version()` docs (GH-130739) (#130760)Miss Islington (bot)2025-03-021-2/+3
* [3.12] gh-128481: Improve documentation for `traceback.FrameSummary` (GH-1284...Miss Islington (bot)2025-03-021-1/+19
* [3.12] gh-130160: use `.. program::` directive for documenting `cProfile` CLI...Miss Islington (bot)2025-03-011-8/+17
* [3.12] Fix indentation for contextlib.asynccontextmanager docs (GH-127333) (#...Miss Islington (bot)2025-02-261-3/+3
* [3.12] Docs: Fix some semantic usages of `iterator.__iter__` (GH-130172) (GH-...Miss Islington (bot)2025-02-262-5/+5
* [3.12] gh-130433: Update documentation for `MultipartConversionError` (GH-130...Miss Islington (bot)2025-02-261-10/+4
* [3.12] gh-130461: Remove unnecessary usages of `.. index::` directives in Doc...Kanishk Pachauri2025-02-251-9/+0
* [3.12] gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335) ...Miss Islington (bot)2025-02-241-2/+2
* [3.12] gh-127522: wsgiref: indicate that `start_response` objects should foll...Miss Islington (bot)2025-02-241-4/+10
* [3.12] gh-127805: Clarify Formatter initialization in logging.rst. (GH-127850...Miss Islington (bot)2025-02-241-1/+2
* [3.12] gh-130160: use `.. program::` directive for documenting `idle` CLI (GH...Miss Islington (bot)2025-02-241-18/+50
* [3.12] gh-121970: Replace `.. coroutine{method,function}` with `:async:` (GH-...Adam Turner2025-02-228-114/+178
* [3.12] Add measuring unit to `sys.getswitchinterval` docs (GH-130457) (#130459)Miss Islington (bot)2025-02-221-1/+1