summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* gh-124832: Add a note to indicate that `datetime.now` may return the same ins...spacemanspiff20072024-10-081-0/+4
* gh-112433 add versionadded for `ctypes.Structure._align_` (#125087)monkeyman1922024-10-081-0/+2
* Doc: Improve description of ``GET_LEN`` opcode (#114583)Kirill Podoprigora2024-10-081-1/+2
* gh-69998: Fix decoding error in locale.nl_langinfo() (GH-124963)Serhiy Storchaka2024-10-081-0/+9
* gh-70870: Clarify dual usage of 'free variable' (#122545)Alyssa Coghlan2024-10-084-13/+15
* gh-124653: Relax (again) detection of queue API for logging handlers (GH-124...Bénédikt Tran2024-10-071-5/+6
* gh-125018: Fix role syntax (#125050)Adam Turner2024-10-071-5/+5
* gh-125018: Add importlib.metadata semantic link targets (#125027)Alyssa Coghlan2024-10-071-44/+144
* gh-121249: Support _Complex types in the struct module (#121613)Sergey B Kirpichev2024-10-071-0/+19
* gh-125025: `_thread` docs: fix/update the *caveats* list (GH-125026)Jan Kaliszewski2024-10-061-7/+2
* Simplify partial() rough equivalent code (gh-124941)Raymond Hettinger2024-10-031-2/+1
* gh-66436: Improved prog default value for argparse.ArgumentParser (GH-124799)Serhiy Storchaka2024-10-011-9/+32
* Highlight `datetime.timedelta.seconds` vs `.total_seconds()` in docs. (GH-124...Gregory P. Smith2024-10-011-1/+15
* gh-116750: Add clear_tool_id function to unregister events and callbacks (#12...Tian Gao2024-10-011-7/+5
* gh-118974: Add `decorator` argument to `make_dataclass` (gh-122723)Victorien2024-10-011-1/+9
* gh-124400: Use the normal command path for breakpoint commands (#124401)Tian Gao2024-09-291-5/+8
* Docs: improve generic `typing.NamedTuple` example (#124739)CBerJun2024-09-291-1/+3
* gh-61181: Fix support of choices with string value in argparse (GH-124578)Serhiy Storchaka2024-09-291-1/+1
* docs: improve venv docs (#124540)Jelle Zijlstra2024-09-281-28/+25
* gh-90190: Add doc for using `singledispatch` with precise collection type hin...Matt Delengowski2024-09-271-0/+19
* Itertool docs: Minor clarifications, wording tweaks, spacing, and active voic...Raymond Hettinger2024-09-271-13/+21
* Fixup indentation for docs on `ModuleSpec` attributes (#124681)Alex Waygood2024-09-271-43/+36
* gh-113878: Add `doc` parameter to `dataclasses.field` (gh-114051)sobolevn2024-09-271-1/+5
* Docs: Update and proofread `library/venv.rst` (#124121)Hugo van Kemenade2024-09-261-11/+131
* gh-84559: Change the multiprocessing start method default to `forkserver` (GH...Gregory P. Smith2024-09-262-14/+21
* gh-119180: Rename SOURCE format to STRING (#124620)Jelle Zijlstra2024-09-262-12/+12
* gh-119127: functools: Improve docs for partial and Placeholder (#124575)Jelle Zijlstra2024-09-261-15/+17
* gh-118181: Fix parameter markup in AST docs (#124473)Tomas R2024-09-261-13/+13
* gh-123560: Correct docs for "empty" format type for floats (#123561)Sergey B Kirpichev2024-09-261-3/+5
* gh-124234: Improve docs for `Mock.reset_mock` (#124237)sobolevn2024-09-261-10/+33
* gh-120284: Enhance `asyncio.run` to accept awaitable objects (#120566)Ron Frederick2024-09-261-8/+22
* gh-119127: functools.partial placeholders (gh-119827)dgpb2024-09-261-13/+59
* gh-124412: Add helpers for converting annotations to source format (#124551)Jelle Zijlstra2024-09-261-0/+36
* GH-58058: Add quick reference for `ArgumentParser` to argparse docs (gh-124227)Savannah Ostrowski2024-09-251-0/+19
* gh-41431: Add `datetime.time.strptime()` and `datetime.date.strptime()` (#120...Nice Zombies2024-09-251-15/+62
* gh-121277: Allow `.. versionadded:: next` in docs (GH-121278)Petr Viktorin2024-09-255-10/+10
* gh-123884 Tee of tee was not producing n independent iterators (gh-124490)Raymond Hettinger2024-09-251-19/+30
* gh-101100: Add a table of class attributes to the "Custom classes" section of...Alex Waygood2024-09-2514-91/+67
* gh-123756: Disable restart command if pdb is in inline mode (#123757)Tian Gao2024-09-251-1/+15
* gh-123223: Adding hyperlink of argument in warnings.catch_warnings: (#123231)Damien2024-09-251-0/+3
* gh-123968: fix -f/--float command line option description (#124517)Robert Wolff2024-09-251-1/+1
* gh-124285: Fix bug where bool() is called multiple times for the same part of...Irit Katriel2024-09-251-0/+6
* gh-123014: Disable pidfd API on older Android versions (#124458)Malcolm Smith2024-09-252-2/+2
* gh-123445: calendar: Improve descriptions for day and month attributes (#123483)Mat S2024-09-251-4/+20
* Doc: Improve documentation for the ``path`` argument in ``shutil.which()`` (#...Tom Most2024-09-251-6/+7
* gh-90562: Support zero argument super with dataclasses when slots=True (gh-12...Eric V. Smith2024-09-251-7/+0
* gh-120254: Add a `commands` argument to `pdb.set_trace` (#120255)Tian Gao2024-09-241-1/+7
* GH-87358: Add clarification about nargs and default argparse behaviour (#124094)Savannah Ostrowski2024-09-241-0/+3
* gh-65169: Clarify prog default in argparse (GH-31602)Stanley2024-09-241-4/+5
* gh-124120: Document `Annotated.__origin__` (#124125)sobolevn2024-09-241-0/+18