summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* GH-126222: Fix `_PyUop_num_popped` (GH-126507)Mark Shannon2024-11-071-0/+3
* gh-125679: multiprocessing Lock and RLock - fix invalid representation string...Duprat2024-11-071-0/+2
* gh-125926: Fix urllib.parse.urljoin() for base URI with undefined authority (...Serhiy Storchaka2024-11-071-0/+4
* gh-125631: Enable setting persistent_id and persistent_load of pickler and un...Serhiy Storchaka2024-11-071-0/+4
* GH-126458: disable SIMD for HACL under WASI (#126512)Brett Cannon2024-11-061-0/+1
* gh-126451: Register contextvars.Context to collections.abc.Mapping (#126452)Stephen Morton2024-11-061-0/+2
* gh-126489: Do not call persistent_id() for a persistent id in Python pickle (...Serhiy Storchaka2024-11-061-0/+3
* gh-70764: inspect.getclosurevars now identifies global variables with LOAD_GL...blhsing2024-11-051-0/+1
* gh-126074: Removes unnecessary DLLs from embeddable package (GH-126143)Steve Dower2024-11-051-0/+1
* gh-126417: Register multiprocessing proxy types to an appropriate collections...Stephen Morton2024-11-051-0/+3
* gh-126366: Fix crash if `__iter__` raises an exception during `yield from` (#...Peter Bierma2024-11-051-0/+2
* gh-120057: Add os.reload_environ() function (#126268)Victor Stinner2024-11-051-0/+2
* gh-126303: Fix pickling and copying of os.sched_param objects (GH-126336)Serhiy Storchaka2024-11-051-0/+1
* gh-89640: Hardcode WASM float word ordering as little endian (#126387)Erlend E. Aasland2024-11-041-0/+1
* GH-126363: Speed up pattern parsing in `pathlib.Path.glob()` (#126364)Barney Gale2024-11-041-0/+2
* gh-119793: Add optional length-checking to `map()` (GH-120471)Nice Zombies2024-11-041-0/+3
* gh-126353: remove implicit creation of loop from `asyncio.get_event_loop` (#1...Kumar Aditya2024-11-041-0/+2
* gh-126313: Fix a crash in curses.napms() due to incorrect error handling (GH-...Bénédikt Tran2024-11-031-0/+2
* gh-113977, gh-120754: Remove unbounded reads from zipfile (GH-122101)Cody Maloney2024-11-031-0/+1
* gh-126138: Fix use-after-free in `_asyncio.Task` by evil `__getattribute__` (...Nico-Posada2024-11-021-0/+3
* gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)Sergey B Kirpichev2024-11-011-0/+1
* gh-126220: Fix crash on calls to `_lsprof.Profiler` methods with 0 args (back...sobolevn2024-11-011-0/+2
* gh-97850: remove ``find_loader`` and ``get_loader`` from ``pkgutil`` (#119656)Bénédikt Tran2024-11-012-1/+2
* gh-126206: make clinic now forcefully regenerates clinic code (#126244)Erlend E. Aasland2024-11-011-0/+2
* GH-125413: Add `pathlib.Path.scandir()` method (#126060)Barney Gale2024-11-011-0/+3
* gh-126156: Improve performance of creating `Morsel` objects (#126157)J. Nick Koston2024-10-311-0/+1
* gh-126080: fix UAF on `task->task_context` in `task_call_step_soon` due to an...Bénédikt Tran2024-10-311-0/+3
* gh-126223: Propagate unicode errors in `_interpreters.create()` (#126224)Peter Bierma2024-10-311-0/+2
* gh-90370: Argument Clinic: avoid temporary tuple creation for varargs (#126064)Sergey B Kirpichev2024-10-311-0/+2
* gh-126083: Fix a reference leak in `asyncio.Task` when reinitializing with ne...Nico-Posada2024-10-311-0/+1
* GH-126205: Fix conversion of UNC paths to file URIs (#126208)Barney Gale2024-10-301-0/+2
* gh-121267: Improve performance of tarfile (#121267) (#121269)Johan Förberg2024-10-301-0/+2
* gh-125315: Avoid crashing in _wmimodule due to slow WMI calls on some Windows...Steve Dower2024-10-301-0/+2
* GH-125498: Update JIT builds to use LLVM 19 and preserve_none (GH-125499)Savannah Ostrowski2024-10-302-0/+5
* gh-60712: Include the "object" type in the lists of documented types (GH-103036)Furkan Onder2024-10-301-0/+2
* gh-126068: Fix exceptions in the argparse module (GH-126069)Serhiy Storchaka2024-10-301-0/+5
* gh-125669: Do not run `-ugui` tests by default on `make test` (#125730)sobolevn2024-10-301-0/+2
* gh-125206: Correct detection of complex numbers support in libffi (#126104)Sergey B Kirpichev2024-10-301-0/+1
* gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)Xuanteng Huang2024-10-301-0/+3
* gh-124855: Don't allow the JIT and perf support to be active at the same time...Pablo Galindo Salgado2024-10-301-0/+2
* gh-126139: Improve error message location for future statement with unknown f...Brian Schubert2024-10-291-0/+2
* gh-125588: Teach the python PEG generator the new f-string tokens (#125589)Pablo Galindo Salgado2024-10-291-0/+2
* gh-124932: Distinguish build prefix from host prefix in cross builds (#124933)Hood Chatham2024-10-291-0/+4
* gh-126084: Fix venvwlauncher.exe to run pythonw.exe (GH-126088)Christian Ullrich2024-10-291-0/+2
* gh-118423: Add `INSTRUCTION_SIZE` macro to code generator (GH-125467)Tomas R.2024-10-291-0/+2
* gh-126105: Fix crash in `ast` module, when `._fields` is deleted (#126115)sobolevn2024-10-291-0/+1
* GH-125837: Split `LOAD_CONST` into three. (GH-125972)Mark Shannon2024-10-291-0/+5
* gh-126106: Fix `NULL` possible derefrence in `Modules/_ssl.c` (#126111)sobolevn2024-10-291-0/+1
* gh-124928: Emscripten node support: Clean up old node <= 16 flags (#124929)Hood Chatham2024-10-291-0/+1
* Pre-commit: prevent spaces in news entry paths (#126063)Hugo van Kemenade2024-10-284-0/+0