index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
peephole.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #27076: Doc, comment and test function name spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka
2015-02-16
1
-3/+5
*
#5057: the peepholer no longer optimizes subscription on unicode literals (e....
Ezio Melotti
2012-11-04
1
-20/+7
*
Fix whitespace
Raymond Hettinger
2012-07-21
1
-20/+16
*
Issue #8767: Restore building with --disable-unicode.
Martin v. Löwis
2012-05-20
1
-0/+2
*
Issue #5057: fix a bug in the peepholer that led to non-portable pyc files be...
Ezio Melotti
2011-04-15
1
-0/+18
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-591/+591
*
Fix error handling in PyCode_Optimize, by Alexander Schremmer at EuroPython s...
Georg Brandl
2009-06-29
1
-6/+9
*
teach the peepholer about SETUP_WITH
Benjamin Peterson
2009-05-26
1
-0/+3
*
Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with
Jeffrey Yasskin
2009-02-28
1
-35/+61
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-8/+8
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-8/+8
*
Try to fix a bunch of compiler warnings on Win64.
Neal Norwitz
2008-03-25
1
-2/+2
*
Fix indentation
Neal Norwitz
2008-02-25
1
-1/+1
*
Use macro version of GET_SIZE to avoid Coverity warning (#150) about a possib...
Neal Norwitz
2007-06-09
1
-1/+1
*
Fix embarrassing typo and fix constantification of None
Raymond Hettinger
2007-03-02
1
-6/+10
*
Update the peephole optimizer to remove more dead code (jumps after returns)
Neal Norwitz
2006-10-14
1
-4/+15
*
Move peephole optimizer to separate file.
Jeremy Hylton
2006-08-21
1
-0/+615