summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.12] Use roles :data: and :const: for referencing module variables (GH-1295...Serhiy Storchaka2025-02-0412-28/+28
* [3.12] gh-97850: Remove the mention of removal from `ResourceReader` docs (GH...Miss Islington (bot)2025-02-031-1/+1
* [3.12] gh-128696: Add arm64 to the get_platform return val description (GH-12...Miss Islington (bot)2025-02-031-1/+2
* [3.12] gh-101944: Clarify PyModule_AddObjectRef() documentation (GH-129433) (...Miss Islington (bot)2025-02-031-3/+4
* [3.12] gh-129407: Clarify that a `SystemError` isn't always CPython's fault (...Miss Islington (bot)2025-02-031-2/+6
* [3.12] GH-121970: Extract ``misc_news`` into a new extension (GH-129577) (#12...Adam Turner2025-02-025-47/+82
* [3.12] gh-126609: Allow translating the ``availability`` directive (GH-129549...Miss Islington (bot)2025-02-022-1/+6
* [3.12] gh-126022: Replace TeX quotation marks with ``"`` in Doc/license.rst ...Hugo van Kemenade2025-02-011-4/+4
* [3.12] gh-85046: Document errno constants (GH-126420) (#129384)Miss Islington (bot)2025-01-281-0/+165
* [3.12] gh-126022: Remove zope.org from the permitted linkcheck redirects (GH-...Miss Islington (bot)2025-01-261-2/+0
* [3.12] GH-121970: Remove pyspecific ``PyDecoratorMixin`` patches (GH-129306) ...Adam Turner2025-01-261-28/+1
* [3.12] gh-126022: make license.rst consistent with LICENSE (GH-128516) (#129291)Hugo van Kemenade2025-01-251-55/+58
* [3.12] GH-125722: Remove Sphinx patches (GH-129277) (#129279)Miss Islington (bot)2025-01-251-10/+0
* [3.12] gh-129044: Update glossary entry for 'loader' to reflect current impor...nikalinov2025-01-212-4/+5
* [3.12] gh-122845: fix parameter_list_starargs in function definition pseudo-g...Miss Islington (bot)2025-01-211-2/+4
* [3.12] Docs: fix typo in `Doc/howto/mro.rst` (GH-129095) (GH-129121)Miss Islington (bot)2025-01-211-1/+1
* [3.12] GH-121970: Extract ``changes`` into a new extension (GH-129105) (#129110)Miss Islington (bot)2025-01-203-57/+91
* [3.12] doc: fix venv creating for the local Python using uv (GH-129094) (#129...Miss Islington (bot)2025-01-201-1/+1
* [3.12] Docs C API: Clarify what happens when null bytes are passed to `PyUnic...Miss Islington (bot)2025-01-201-0/+9
* [3.12] GH-125722: Use long options for Sphinx (GH-129039) (#129042)Miss Islington (bot)2025-01-202-14/+14
* [3.12] GH-125722: Increase minimum supported Sphinx to 8.1.3 (GH-128922) (#12...Miss Islington (bot)2025-01-205-80/+12
* [3.12] gh-129020: Remove ambiguous sentence from `tokenize.untokenize` docs (...Miss Islington (bot)2025-01-201-5/+4
* [3.12] gh-128998: Fix indentation of numbered list and literal block (GH-1289...Miss Islington (bot)2025-01-181-16/+18
* [3.12] gh-121542: Document trailing newline behavior in `set_content()` (GH-1...Miss Islington (bot)2025-01-181-1/+7
* [3.12] gh-125997: suggest efficient alternatives for `time.sleep(0)` (GH-1287...Bénédikt Tran2025-01-182-2/+13
* [3.12] Fix definition of a `generator iterator` in `glossary.rst` (GH-128952)...Miss Islington (bot)2025-01-181-2/+2
* [3.12] gh-128017: Make a note that sys variables are read-only (GH-128887) (#...Miss Islington (bot)2025-01-161-1/+1
* [3.12] gh-97850: Suggest `TraversableResources` as the alternative for `Resou...Miss Islington (bot)2025-01-151-1/+3
* [3.12] gh-67206: Document that `string.printable` is not printable in the POS...Miss Islington (bot)2025-01-151-3/+10
* [3.12] Fix a "doctest" block in `Doc/library/turtle.rst` (GH-128831) (#128836)Miss Islington (bot)2025-01-141-2/+2
* [3.12] gh-123345: improve `fnmatch` docs (GH-123346) (#128775)Miss Islington (bot)2025-01-131-6/+12
* [3.12] gh-124433: fix docs for `asyncio.Queue.task_done` (GH-128669) (#128672)Miss Islington (bot)2025-01-091-3/+3
* [3.12] gh-126137: improve docs for `loop.add_reader` and `loop.add_writer` (G...Miss Islington (bot)2025-01-091-0/+6
* [3.12] gh-79149: document reentrant safety of `loop.call_soon_threadsafe` (GH...Miss Islington (bot)2025-01-091-0/+3
* [3.12] gh-87506: Document that json.load*() can raise UnicodeDecodeError (GH-...Miss Islington (bot)2025-01-081-6/+6
* [3.12] Docs: mark up json.load() using parameter list (GH-128488) (#128597)Miss Islington (bot)2025-01-071-44/+69
* [3.12] gh-108202: Document calendar.Calendar.firstweekday (GH-128566) (#128580)Miss Islington (bot)2025-01-071-4/+16
* [3.12] gh-108202: Document `calendar.Calendar` methods `getfirstweekday` and ...Miss Islington (bot)2025-01-061-0/+8
* [3.12] gh-90241: Clarify documentation for PyUnicode_FSConverter and PyUnicod...Miss Islington (bot)2025-01-062-11/+36
* [3.12] gh-77214: Update outdated documentation for numeric PyArg_Parse format...Miss Islington (bot)2025-01-061-8/+14
* [3.12] gh-114990: Add missing mixin methods in collections.abc's document (GH...Miss Islington (bot)2025-01-061-2/+3
* [3.12] Docs: fix `MessageDefect` references in email.policy docs (GH-128468) ...Miss Islington (bot)2025-01-052-3/+2
* [3.12] gh-127954: Document PyObject_DelItemString (GH-127986) (#128497)Miss Islington (bot)2025-01-041-0/+7
* [3.12] Docs: amend json.dump() post gh-128482 (GH-128489) (#128494)Miss Islington (bot)2025-01-041-5/+8
* [3.12] gh-126719: Clarify math.fmod docs (GH-127741) (#128492)Miss Islington (bot)2025-01-041-1/+2
* [3.12] Docs: mark up json.dump() using parameter list (GH-128482) (#128487)Miss Islington (bot)2025-01-041-48/+70
* [3.12] gh-125674: Doc: Fix type of newfunc first parameter (GH-125675) (#128448)Miss Islington (bot)2025-01-031-2/+2
* [3.12] gh-108202: Document calendar.TextCalendar formatting helpers (GH-12760...Miss Islington (bot)2025-01-031-1/+26
* [3.12] Revert "Doc: Show object descriptions in the table of contents (GH-125...Miss Islington (bot)2025-01-023-10/+1
* [3.12] gh-128349: Use `.. data::` instead of `.. class::` for pre-defined dec...Miss Islington (bot)2025-01-022-5/+5