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