COMMITS
/ Python/symtable.c May 28, 2024
J
gh-119311: Fix name mangling with PEP 695 generic classes (#119464)
Jelle Zijlstra committed
May 3, 2024
J
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra committed
April 28, 2024
J
gh-109118: Make comprehensions work within annotation scopes, but without inlining (#118160)
Jelle Zijlstra committed
April 22, 2024
J
gh-109118: Allow lambdas in annotation scopes in classes (#118019)
Jelle Zijlstra committed
April 2, 2024
I
gh-117411: move PyFutureFeatures to pycore_symtable.h and make it private (#117412)
Irit Katriel committed
February 17, 2024
February 7, 2024
C
gh-114828: Fix __class__ in class-scope inlined comprehensions (#115139)
Carl Meyer committed
January 16, 2024
M
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
Mark Shannon committed
January 9, 2024
Y
gh-113842: Add missing error check for PyIter_Next() in Python/symtable.c (GH-113843)
Yan Yanchii committed
November 27, 2023
S
gh-111789: Use PyDict_GetItemRef() in Python/symtable.c (gh-112084)
Serhiy Storchaka committed
October 21, 2023
I
gh-111123: symtable should visit exception handlers before the else block (#111142)
Irit Katriel committed
September 20, 2023
C
gh-109390: add dump_symtable utility under #if 0 (#109391)
Carl Meyer committed
September 14, 2023
C
gh-109219: propagate free vars through type param scopes (#109377)
Carl Meyer committed
September 12, 2023
J
gh-109118: Disallow nested scopes within PEP 695 scopes within classes (#109196)
Jelle Zijlstra committed
September 10, 2023
September 8, 2023
S
Check the result of PySet_Contains() for error in Python/symtable.c (GH-109146)
Serhiy Storchaka committed
V
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Victor Stinner committed
September 6, 2023
V
gh-108765: Cleanup #include in Python/*.c files (#108977)
Victor Stinner committed
August 4, 2023
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
V
gh-107211: Rename PySymtable_Lookup() to _PySymtable_Lookup() (#107212)
Victor Stinner committed
May 22, 2023
J
gh-104656: Rename typeparams AST node to type_params (#104657)
Jelle Zijlstra committed
May 19, 2023
J
gh-104640: Disallow walrus in comprehension within type scopes (#104641)
Jelle Zijlstra committed
C
gh-104602: ensure all cellvars are known up front (#104603)
Carl Meyer committed
May 18, 2023
J
gh-104374: Remove access to class scopes for inlined comprehensions (#104528)
Jelle Zijlstra committed
May 17, 2023
J
gh-104572: Improve error messages for invalid constructs in PEP 695 contexts (#104573)
Jelle Zijlstra committed
May 16, 2023
J
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra committed
May 13, 2023
C
gh-104404: fix crasher with nested comprehensions plus lambdas (#104442)
Carl Meyer committed
May 11, 2023
C
gh-104357: fix inlined comprehensions that close over iteration var (#104368)
Carl Meyer committed
May 9, 2023
C
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer committed
March 2, 2023
I
gh-102371: move _Py_Mangle from compile.c to symtable.c (#102372)
Irit Katriel committed
January 8, 2023
N
gh-87447: Fix walrus comprehension rebind checking (#100581)
Nikita Sobolev committed
December 28, 2022
N
gh-100577: Replace `assert(0)` with `Py_UNREACHABLE` in `symtable.c` (#100579)
Nikita Sobolev committed
November 16, 2022
V
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Victor Stinner committed
November 2, 2022
I
gh-87092: do not allocate PyFutureFeatures dynamically (GH-98913)
Irit Katriel committed
October 5, 2022
M
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
Mark Shannon committed
February 23, 2022
January 22, 2022
V
bpo-46417: Clear symtable identifiers at exit (GH-30809)
Victor Stinner committed
December 14, 2021
I
bpo-45292: [PEP-654] add except* (GH-29581)
Irit Katriel committed
December 11, 2021
P
bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059)
Pablo Galindo Salgado committed
November 16, 2021
M
bpo-45753: Make recursion checks more efficient. (GH-29524)
Mark Shannon committed
July 13, 2021
S
bpo-33346: Allow async comprehensions inside implicit async comprehensions (GH-6766)
Serhiy Storchaka committed
June 30, 2021
B
bpo-44313: generate LOAD_ATTR/CALL_FUNCTION for top-level imported objects (GH-26677)
Batuhan Taskaya committed
May 3, 2021
B
bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583)
Batuhan Taskaya committed
April 29, 2021
N
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Nick Coghlan committed
April 23, 2021
P
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo committed
April 7, 2021
V
bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243)
Victor Stinner committed
March 24, 2021
V
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner committed
V
bpo-43244: Remove parser_interface.h header file (GH-25001)
Victor Stinner committed