summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [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-118689: Doc: fix ePub build (GH-118690)Miss Islington (bot)2024-05-103-1/+7
* gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)Steve Dower2024-05-092-0/+18
* [3.12] Format None, True, False and NotImplemented as literals (GH-118758) (G...Serhiy Storchaka2024-05-0826-58/+58
* [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-089-10/+10
* [3.12] Regen ``Doc/requirements-oldest-sphinx.txt`` (GH-118736) (#118753)Miss Islington (bot)2024-05-081-3/+3
* [3.12] Remove Python 3.5 hardcoded version in the tutorial appendix (GH-11761...Miss Islington (bot)2024-05-071-2/+2
* [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] Docs: Upgrade to Sphinx 7.3 (GH-118397) (#118400)Miss Islington (bot)2024-04-291-1/+1
* [3.12] gh-101100: Fix Sphinx warnings in `library/faulthandler.rst` (GH-11835...Miss Islington (bot)2024-04-282-8/+9
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.10.rst` (GH-118356) (#11...Miss Islington (bot)2024-04-281-37/+37
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.9.rst` (GH-118364) (#118...Hugo van Kemenade2024-04-282-27/+27
* [3.12] Fix note in Enum.__new__ docs (GH-118284) (#118325)Jelle Zijlstra2024-04-261-5/+5
* [3.12] gh-117928: Bump the minimum Sphinx version to 6.2.1 (GH-117853) (#118321)Kirill Podoprigora2024-04-264-39/+22
* [3.12] gh-118235: Skip RAISE_SYNTAX_ERROR rules in the grammar spec (GH-11823...Miss Islington (bot)2024-04-261-0/+2
* [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-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` ...Miss Islington (bot)2024-04-241-4/+3
* [3.12] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-...Petr Viktorin2024-04-242-4/+48
* [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] Clarifying nonlocal doc: SyntaxError is raised if nearest enclosing sc...Miss Islington (bot)2024-04-211-2/+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-116935: Document that heap types need to support garbage collection...Miss Islington (bot)2024-04-191-1/+2
* [3.12] gh-117518: Clarify PyTuple_GetItem() borrowed reference in the doc (GH...Miss Islington (bot)2024-04-191-0/+6
* [3.12] gh-64588: Clarify the difference between mu and xbar in statistics doc...Miss Islington (bot)2024-04-191-7/+7
* [3.12] Use "Contributed by" in a couple of occurrences of 3.12 whatsnew (GH-1...Miss Islington (bot)2024-04-191-3/+3
* [3.12] Doc: Render version/language selector on Read the Docs (GH-116966) (#1...Miss Islington (bot)2024-04-181-0/+86
* [3.12] gh-116932: Add note on how to report python documentation theme bugs (...Miss Islington (bot)2024-04-181-0/+4
* [3.12] gh-114539: Clarify implicit launching of shells by subprocess (GH-1179...Miss Islington (bot)2024-04-171-2/+10