summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
...
* GH-131770: increase assumed WASI stack size to 131072 (wasi-sdk default) (#13...Filipe Laíns 🇵🇸2025-04-041-1/+1
* gh-131591: Implement PEP 768 (#131937)Pablo Galindo Salgado2025-04-035-1/+1329
* GH-131904: Fix Py_STACKREF_DEBUG build (GH-132022)Mark Shannon2025-04-031-2/+8
* gh-118761: Optimise import time for ast (#131953)Adam Turner2025-04-021-0/+1
* GH-131498: Cases generator: Parse down to C statement level. (GH-131948)Mark Shannon2025-04-025-582/+131
* gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (#132003)sobolevn2025-04-021-7/+6
* GH-131726: Split up _CHECK_VALIDITY_AND_SET_IP (GH-131810)Brandt Bucher2025-04-015-43/+7
* GH-131798: Allow the JIT to remove more int/float/str guards (GH-131800)Brandt Bucher2025-04-015-465/+504
* gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)mpage2025-04-019-32/+637
* gh-111178: remove redundant casts for functions with correct signatures (#131...Bénédikt Tran2025-04-011-1/+1
* GH-131296: Add missing UNREACHABLE mark in thread_nt.h (GH-131589)Chris Eibl2025-03-311-0/+1
* Fix PEP number in `ast_opt.c` for new `finally` check (#131928)sobolevn2025-03-311-1/+1
* GH-131498: Another refactoring of the code generator (GH-131827)Mark Shannon2025-03-312-7/+7
* GH-131798: Remove type checks for _TO_BOOL_STR (GH-131816)Amit Lavon2025-03-305-27/+63
* gh-130924: Do not create cells for usages of names in local annotations (#131...Jelle Zijlstra2025-03-291-12/+24
* gh-131740: minor readability fix in PyUnstable_GC_VisitObjects (gh-131786)Martin DeMello2025-03-281-5/+5
* gh-130373: Avoid locking in _LOAD_ATTR_WITH_HINT (#130372)Dino Viehland2025-03-284-41/+57
* gh-131738: optimize builtin any/all/tuple calls with a generator expression a...Irit Katriel2025-03-285-33/+119
* gh-131818: Add imply `-P` in `-I`'s help message (#131819)Hang2025-03-281-1/+1
* GH-130415: Remove redundant sym_matches_type calls in the JIT optimizer (GH-1...Brandt Bucher2025-03-272-48/+26
* gh-131525: Cache the result of tuple_hash (#131529)Michael Droettboom2025-03-279-11/+63
* GH-131729: Consider in-memory state when merging storage and stack (GH-131773)Mark Shannon2025-03-272-0/+3
* gh-131763: Replace the redundant check with assert in remove_tools (#131765)Sergey Muraviov2025-03-261-2/+3
* gh-131586: Avoid refcount contention in some "special" calls (#131588)Sam Gross2025-03-262-15/+18
* gh-123358: Use `_PyStackRef` in `LOAD_DEREF` (gh-130064)Sam Gross2025-03-263-9/+16
* GH-131729: Code-gen better liveness analysis (GH-131732)Mark Shannon2025-03-265-233/+126
* gh-130881: Handle conditionally defined annotations (#130935)Jelle Zijlstra2025-03-263-69/+285
* gh-131740: Update PyUnstable_GC_VisitObjects to traverse perm gen (gh-131744)Donghee Na2025-03-261-1/+4
* gh-131670: Fix crash in `anext()` when `__anext__` is sync and raises (#131682)sobolevn2025-03-241-0/+3
* gh-128421: Avoid TSAN warnings in `sys._current_frames()` (gh-131548)Sam Gross2025-03-241-1/+3
* gh-111178: fix UBSan failures for `Python/legacy_tracing.c` (#131611)Bénédikt Tran2025-03-241-29/+38
* gh-111178: fix UBSan failures for `Python/instrumentation.c` (#131608)Bénédikt Tran2025-03-241-10/+18
* gh-111178: fix UBSan failures for `_PyExecutorObject` (#131610)Bénédikt Tran2025-03-241-15/+21
* gh-130080: do not fold match case constants in unoptimized AST (#131577)Irit Katriel2025-03-231-0/+3
* gh-131296: fix clang-cl warning in tracemalloc.c (#131514)Victor Stinner2025-03-221-6/+3
* gh-131238: Add missing pycore_function.h includes for JIT compiler (#131571)Victor Stinner2025-03-212-0/+2
* gh-130312: SET_ADD should not lock (#130136)Dino Viehland2025-03-213-52/+52
* gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560)Victor Stinner2025-03-213-14/+11
* GH-130415: Optimize constant comparison in JIT builds (GH-131489)Savannah Ostrowski2025-03-214-5/+89
* gh-117657: Fix TSAN data race in _PyEval_SetTrace assertion (gh-131561)Sam Gross2025-03-211-1/+1
* gh-131238: Add pycore_interpframe_structs.h header (#131553)Victor Stinner2025-03-212-4/+0
* gh-128421: Add locking to most frame object functions (gh-131479)Sam Gross2025-03-211-1/+3
* GH-131331: Rename "not" to "invert" (GH-131334)Bénédikt Tran2025-03-201-8/+8
* GH-131296: fix clang-cl warnings in sysmodule.c (#131304)Chris Eibl2025-03-201-1/+1
* GH-131498: Remove conditional stack effects (GH-131499)Mark Shannon2025-03-2010-54/+97
* GH-130296: Remove `_PyOpcode_max_stack_effect` as it is no longer used (GH-13...Mark Shannon2025-03-201-12/+2
* gh-131238: Remove includes from pycore_interp.h (#131495)Victor Stinner2025-03-2013-53/+43
* gh-111178: Fix function signatures for multiple tests (#131496)Victor Stinner2025-03-202-10/+22
* Fix Windows build warnings (#131487)Victor Stinner2025-03-202-0/+6
* gh-128421: add critical section around `traceback.tb_next` (#131322)Kumar Aditya2025-03-202-14/+82