summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gh-124412: Add helpers for converting annotations to source format (#124551)Jelle Zijlstra2024-09-265-42/+113
* gh-119180: Disallow instantiation of ConstEvaluator objects (#124561)Jelle Zijlstra2024-09-252-2/+14
* For-else deserves its own section in the tutorial (#123946)Ned Batchelder2024-09-251-31/+54
* Add 3.13 as a version option to the crash issue template (#124560)Zachary Ware2024-09-251-0/+1
* gh-123242: Note that type.__annotations__ may not exist (#124557)Jelle Zijlstra2024-09-251-1/+2
* gh-119180: Make FORWARDREF format look at __annotations__ first (#124479)Jelle Zijlstra2024-09-252-26/+143
* 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-2511-36/+350
* gh-102450: Add ISO-8601 alternative for midnight to `fromisoformat()` calls. ...TizzySaurus2024-09-255-4/+80
* gh-124370: Add "howto" for free-threaded Python (#124371)Sam Gross2024-09-253-0/+157