1. 7db3c48 Issue #28517: Fixed of-by-one error in the peephole optimizer that caused by Serhiy Storchaka · 8 years ago
  2. a1e9ab3 Fixed refactoring bug in dd046963bd42 (issue27129). by Serhiy Storchaka · 8 years ago
  3. ab87400 Issue #27129: Replaced wordcode related magic constants with macros. by Serhiy Storchaka · 8 years ago
  4. 08eef3f Re-linewrap comments by Raymond Hettinger · 8 years ago
  5. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  6. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  7. b0f80b0 Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. by Serhiy Storchaka · 8 years ago
  8. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  9. f3914eb co_lnotab supports negative line number delta by Victor Stinner · 8 years ago
  10. 576f132 Issue #20440: Cleaning up the code by using Py_SETREF. by Serhiy Storchaka · 8 years ago
  11. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  12. 67559bf Issue #23450: Silenced compiler warnings and added asserts in peephole optimizer. by Serhiy Storchaka · 9 years ago
  13. 1a1ff29 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 9 years ago
  14. c82729e Issue #19437: Fix fold_unaryops_on_constants() of the peephole optimizer, clear by Victor Stinner · 11 years ago
  15. e0af3a8 Issue #18408: Fix PyCode_Optimize(): raise a MemoryError on memory allocation by Victor Stinner · 11 years ago
  16. 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 12 years ago
  17. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  18. 472d280 Issue #13002: Fix Visual Studio warning (not enough actual parameters). by Stefan Krah · 13 years ago
  19. e1adeeb #5057: Merge with 3.2. by Ezio Melotti · 13 years ago
  20. 71e84a6 #5057: Merge with 3.1. by Ezio Melotti · 13 years ago
  21. 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
  22. 7c9e803 Issue #11244: Remove outdated peepholer check that was preventing the peepholer from folding -0 and -0.0. Thanks Eugene Toder for the patch. by Mark Dickinson · 13 years ago
  23. 29dcaad Issue 11510: Fix BUILD_SET optimizer bug. by Raymond Hettinger · 13 years ago
  24. 0661e91 Issue 11510: Fix BUILD_SET optimizer bug. by Raymond Hettinger · 13 years ago
  25. 17b880a Issue #11244: The peephole optimizer is now able to constant-fold by Antoine Pitrou · 13 years ago
  26. e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 14 years ago
  27. 819a064 Issue 8403: Don't mask KeyboardInterrupt during peephole operation. by Raymond Hettinger · 14 years ago
  28. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  29. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  30. b7fbcd3 Issue #6690: Optimize the bytecode for expressions such as `x in {1, 2, 3}`, by Antoine Pitrou · 14 years ago
  31. af7adad Peephole constant folding had missed UNARY_POSITIVE. by Raymond Hettinger · 15 years ago
  32. 194da4a Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via svnmerge from by Georg Brandl · 15 years ago
  33. 6f82818 Merged revisions 73683,73786 via svnmerge from by Alexandre Vassalotti · 15 years ago
  34. 876b2f2 Merged revisions 72912,72920,72940 via svnmerge from by Benjamin Peterson · 15 years ago
  35. 4dd4052 Fix 2 oversights from r69961. by Jeffrey Yasskin · 15 years ago
  36. 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 15 years ago
  37. e56131b Issue 2260: Small peephole optimization -- eliminate unnecessary POP_TOP /JUMP_FORWARD 1 pairs. by Raymond Hettinger · 16 years ago
  38. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  39. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  40. cc47b05 Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,61889 via svnmerge from by Christian Heimes · 16 years ago
  41. dcca98d Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61058-61061 via svnmerge from by Christian Heimes · 16 years ago
  42. 39599dc PyString_AsString is permissive and accepts unicode strings. by Amaury Forgeot d'Arc · 17 years ago
  43. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  44. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  45. 0240b92 Two more patches by Tony Lownds (SF# 1607548). by Guido van Rossum · 17 years ago
  46. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  47. e2e23ef Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the by Brett Cannon · 18 years ago
  48. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago