COMMITS
/ Lib/test/test_compile.py May 2, 2026
N
gh-148871: extend and improve `LOAD_COMMON_CONSTANT` (GH-148971)
Neko Asakura committed
March 16, 2026
K
gh-127958: Trace from RESUME in the JIT (GH-145905)
Ken Jin committed
February 19, 2026
J
Correct MAX_N in Lib/zipfile ZipExtFile (GH-144973)
J Berg committed
January 16, 2026
December 7, 2025
M
gh-141794: Reduce size of compiler stress tests to fix Android warnings (#142263)
Malcolm Smith committed
November 13, 2025
S
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka committed
October 30, 2025
S
gh-135801: Improve filtering by module in warn_explicit() without module argument (GH-140151)
Serhiy Storchaka committed
S
gh-131927: Do not emit PEP 765 warnings in ast.parse() (GH-139642)
Serhiy Storchaka committed
October 14, 2025
S
gh-139640: Fix swallowing syntax warnings in different modules (GH-139755)
Serhiy Storchaka committed
October 8, 2025
B
gh-139748: fix leaks in AC error paths when using unicode FS-based converters (#139765)
Bénédikt Tran committed
September 17, 2025
D
gh-138714: Don't assume next block has instructions when propagating line numbers (#138770)
Dino Viehland committed
August 28, 2025
S
gh-136438: Make sure `test_compile` pass with all optimization levels (GH-136478)
Semyon Moroz committed
August 5, 2025
April 13, 2025
T
gh-132435: Test syntax warnings in a finally block (GH-132436)
Tomas R. committed
April 12, 2025
T
gh-131927: Prevent emitting optimizer warnings twice in the REPL (#131993)
Tomas R. committed
April 11, 2025
T
gh-132386: Fix a crash when passing a dict subclass to `exec` (GH-132412)
Tomas R. committed
March 19, 2025
Y
gh-126835: Move constant tuple folding from ast_opt to CFG (#130769)
Yan Yanchii committed
March 18, 2025
I
gh-130080: fix warnings in tests (#131400)
Irit Katriel committed
March 13, 2025
V
gh-131152: Remove unused imports from tests (#131153)
Victor Stinner committed
February 25, 2025
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 24, 2025
February 19, 2025
M
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon committed
February 13, 2025
Y
gh-126835: Move const folding of lists & sets from ast_opt.c to flowgraph.c (#130032)
Yan Yanchii committed
February 7, 2025
I
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (#129700)
Irit Katriel committed
January 23, 2025
January 20, 2025
December 5, 2024
H
gh-127146: Emscripten: Skip segfaults in test suite (#127151)
Hood Chatham committed
November 8, 2024
X
gh-126072: Set docstring attribute for module and class (#126231)
Xuanteng Huang committed
November 7, 2024
M
gh-126298: Don't deduplicate slice constants based on equality (#126398)
Michael Droettboom committed
October 30, 2024
X
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
Xuanteng Huang committed
October 29, 2024
M
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon committed
October 8, 2024
M
gh-125063: Emit slices as constants in the bytecode compiler (#125064)
Michael Droettboom committed
October 4, 2024
I
gh-124871: fix 'visited' tracking in compiler's reachability analysis (#124952)
Irit Katriel committed
September 30, 2024
K
gh-115142: Skip some test cases in ``Lib/test/test_compile`` if ``_testinternalcapi`` is not available (#124474)
Kirill Podoprigora committed
September 28, 2024
September 25, 2024
September 13, 2024
I
gh-124022: Fix bug where class docstring is removed in interactive mode (#124023)
Irit Katriel committed
September 11, 2024
I
gh-123958: apply docstring removal optimization in ast_opt instead of codegen (#123959)
Irit Katriel committed
I
gh-123942: add missing test for docstring-handling code in ast_opt.c (#123943)
Irit Katriel committed
August 21, 2024
August 2, 2024
I
gh-122445: populate only modified fields in __static_attributes__ (#122446)
Irit Katriel committed
June 20, 2024
I
gh-98442: fix locations of with statement's cleanup instructions (#120763)
Irit Katriel committed
June 19, 2024
J
gh-120722: Set position on RETURN_VALUE in lambda (#120724)
Jelle Zijlstra committed
June 18, 2024
I
V
gh-120417: Add #noqa: F401 to tests (#120627)
Victor Stinner committed
June 17, 2024
I
June 7, 2024
I
gh-120225: fix crash in compiler on empty block at end of exception handler (#120235)
Irit Katriel committed
May 22, 2024
J
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Jelle Zijlstra committed
May 6, 2024
S
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka committed
April 17, 2024
I
gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)
Irit Katriel committed