summaryrefslogtreecommitdiff
path: root/Python/peephole.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #5057: fix a bug in the peepholer that led to non-portable pyc files be...Ezio Melotti2011-04-151-0/+18
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-591/+591
* Fix error handling in PyCode_Optimize, by Alexander Schremmer at EuroPython s...Georg Brandl2009-06-291-6/+9
* teach the peepholer about SETUP_WITHBenjamin Peterson2009-05-261-0/+3
* Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} withJeffrey Yasskin2009-02-281-35/+61
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-8/+8
* Renamed PyString to PyBytesChristian Heimes2008-05-261-8/+8
* Try to fix a bunch of compiler warnings on Win64.Neal Norwitz2008-03-251-2/+2
* Fix indentationNeal Norwitz2008-02-251-1/+1
* 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