FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/ast_unparse.c - https-github-com-nzysoft/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
https-github-com-nzysoft
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
ast_unparse.c
on
main
User selector
Datepicker
Commit history
Commits on Feb 28, 2023
gh-100227: Move _str_replace_inf to PyInterpreterState (gh-102333)
Show description for 880437d
ericsnowcurrently
authored
880437d
View commit details
Copy full SHA for 880437d
View code at this point
Browse repository at this point
Commits on Nov 14, 2022
gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)
Show description for a088290
ericsnowcurrently
authored
a088290
View commit details
Copy full SHA for a088290
View code at this point
Browse repository at this point
Commits on Mar 26, 2022
bpo-43224: Implement PEP 646 grammar changes (GH-31018)
Show description for e8e737b
mrahtz
and
JelleZijlstra
authored
e8e737b
View commit details
Copy full SHA for e8e737b
View code at this point
Browse repository at this point
Commits on Feb 23, 2022
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects (gh-31366)
Show description for 1f45536
ericsnowcurrently
authored
1f45536
View commit details
Copy full SHA for 1f45536
View code at this point
Browse repository at this point
Commits on Apr 29, 2021
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Show description for 1e7b858
ncoghlan
and
brandtbucher
authored
1e7b858
View commit details
Copy full SHA for 1e7b858
View code at this point
Browse repository at this point
Commits on Mar 23, 2021
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Show description for 94faa07
vstinner
authored
94faa07
View commit details
Copy full SHA for 94faa07
View code at this point
Browse repository at this point
Commits on Sep 16, 2020
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Show description for a5634c4
pablogsal
authored
a5634c4
View commit details
Copy full SHA for a5634c4
View code at this point
Browse repository at this point
Commits on May 18, 2020
bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156)
isidentical
authored
2135e10
View commit details
Copy full SHA for 2135e10
View code at this point
Browse repository at this point
Commits on Apr 18, 2020
Add spaces around the ":=" operator in ast_unparse.c (GH-19568)
hakancelikdev
authored
ce57883
View commit details
Copy full SHA for ce57883
View code at this point
Browse repository at this point
Commits on Apr 14, 2020
bpo-39522: Use _PyUnicodeWriter_WriteStr instead of PyUnicode_AS_DATA (GH-19523)
isidentical
authored
43aeefa
View commit details
Copy full SHA for 43aeefa
View code at this point
Browse repository at this point
bpo-395222: Correctly unparse unicode prefix in ast_unparse.c (GH-19512)
isidentical
authored
aade1cc
View commit details
Copy full SHA for aade1cc
View code at this point
Browse repository at this point
Commits on Apr 13, 2020
bpo-32894: Support unparsing of infinity numbers in ast_unparser.c (GH-17426)
isidentical
authored
258f517
View commit details
Copy full SHA for 258f517
View code at this point
Browse repository at this point
Commits on Mar 10, 2020
bpo-34822: Simplify AST for subscription. (GH-9605)
Show description for 13d52c2
serhiy-storchaka
authored
13d52c2
View commit details
Copy full SHA for 13d52c2
View code at this point
Browse repository at this point
Commits on Mar 8, 2020
closes bpo-39898: Remove unused arg from append_formattedvalue. (GH-18840)
petdance
authored
28ca43b
View commit details
Copy full SHA for 28ca43b
View code at this point
Browse repository at this point
Commits on Mar 1, 2020
bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304)
isidentical
authored
185903d
View commit details
Copy full SHA for 185903d
View code at this point
Browse repository at this point
Commits on May 27, 2019
bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node instead (GH-13597)
Show description for 6f6ff8a
ericvsmith
authored
6f6ff8a
View commit details
Copy full SHA for 6f6ff8a
View code at this point
Browse repository at this point
Commits on May 18, 2019
bpo-36961: Handle positional-only arguments in uparse.c (GH-13412)
pablogsal
authored
da6129e
View commit details
Copy full SHA for da6129e
View code at this point
Browse repository at this point
Add support for PEP572 in ast_unparse.c (GH-13337)
isidentical
authored and
pablogsal
committed
fa19a25
View commit details
Copy full SHA for fa19a25
View code at this point
Browse repository at this point
Commits on May 8, 2019
bpo-36817: Add f-string debugging using '='. (GH-13123)
Show description for 9a4135e
ericvsmith
authored
9a4135e
View commit details
Copy full SHA for 9a4135e
View code at this point
Browse repository at this point
Commits on Sep 30, 2018
bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)
Show description for 2a2940e
serhiy-storchaka
authored
2a2940e
View commit details
Copy full SHA for 2a2940e
View code at this point
Browse repository at this point
Commits on Sep 27, 2018
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
serhiy-storchaka
authored
3f22811
View commit details
Copy full SHA for 3f22811
View code at this point
Browse repository at this point
Commits on May 17, 2018
bpo-33475: Fix and improve converting annotations to strings. (GH-6774)
serhiy-storchaka
authored and
ambv
committed
64fddc4
View commit details
Copy full SHA for 64fddc4
View code at this point
Browse repository at this point
Commits on Feb 1, 2018
bpo-32711: Fix warnings for Python/ast_unparse.c (#5426)
Show description for 83ab995
matrixise
authored and
tiran
committed
83ab995
View commit details
Copy full SHA for 83ab995
View code at this point
Browse repository at this point
Commits on Jan 26, 2018
String annotations [PEP 563] (#4390)
Show description for 95e4d58
gvanrossum
authored and
ambv
committed
95e4d58
View commit details
Copy full SHA for 95e4d58
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL