COMMITS
/ Python/ceval.c September 5, 2023
September 3, 2023
V
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner committed
August 31, 2023
August 24, 2023
V
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner committed
August 23, 2023
I
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#108367)
Irit Katriel committed
August 17, 2023
P
gh-107944: Improve error message for function calls with bad keyword arguments (#107969)
Pablo Galindo Salgado committed
G
gh-106581: Project through calls (#108067)
Guido van Rossum committed
M
August 16, 2023
G
gh-106581: Split `CALL_PY_EXACT_ARGS` into uops (#107760)
Guido van Rossum committed
August 9, 2023
M
GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107725)
Mark Shannon committed
August 8, 2023
G
gh-107758: Improvements to lltrace feature (#107757)
Guido van Rossum committed
August 4, 2023
B
GH-84436: Skip refcounting for known immortals (GH-107605)
Brandt Bucher committed
August 2, 2023
M
GH-100964: Break cycles involving exception state when returning from generator (GH-107563)
Mark Shannon committed
July 27, 2023
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