1. e57a114 Fix markup error that hid a tilde character; reported long ago by by Fred Drake · 24 years ago
  2. 38c28e3 Added a note to the section on 'exec' about the need for a trailing newline by Greg Ward · 24 years ago
  3. c009d19 Removed some extraneous and confusing parenthesized expressions. by Fred Drake · 24 years ago
  4. 8b3ce9e But don't do the funny \UNICODE macro; we're trying to get away from by Fred Drake · 24 years ago
  5. f0aff8e Patch from Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  6. e15956b Merged changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  7. e15eb35 Use \citetitle as appropriate. by Fred Drake · 25 years ago
  8. a24f7b7 Use \programopt in one place. by Fred Drake · 25 years ago
  9. 4c2533f Added sentence "All exceptions must have an executable block."; from by Fred Drake · 25 years ago
  10. c35367e Change an {\em ...} to \var{...} and a {\bf ...} to \program{...} (the by Fred Drake · 25 years ago
  11. 431f0ce Small nits around some of the index entries. by Fred Drake · 25 years ago
  12. b894370 Fixed some index entries. by Fred Drake · 25 years ago
  13. 1ea7c75 Reflect recent patch for float % and divmod() by Tim Peters. Content by Fred Drake · 25 years ago
  14. d09120b Added index entries for operator precedence; suggestion from Randall by Fred Drake · 25 years ago
  15. 011f6fc Typo: "Otherwose" --> "Otherwise" (reported by Joakim Sernbrant by Fred Drake · 25 years ago
  16. b55ce1e Fixed latex2html weirdness with footnotes. by Fred Drake · 25 years ago
  17. 39fc1bc Added note about __builtin__._ to section dicussing classes of by Fred Drake · 25 years ago
  18. 8cdee96 Dictionaries are created using the "{...}" notation, not the "..." by Fred Drake · 25 years ago
  19. 264bd59 1. Clarify that immutability isn't entirely the same as unchangeable by Guido van Rossum · 25 years ago
  20. c411fa6 Revised description of blank line handling for the interpreter, based by Fred Drake · 25 years ago
  21. 99cd573 Minor markup nits. by Fred Drake · 26 years ago
  22. 15988fd Documented __complex__(), made sure all the discipline names hit the index. by Fred Drake · 26 years ago
  23. ae3e574 "numberic" --> "numeric", two places by Fred Drake · 26 years ago
  24. 4856d01 Removed a lot of unnecessary comment markers which cause unexplained by Fred Drake · 26 years ago
  25. b1f97d6 Suggestion by Tim Peters clarifying what "before global" means. by Guido van Rossum · 26 years ago
  26. e039439 Clarify evaluation of default arguments at def time with more text and by Guido van Rossum · 26 years ago
  27. 2f8592c Ignore the byproducts of SGML/XML conversions for now. by Fred Drake · 26 years ago
  28. d03268f Remove two remaining {\tt ...} constructs. by Fred Drake · 26 years ago
  29. 78eebfd Remove two remaining {\tt ...} constructs. by Fred Drake · 26 years ago
  30. 1e42d8a Massive change to just about every construct that impacts the index. by Fred Drake · 26 years ago
  31. ea81edf Markup nits. by Fred Drake · 26 years ago
  32. 1475e88 Minor fixups to some index entries. by Fred Drake · 26 years ago
  33. 2b3730e Minor adjustments to a few index entries. by Fred Drake · 26 years ago
  34. 9beee80 Remove a couple of unnecessary "%" characters that cause problems with by Fred Drake · 26 years ago
  35. dad1132 Remove a bunch of unnecessary "%" characters that cause problems with by Fred Drake · 26 years ago
  36. 3041b07 Remove an unnecessary "%" character that seems to cause a minor glitch by Fred Drake · 26 years ago
  37. c456d36 Fix encoding of \ in some string literals in the discussion of "raw" by Fred Drake · 26 years ago
  38. 8238587 Fix some confusion in the __repr__() and __str__() descriptions. by Fred Drake · 26 years ago
  39. d4c3352 Fix encoding of \n in a couple of places (reported by Lorenzo by Fred Drake · 26 years ago
  40. d82575d Markup changes in the section on disciplines to match method descriptions by Fred Drake · 26 years ago
  41. f5a80a4 Describe what happens when ``raise C, x'' is called where C is a class by Guido van Rossum · 26 years ago
  42. 1a0b872 At least mark the URL to the Packages essay using \url. by Fred Drake · 26 years ago
  43. 92a6ed9 Minor refilling of a paragraph... by Barry Warsaw · 26 years ago
  44. 70da192 im_function --> im_func by Fred Drake · 26 years ago
  45. 9f86b66 Update to use a separate page for front matter. by Fred Drake · 26 years ago
  46. 61c7728 Make sure all chapters, sections, and subsections have a \label to give them by Fred Drake · 26 years ago
  47. 020f8c0 Make sure chapters, sections, and subsections all have a \label to give them by Fred Drake · 26 years ago
  48. 9ad9c9b Convert operator precedence table to the new style markup. by Fred Drake · 26 years ago
  49. a1cce71 Converted some {tabular}s to use {tablei*} environments. by Fred Drake · 26 years ago
  50. aca61a4 Removing all references to FrameMaker by Guido van Rossum · 26 years ago
  51. 6a2fe26 checkpoint before I throw this away by Guido van Rossum · 26 years ago
  52. 579c845 Checking in uninteresting changes (mostly window resizes :-) by Guido van Rossum · 26 years ago
  53. 246837d Fix markup of an \indexiii --> only two parameters were given. by Fred Drake · 26 years ago
  54. d540509 Changes copied from the FrameMaker version. Hardly anything (but then by Guido van Rossum · 26 years ago
  55. 5399d68 Changes copied from the FrameMaker version. Not too much. by Guido van Rossum · 26 years ago
  56. 56c2013 Changes copied from the FrameMaker version. Also documented some by Guido van Rossum · 26 years ago
  57. 7c0240f e.g. -> e.g., by Guido van Rossum · 26 years ago
  58. 3a0ad60 Changes copied from the FrameMaker version, and some new stuff by Guido van Rossum · 26 years ago
  59. b18a93b Changes copied from the FrameMaker version (hardly anything original). by Guido van Rossum · 26 years ago
  60. dfb658c 'name space' -> 'namespace' by Guido van Rossum · 26 years ago
  61. 83b2f8a Lots of changes copied from the FrameMaker version. Also documented by Guido van Rossum · 26 years ago
  62. 5f574aa Added back the description of the exec statement. It appears that I by Guido van Rossum · 26 years ago
  63. 60f2f0c Lots of changes to get this in sync with the Frame version. by Guido van Rossum · 26 years ago
  64. 0bd3795 Two small additions to make it identical to the obsolete Frame version. by Guido van Rossum · 26 years ago
  65. dc1dab1 NewNew abstract, copied from the obsolete Frame version. by Guido van Rossum · 26 years ago
  66. c85be6a Fix another oldie (item (b) only): by Guido van Rossum · 26 years ago
  67. 5c07d9b Updated markup style (got rid of \verb@...@, mostly). by Fred Drake · 26 years ago
  68. f8e4415 Markup consistency. by Fred Drake · 26 years ago
  69. dde91f0 Fix a bogus \code@...@ to be \code{...}. by Fred Drake · 26 years ago
  70. f666917 The Python Reference Manual. by Fred Drake · 26 years ago
  71. 47e09c4 Change the date to March 6, 1998. by Guido van Rossum · 26 years ago
  72. 79a6a9e Removed a confusing note about coercions and __r*__ operators. by Guido van Rossum · 27 years ago
  73. 3884e7e Apply fixps.py to allow A4 paper printing. by Guido van Rossum · 27 years ago
  74. ccd25d1 Final version for 1.5; two tiny corrections. by Guido van Rossum · 27 years ago
  75. dd79bd3 Checking in fixed PS, with A4 capability. by Guido van Rossum · 27 years ago
  76. b9973d9 Script to edit one line in the PS to allow A4 printing. by Guido van Rossum · 27 years ago
  77. a0eaa22 Some manipulations with tags to get the TOC and Index to look better by Guido van Rossum · 27 years ago
  78. 3e396cf New WML file, this time with working Title and Author tags, and by Guido van Rossum · 27 years ago
  79. 628b408 Ignore html files generated by webmaker. by Guido van Rossum · 27 years ago
  80. 000eb0a Augmented the script so that (at CNRI anyway) it also invokes webmaker by Guido van Rossum · 27 years ago
  81. 71ace95 Updated to the most pressing 1.5 issues. by Guido van Rossum · 27 years ago
  82. 7806c16 generated from latest doc files by Guido van Rossum · 27 years ago
  83. d0e8436 ??? maybe window size by Guido van Rossum · 27 years ago
  84. 8812552 Added assert statement. by Guido van Rossum · 27 years ago
  85. d8f038e Added assert resword. by Guido van Rossum · 27 years ago
  86. 4408ed5 Tiny utility prints the latest set of reserved words. by Guido van Rossum · 27 years ago
  87. 78b21cf Checking in old changes -- no idea why (probably window size). by Guido van Rossum · 27 years ago
  88. 4745a27 Added some more turd files we can't avoid: .MIF, .ps, .auto. by Guido van Rossum · 28 years ago
  89. cd612d5 Webmaker instructions by Guido van Rossum · 28 years ago
  90. 558c09e Script to write MIF files from ref*.{book,doc} by Guido van Rossum · 28 years ago
  91. 58e7a1a Updated notice. by Guido van Rossum · 28 years ago
  92. 52cf578 Touched by FrameMaker :-( by Guido van Rossum · 28 years ago
  93. fa7bfce Include updated title page. by Guido van Rossum · 28 years ago
  94. 7144557 Removed CNRI copyright, changed notice to standard notice. by Guido van Rossum · 28 years ago
  95. c148cd6 Ignore Frame backup and lock files. by Guido van Rossum · 28 years ago
  96. 1775a51 Regenerated to remove hidden text from page 1. by Guido van Rossum · 28 years ago
  97. db23185 Frame versions of documents after mangling by Robin. by Guido van Rossum · 28 years ago
  98. 1f17543 Removed LaTeX version of reference manual. Added ref/ref.ps. by Guido van Rossum · 28 years ago
  99. 1fd5b21 Mention warning for exception in __del__. by Guido van Rossum · 28 years ago
  100. 0a94dfc Erase all memory of the access statement by Guido van Rossum · 28 years ago