1. 347a625 Steve Holden <sholden@holdenweb.com>: by Fred Drake · 24 years ago
  2. 445f832 __rcmp__() description: Changed to indicate that this is no longer by Fred Drake · 24 years ago
  3. 48c2eb9 Document the NotImplemented object. by Neil Schemenauer · 24 years ago
  4. 2cba0f6 Improve description of else clause of the try/except/else statement. by Fred Drake · 24 years ago
  5. 8e2b6b5c Change documentation of 'else' clause of 'try/except' to make clear that it by Thomas Wouters · 24 years ago
  6. 68abe83 Fix typo by Andrew M. Kuchling · 24 years ago
  7. dea764d Updated string literals description to encompass Unicode literals and the by Fred Drake · 24 years ago
  8. 035f7e8 Clarify __repr__ and __str__. by Guido van Rossum · 24 years ago
  9. dc90cc2 Additional docs for __iadd__ and family, closing SF bug #117178 and SF patch by Thomas Wouters · 24 years ago
  10. 2a22200 Adjust explanation of operator precedence summary -- exponentiation groups by Fred Drake · 24 years ago
  11. c3b18d7 Fix error noted by Gerrit Holl (old; had been buried in my INBOX): by Fred Drake · 24 years ago
  12. 0c47559 Added a note that objects which emulate built-in types should only by Fred Drake · 24 years ago
  13. 0ac000c Updates to reflect pending changes to the XML conversion process. by Fred Drake · 24 years ago
  14. 2ed27d3 Note that readframes() returns data in linear format, even if the original by Fred Drake · 24 years ago
  15. f8925978 Denis S. Otkidach <ods@users.sourceforge.net>: by Fred Drake · 24 years ago
  16. d68442b Lots of minor fixes, many suggested by Detlef Lannert by Fred Drake · 24 years ago
  17. 31575ce Note that __getitem__() may receive a slice object as the index; by Fred Drake · 24 years ago
  18. 8d27f89 Moshe Zadka <mzadka@geocities.com>: by Fred Drake · 24 years ago
  19. 1156f62 Many small clarifications, including many suggested by email. by Fred Drake · 24 years ago
  20. 31f5550 Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  21. b655939 add index entries for list comprehensions by Skip Montanaro · 24 years ago
  22. 33f785f Document "print >> None" by Barry Warsaw · 24 years ago
  23. 12bba85 Rough and incomplete documentation on augmented assignment, which follows by Thomas Wouters · 24 years ago
  24. 323fe5d fix list comprehension discussion to use \keyword macro instead of simply by Skip Montanaro · 24 years ago
  25. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  26. 8c0a242 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  27. 8bad612 Disallow "import mod.submod as m", because the result is ambiguous. Does it by Thomas Wouters · 24 years ago
  28. a007382 Adjust the way __getslice__() is marked as deprecated; this will also by Fred Drake · 24 years ago
  29. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  30. 1d75a79 Apply SF patch #101029: call __getitem__ with a proper slice object if there by Thomas Wouters · 24 years ago
  31. d341579 Fix error made in applying Thomas's patch. by Fred Drake · 24 years ago
  32. a1e214a Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  33. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  34. 3d83fc3 Change as suggested by Peter Funk <pf@artcom-gmbh.de>: by Fred Drake · 24 years ago
  35. f9b526d More of Rob W. W. Hooft's spelling fixes. The only ones left now are the by Thomas Wouters · 24 years ago
  36. 91826ed Improve the descriptions of expected exceptions for __getitem__(), by Fred Drake · 24 years ago
  37. 7399b9e Moshe Zadka <mzadka@geocities.com>: by Fred Drake · 24 years ago
  38. 191a282 Typo: "This table table" -> "This table is" by Fred Drake · 24 years ago
  39. 35c09f2 Revise the description of when functions retrieved from class instances by Fred Drake · 24 years ago
  40. e57a114 Fix markup error that hid a tilde character; reported long ago by by Fred Drake · 24 years ago
  41. 38c28e3 Added a note to the section on 'exec' about the need for a trailing newline by Greg Ward · 24 years ago
  42. c009d19 Removed some extraneous and confusing parenthesized expressions. by Fred Drake · 24 years ago
  43. 8b3ce9e But don't do the funny \UNICODE macro; we're trying to get away from by Fred Drake · 24 years ago
  44. f0aff8e Patch from Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  45. e15956b Merged changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  46. e15eb35 Use \citetitle as appropriate. by Fred Drake · 25 years ago
  47. a24f7b7 Use \programopt in one place. by Fred Drake · 25 years ago
  48. 4c2533f Added sentence "All exceptions must have an executable block."; from by Fred Drake · 25 years ago
  49. c35367e Change an {\em ...} to \var{...} and a {\bf ...} to \program{...} (the by Fred Drake · 25 years ago
  50. 431f0ce Small nits around some of the index entries. by Fred Drake · 25 years ago
  51. b894370 Fixed some index entries. by Fred Drake · 25 years ago
  52. 1ea7c75 Reflect recent patch for float % and divmod() by Tim Peters. Content by Fred Drake · 25 years ago
  53. d09120b Added index entries for operator precedence; suggestion from Randall by Fred Drake · 25 years ago
  54. 011f6fc Typo: "Otherwose" --> "Otherwise" (reported by Joakim Sernbrant by Fred Drake · 25 years ago
  55. b55ce1e Fixed latex2html weirdness with footnotes. by Fred Drake · 25 years ago
  56. 39fc1bc Added note about __builtin__._ to section dicussing classes of by Fred Drake · 25 years ago
  57. 8cdee96 Dictionaries are created using the "{...}" notation, not the "..." by Fred Drake · 26 years ago
  58. 264bd59 1. Clarify that immutability isn't entirely the same as unchangeable by Guido van Rossum · 26 years ago
  59. c411fa6 Revised description of blank line handling for the interpreter, based by Fred Drake · 26 years ago
  60. 99cd573 Minor markup nits. by Fred Drake · 26 years ago
  61. 15988fd Documented __complex__(), made sure all the discipline names hit the index. by Fred Drake · 26 years ago
  62. ae3e574 "numberic" --> "numeric", two places by Fred Drake · 26 years ago
  63. 4856d01 Removed a lot of unnecessary comment markers which cause unexplained by Fred Drake · 26 years ago
  64. b1f97d6 Suggestion by Tim Peters clarifying what "before global" means. by Guido van Rossum · 26 years ago
  65. e039439 Clarify evaluation of default arguments at def time with more text and by Guido van Rossum · 26 years ago
  66. 2f8592c Ignore the byproducts of SGML/XML conversions for now. by Fred Drake · 26 years ago
  67. d03268f Remove two remaining {\tt ...} constructs. by Fred Drake · 26 years ago
  68. 78eebfd Remove two remaining {\tt ...} constructs. by Fred Drake · 26 years ago
  69. 1e42d8a Massive change to just about every construct that impacts the index. by Fred Drake · 26 years ago
  70. ea81edf Markup nits. by Fred Drake · 26 years ago
  71. 1475e88 Minor fixups to some index entries. by Fred Drake · 26 years ago
  72. 2b3730e Minor adjustments to a few index entries. by Fred Drake · 26 years ago
  73. 9beee80 Remove a couple of unnecessary "%" characters that cause problems with by Fred Drake · 26 years ago
  74. dad1132 Remove a bunch of unnecessary "%" characters that cause problems with by Fred Drake · 26 years ago
  75. 3041b07 Remove an unnecessary "%" character that seems to cause a minor glitch by Fred Drake · 26 years ago
  76. c456d36 Fix encoding of \ in some string literals in the discussion of "raw" by Fred Drake · 26 years ago
  77. 8238587 Fix some confusion in the __repr__() and __str__() descriptions. by Fred Drake · 26 years ago
  78. d4c3352 Fix encoding of \n in a couple of places (reported by Lorenzo by Fred Drake · 26 years ago
  79. d82575d Markup changes in the section on disciplines to match method descriptions by Fred Drake · 26 years ago
  80. f5a80a4 Describe what happens when ``raise C, x'' is called where C is a class by Guido van Rossum · 26 years ago
  81. 1a0b872 At least mark the URL to the Packages essay using \url. by Fred Drake · 26 years ago
  82. 92a6ed9 Minor refilling of a paragraph... by Barry Warsaw · 26 years ago
  83. 70da192 im_function --> im_func by Fred Drake · 26 years ago
  84. 9f86b66 Update to use a separate page for front matter. by Fred Drake · 26 years ago
  85. 61c7728 Make sure all chapters, sections, and subsections have a \label to give them by Fred Drake · 26 years ago
  86. 020f8c0 Make sure chapters, sections, and subsections all have a \label to give them by Fred Drake · 26 years ago
  87. 9ad9c9b Convert operator precedence table to the new style markup. by Fred Drake · 26 years ago
  88. a1cce71 Converted some {tabular}s to use {tablei*} environments. by Fred Drake · 26 years ago
  89. aca61a4 Removing all references to FrameMaker by Guido van Rossum · 26 years ago
  90. 6a2fe26 checkpoint before I throw this away by Guido van Rossum · 26 years ago
  91. 579c845 Checking in uninteresting changes (mostly window resizes :-) by Guido van Rossum · 26 years ago
  92. 246837d Fix markup of an \indexiii --> only two parameters were given. by Fred Drake · 26 years ago
  93. d540509 Changes copied from the FrameMaker version. Hardly anything (but then by Guido van Rossum · 26 years ago
  94. 5399d68 Changes copied from the FrameMaker version. Not too much. by Guido van Rossum · 26 years ago
  95. 56c2013 Changes copied from the FrameMaker version. Also documented some by Guido van Rossum · 26 years ago
  96. 7c0240f e.g. -> e.g., by Guido van Rossum · 26 years ago
  97. 3a0ad60 Changes copied from the FrameMaker version, and some new stuff by Guido van Rossum · 26 years ago
  98. b18a93b Changes copied from the FrameMaker version (hardly anything original). by Guido van Rossum · 26 years ago
  99. dfb658c 'name space' -> 'namespace' by Guido van Rossum · 26 years ago
  100. 83b2f8a Lots of changes copied from the FrameMaker version. Also documented by Guido van Rossum · 26 years ago