summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-126171: fix possible null dereference in _imp_find_frozen_impl (#126566)Valery Fedorenko2024-11-081-1/+1
* gh-122943: Remove the object converter for var-positional parameter (GH-126560)Serhiy Storchaka2024-11-087-87/+80
* gh-120017: use 'do-while(0)' in some `{codegen,compile}.c` multi-line macros ...Bénédikt Tran2024-11-072-62/+72
* GH-123877: default to `wasm32-wasip1` instead of `wasm32-wasi` to be more spe...Brett Cannon2024-11-075-9/+12
* gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-...Serhiy Storchaka2024-11-0722-662/+1597
* GH-126464 Fix JIT CI on aarch64-apple-darwin (GH-126494)alm2024-11-071-8/+7
* gh-126298: Don't deduplicate slice constants based on equality (#126398)Michael Droettboom2024-11-072-20/+93
* gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)Eric Snow2024-11-0715-337/+343
* Chore: Fix typo in `pyarena.c` (#126527)Aditya Borikar2024-11-071-1/+1
* gh-126529: Update devguide links to relative filenames in InternalDocs (#126530)Valerii2024-11-072-3/+3
* Doc: C API: Demote sections to subsections for consistency (#126535)Richard Hansen2024-11-071-7/+7
* GH-126222: Fix `_PyUop_num_popped` (GH-126507)Mark Shannon2024-11-074-56/+69
* gh-126500: test_ssl: Don't stop ThreadedEchoServer on OSError in ConnectionHa...Petr Viktorin2024-11-071-5/+12
* gh-126499: test_ssl: Don't assume err.reason is a string (GH-126501)Petr Viktorin2024-11-071-1/+1
* gh-48020: [docs] Remove the logging howto suggested future FileHandler multip...Gregory P. Smith2024-11-071-5/+2
* gh-96398: Improve accuracy of compiler checks in configure.ac (#117815)Erlend E. Aasland2024-11-072-203/+127
* gh-125679: multiprocessing Lock and RLock - fix invalid representation string...Duprat2024-11-073-2/+126
* Cleanup multiprocessing comment and unusual import error message (#126532)Gregory P. Smith2024-11-072-8/+8
* gh-125926: Fix urllib.parse.urljoin() for base URI with undefined authority (...Serhiy Storchaka2024-11-073-2/+78
* gh-125631: Enable setting persistent_id and persistent_load of pickler and un...Serhiy Storchaka2024-11-073-2/+146
* GH-126458: disable SIMD for HACL under WASI (#126512)Brett Cannon2024-11-063-4/+9
* gh-126451: Register contextvars.Context to collections.abc.Mapping (#126452)Stephen Morton2024-11-063-0/+20
* gh-126509: Update link to CPython's grammar docs in InternalDocs/parser.md (#...Valerii2024-11-061-1/+1
* gh-126513: Use helpers for `_Py_Specialize_ConstainsOp` (#126517)Kirill Podoprigora2024-11-061-17/+7
* gh-126489: Do not call persistent_id() for a persistent id in Python pickle (...Serhiy Storchaka2024-11-063-4/+14
* gh-115999: Move specializer test from test_dis to test_opcache (gh-126498)Donghee Na2024-11-062-45/+59
* gh-115999: Introduce helpers for (un)specializing instructions (#126414)mpage2024-11-061-48/+84
* gh-126461: Fix _Unpickler_ReadFromFile() error handling (#126485)Victor Stinner2024-11-061-0/+4
* gh-122838: Document missing opcodes (#123073)Kamil Turek2024-11-061-0/+21
* gh-126455: Disallow _ssl.SSLSocket instantiation (#126481)Victor Stinner2024-11-061-1/+1
* gh-126433: Change channel_info.count to int64_t (#126447)Victor Stinner2024-11-061-1/+1
* gh-120754: Add to `io` optimization to what's new (#126466)Cody Maloney2024-11-061-0/+9
* gh-115999: Add free-threaded specialization for CONTAINS_OP (gh-126450)Donghee Na2024-11-064-6/+29
* GH-126464: Temporarily disable `aarch64-apple-darwin` JIT CI jobs (gh-126465)Brandt Bucher2024-11-061-5/+6
* gh-70764: inspect.getclosurevars now identifies global variables with LOAD_GL...blhsing2024-11-053-5/+23
* gh-122544: Change OS image in GitHub Actions to Ubuntu 24.04 (#122566)Damien2024-11-055-8/+7
* GH-125911: Rename big trampoline to "shim" (GH-126339)Savannah Ostrowski2024-11-054-11/+9
* gh-122544: Change OS image in Azure pipeline to Ubuntu 24.04 (#125344)Damien2024-11-051-1/+1
* pathlib ABCs: defer path joining (#126409)Barney Gale2024-11-053-46/+43
* gh-126074: Removes unnecessary DLLs from embeddable package (GH-126143)Steve Dower2024-11-052-1/+8
* GH-124985: Document that `pathlib.Path.copy()` uses copy-on-write. (#125861)Barney Gale2024-11-051-0/+5
* gh-126238: Fix possible null pointer dereference of freevars in _PyCompile_Lo...Valery Fedorenko2024-11-051-1/+1
* gh-126433: Fix compiler warnings on 32-bit Windows (#126444)Victor Stinner2024-11-055-10/+12
* gh-115999: Fix gdb support for libpython.so after thread-local bytecode chang...T. Wouters2024-11-051-6/+9
* gh-126425: Refactor `_lsprof_Profiler_enable` (#126426)sobolevn2024-11-051-12/+25
* gh-126417: Register multiprocessing proxy types to an appropriate collections...Stephen Morton2024-11-054-1/+18
* gh-126366: Fix crash if `__iter__` raises an exception during `yield from` (#...Peter Bierma2024-11-056-6/+25
* Doc: C API: Delete claim that `PyObject_Init` is GC-aware (#126418)Richard Hansen2024-11-051-4/+2
* gh-119793: Prefer `map(..., strict=True)` over starmap/zip in examples (#126407)Lukas Geiger2024-11-053-5/+5
* gh-120057: Add os.reload_environ() function (#126268)Victor Stinner2024-11-055-31/+52