summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* gh-119826: Improved fallback for ntpath.abspath() on Windows (GH-119938)Nice Zombies2024-11-121-0/+1
* gh-126688: Reinit import lock after fork (#126692)Sam Gross2024-11-121-0/+2
* GH-120423: `pathname2url()`: handle forward slashes in Windows paths (#126593)Barney Gale2024-11-121-0/+2
* gh-116897: Deprecate generic false values in urllib.parse.parse_qsl() (GH-116...Serhiy Storchaka2024-11-121-0/+4
* gh-89083: add support for UUID version 8 (RFC 9562) (#123224)Bénédikt Tran2024-11-121-0/+2
* gh-126705: Make os.PathLike more like a protocol (#126706)Stephen Morton2024-11-121-0/+1
* gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#126065)RUANG (James Roy)2024-11-121-0/+3
* gh-125916: Allow functools.reduce() 'initial' to be a keyword argument (#125917)Sayandip Dutta2024-11-122-0/+3
* gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (#126617)Bénédikt Tran2024-11-121-0/+2
* gh-126209: Fix inconsistency of `skip_file_prefixes` in `warnings.warn`'s C ...Daehee Kim2024-11-121-0/+3
* gh-126699: allow AsyncIterator to be used as a base for Protocols (#126702)Stephen Morton2024-11-121-0/+1
* gh-84852: Add MIME types for .eot, ,otf, .ttf, .woff and .woff2 fonts (#20199)Sahil Prajapati2024-11-121-0/+2
* GH-126195: Use M1 JIT memory protection APIs (GH-126196)Diego Russo2024-11-121-0/+1
* gh-58749: Remove incorrect language spec claims about the global statement (G...Beomsoo Kim2024-11-121-0/+1
* Docs: re-create pages for removed modules to document their removal. (#126622)Ned Batchelder2024-11-111-0/+3
* gh-89416: Add RFC 9559 MIME types for Matroska formats (#126412)Hugo van Kemenade2024-11-111-0/+2
* gh-126374: Add support of options with optional arguments in the getopt modul...Serhiy Storchaka2024-11-111-0/+1
* gh-117941: Reject option names starting with "--no-" in argparse.BooleanOptio...Serhiy Storchaka2024-11-111-0/+2
* gh-126505: Fix bugs in compiling case-insensitive character classes (GH-126557)Serhiy Storchaka2024-11-111-0/+4
* gh-126654: Fix crash in several functions in `_interpreters` module (#126678)sobolevn2024-11-111-0/+2
* gh-117378: Clear up the NEWS entry wording (GH-126634)Gregory P. Smith2024-11-111-3/+3
* gh-126565: Skip `zipfile.Path.exists` check in write mode (#126576)Jan Hicken2024-11-101-0/+1
* gh-117378: Fix multiprocessing forkserver preload sys.path inheritance. (GH-1...Gregory P. Smith2024-11-091-0/+17
* gh-126187 Add emscripten.py script to automate emscripten build (#126190)Hood Chatham2024-11-091-0/+1
* GH-126212: Fix removal of slashes in file URIs on Windows (#126214)Barney Gale2024-11-081-0/+3
* gh-126497: Add missing venv redirectors to freethreaded installer (GH-126556)Steve Dower2024-11-081-0/+2
* gh-126072: Set docstring attribute for module and class (#126231)Xuanteng Huang2024-11-082-0/+3
* GH-123877: default to `wasm32-wasip1` instead of `wasm32-wasi` to be more spe...Brett Cannon2024-11-071-0/+3
* 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-052-0/+4
* 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-120754: Add a strace helper and test set of syscalls for open().read(), Ta...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