1. 47afc2a PyErr_Print can leave sys.last_traceback hanging around; kill it by Benjamin Peterson · 13 years ago
  2. c217a4b should use 'is' here by Benjamin Peterson · 13 years ago
  3. d6afe72 improve dis test coverage (closes #11559) by Benjamin Peterson · 13 years ago
  4. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  5. ebbf63b #9964: Fix failure of test_dis under -OO. by Georg Brandl · 14 years ago
  6. 46e6380 Another attempt at pacifying the windows buildbots by ignoring all the variable information in the dis.code_info tests by Nick Coghlan · 14 years ago
  7. 77203ad Ignore the exact ID value for the nested function in the dis.code_info tests by Nick Coghlan · 14 years ago
  8. eae2da1 Issue 9147: Add dis.code_info() by Nick Coghlan · 14 years ago
  9. 5c8b54e Issue 6507: accept source strings directly in dis.dis(). Original patch by Daniel Urban by Nick Coghlan · 14 years ago
  10. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  11. f289ae6 Merged revisions 67818 via svnmerge from by Antoine Pitrou · 16 years ago
  12. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  13. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  14. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  15. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  16. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  17. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  18. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  19. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  20. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 18 years ago
  21. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  22. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  23. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  24. 10be2ea SF bug 1442442: LIST_APPEND optimization got lost in the AST merge. Add it back. by Neal Norwitz · 18 years ago
  25. 83a8c39 test_bug_1333982(): This one must fail under -O. by Tim Peters · 19 years ago
  26. 51abbc7 Fix Armin's bug 1333982. He found it, he didn't created it :-) by Neal Norwitz · 19 years ago
  27. fd2d1f7 SF Patch #1013667: Cleanup Peepholer Output by Raymond Hettinger · 20 years ago
  28. 1bc2fdd Delete comment my last checkin rendered obsolete. by Michael W. Hudson · 21 years ago
  29. 26848a3 Use Tim's suggestion to fix by Michael W. Hudson · 21 years ago
  30. eabafeb This test relied on significant trailing whitespace in a string literal. Evil. by Tim Peters · 21 years ago
  31. add0ccc simple test case for dis module by Skip Montanaro · 21 years ago