1. 6c81e2a "boolean" --> "Boolean" (per the style guide). by Fred Drake · 23 years ago
  2. c054c75 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 23 years ago
  3. aa90adc Add nested scopes spec to appendix. by Jeremy Hylton · 23 years ago
  4. 2c4f554 Fixed a large number of small problems, mostly noted by Detlef Lannert by Fred Drake · 24 years ago
  5. f8ca7d8 Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  6. 1349437 When referring to namespaces, always say "namespaces" instead of "name spaces". by Fred Drake · 24 years ago
  7. 4c3f797 UNARY_NEG is supposed to be UNARY_NEGATIVE (spotted by Charles Waldman by Fred Drake · 24 years ago
  8. 12bba85 Rough and incomplete documentation on augmented assignment, which follows by Thomas Wouters · 24 years ago
  9. 093272e Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 24 years ago
  10. 9087688 Describe the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes. by Barry Warsaw · 24 years ago
  11. 304faf9 Fix a markup error that caused formatting to fail. by Fred Drake · 24 years ago
  12. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  13. 25699f9 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>: by Fred Drake · 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. 9e759df Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 24 years ago
  16. 338da93 SET_LINE_NO ==> SET_LINENO by Fred Drake · 25 years ago
  17. 295da24 New section header style. by Fred Drake · 26 years ago
  18. b91e934 Adjusted to use the new module synopsis support macros. by Fred Drake · 26 years ago
  19. 3e7a48e Revert markup around list of display fields from the disassembler; it doesn't by Fred Drake · 26 years ago
  20. 810349b Fix the formatting of the list of fields in the disassemble() function. by Fred Drake · 26 years ago
  21. dff21a6 Minor nits. by Fred Drake · 26 years ago
  22. cce1090 Change "\," to just "," in function signatures. This is easier to maintain, by Fred Drake · 26 years ago
  23. 83efb54 Added \label{} for logical addressing. by Fred Drake · 26 years ago
  24. 1947991 Remove all \bcode / \ecode cruft; this is no longer needed. See previous by Fred Drake · 26 years ago
  25. da62398 Correct description of BUILD_SLICE. by Guido van Rossum · 26 years ago
  26. dd1f6cc Mark opcode arguments \var{} in the running text. by Fred Drake · 26 years ago
  27. d7feffd Reduce warning count from partparse.py. by Fred Drake · 27 years ago
  28. e903aab Replace unprotected tilders by \~ -- an unprotected tilde is a by Guido van Rossum · 27 years ago
  29. 14f8521 Make the word "Module" in the section header start with an upper-case "M". by Fred Drake · 27 years ago
  30. 1cf8749 Arg; more nits, but I may as well finish the job. by Fred Drake · 27 years ago
  31. 7381e28 Fixed BINARY_RSHIFT documentation to indicate a right shift instead of a left by Fred Drake · 27 years ago
  32. 456035f The biggie: changed the funcdesc environments used for opcode descriptions by Fred Drake · 27 years ago
  33. b62b6d1 Docu for dis.py, written by Martin von Loewis. by Guido van Rossum · 27 years ago