summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* gh-115999: Specialize loading attributes from modules in free-threaded builds...mpage2024-12-132-0/+19
* gh-102471, PEP 757: Add PyLong import and export API (#121339)Victor Stinner2024-12-131-0/+1
* gh-127629: Add ctypes to the Emscripten build (#127683)Hood Chatham2024-12-103-11/+75
* gh-127503: Fix realpath handling in emscripten cli (#127632)Hood Chatham2024-12-091-1/+1
* gh-127503 Don't propagate native PATH to Emscripten Python (#127633)Hood Chatham2024-12-091-1/+2
* [doc] Fix typos in `interpreter_definition.md` (#127742)Stan Ulbrych2024-12-081-3/+3
* GH-127652: stop using `--wasi preview2` in `wasi.py` (GH-127704)Brett Cannon2024-12-061-2/+0
* gh-127503: Emscripten make Python.sh function as proper Python CLI (#127506)Hood Chatham2024-12-052-15/+49
* gh-127111: Apply prettier formatter to Emscripten web example (#127551)Hood Chatham2024-12-052-446/+511
* Enable native AArch64 Ubuntu CI jobs (#127584)Diego Russo2024-12-041-85/+0
* gh-127111: Emscripten Make web example work again (#127113)Hood Chatham2024-12-025-62/+122
* GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...Mark Shannon2024-12-021-1/+4
* summarize: Fix typo in stats (#127450)alm2024-11-301-1/+1
* gh-127341: Argument Clinic: fix compiler warnings for getters with docstrings...Peter Bierma2024-11-291-7/+3
* gh-127303: Add docs for token.EXACT_TOKEN_TYPES (#127304)Илья Любавский2024-11-291-1/+2
* gh-127330: Update for OpenSSL 3.4 & document+improve the update process (GH-1...Petr Viktorin2024-11-283-6/+34
* gh-126612: Include stack effects of uops when computing maximum stack depth (...mpage2024-11-262-22/+134
* GH-115869: Make jit_stencils.h reproducible (GH-127166)Brandt Bucher2024-11-244-9/+17
* GH-89435: os.path should not be a frozen module (#126924)Filipe Laíns 🇵🇸2024-11-221-3/+0
* gh-127022: Simplify `PyStackRef_FromPyObjectSteal` (#127024)Sam Gross2024-11-221-1/+4
* gh-126700: pygettext: Support more gettext functions (GH-126912)Tomas R.2024-11-221-73/+171
* Allow local use of `static PyMutex` in the C analyzer (#127102)Peter Bierma2024-11-222-1/+14
* gh-115999: Specialize `LOAD_GLOBAL` in free-threaded builds (#126607)mpage2024-11-211-0/+3
* gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055)Victor Stinner2024-11-211-0/+1
* gh-126898: Emscripten support: Use es6 modules (#126903)Hood Chatham2024-11-213-26/+55
* gh-125729: Makes the installation of the turtle module dependent on the Tcl/T...CoderTCY2024-11-193-5/+6
* Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle c...Hugo van Kemenade2024-11-191-4/+1
* GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...Mark Shannon2024-11-181-1/+4
* gh-126691: Remove --with-emscripten-target (#126787)Hood Chatham2024-11-162-8/+8
* gh-118973: Add _tkinter to freethreaded MSI (GH-126768)Steve Dower2024-11-151-1/+1
* gh-126807: pygettext: Do not attempt to extract messages from function defini...Tomas R.2024-11-141-0/+6
* gh-89640: Pull in update to float word order detection in autoconf-archive (#...Hood Chatham2024-11-131-1/+1
* gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-126792)Seth Michael Larson2024-11-131-0/+28
* gh-126525: Fix `makeunicodedata.py` output on macOS and Windows (#126526)sobolevn2024-11-121-1/+1
* gh-120619: Strength reduce function guards, support 2-operand uop forms (GH-1...Ken Jin2024-11-095-18/+34
* gh-126187 Add emscripten.py script to automate emscripten build (#126190)Hood Chatham2024-11-092-136/+353
* gh-126497: Add missing venv redirectors to freethreaded installer (GH-126556)Steve Dower2024-11-081-4/+6
* gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)Serhiy Storchaka2024-11-081-9/+4
* gh-122943: Move code generation for var-positional parameter to converters (G...Serhiy Storchaka2024-11-082-73/+91
* gh-122943: Remove the object converter for var-positional parameter (GH-126560)Serhiy Storchaka2024-11-081-4/+0
* GH-123877: default to `wasm32-wasip1` instead of `wasm32-wasi` to be more spe...Brett Cannon2024-11-071-1/+1
* gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-...Serhiy Storchaka2024-11-076-84/+156
* gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)Eric Snow2024-11-071-0/+1
* GH-126222: Fix `_PyUop_num_popped` (GH-126507)Mark Shannon2024-11-071-0/+2
* GH-125911: Rename big trampoline to "shim" (GH-126339)Savannah Ostrowski2024-11-053-4/+4
* gh-115999: Fix gdb support for libpython.so after thread-local bytecode chang...T. Wouters2024-11-051-6/+9
* gh-126366: Fix crash if `__iter__` raises an exception during `yield from` (#...Peter Bierma2024-11-051-0/+1
* gh-115999: Implement thread-local bytecode and enable specialization for `BIN...mpage2024-11-041-1/+22
* gh-109413: Add more type hints to `libregrtest` (#126352)sobolevn2024-11-041-1/+1
* gh-99108: Cleanup references to inexisting `Modules/_blake2`. (GH-126270)Bénédikt Tran2024-11-012-4/+0