summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in cl...Serhiy Storchaka2024-09-281-1/+4
* docs: improve venv docs (#124540)Jelle Zijlstra2024-09-281-28/+25
* Doc: Fix default ``latex_elements['papersize']`` (#124525)Jean-François B.2024-09-281-2/+2
* Sorting techniques edits (#124701)Raymond Hettinger2024-09-281-3/+70
* gh-107954: Fix configuration type for the perf profiler (#124636)Pablo Galindo Salgado2024-09-271-8/+13
* gh-124385: Document and soft-deprecate PyLong_AS_LONG (GH-124386)Petr Viktorin2024-09-271-1/+10
* gh-123299: Copy-edit the 3.14 What's New (#124670)Jelle Zijlstra2024-09-272-45/+56
* gh-90190: Add doc for using `singledispatch` with precise collection type hin...Matt Delengowski2024-09-271-0/+19
* gh-81263: Add assignment expressions to `help` (#124641)Emily Morehouse2024-09-271-0/+1
* gh-124520: What's New entry for ctypes metaclass __new__/__init__ change (GH-...Petr Viktorin2024-09-271-0/+18
* doc: PyUnicode_AsUTF8String() fails if string contains surrogates (#124605)Victor Stinner2024-09-271-3/+10
* Itertool docs: Minor clarifications, wording tweaks, spacing, and active voic...Raymond Hettinger2024-09-271-13/+21
* gh-121277: Raise nice error on `next` as second argument to deprecated-remove...Petr Viktorin2024-09-271-0/+3
* 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
* GH-95079: document error behaviour for some unicode C APIs (#95080)Max Bachmann2024-09-271-0/+9
* Docs: for for/else clarify that return or raise also skip the else (#124591)Ned Batchelder2024-09-271-2/+4
* Docs: Update and proofread `library/venv.rst` (#124121)Hugo van Kemenade2024-09-262-132/+131
* gh-84559: Change the multiprocessing start method default to `forkserver` (GH...Gregory P. Smith2024-09-263-14/+29
* gh-119180: Rename SOURCE format to STRING (#124620)Jelle Zijlstra2024-09-263-14/+14
* gh-115528: Update language reference for PEP 646 (#121181)Matthew Rahtz2024-09-262-17/+32
* Programming FAQ: Mention object.__setattr__ as a technique for delegation (#1...Jelle Zijlstra2024-09-261-3/+10
* Doc: Use the short version for daily downloads (#124602)Adam Turner2024-09-261-1/+1
* 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-101100: Make __subclasses__ doctest stable (#124577)Jelle Zijlstra2024-09-261-2/+4
* 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-262-13/+68
* gh-124412: Add helpers for converting annotations to source format (#124551)Jelle Zijlstra2024-09-261-0/+36
* For-else deserves its own section in the tutorial (#123946)Ned Batchelder2024-09-251-31/+54
* gh-123242: Note that type.__annotations__ may not exist (#124557)Jelle Zijlstra2024-09-251-1/+2
* 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-252-15/+68
* gh-124370: Add "howto" for free-threaded Python (#124371)Sam Gross2024-09-253-0/+157
* gh-121277: Allow `.. versionadded:: next` in docs (GH-121278)Petr Viktorin2024-09-258-14/+34
* 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-2540-222/+269
* Doc: Use ``major.minor`` for documentation distribution archive filenames (#1...Adam Turner2024-09-252-12/+14
* gh-123756: Disable restart command if pdb is in inline mode (#123757)Tian Gao2024-09-252-1/+18
* import: permit __name__ for use in __name__ = "__main__": (#124381)Thomas Grainger2024-09-251-1/+1
* 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