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
/
Python
/
ast_opt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42282: Fold constants inside named expressions (GH-23190)
Nick Coghlan
2020-11-07
1
-11
/
+43
*
bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
Batuhan Taskaya
2020-10-06
1
-24
/
+0
*
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo
2020-09-16
1
-53
/
+53
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
1
-1
/
+2
*
bpo-39522: Always initialise kind attribute in constant ast nodes (GH-19525)
Pablo Galindo
2020-04-14
1
-0
/
+1
*
bpo-39220: Do not optimise annotation if 'from __future__ import annotations'...
Pablo Galindo
2020-03-18
1
-37
/
+45
*
bpo-34822: Simplify AST for subscription. (GH-9605)
Serhiy Storchaka
2020-03-10
1
-29
/
+8
*
bpo-39639: Remove the AST "Suite" node and associated code (GH-18513)
Batuhan Taşkaya
2020-03-04
1
-3
/
+0
*
Fix constant folding optimization for positional only arguments (GH-17837)
Anthony Sottile
2020-01-05
1
-0
/
+1
*
bpo-33416: Add end positions to Python AST (GH-11605)
Ivan Levkivskyi
2019-01-22
1
-1
/
+2
*
bpo-35177: Add dependencies between header files (GH-10361)
Victor Stinner
2018-11-12
1
-1
/
+0
*
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
Serhiy Storchaka
2018-09-27
1
-51
/
+10
*
bpo-33691: Add _PyAST_GetDocString(). (GH-7236)
Serhiy Storchaka
2018-05-30
1
-22
/
+6
*
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
Serhiy Storchaka
2018-05-29
1
-4
/
+43
*
bpo-32925: Optimized iterating and containing test for literal lists (GH-5842)
Serhiy Storchaka
2018-03-11
1
-2
/
+17
*
bpo-9566: Fix size_t=>int downcast warnings (#5230)
Victor Stinner
2018-01-18
1
-1
/
+1
*
bpo-32372: Move __debug__ optimization to the AST level. (#4925)
Serhiy Storchaka
2017-12-25
1
-33
/
+38
*
bpo-30416: Protect the optimizer during constant folding. (#4860)
Serhiy Storchaka
2017-12-15
1
-25
/
+130
*
bpo-29469: Optimize literal lists and sets iterating on the AST level. (#4866)
Serhiy Storchaka
2017-12-14
1
-29
/
+38
*
bpo-29469: Move constant folding to AST optimizer (GH-2858)
INADA Naoki
2017-12-14
1
-0
/
+649