Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |