COMMITS
/ Python/compile.c February 25, 2022
I
bpo-46808: remove NEXT_BLOCK() from compile.c (GH-31448)
Irit Katriel committed
B
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
Brandt Bucher committed
February 23, 2022
February 21, 2022
M
bpo-46329: Streamline calling sequence a bit. (GH-31465)
Mark Shannon committed
February 18, 2022
M
bpo-46329: Change calling sequence (again) (GH-31373)
Mark Shannon committed
February 15, 2022
M
bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326)
Mark Shannon committed
E
bpo-46541: Discover the global strings. (gh-31346)
Eric Snow committed
February 14, 2022
B
Remove unnecessary basic block from comprehensions (GH-31263)
Brandt Bucher committed
February 9, 2022
B
bpo-46528: Attempt SWAPs at compile-time (GH-30970)
Brandt Bucher committed
B
bpo-46528: Check PyMem_Malloc for NULL (GH-30998)
Brandt Bucher committed
February 8, 2022
February 7, 2022
V
bpo-46670: Remove unused macros in the Python directory (GH-31192)
Victor Stinner committed
February 3, 2022
B
bpo-45773: Remove invalid peephole optimizations (GH-31066)
Brandt Bucher committed
February 1, 2022
B
bpo-46528: Simplify BUILD_TUPLE/UNPACK_SEQUENCE folding (GH-31039)
Brandt Bucher committed
January 28, 2022
M
bpo-46329: Split calls into precall and call instructions. (GH-30855)
Mark Shannon committed
January 27, 2022
I
bpo-46458: emit code for else of a try block immediately after the try body (GH-30751)
Irit Katriel committed
January 26, 2022
B
bpo-46528: Simplify the VM's stack manipulations (GH-30902)
Brandt Bucher committed
January 24, 2022
M
bpo-43683: Streamline YIELD_VALUE and SEND (GH-30723)
Mark Shannon committed
January 20, 2022
M
bpo-46409: Make generators in bytecode (GH-30633)
Mark Shannon committed
January 17, 2022
Z
bpo-46161: Fix bug in starunpack_helper in compile.c (GH-30235)
zq1997 committed
January 13, 2022
I
bpo-46344: Fix trace bug in else of try and try-star blocks (GH-30544)
Irit Katriel committed
January 11, 2022
M
bpo-46331: Do not set line number of instruction storing doc-string. (GH-30518)
Mark Shannon committed
January 10, 2022
M
bpo-46314: Remove extra RESUME when compiling a lamdba. (GH-30513)
Mark Shannon committed
January 6, 2022
I
bpo-46286: use the new POP_JUMP_IF_NOT_NONE opcode to simplify except* (GH-30439)
Irit Katriel committed
M
bpo-45923: Handle call events in bytecode (GH-30364)
Mark Shannon committed
P
bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019)
penguin_wwy committed
January 4, 2022
B
bpo-46009: Remove GEN_START (GH-30367)
Brandt Bucher committed
I
bpo-46202: Remove opcode POP_EXCEPT_AND_RERAISE (GH-30302)
Irit Katriel committed
January 2, 2022
December 17, 2021
I
bpo-45711: Remove type and traceback from exc_info (GH-30122)
Irit Katriel committed
December 15, 2021
M
bpo-46039: Split yield from in two (GH-30035)
Mark Shannon committed
December 14, 2021
M
bpo-44525: Split calls into PRECALL and CALL (GH-30011)
Mark Shannon committed
I
bpo-45292: [PEP-654] add except* (GH-29581)
Irit Katriel committed
December 10, 2021
C
bpo-37971: fix the position of decorator application (GH-30027)
Carl Friedrich Bolz-Tereick committed
December 5, 2021
G
Delete orphaned comment (#29917)
Guido van Rossum committed
November 23, 2021
November 19, 2021
I
Fix link to exception handling notes (GH-29617)
Irit Katriel committed
November 11, 2021
B
bpo-45773: Stop "optimizing" certain jump patterns (GH-29505)
Brandt Bucher committed
B
bpo-45636: Merge all numeric operators (GH-29482)
Brandt Bucher committed
November 10, 2021
I
bpo-45711: remove unnecessary DUP_TOP and POP in exception handling (GH-29495)
Irit Katriel committed
October 27, 2021
B
bpo-44511: Improve the bytecode for class and mapping patterns (GH-26922)
Brandt Bucher committed
October 6, 2021
C
Fix typos in the Python directory (GH-28767)
Christian Clauss committed
M
Normalize jumps in compiler. All forward jumps to use JUMP_FORWARD. (GH-28755)
Mark Shannon committed
October 4, 2021
S
bpo-45355: More use of sizeof(_Py_CODEUNIT) (GH-28720)
Serhiy Storchaka committed
September 14, 2021
I
bpo-45152: Add HAS_CONST macro and get_const_value() function and use… (#28262)
Irit Katriel committed
September 2, 2021
I
bpo-45056: Remove trailing unused constants from co_consts (GH-28109)
Inada Naoki committed
August 31, 2021
August 25, 2021
D
bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947)
Dong-hee Na committed
August 9, 2021
M
Remove unused variable. (GH-27677)
Mark Shannon committed