summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-123961: Add a global state to _curses (#124729)Bénédikt Tran2024-09-293-177/+274
* gh-123290: Fix decref in _curses update_lines_cols() (#124767)Bénédikt Tran2024-09-291-1/+1
* functools: Give up on lazy-importing types (#124736)Jelle Zijlstra2024-09-291-8/+5
* Docs: improve generic `typing.NamedTuple` example (#124739)CBerJun2024-09-291-1/+3
* gh-58573: Fix conflicts between abbreviated long options in the parent parser...Serhiy Storchaka2024-09-293-34/+52
* gh-116850: Fix argparse for namespaces with not directly writable dict (GH-12...Serhiy Storchaka2024-09-293-1/+16
* gh-61181: Fix support of choices with string value in argparse (GH-124578)Serhiy Storchaka2024-09-294-11/+17
* gh-53834: Fix support of arguments with choices in argparse (GH-124495)Serhiy Storchaka2024-09-293-13/+13
* gh-124345: Support abbreviated single-dash long options with = in argparse (G...Serhiy Storchaka2024-09-293-3/+16
* gh-80259: Fix conflict between type and default=SUPPRESS in argparse (GH-124519)Serhiy Storchaka2024-09-293-8/+16
* gh-104860: Fix allow_abbrev=False for single-dash long options (GH-124340)Serhiy Storchaka2024-09-293-1/+20
* gh-123497: New limit for Python integers on 64-bit platforms (GH-123724)Serhiy Storchaka2024-09-298-175/+108
* GH-124639: add back loop param to staggered_race (#124700)Kumar Aditya2024-09-292-2/+27
* gh-124665: Add `_PyCodec_UnregisterError` and `_codecs._unregister_error` (#1...Bénédikt Tran2024-09-296-2/+136
* gh-124442: make `__static_attributes__` deterministic by sorting (#124492)Kira2024-09-283-1/+30
* gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in cl...Serhiy Storchaka2024-09-2811-12/+110
* gh-124688: _decimal: Get module state from ctx for performance (#124691)neonene2024-09-281-48/+73
* 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-275-15/+28
* 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-111178: fix some USAN failures - mismatched function pointers (GH-123004)Bénédikt Tran2024-09-273-7/+9
* GH-124547: Clear instance dictionary if memory error occurs during object dea...Mark Shannon2024-09-273-2/+27
* 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-273-0/+31
* gh-124457: Remove coverity from CPython repo (GH-124460)Mariatta2024-09-274-202/+2
* 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
* Drop code ownership for decimal (gh-124695)Raymond Hettinger2024-09-271-1/+0
* Fix typo in InternalDocs/string_interning.md (GH-124699)Petr Viktorin2024-09-271-1/+1
* gh-124609: Fix _Py_ThreadId for Windows builds using MinGW (#124663)Tony Roberts2024-09-274-0/+12
* Itertool docs: Minor clarifications, wording tweaks, spacing, and active voic...Raymond Hettinger2024-09-271-13/+21
* gh-124682: Disable test that is prone to intermittent failure on iOS. (#124683)Russell Keith-Magee2024-09-271-4/+5
* 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
* Improve accuracy of kde() invcdf estimates (gh-124637)Raymond Hettinger2024-09-271-1/+7
* GH-118093: Fix off-by-one errors in tier-up thresholds (GH-124447)Brandt Bucher2024-09-271-2/+2
* gh-113878: Add `doc` parameter to `dataclasses.field` (gh-114051)sobolevn2024-09-275-21/+81
* gh-123017: Add Android to the list of platforms where `strftime` doesn't supp...Malcolm Smith2024-09-273-3/+9
* gh-119180: No longer set `__annotations__` in `__main__` (#124634)Jelle Zijlstra2024-09-274-9/+4
* 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
* gh-124176: Add special support for dataclasses to `create_autospec` (#124429)sobolevn2024-09-273-6/+92
* gh-86673: Harden `test_ttk.test_element_create_image` (#123335)Erlend E. Aasland2024-09-271-4/+4
* generate_global_objects.py: Fix name of macro in error message (#124464)Jelle Zijlstra2024-09-271-2/+2
* gh-116510: Fix crash during sub-interpreter shutdown (gh-124645)Neil Schemenauer2024-09-272-3/+29
* gh-116510: Fix crash due to shared immortal interned strings. (gh-124646)Neil Schemenauer2024-09-272-6/+47
* GH-123516: Improve JIT memory consumption by invalidating cold executors (GH-...Savannah Ostrowski2024-09-2714-39/+129