summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-267-33/+75
* gh-124628: Pyrepl inputs on Windows shouldn't always be blocking reads (#124629)Dino Viehland2024-09-261-9/+21
* Remove some unused files related to WASM/WASI (GH-124635)Brett Cannon2024-09-263-57/+2
* gh-89683: add tests for `deepcopy` on frozen dataclasses (gh-123098)Bénédikt Tran2024-09-261-0/+43
* gh-119180: Rename SOURCE format to STRING (#124620)Jelle Zijlstra2024-09-2611-169/+154
* gh-124612: Good bye dockerfile and use GHCR package (gh-124626)Donghee Na2024-09-262-27/+1
* 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
* Cleanup unnecessary curframe_locals usage (#124369)Tian Gao2024-09-261-19/+11
* gh-124153: Remove `_PyType_GetModuleByDef2` private function (GH-124261)neonene2024-09-264-46/+26
* Doc: Use the short version for daily downloads (#124602)Adam Turner2024-09-261-1/+1
* gh-124606: Fix reference leak in error path in `datetime_fromisoformat` in `_...Kirill Podoprigora2024-09-261-0/+2
* gh-119127: Fix _functools.Placeholder singleton (#124601)Victor Stinner2024-09-261-13/+35
* gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (#124...sobolevn2024-09-263-1/+25
* 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-262-12/+37
* gh-124538: Fix crash when using `gc.get_referents` on an untracked capsule ob...Peter Bierma2024-09-263-3/+26
* gh-124402: Speed up test_free_threading and test_super (#124491)Victor Stinner2024-09-264-53/+41
* 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-264-22/+56
* gh-119333: get interp from tstate for PyContext watchers(#124444)Jason Fried2024-09-262-7/+6
* gh-124309: Modernize the `staggered_race` implementation to support eager tas...Peter Bierma2024-09-265-66/+100
* gh-119127: functools.partial placeholders (gh-119827)dgpb2024-09-268-129/+681
* Add "annotate" SET_FUNCTION_ATTRIBUTE bit to dis. (#124566)larryhastings2024-09-262-1/+19