1. 6af3b37 Add missing opcodes. Thanx to jeremy for reminding me ;) by Thomas Wouters · 24 years ago
  2. 104a7bc Support for augmented assignment in the UserList, UserDict, UserString and by Thomas Wouters · 24 years ago
  3. ef8ace3 Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 24 years ago
  4. 203da6d Add the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes. by Barry Warsaw · 24 years ago
  5. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  6. 0be5aab Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they by Thomas Wouters · 24 years ago
  7. d30dedc Michael Hudson: With the (cool!) new call syntax, the longest opcode by Guido van Rossum · 24 years ago
  8. 7690151 slightly modified version of Greg Ewing's extended call syntax patch by Jeremy Hylton · 24 years ago
  9. 1fdae12 Added a simple test program to disassemble a file, invoked as __main__. by Guido van Rossum · 24 years ago
  10. 1cc2b9d Clarify why we define disco. Suggested by Andrew Dalke. by Guido van Rossum · 25 years ago
  11. 9d865e1 Get rid of some obsolete opcodes. by Guido van Rossum · 26 years ago
  12. 421c224 Added docstrings (contributed by Martin von Loewis). by Guido van Rossum · 27 years ago
  13. d0f2372 Modernized for 1.5 by Guido van Rossum · 27 years ago
  14. 18aef3c Support disassembly of a variety of objects through dis.dis(). by Guido van Rossum · 27 years ago
  15. 00f86e6 Of course, when the type of the argument to dis() is unsupported, it by Guido van Rossum · 28 years ago
  16. bd30795 More user friedly interface: by Guido van Rossum · 28 years ago
  17. d0bc9cb Merge several mods: by Guido van Rossum · 28 years ago
  18. 934a4ce Show names of locals in disco (Ka-Ping Yee) by Guido van Rossum · 28 years ago
  19. 151fcfd Zapped obsolete opcode LOAD_GLOBALS. by Guido van Rossum · 28 years ago
  20. 56a7338 Added BUILD_SLICE opcode. by Guido van Rossum · 28 years ago
  21. 6e21ceb New opcodes BINARY_POWER, RAISE_VARARGS, CALL_FUNCTION, MAKE_FUNCTION by Guido van Rossum · 28 years ago
  22. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  23. e65cce5 * string.py: added rindex(), rfind(); changed index() to interpret by Guido van Rossum · 31 years ago
  24. 8379ed5 Updated because of new opcodes introduced for "fast" local variables. by Guido van Rossum · 31 years ago
  25. bdfcfcc New == syntax by Guido van Rossum · 33 years ago
  26. a594fab New opcodes: UNPACK_ARG, STORE_GLOBAL, DELETE_GLOBAL, LOAD_LOCAL, LOAD_GLOBAL by Guido van Rossum · 33 years ago
  27. 217a5fa Initial revision by Guido van Rossum · 34 years ago