COMMITS
/ Python/ceval.c July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
July 22, 2023
V
GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069)
Victor Stinner committed
V
gh-106320: Move private _PySet API to the internal API (#107041)
Victor Stinner committed
July 20, 2023
B
GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)
Brandt Bucher committed
July 17, 2023
G
gh-106603: Make uop struct a triple (opcode, oparg, operand) (#106794)
Guido van Rossum committed
G
gh-106581: Add 10 new opcodes by allowing `assert(kwnames == NULL)` (#106707)
Guido van Rossum committed
July 13, 2023
G
gh-106701: Move the hand-written Tier 2 uops to bytecodes.c (#106702)
Guido van Rossum committed
July 12, 2023
I
S
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka committed
July 11, 2023
G
gh-106529: Support JUMP_BACKWARD in Tier 2 (uops) (#106543)
Guido van Rossum committed
July 10, 2023
G
gh-106529: Implement POP_JUMP_IF_XXX uops (#106551)
Guido van Rossum committed
July 9, 2023
S
gh-106303: Use _PyObject_LookupAttr() instead of PyObject_GetAttr() (GH-106304)
Serhiy Storchaka committed
July 7, 2023
B
Delete dead ceval code. (gh-106486)
Benjamin Peterson committed
July 6, 2023
G
gh-104584: Fix error handling from backedge optimization (#106484)
Guido van Rossum committed
July 5, 2023
C
gh-105340: include hidden fast-locals in locals() (#105715)
Carl Meyer committed
July 3, 2023
M
GH-104584: Fix ENTER_EXECUTOR (GH-106141)
Mark Shannon committed
G
gh-106290: Fix edge cases around uops (#106319)
Guido van Rossum committed
June 30, 2023
D
gh-106280: Remove unnecessary unreachable code (gh-106285)
Dong-hee Na committed
V
gh-106023: Update code using _PyObject_FastCall() (#106257)
Victor Stinner committed
June 28, 2023
G
gh-104584: Emit macro expansions to opcode_metadata.h (#106163)
Guido van Rossum committed
June 27, 2023
G
gh-104584: Change DEOPT_IF in uops executor (#106146)
Guido van Rossum committed
G
gh-104584: Baby steps towards generating and executing traces (#105924)
Guido van Rossum committed
June 22, 2023
M
GH-91095: Specialize calls to normal Python classes. (GH-99331)
Mark Shannon committed
June 17, 2023
June 14, 2023
M
GH-77273: Better bytecodes for f-strings (GH-6132)
Mark Shannon committed
June 13, 2023
E
gh-104812: Run Pending Calls in any Thread (gh-104813)
Eric Snow committed
June 2, 2023
J
gh-105214: Use named constants for MAKE_FUNCTION oparg (#105215)
Jelle Zijlstra committed
June 1, 2023
I
remove unused #includes of pycore_pymem.h (#105166)
Irit Katriel committed
May 18, 2023
M
GH-104580: Don't cache eval breaker in interpreter (GH-104581)
Mark Shannon committed
May 12, 2023
M
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104387)
Mark Shannon committed
May 5, 2023
April 30, 2023
K
gh-98003: Inline call frames for CALL_FUNCTION_EX (GH-98004)
Ken Jin committed
April 24, 2023
C
gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)
Carl Meyer committed
April 22, 2023
E
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo committed
April 18, 2023
N
GH-100530: Change the error message for non-class class patterns (GH-103576)
Nikita Sobolev committed
April 13, 2023
M
GH-103488: Use return-offset, not yield-offset. (GH-103502)
Mark Shannon committed
April 12, 2023
M
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Mark Shannon committed
March 13, 2023
M
I
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102631)
Irit Katriel committed
February 28, 2023
I
P
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
Petr Viktorin committed
February 23, 2023
M
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
Mark Shannon committed
February 21, 2023
February 20, 2023
S
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Steve Dower committed
February 18, 2023
E
gh-101967: add a missing error check (#101968)
Eclips4 committed
February 15, 2023
E
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow committed
February 8, 2023
G
gh-98831: Modernize CALL and family (#101508)
Guido van Rossum committed
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
February 7, 2023
M
gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (#101127)
Matthieu Dartiailh committed