summaryrefslogtreecommitdiffstats
path: root/Python/peephole.c
Commit message (Expand)AuthorAgeFilesLines
* Use macro version of GET_SIZE to avoid Coverity warning (#150) about a possib...Neal Norwitz2007-06-091-1/+1
* Fix embarrassing typo and fix constantification of NoneRaymond Hettinger2007-03-021-6/+10
* Update the peephole optimizer to remove more dead code (jumps after returns)Neal Norwitz2006-10-141-4/+15
* Move peephole optimizer to separate file.Jeremy Hylton2006-08-211-0/+615