summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-108267 Fix another dataclasses docs typo (GH-119277) (#119280)Miss Islington (bot)2024-05-201-1/+2
* [3.12] Use correct markup in unittest.mock.reset_mock documentation (GH-11920...Miss Islington (bot)2024-05-201-3/+3
* [3.12] DOCS: Suggest always calling exec with a globals argument and no local...Miss Islington (bot)2024-05-201-3/+7
* [3.12] marshal docs: Remove reference to "Sun" (GH-119161) (#119168)Miss Islington (bot)2024-05-191-1/+1
* [3.12] Minor improvements to the docs for itertools.tee() (gh-119135) (gh-119...Miss Islington (bot)2024-05-181-10/+11
* [3.12] gh-108267: Fix object.__setattr__ regression in dataclasses docs (GH-1...Miss Islington (bot)2024-05-161-1/+2
* [3.12] Misc improvements to the itertools docs (gh-119040) (#119044)Miss Islington (bot)2024-05-141-35/+26
* [3.12] Itertools docs: fix parameter names and indentation in Python equivale...Miss Islington (bot)2024-05-141-5/+5
* [3.12] gh-119010: Adds docs about `__type_params__` to `functools.update_wrap...Miss Islington (bot)2024-05-131-2/+6
* [3.12] Improve the `rmtree` doc for `dir_fd` param addition in 3.11 (GH-11896...Miss Islington (bot)2024-05-131-1/+1
* [3.12] GH-118701: Note that recursive wildcards aren't supported in `PurePath...Barney Gale2024-05-111-0/+4
* [3.12] Correct the argument names for `secrets.choice` and `secrets.randbelow...Miss Islington (bot)2024-05-101-3/+3
* gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)Steve Dower2024-05-091-0/+7
* [3.12] Format None, True, False and NotImplemented as literals (GH-118758) (G...Serhiy Storchaka2024-05-0824-56/+56
* [3.12] docs: module page titles should not start with a link to themselves (G...Miss Islington (bot)2024-05-08220-443/+440
* [3.12] Docs: fix typos in documentation (GH-118752) (#118786)Miss Islington (bot)2024-05-084-4/+4
* [3.12] gh-118671: Updated dead ActiveState links (GH-118730) (#118754)Miss Islington (bot)2024-05-087-7/+7
* [3.12] gh-118310: Fix documentation for `enum.Enum.__new__` (GH-118311) (GH-1...Miss Islington (bot)2024-05-071-5/+7
* [3.12] gh-78612: Mark up eval() using param list (GH-115212) (#116044)Miss Islington (bot)2024-05-071-5/+15
* [3.12] Expand recipe for kernel density estimation to include common tasks. (...Raymond Hettinger2024-05-061-10/+46
* [3.12] Fix typo in Doc/library/asyncio-task.rst (GH-118627) (#118657)Miss Islington (bot)2024-05-061-1/+1
* [3.12] GH-115577 Clarify netloc term usage in urllib.parse docs (GH-117632) (...Miss Islington (bot)2024-05-061-0/+5
* [3.12] gh-118476: Fix corner cases in islice() rough equivalent. (Gh-118559) ...Miss Islington (bot)2024-05-051-18/+11
* [3.12] Minor improvements to the itertools recipes (GH-118563) (#118565)Miss Islington (bot)2024-05-031-24/+12
* [3.12] docs: clarify csv.DictReader's treatment of the first data row (GH-118...Miss Islington (bot)2024-05-031-2/+4
* [3.12] gh-117492: Clarify documentation of `typing.Never` (GH-117678) (#118547)Miss Islington (bot)2024-05-031-24/+22
* [3.12] gh-117903: Clarify that the staticmethod descriptor is callable (GH-11...Miss Islington (bot)2024-05-021-2/+3
* [3.12] docs: typo: tiny grammar change: "pointed by" -> "pointed to by" (GH-1...Jelle Zijlstra2024-05-022-4/+4
* [3.12] gh-85453: Consistent backquotes on None occurences across datetime.rst...Miss Islington (bot)2024-04-301-1/+1
* [3.12] gh-118359: Improve docs for Bdb.user_call (GH-118368) (#118410)Miss Islington (bot)2024-04-291-0/+3
* [3.12] gh-101100: Fix Sphinx warnings in `library/faulthandler.rst` (GH-11835...Miss Islington (bot)2024-04-281-7/+9
* [3.12] Fix note in Enum.__new__ docs (GH-118284) (#118325)Jelle Zijlstra2024-04-261-5/+5
* [3.12] gh-85453: Make numeric literals consistent across datetime.rst (GH-118...Miss Islington (bot)2024-04-241-3/+3
* [3.12] gh-85453: Adapt datetime.rst to devguide recommendations for code snip...Miss Islington (bot)2024-04-241-45/+45
* [3.12] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-...Petr Viktorin2024-04-241-4/+39
* [3.12] Fix typo in py_compile.rst (GH-118102) (GH-118191)Miss Islington (bot)2024-04-231-1/+1
* [3.12] gh-59215: unittest: restore _top_level_dir at end of discovery (GH-152...Miss Islington (bot)2024-04-231-5/+10
* [3.12] gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs`...Miss Islington (bot)2024-04-221-1/+1
* [3.12] gh-115986 Improve pprint documentation accuracy (GH-117403) (#118146)Miss Islington (bot)2024-04-221-3/+2
* [3.12] Docs: replace Harry Potter reference with Monty Python (GH-118130) (#1...Miss Islington (bot)2024-04-211-3/+3
* [3.12] gh-118100: Improve links in `ast.rst` (GH-118101) (#118110)Miss Islington (bot)2024-04-191-2/+3
* [3.12] gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hint...Alex Waygood2024-04-191-1/+3
* [3.12] gh-87969: Align docs and docstrings with implementation for ctypes' [w...Miss Islington (bot)2024-04-191-8/+8
* [3.12] gh-64588: Clarify the difference between mu and xbar in statistics doc...Miss Islington (bot)2024-04-191-7/+7
* [3.12] gh-114539: Clarify implicit launching of shells by subprocess (GH-1179...Miss Islington (bot)2024-04-171-2/+10
* [3.12] gh-117977: Amend version changed annotation for os.chmod, os.chown, an...Miss Islington (bot)2024-04-171-3/+3
* [3.12] gh-117945: Fix `os.path.ismount()` documentation (GH-117947) (#117952)Miss Islington (bot)2024-04-161-2/+2
* [3.12] Docs: add link roles with Sphinx extlinks (GH-117850) (#117910)Hugo van Kemenade2024-04-1516-32/+23
* [3.12] gh-117114: Update os.path function availability and link to genericpat...Nice Zombies2024-04-151-11/+1
* [3.12] Doc: mark up classes, attributes, parameters, and methods in dataclass...Miss Islington (bot)2024-04-141-85/+85