| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 8403: Don't mask KeyboardInterrupt during peephole operation. | Raymond Hettinger | 2010-08-22 | 1 | -4/+8 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -616/+616 |
|
|
* | Issue #6690: Optimize the bytecode for expressions such as `x in {1, 2, 3}`, | Antoine Pitrou | 2010-01-16 | 1 | -4/+16 |
|
|
* | Peephole constant folding had missed UNARY_POSITIVE. | Raymond Hettinger | 2009-10-22 | 1 | -0/+4 |
|
|
* | Merged revisions 73683,73786 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 1 | -6/+9 |
|
|
* | Merged revisions 72912,72920,72940 via svnmerge from | Benjamin Peterson | 2009-06-28 | 1 | -0/+3 |
|
|
* | Fix 2 oversights from r69961. | Jeffrey Yasskin | 2009-02-28 | 1 | -3/+5 |
|
|
* | http://bugs.python.org/issue4715 | Jeffrey Yasskin | 2009-02-25 | 1 | -44/+58 |
|
|
* | Issue 2260: Small peephole optimization -- eliminate unnecessary POP_TOP /JUM... | Raymond Hettinger | 2008-11-18 | 1 | -0/+10 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -7/+7 |
|
|
* | Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,... | Christian Heimes | 2008-03-25 | 1 | -2/+2 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61058-61061 ... | Christian Heimes | 2008-02-25 | 1 | -1/+1 |
|
|
* | PyString_AsString is permissive and accepts unicode strings. | Amaury Forgeot d'Arc | 2007-11-22 | 1 | -1/+1 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -15/+38 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -6/+10 |
|
|
* | Two more patches by Tony Lownds (SF# 1607548). | Guido van Rossum | 2007-02-26 | 1 | -5/+11 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -4/+15 |
|
|
* | Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the | Brett Cannon | 2006-08-25 | 1 | -4/+0 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -0/+610 |
|
|