COMMITS
/ Python/peephole.c July 8, 2013
V
Issue #18408: Fix PyCode_Optimize(): raise a MemoryError on memory allocation
Victor Stinner committed
December 6, 2012
B
create NameConstant AST class for None, True, and False literals (closes #16619)
Benjamin Peterson committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
September 21, 2011
S
Issue #13002: Fix Visual Studio warning (not enough actual parameters).
Stefan Krah committed
April 15, 2011
E
#5057: Merge with 3.2.
Ezio Melotti committed
E
#5057: Merge with 3.1.
Ezio Melotti committed
March 23, 2011
March 15, 2011
R
Issue 11510: Fix BUILD_SET optimizer bug.
Raymond Hettinger committed
R
Issue 11510: Fix BUILD_SET optimizer bug.
Raymond Hettinger committed
March 11, 2011
A
Issue #11244: The peephole optimizer is now able to constant-fold
Antoine Pitrou committed
November 30, 2010
G
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl committed
August 22, 2010
R
Issue 8403: Don't mask KeyboardInterrupt during peephole operation.
Raymond Hettinger committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
January 16, 2010
A
Issue #6690: Optimize the bytecode for expressions such as `x in {1, 2, 3}`,
Antoine Pitrou committed
October 22, 2009
R
Peephole constant folding had missed UNARY_POSITIVE.
Raymond Hettinger committed
August 13, 2009
G
Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via svnmerge from
Georg Brandl committed
July 21, 2009
A
Merged revisions 73683,73786 via svnmerge from
Alexandre Vassalotti committed
June 28, 2009
B
Merged revisions 72912,72920,72940 via svnmerge from
Benjamin Peterson committed
February 28, 2009
J
Fix 2 oversights from r69961.
Jeffrey Yasskin committed
February 25, 2009
J
http://bugs.python.org/issue4715
Jeffrey Yasskin committed
November 18, 2008
R
Issue 2260: Small peephole optimization -- eliminate unnecessary POP_TOP /JUMP_FORWARD 1 pairs.
Raymond Hettinger committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
March 25, 2008
C
Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,61889 via svnmerge from
Christian Heimes committed
February 25, 2008
C
Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61058-61061 via svnmerge from
Christian Heimes committed
November 22, 2007
A
PyString_AsString is permissive and accepts unicode strings.
Amaury Forgeot d'Arc committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
February 26, 2007
G
Two more patches by Tony Lownds (SF# 1607548).
Guido van Rossum committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
August 25, 2006
B
Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the
Brett Cannon committed
August 21, 2006
T
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters committed