| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-124487: Updated installer messages and internal docs regarding minimum Win... | Wulian | 2024-10-01 | 1 | -2/+3 |
|
|
* | gh-118974: Add `decorator` argument to `make_dataclass` (gh-122723) | Victorien | 2024-10-01 | 1 | -1/+9 |
|
|
* | Doc: Fix archive filenames for standard builds (#124826) | Adam Turner | 2024-10-01 | 2 | -3/+9 |
|
|
* | GH-109975: Copyedit 3.13 What's New: Link to installing free-threaded binarie... | Adam Turner | 2024-10-01 | 1 | -4/+1 |
|
|
* | GH-109975: Copyedit 3.13 What's New: Note delayed expected release date for P... | Adam Turner | 2024-10-01 | 1 | -1/+1 |
|
|
* | Doc: Run HTML and non-HTML daily builds separately (#124493) | Adam Turner | 2024-09-30 | 1 | -3/+3 |
|
|
* | gh-124400: Use the normal command path for breakpoint commands (#124401) | Tian Gao | 2024-09-29 | 1 | -5/+8 |
|
|
* | gh-124720: Update "Using Python on a Mac" document (#124721) | Ned Deily | 2024-09-29 | 10 | -110/+361 |
|
|
* | Docs: improve generic `typing.NamedTuple` example (#124739) | CBerJun | 2024-09-29 | 1 | -1/+3 |
|
|
* | gh-61181: Fix support of choices with string value in argparse (GH-124578) | Serhiy Storchaka | 2024-09-29 | 1 | -1/+1 |
|
|
* | gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in cl... | Serhiy Storchaka | 2024-09-28 | 1 | -1/+4 |
|
|
* | docs: improve venv docs (#124540) | Jelle Zijlstra | 2024-09-28 | 1 | -28/+25 |
|
|
* | Doc: Fix default ``latex_elements['papersize']`` (#124525) | Jean-François B. | 2024-09-28 | 1 | -2/+2 |
|
|
* | Sorting techniques edits (#124701) | Raymond Hettinger | 2024-09-28 | 1 | -3/+70 |
|
|
* | gh-107954: Fix configuration type for the perf profiler (#124636) | Pablo Galindo Salgado | 2024-09-27 | 1 | -8/+13 |
|
|
* | gh-124385: Document and soft-deprecate PyLong_AS_LONG (GH-124386) | Petr Viktorin | 2024-09-27 | 1 | -1/+10 |
|
|
* | gh-123299: Copy-edit the 3.14 What's New (#124670) | Jelle Zijlstra | 2024-09-27 | 2 | -45/+56 |
|
|
* | gh-90190: Add doc for using `singledispatch` with precise collection type hin... | Matt Delengowski | 2024-09-27 | 1 | -0/+19 |
|
|
* | gh-81263: Add assignment expressions to `help` (#124641) | Emily Morehouse | 2024-09-27 | 1 | -0/+1 |
|
|
* | gh-124520: What's New entry for ctypes metaclass __new__/__init__ change (GH-... | Petr Viktorin | 2024-09-27 | 1 | -0/+18 |
|
|
* | doc: PyUnicode_AsUTF8String() fails if string contains surrogates (#124605) | Victor Stinner | 2024-09-27 | 1 | -3/+10 |
|
|
* | Itertool docs: Minor clarifications, wording tweaks, spacing, and active voic... | Raymond Hettinger | 2024-09-27 | 1 | -13/+21 |
|
|
* | gh-121277: Raise nice error on `next` as second argument to deprecated-remove... | Petr Viktorin | 2024-09-27 | 1 | -0/+3 |
|
|
* | Fixup indentation for docs on `ModuleSpec` attributes (#124681) | Alex Waygood | 2024-09-27 | 1 | -43/+36 |
|
|
* | gh-113878: Add `doc` parameter to `dataclasses.field` (gh-114051) | sobolevn | 2024-09-27 | 1 | -1/+5 |
|
|
* | GH-95079: document error behaviour for some unicode C APIs (#95080) | Max Bachmann | 2024-09-27 | 1 | -0/+9 |
|
|
* | Docs: for for/else clarify that return or raise also skip the else (#124591) | Ned Batchelder | 2024-09-27 | 1 | -2/+4 |
|
|
* | Docs: Update and proofread `library/venv.rst` (#124121) | Hugo van Kemenade | 2024-09-26 | 2 | -132/+131 |
|
|
* | gh-84559: Change the multiprocessing start method default to `forkserver` (GH... | Gregory P. Smith | 2024-09-26 | 3 | -14/+29 |
|
|
* | gh-119180: Rename SOURCE format to STRING (#124620) | Jelle Zijlstra | 2024-09-26 | 3 | -14/+14 |
|
|
* | gh-115528: Update language reference for PEP 646 (#121181) | Matthew Rahtz | 2024-09-26 | 2 | -17/+32 |
|
|
* | Programming FAQ: Mention object.__setattr__ as a technique for delegation (#1... | Jelle Zijlstra | 2024-09-26 | 1 | -3/+10 |
|
|
* | Doc: Use the short version for daily downloads (#124602) | Adam Turner | 2024-09-26 | 1 | -1/+1 |
|
|
* | gh-119127: functools: Improve docs for partial and Placeholder (#124575) | Jelle Zijlstra | 2024-09-26 | 1 | -15/+17 |
|
|
* | gh-118181: Fix parameter markup in AST docs (#124473) | Tomas R | 2024-09-26 | 1 | -13/+13 |
|
|
* | gh-123560: Correct docs for "empty" format type for floats (#123561) | Sergey B Kirpichev | 2024-09-26 | 1 | -3/+5 |
|
|
* | gh-124234: Improve docs for `Mock.reset_mock` (#124237) | sobolevn | 2024-09-26 | 1 | -10/+33 |
|
|
* | gh-101100: Make __subclasses__ doctest stable (#124577) | Jelle Zijlstra | 2024-09-26 | 1 | -2/+4 |
|
|
* | gh-120284: Enhance `asyncio.run` to accept awaitable objects (#120566) | Ron Frederick | 2024-09-26 | 1 | -8/+22 |
|
|
* | gh-119127: functools.partial placeholders (gh-119827) | dgpb | 2024-09-26 | 2 | -13/+68 |
|
|
* | gh-124412: Add helpers for converting annotations to source format (#124551) | Jelle Zijlstra | 2024-09-26 | 1 | -0/+36 |
|
|
* | For-else deserves its own section in the tutorial (#123946) | Ned Batchelder | 2024-09-25 | 1 | -31/+54 |
|
|
* | gh-123242: Note that type.__annotations__ may not exist (#124557) | Jelle Zijlstra | 2024-09-25 | 1 | -1/+2 |
|
|
* | GH-58058: Add quick reference for `ArgumentParser` to argparse docs (gh-124227) | Savannah Ostrowski | 2024-09-25 | 1 | -0/+19 |
|
|
* | gh-41431: Add `datetime.time.strptime()` and `datetime.date.strptime()` (#120... | Nice Zombies | 2024-09-25 | 2 | -15/+68 |
|
|
* | gh-124370: Add "howto" for free-threaded Python (#124371) | Sam Gross | 2024-09-25 | 3 | -0/+157 |
|
|
* | gh-121277: Allow `.. versionadded:: next` in docs (GH-121278) | Petr Viktorin | 2024-09-25 | 8 | -14/+34 |
|
|
* | gh-123884 Tee of tee was not producing n independent iterators (gh-124490) | Raymond Hettinger | 2024-09-25 | 1 | -19/+30 |
|
|
* | gh-101100: Add a table of class attributes to the "Custom classes" section of... | Alex Waygood | 2024-09-25 | 40 | -222/+269 |
|
|
* | Doc: Use ``major.minor`` for documentation distribution archive filenames (#1... | Adam Turner | 2024-09-25 | 2 | -12/+14 |
|
|