GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Include
/
asdl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo
2020-09-16
1
-8
/
+63
*
bpo-40528: Improve and clear several aspects of the ASDL definition code for ...
Batuhan Taskaya
2020-05-06
1
-2
/
+0
*
bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634)
Zackery Spytz
2019-09-12
1
-0
/
+2
*
bpo-18407: ast.c uses Py_ssize_t for asdl_seq_LEN() iterator (GH-10655)
Victor Stinner
2018-11-22
1
-1
/
+1
*
Add ast.Constant
Victor Stinner
2016-01-26
1
-0
/
+1
*
Fix compiler warning on Windows 64-bit: asdl_seq_SET() stores the index param...
Victor Stinner
2013-11-16
1
-4
/
+6
*
Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".
Antoine Pitrou
2013-10-12
1
-2
/
+2
*
create NameConstant AST class for None, True, and False literals (closes #16619)
Benjamin Peterson
2012-12-06
1
-0
/
+1
*
Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353.
Martin v. Löwis
2012-05-15
1
-4
/
+4
*
add a asdl bytes type, so Bytes.s be properly typechecked
Benjamin Peterson
2011-08-09
1
-0
/
+1
*
Whoops, fix build breakage. There were still a few uses of the bool type.
Neal Norwitz
2007-02-26
1
-4
/
+0
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-0
/
+8
*
Remove asdl_seq_APPEND() and simplify asdl seq implementation.
Jeremy Hylton
2006-02-28
1
-12
/
+2
*
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz
2005-12-17
1
-1
/
+1
*
Whoops, checkin consistent versions of *all* files to stop polluting
Neal Norwitz
2005-11-13
1
-7
/
+0
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
1
-0
/
+54