index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
ast_unparse.c
Commit message (
Expand
)
Author
Age
*
gh-119182: Use public PyUnicodeWriter in ast_unparse.c (#129208)
Victor Stinner
2025-01-23
*
gh-125268: Use static string for "1e309" in AST (#125272)
Sam Gross
2024-10-10
*
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...
Petr Viktorin
2024-06-21
*
gh-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (#119619)
Sergey B Kirpichev
2024-05-29
*
gh-100227: Move _str_replace_inf to PyInterpreterState (gh-102333)
Eric Snow
2023-02-28
*
gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)
Eric Snow
2022-11-14
*
bpo-43224: Implement PEP 646 grammar changes (GH-31018)
Matthew Rahtz
2022-03-26
*
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects...
Eric Snow
2022-02-22
*
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Nick Coghlan
2021-04-28
*
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner
2021-03-23
*
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo
2020-09-16
*
bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-...
Batuhan Taskaya
2020-05-18
*
Add spaces around the ":=" operator in ast_unparse.c (GH-19568)
Hakan Çelik
2020-04-18
*
bpo-39522: Use _PyUnicodeWriter_WriteStr instead of PyUnicode_AS_DATA (GH-19523)
Batuhan Taşkaya
2020-04-14
*
bpo-395222: Correctly unparse unicode prefix in ast_unparse.c (GH-19512)
Batuhan Taşkaya
2020-04-14
*
bpo-32894: Support unparsing of infinity numbers in ast_unparser.c (GH-17426)
Batuhan Taşkaya
2020-04-14
*
bpo-34822: Simplify AST for subscription. (GH-9605)
Serhiy Storchaka
2020-03-10
*
closes bpo-39898: Remove unused arg from append_formattedvalue. (GH-18840)
Andy Lester
2020-03-08
*
bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304)
Batuhan Taşkaya
2020-03-01
*
bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node i...
Eric V. Smith
2019-05-27
*
bpo-36961: Handle positional-only arguments in uparse.c (GH-13412)
Pablo Galindo
2019-05-18
*
Add support for PEP572 in ast_unparse.c (GH-13337)
Batuhan Taşkaya
2019-05-18
*
bpo-36817: Add f-string debugging using '='. (GH-13123)
Eric V. Smith
2019-05-08
*
bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)
Serhiy Storchaka
2018-09-30
*
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
Serhiy Storchaka
2018-09-27
*
bpo-33475: Fix and improve converting annotations to strings. (GH-6774)
Serhiy Storchaka
2018-05-16
*
bpo-32711: Fix warnings for Python/ast_unparse.c (#5426)
Stéphane Wirtel
2018-02-01
*
String annotations [PEP 563] (#4390)
Guido van Rossum
2018-01-26