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