summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Clarify ast docs to use a less confusing example for `ast.ParamSpec` (#127955)Steve C2024-12-151-2/+2
* gh-127852: add remark about ',' separator (#127854)Sergey B Kirpichev2024-12-141-1/+3
* Minor readability improvements for the itertools recipes (gh-127928)Raymond Hettinger2024-12-131-39/+35
* gh-127691: add type checks when using `PyUnicodeError` objects (GH-127694)Bénédikt Tran2024-12-131-0/+6
* gh-102471, PEP 757: Add PyLong import and export API (#121339)Victor Stinner2024-12-133-0/+192
* link to the correct output method in documentation (#127857)Viktor Kálmán2024-12-131-1/+1
* Document PyObject_SelfIter (#127861)Miro Hrončok2024-12-132-0/+9
* Fix typo in traceback docs (#127884)Daniel Haag2024-12-121-1/+1
* Simplify and speed-up an itertools recipe (gh-127848)Raymond Hettinger2024-12-121-6/+6
* gh-118915: C API: Document frame locals proxies. (#127720)Peter Bierma2024-12-111-1/+21
* gh-127791: Fix, document, and test `PyUnstable_AtExit` (#127793)Peter Bierma2024-12-112-0/+13
* gh-126821: Add versionadded annotation to use_system_logger feature. (#127755)Russell Keith-Magee2024-12-101-0/+2
* Docs: Fix indents in `xmlrpc.client.rst` (#127782)Yuki Kobayashi2024-12-101-4/+4
* gh-59705: Set OS thread name when Thread.name is changed (#127702)Victor Stinner2024-12-101-0/+12
* gh-101100: Fix sphinx warnings in `whatsnew/3.0.rst` (#127662)Yuki Kobayashi2024-12-103-57/+59
* gh-125420: implement `Sequence.count` API on `memoryview` objects (#125443)Bénédikt Tran2024-12-101-1/+7
* gh-127718: Add colour to `test.regrtest` output (#127719)Hugo van Kemenade2024-12-101-0/+4
* gh-125420: implement `Sequence.index` API on `memoryview` objects (#125446)Bénédikt Tran2024-12-101-0/+9
* gh-126925: Modify how iOS test results are gathered (#127592)Russell Keith-Magee2024-12-093-4/+65
* gh-101100: amend references starting with `!~` in gh-127054 (#127684)Yuki Kobayashi2024-12-061-5/+5
* GH-125413: Revert addition of `pathlib.Path.scandir()` method (#127377)Barney Gale2024-12-052-35/+0
* [Docs] GDB howto: Fix block type of a cast example (#127621)Maciej Olko2024-12-051-1/+1
* gh-127221: Add colour to unittest output (#127223)Hugo van Kemenade2024-12-057-18/+25
* gh-127413: allow to show specialized bytecode via `dis` CLI (#127414)Bénédikt Tran2024-12-052-1/+13
* gh-119182: Complete PyUnicodeWriter documentation (#127607)Victor Stinner2024-12-051-0/+9
* gh-127481: Add `EPOLLWAKEUP` to the `select` module (GH-127482)RUANG (James Roy)2024-12-041-0/+6
* gh-123378: Ensure results of `PyUnicode*Error_Get{Start,End}` are clamped (GH...Bénédikt Tran2024-12-042-2/+24
* Itertool recipe additions (gh-127483)Raymond Hettinger2024-12-041-0/+37
* gh-127271: Replace use of PyCell_GET/SET (gh-127272)Neil Schemenauer2024-12-031-0/+2
* gh-127347: Document `traceback.print_list` (#127348)Tomas R.2024-12-031-0/+7
* gh-127255: Make `CopyComPointer` public and add to `ctypes` doc. (GH-127275)Jun Komoda2024-12-032-1/+22
* gh-126585: Add EHWPOISON error code (#126586)RUANG (James Roy)2024-12-032-0/+12
* gh-127253: Note that Stable ABI is about ABI stability (GH-127254)Petr Viktorin2024-12-031-3/+11
* docs(logging): fix phrasing from "operation on" to "operate on" (#127543)Alexander Stepchenko2024-12-031-1/+1
* gh-101100: Fix Sphinx warnings about list methods (#127054)Yuki Kobayashi2024-12-023-8/+7
* gh-109523: Raise a BlockingIOError if reading text from a non-blocking stream...Giovanni Siragusa2024-12-022-0/+29
* gh-127443: Fix some entries in `Doc/data/refcounts.dat` (#127451)Bénédikt Tran2024-12-021-19/+21
* gh-126899: Add `**kw` to `tkinter.Misc.after` and `tkinter.Misc.after_idle` (...Zhikang Yan2024-12-011-0/+8
* gh-127356: Fix prepend doctrees directory for gettext target (#127357)Rafael Fontenelle2024-12-011-1/+1
* Docs: Fix incorrect indents in `c-api/type.rst` (#127449)Yuki Kobayashi2024-11-301-25/+23
* Link to correct class methods in asyncio primitives docs (#127270)Ollanta Cuba Gyllensten2024-11-291-4/+4
* fix param type in PyObject_HasAttrWithError (docs) (#127403)biggus-developerus2024-11-291-1/+1
* gh-127303: Add docs for token.EXACT_TOKEN_TYPES (#127304)Илья Любавский2024-11-291-0/+7
* Touch up docs for ctypes.FormatError & WinError (GH-127210)Jun Komoda2024-11-281-6/+5
* Fix indentation for contextlib.asynccontextmanager docs (#127333)Jelle Zijlstra2024-11-271-3/+3
* gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)Sergey B Kirpichev2024-11-265-18/+93
* gh-119180: Add VALUE_WITH_FAKE_GLOBALS format to annotationlib (#124415)Jelle Zijlstra2024-11-261-0/+11
* GH-126985: move pyvenv.cfg detection from site to getpath (#126987)Filipe Laíns 🇵🇸2024-11-265-41/+112
* Doc: Typo fix: nrace -> race (#127288)Richard Hansen2024-11-261-1/+1
* gh-101100: Fix sphinx warnings in `howto/*` (#127084)Yuki Kobayashi2024-11-263-102/+101