1. a2269d0 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 10 years ago
  2. c18cc0e #5057: the peepholer no longer optimizes subscription on unicode literals (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds. by Ezio Melotti · 12 years ago
  3. dee8af2 Fix whitespace by Raymond Hettinger · 12 years ago
  4. ed11a5d Issue #8767: Restore building with --disable-unicode. by Martin v. Löwis · 12 years ago
  5. c283a85 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. u"\U00012345"[0]). by Ezio Melotti · 13 years ago
  6. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  7. e323e0e Fix error handling in PyCode_Optimize, by Alexander Schremmer at EuroPython sprint. by Georg Brandl · 15 years ago
  8. aafa18a teach the peepholer about SETUP_WITH by Benjamin Peterson · 15 years ago
  9. 68d6852 Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with by Jeffrey Yasskin · 16 years ago
  10. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  11. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  12. 4677fbf7 Try to fix a bunch of compiler warnings on Win64. by Neal Norwitz · 16 years ago
  13. 0031ff3 Fix indentation by Neal Norwitz · 17 years ago
  14. 080b598 Use macro version of GET_SIZE to avoid Coverity warning (#150) about a possible error. by Neal Norwitz · 17 years ago
  15. 20e1199 Fix embarrassing typo and fix constantification of None by Raymond Hettinger · 18 years ago
  16. cbeb687 Update the peephole optimizer to remove more dead code (jumps after returns) by Neal Norwitz · 18 years ago
  17. 644dddc Move peephole optimizer to separate file. by Jeremy Hylton · 18 years ago