1. bc2c21e Update an example to match current output. by Raymond Hettinger · 20 years ago
  2. 2b0d058 Document missing opcodes. by Raymond Hettinger · 20 years ago
  3. becbdec add two missing items by Skip Montanaro · 20 years ago
  4. b4c1d9b Fix unbalanced parethesis. by Raymond Hettinger · 21 years ago
  5. 53d58bb Further SET_LINENO reomval fixes. See comments in patch #587933. by Michael W. Hudson · 22 years ago
  6. dd32a91 This is my patch by Michael W. Hudson · 22 years ago
  7. e72a9a1 SF patch #591305 Documentation err in bytecode defs by Neal Norwitz · 22 years ago
  8. dcd0500 dis.dis() also supports modules by Neal Norwitz · 22 years ago
  9. fea59e7 The opcode FOR_LOOP no longer exists. by Guido van Rossum · 22 years ago
  10. e3fdc97 SF bug 567826. Document new opcodes: by Guido van Rossum · 22 years ago
  11. 47cdf6f Add documentation on the hasfree data object. by Fred Drake · 22 years ago
  12. 6c81e2a "boolean" --> "Boolean" (per the style guide). by Fred Drake · 23 years ago
  13. c054c75 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 23 years ago
  14. aa90adc Add nested scopes spec to appendix. by Jeremy Hylton · 23 years ago
  15. 2c4f554 Fixed a large number of small problems, mostly noted by Detlef Lannert by Fred Drake · 24 years ago
  16. f8ca7d8 Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  17. 1349437 When referring to namespaces, always say "namespaces" instead of "name spaces". by Fred Drake · 24 years ago
  18. 4c3f797 UNARY_NEG is supposed to be UNARY_NEGATIVE (spotted by Charles Waldman by Fred Drake · 24 years ago
  19. 12bba85 Rough and incomplete documentation on augmented assignment, which follows by Thomas Wouters · 24 years ago
  20. 093272e Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 24 years ago
  21. 9087688 Describe the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes. by Barry Warsaw · 24 years ago
  22. 304faf9 Fix a markup error that caused formatting to fail. by Fred Drake · 24 years ago
  23. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  24. 25699f9 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>: by Fred Drake · 24 years ago
  25. 0be5aab Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they by Thomas Wouters · 24 years ago
  26. 9e759df Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 24 years ago
  27. 338da93 SET_LINE_NO ==> SET_LINENO by Fred Drake · 25 years ago
  28. 295da24 New section header style. by Fred Drake · 26 years ago
  29. b91e934 Adjusted to use the new module synopsis support macros. by Fred Drake · 26 years ago
  30. 3e7a48e Revert markup around list of display fields from the disassembler; it doesn't by Fred Drake · 26 years ago
  31. 810349b Fix the formatting of the list of fields in the disassemble() function. by Fred Drake · 26 years ago
  32. dff21a6 Minor nits. by Fred Drake · 26 years ago
  33. cce1090 Change "\," to just "," in function signatures. This is easier to maintain, by Fred Drake · 26 years ago
  34. 83efb54 Added \label{} for logical addressing. by Fred Drake · 27 years ago
  35. 1947991 Remove all \bcode / \ecode cruft; this is no longer needed. See previous by Fred Drake · 27 years ago
  36. da62398 Correct description of BUILD_SLICE. by Guido van Rossum · 27 years ago
  37. dd1f6cc Mark opcode arguments \var{} in the running text. by Fred Drake · 27 years ago
  38. d7feffd Reduce warning count from partparse.py. by Fred Drake · 27 years ago
  39. e903aab Replace unprotected tilders by \~ -- an unprotected tilde is a by Guido van Rossum · 27 years ago
  40. 14f8521 Make the word "Module" in the section header start with an upper-case "M". by Fred Drake · 27 years ago
  41. 1cf8749 Arg; more nits, but I may as well finish the job. by Fred Drake · 27 years ago
  42. 7381e28 Fixed BINARY_RSHIFT documentation to indicate a right shift instead of a left by Fred Drake · 27 years ago
  43. 456035f The biggie: changed the funcdesc environments used for opcode descriptions by Fred Drake · 27 years ago
  44. b62b6d1 Docu for dis.py, written by Martin von Loewis. by Guido van Rossum · 27 years ago