summaryrefslogtreecommitdiffstats
path: root/Doc
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-033-4/+83
* [3.12] Docs: remove link elements in builders other than HTML (GH-133720) (#1...Miss Islington (bot)2025-05-141-4/+4
* [3.12] Docs: Migrate entirely to PSF hosted plausible for analytics (GH-13264...Miss Islington (bot)2025-04-181-2/+1
* [3.12] gh-102136: Add -m to options that work with -i (GH-119271) (GH-119286)Miss Islington (bot)2025-04-081-3/+9
* [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] Add psfhosted Plausible instance to analytics (GH-132252) (#132254)Miss Islington (bot)2025-04-081-0/+1
* [3.12] gh-130521: Add Open Graph meta tags to template pages (GH-130523) (#13...Miss Islington (bot)2025-04-073-0/+37
* [3.12] Docs HTML: Remove self-closing tags (GH-132220) (#132229)Hugo van Kemenade2025-04-074-22/+22
* [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] Fix numbered list syntax in programming.rst (GH-130158) (#132141)Miss Islington (bot)2025-04-051-5/+5
* [3.12] Docs: document `plistlib.InvalidFileException` (GH-132069) (#132117)Miss Islington (bot)2025-04-051-2/+10
* [3.12] Minor improvements to the programming FAQ (GH-127261) (#131965)Miss Islington (bot)2025-04-011-7/+7
* [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-131741: Add documentation for Windows version detection change in `...Miss Islington (bot)2025-03-261-0/+8
* [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-131457: Fix typo in BNF description of function signatures (GH-1314...Miss Islington (bot)2025-03-221-1/+1
* [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-121970: Extract `pydoc_topics` into a new extension (GH-131256) (#1...Adam Turner2025-03-201-1/+1
* [3.12] Docs: Fix documentation for "PyTypeObject Definition" (GH-130936) (GH-...Miss Islington (bot)2025-03-201-1/+1
* [3.12] gh-131417: Mention asyncio Future and Task in docs for generic classes...Miss Islington (bot)2025-03-191-0/+2
* [3.12] Docs: fix shell command formatting (GH-131310) (#131444)Miss Islington (bot)2025-03-191-1/+1
* [3.12] gh-116666: Add "token" glossary term (GH-130888) (GH-131368)Miss Islington (bot)2025-03-184-11/+28
* [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-129675: Update documentation for tp_basicsize & tp_itemsize (GH-129...Miss Islington (bot)2025-03-173-30/+83
* [3.12] gh-124385: Document and soft-deprecate PyLong_AS_LONG (GH-124386) (#13...Hugo van Kemenade2025-03-171-0/+10
* [3.12] gh-109961: Docs: Fix incorrect rendering of `__replace__` in `copy.rst...Hugo van Kemenade2025-03-172-8/+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-130814: Enhance documentation for Python C API type objects (GH-130...Miss Islington (bot)2025-03-141-2/+2
* [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-112-11/+10
* [3.12] gh-130711: Document `PyBaseObject_Type` (GH-130712) (GH-130793)Miss Islington (bot)2025-03-101-0/+5
* [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] Correct function name in `Doc/extending/embedding.rst` (GH-127539) (#1...Miss Islington (bot)2025-03-071-2/+2