1. 52010b4 fix duplicate test names in test_dis (closes #19117) by Benjamin Peterson · 11 years ago
  2. 7448220 Issue #11823: disassembly now shows argument counts on calls with keyword args by Alexander Belopolsky · 12 years ago
  3. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
  4. 27fe226 Another test_dis dict order dependency. by Georg Brandl · 13 years ago
  5. a108227 Fix test_dis dependency on dict order. by Georg Brandl · 13 years ago
  6. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
  7. 76f7f4d excise the remains of STOP_CODE, which hasn't done anything useful for years by Benjamin Peterson · 13 years ago
  8. 47afc2a PyErr_Print can leave sys.last_traceback hanging around; kill it by Benjamin Peterson · 13 years ago
  9. c217a4b should use 'is' here by Benjamin Peterson · 13 years ago
  10. d6afe72 improve dis test coverage (closes #11559) by Benjamin Peterson · 13 years ago
  11. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  12. ebbf63b #9964: Fix failure of test_dis under -OO. by Georg Brandl · 14 years ago
  13. 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
  14. 77203ad Ignore the exact ID value for the nested function in the dis.code_info tests by Nick Coghlan · 14 years ago
  15. eae2da1 Issue 9147: Add dis.code_info() by Nick Coghlan · 14 years ago
  16. 5c8b54e Issue 6507: accept source strings directly in dis.dis(). Original patch by Daniel Urban by Nick Coghlan · 14 years ago
  17. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  18. f289ae6 Merged revisions 67818 via svnmerge from by Antoine Pitrou · 16 years ago
  19. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  20. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  21. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  22. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  23. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  24. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  25. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  26. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
  27. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 18 years ago
  28. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  29. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  30. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  31. 10be2ea SF bug 1442442: LIST_APPEND optimization got lost in the AST merge. Add it back. by Neal Norwitz · 19 years ago
  32. 83a8c39 test_bug_1333982(): This one must fail under -O. by Tim Peters · 19 years ago
  33. 51abbc7 Fix Armin's bug 1333982. He found it, he didn't created it :-) by Neal Norwitz · 19 years ago
  34. fd2d1f7 SF Patch #1013667: Cleanup Peepholer Output by Raymond Hettinger · 20 years ago
  35. 1bc2fdd Delete comment my last checkin rendered obsolete. by Michael W. Hudson · 21 years ago
  36. 26848a3 Use Tim's suggestion to fix by Michael W. Hudson · 21 years ago
  37. eabafeb This test relied on significant trailing whitespace in a string literal. Evil. by Tim Peters · 21 years ago
  38. add0ccc simple test case for dis module by Skip Montanaro · 22 years ago