COMMITS
/ Python/ast_unparse.c June 21, 2024
P
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520)
Petr Viktorin committed
May 29, 2024
S
gh-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (#119619)
Sergey B Kirpichev committed
February 28, 2023
E
gh-100227: Move _str_replace_inf to PyInterpreterState (gh-102333)
Eric Snow committed
November 14, 2022
E
gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)
Eric Snow committed
March 26, 2022
M
bpo-43224: Implement PEP 646 grammar changes (GH-31018)
Matthew Rahtz committed
February 23, 2022
April 29, 2021
N
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Nick Coghlan committed
March 23, 2021
V
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner committed
September 16, 2020
P
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo committed
May 18, 2020
B
bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156)
Batuhan Taskaya committed
April 18, 2020
H
Add spaces around the ":=" operator in ast_unparse.c (GH-19568)
Hakan Çelik committed
April 14, 2020
B
bpo-39522: Use _PyUnicodeWriter_WriteStr instead of PyUnicode_AS_DATA (GH-19523)
Batuhan Taşkaya committed
B
bpo-395222: Correctly unparse unicode prefix in ast_unparse.c (GH-19512)
Batuhan Taşkaya committed
April 13, 2020
B
bpo-32894: Support unparsing of infinity numbers in ast_unparser.c (GH-17426)
Batuhan Taşkaya committed
March 10, 2020
S
bpo-34822: Simplify AST for subscription. (GH-9605)
Serhiy Storchaka committed
March 8, 2020
A
closes bpo-39898: Remove unused arg from append_formattedvalue. (GH-18840)
Andy Lester committed
March 1, 2020
B
bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304)
Batuhan Taşkaya committed
May 27, 2019
E
bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node instead (GH-13597)
Eric V. Smith committed
May 18, 2019
P
bpo-36961: Handle positional-only arguments in uparse.c (GH-13412)
Pablo Galindo committed
B
Add support for PEP572 in ast_unparse.c (GH-13337)
Batuhan Taşkaya committed
May 8, 2019
E
bpo-36817: Add f-string debugging using '='. (GH-13123)
Eric V. Smith committed
September 30, 2018
S
bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)
Serhiy Storchaka committed
September 27, 2018
S
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
Serhiy Storchaka committed
May 17, 2018
S
bpo-33475: Fix and improve converting annotations to strings. (GH-6774)
Serhiy Storchaka committed
February 1, 2018
S
bpo-32711: Fix warnings for Python/ast_unparse.c (#5426)
Stéphane Wirtel committed
January 26, 2018
G
String annotations [PEP 563] (#4390)
Guido van Rossum committed