1. 2df6a93 Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. "\U00012345"[0]). by Ezio Melotti · 13 years ago
  2. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  3. 194da4a Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via svnmerge from by Georg Brandl · 15 years ago
  4. 4dd4052 Fix 2 oversights from r69961. by Jeffrey Yasskin · 15 years ago
  5. 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 15 years ago
  6. e56131b Issue 2260: Small peephole optimization -- eliminate unnecessary POP_TOP /JUMP_FORWARD 1 pairs. by Raymond Hettinger · 16 years ago
  7. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  8. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  9. cc47b05 Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,61889 via svnmerge from by Christian Heimes · 16 years ago
  10. dcca98d Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61058-61061 via svnmerge from by Christian Heimes · 16 years ago
  11. 39599dc PyString_AsString is permissive and accepts unicode strings. by Amaury Forgeot d'Arc · 17 years ago
  12. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  13. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  14. 0240b92 Two more patches by Tony Lownds (SF# 1607548). by Guido van Rossum · 17 years ago
  15. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  16. e2e23ef Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the by Brett Cannon · 18 years ago
  17. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago