1. 12bba85 Rough and incomplete documentation on augmented assignment, which follows by Thomas Wouters · 24 years ago
  2. 323fe5d fix list comprehension discussion to use \keyword macro instead of simply by Skip Montanaro · 24 years ago
  3. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  4. 8c0a242 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  5. 8bad612 Disallow "import mod.submod as m", because the result is ambiguous. Does it by Thomas Wouters · 24 years ago
  6. a007382 Adjust the way __getslice__() is marked as deprecated; this will also by Fred Drake · 24 years ago
  7. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  8. 1d75a79 Apply SF patch #101029: call __getitem__ with a proper slice object if there by Thomas Wouters · 24 years ago
  9. d341579 Fix error made in applying Thomas's patch. by Fred Drake · 24 years ago
  10. a1e214a Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  11. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  12. 3d83fc3 Change as suggested by Peter Funk <pf@artcom-gmbh.de>: by Fred Drake · 24 years ago
  13. f9b526d More of Rob W. W. Hooft's spelling fixes. The only ones left now are the by Thomas Wouters · 24 years ago
  14. 91826ed Improve the descriptions of expected exceptions for __getitem__(), by Fred Drake · 24 years ago
  15. 7399b9e Moshe Zadka <mzadka@geocities.com>: by Fred Drake · 24 years ago
  16. 191a282 Typo: "This table table" -> "This table is" by Fred Drake · 24 years ago
  17. 35c09f2 Revise the description of when functions retrieved from class instances by Fred Drake · 24 years ago
  18. e57a114 Fix markup error that hid a tilde character; reported long ago by by Fred Drake · 24 years ago
  19. 38c28e3 Added a note to the section on 'exec' about the need for a trailing newline by Greg Ward · 24 years ago
  20. c009d19 Removed some extraneous and confusing parenthesized expressions. by Fred Drake · 24 years ago
  21. 8b3ce9e But don't do the funny \UNICODE macro; we're trying to get away from by Fred Drake · 24 years ago
  22. f0aff8e Patch from Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  23. e15956b Merged changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  24. e15eb35 Use \citetitle as appropriate. by Fred Drake · 25 years ago
  25. a24f7b7 Use \programopt in one place. by Fred Drake · 25 years ago
  26. 4c2533f Added sentence "All exceptions must have an executable block."; from by Fred Drake · 25 years ago
  27. c35367e Change an {\em ...} to \var{...} and a {\bf ...} to \program{...} (the by Fred Drake · 25 years ago
  28. 431f0ce Small nits around some of the index entries. by Fred Drake · 25 years ago
  29. b894370 Fixed some index entries. by Fred Drake · 25 years ago
  30. 1ea7c75 Reflect recent patch for float % and divmod() by Tim Peters. Content by Fred Drake · 25 years ago
  31. d09120b Added index entries for operator precedence; suggestion from Randall by Fred Drake · 25 years ago
  32. 011f6fc Typo: "Otherwose" --> "Otherwise" (reported by Joakim Sernbrant by Fred Drake · 25 years ago
  33. b55ce1e Fixed latex2html weirdness with footnotes. by Fred Drake · 25 years ago
  34. 39fc1bc Added note about __builtin__._ to section dicussing classes of by Fred Drake · 25 years ago
  35. 8cdee96 Dictionaries are created using the "{...}" notation, not the "..." by Fred Drake · 26 years ago
  36. 264bd59 1. Clarify that immutability isn't entirely the same as unchangeable by Guido van Rossum · 26 years ago
  37. c411fa6 Revised description of blank line handling for the interpreter, based by Fred Drake · 26 years ago
  38. 99cd573 Minor markup nits. by Fred Drake · 26 years ago
  39. 15988fd Documented __complex__(), made sure all the discipline names hit the index. by Fred Drake · 26 years ago
  40. ae3e574 "numberic" --> "numeric", two places by Fred Drake · 26 years ago
  41. 4856d01 Removed a lot of unnecessary comment markers which cause unexplained by Fred Drake · 26 years ago
  42. b1f97d6 Suggestion by Tim Peters clarifying what "before global" means. by Guido van Rossum · 26 years ago
  43. e039439 Clarify evaluation of default arguments at def time with more text and by Guido van Rossum · 26 years ago
  44. 2f8592c Ignore the byproducts of SGML/XML conversions for now. by Fred Drake · 26 years ago
  45. d03268f Remove two remaining {\tt ...} constructs. by Fred Drake · 26 years ago
  46. 78eebfd Remove two remaining {\tt ...} constructs. by Fred Drake · 26 years ago
  47. 1e42d8a Massive change to just about every construct that impacts the index. by Fred Drake · 26 years ago
  48. ea81edf Markup nits. by Fred Drake · 26 years ago
  49. 1475e88 Minor fixups to some index entries. by Fred Drake · 26 years ago
  50. 2b3730e Minor adjustments to a few index entries. by Fred Drake · 26 years ago
  51. 9beee80 Remove a couple of unnecessary "%" characters that cause problems with by Fred Drake · 26 years ago
  52. dad1132 Remove a bunch of unnecessary "%" characters that cause problems with by Fred Drake · 26 years ago
  53. 3041b07 Remove an unnecessary "%" character that seems to cause a minor glitch by Fred Drake · 26 years ago
  54. c456d36 Fix encoding of \ in some string literals in the discussion of "raw" by Fred Drake · 26 years ago
  55. 8238587 Fix some confusion in the __repr__() and __str__() descriptions. by Fred Drake · 26 years ago
  56. d4c3352 Fix encoding of \n in a couple of places (reported by Lorenzo by Fred Drake · 26 years ago
  57. d82575d Markup changes in the section on disciplines to match method descriptions by Fred Drake · 26 years ago
  58. f5a80a4 Describe what happens when ``raise C, x'' is called where C is a class by Guido van Rossum · 26 years ago
  59. 1a0b872 At least mark the URL to the Packages essay using \url. by Fred Drake · 26 years ago
  60. 92a6ed9 Minor refilling of a paragraph... by Barry Warsaw · 26 years ago
  61. 70da192 im_function --> im_func by Fred Drake · 26 years ago
  62. 9f86b66 Update to use a separate page for front matter. by Fred Drake · 26 years ago
  63. 61c7728 Make sure all chapters, sections, and subsections have a \label to give them by Fred Drake · 26 years ago
  64. 020f8c0 Make sure chapters, sections, and subsections all have a \label to give them by Fred Drake · 26 years ago
  65. 9ad9c9b Convert operator precedence table to the new style markup. by Fred Drake · 26 years ago
  66. a1cce71 Converted some {tabular}s to use {tablei*} environments. by Fred Drake · 26 years ago
  67. aca61a4 Removing all references to FrameMaker by Guido van Rossum · 26 years ago
  68. 6a2fe26 checkpoint before I throw this away by Guido van Rossum · 26 years ago
  69. 579c845 Checking in uninteresting changes (mostly window resizes :-) by Guido van Rossum · 26 years ago
  70. 246837d Fix markup of an \indexiii --> only two parameters were given. by Fred Drake · 26 years ago
  71. d540509 Changes copied from the FrameMaker version. Hardly anything (but then by Guido van Rossum · 26 years ago
  72. 5399d68 Changes copied from the FrameMaker version. Not too much. by Guido van Rossum · 26 years ago
  73. 56c2013 Changes copied from the FrameMaker version. Also documented some by Guido van Rossum · 26 years ago
  74. 7c0240f e.g. -> e.g., by Guido van Rossum · 26 years ago
  75. 3a0ad60 Changes copied from the FrameMaker version, and some new stuff by Guido van Rossum · 26 years ago
  76. b18a93b Changes copied from the FrameMaker version (hardly anything original). by Guido van Rossum · 26 years ago
  77. dfb658c 'name space' -> 'namespace' by Guido van Rossum · 26 years ago
  78. 83b2f8a Lots of changes copied from the FrameMaker version. Also documented by Guido van Rossum · 26 years ago
  79. 5f574aa Added back the description of the exec statement. It appears that I by Guido van Rossum · 26 years ago
  80. 60f2f0c Lots of changes to get this in sync with the Frame version. by Guido van Rossum · 26 years ago
  81. 0bd3795 Two small additions to make it identical to the obsolete Frame version. by Guido van Rossum · 26 years ago
  82. dc1dab1 NewNew abstract, copied from the obsolete Frame version. by Guido van Rossum · 26 years ago
  83. c85be6a Fix another oldie (item (b) only): by Guido van Rossum · 26 years ago
  84. 5c07d9b Updated markup style (got rid of \verb@...@, mostly). by Fred Drake · 26 years ago
  85. f8e4415 Markup consistency. by Fred Drake · 26 years ago
  86. dde91f0 Fix a bogus \code@...@ to be \code{...}. by Fred Drake · 26 years ago
  87. f666917 The Python Reference Manual. by Fred Drake · 26 years ago
  88. 47e09c4 Change the date to March 6, 1998. by Guido van Rossum · 26 years ago
  89. 79a6a9e Removed a confusing note about coercions and __r*__ operators. by Guido van Rossum · 27 years ago
  90. 3884e7e Apply fixps.py to allow A4 paper printing. by Guido van Rossum · 27 years ago
  91. ccd25d1 Final version for 1.5; two tiny corrections. by Guido van Rossum · 27 years ago
  92. dd79bd3 Checking in fixed PS, with A4 capability. by Guido van Rossum · 27 years ago
  93. b9973d9 Script to edit one line in the PS to allow A4 printing. by Guido van Rossum · 27 years ago
  94. a0eaa22 Some manipulations with tags to get the TOC and Index to look better by Guido van Rossum · 27 years ago
  95. 3e396cf New WML file, this time with working Title and Author tags, and by Guido van Rossum · 27 years ago
  96. 628b408 Ignore html files generated by webmaker. by Guido van Rossum · 27 years ago
  97. 000eb0a Augmented the script so that (at CNRI anyway) it also invokes webmaker by Guido van Rossum · 27 years ago
  98. 71ace95 Updated to the most pressing 1.5 issues. by Guido van Rossum · 27 years ago
  99. 7806c16 generated from latest doc files by Guido van Rossum · 27 years ago
  100. d0e8436 ??? maybe window size by Guido van Rossum · 27 years ago