1. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  2. 8392f36 Update documentation of code objects. by Jeremy Hylton · 22 years ago
  3. 26c49b6 Small fixes for description of function attributes. by Jeremy Hylton · 22 years ago
  4. 591dd8f Update information about __del__() & reference cycles for CPython. by Fred Drake · 23 years ago
  5. e31e9ce Document generators and the yield statement, avoiding implementation details. by Fred Drake · 23 years ago
  6. f9d5803 Add change notes where im_class is discussed, since the exact meaning changes by Fred Drake · 23 years ago
  7. b62f0e1 Correct the description of im_class. (Fred, this is changed in 2.2. by Guido van Rossum · 23 years ago
  8. 3570551 Remove most references to __members__ and __methods__, leaving only one pair by Fred Drake · 23 years ago
  9. c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 23 years ago
  10. 0aa811c Use the \note and \warning macros where appropriate. by Fred Drake · 23 years ago
  11. 73921b0 Refer to the objects which define __len__(), __*item__(), and __iter__() by Fred Drake · 23 years ago
  12. 18d8d5a Fix minor usage and consistency nits. by Fred Drake · 23 years ago
  13. ed5a7ca Work around a LaTeX2HTML bug that caused the "m" in "mutable" to be dropped by Fred Drake · 23 years ago
  14. 3e2aca4 Add information about __floordiv__() and __truediv__() methods for by Fred Drake · 23 years ago
  15. 8dd6ffd User-defined methods *can* contain things other than user-defined functions by Fred Drake · 23 years ago
  16. 044bb4d Explain that __init__() methods do not get to return values. by Fred Drake · 23 years ago
  17. 6e5e1d9 Minor change to match the style guide. by Fred Drake · 23 years ago
  18. 2829f1c Fix a very minor (but annoying when looking for things!) markup nit. by Fred Drake · 23 years ago
  19. 597bc1d Bring the notes on the relationship between __cmp__(), __eq__(), and by Fred Drake · 23 years ago
  20. b3384d3 Make sure we include all of Python's numeric types in the data model by Fred Drake · 23 years ago
  21. 0dbb4fb Implement, test and document "key in dict" and "key not in dict". by Guido van Rossum · 23 years ago
  22. fb8ffe6 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 23 years ago
  23. aa90adc Add nested scopes spec to appendix. by Jeremy Hylton · 23 years ago
  24. 7a5e80e Updates to describe function attributes. by Barry Warsaw · 24 years ago
  25. 230d17d Sequence indexes are non-negative, not natural (0 is not a natural number). by Fred Drake · 24 years ago
  26. c8e8281 Updated note about collection of cyclic garbage, based on comments from by Fred Drake · 24 years ago
  27. ab782dd Document rich comparisons. by Guido van Rossum · 24 years ago
  28. 445f832 __rcmp__() description: Changed to indicate that this is no longer by Fred Drake · 24 years ago
  29. 48c2eb9 Document the NotImplemented object. by Neil Schemenauer · 24 years ago
  30. 68abe83 Fix typo by Andrew M. Kuchling · 24 years ago
  31. 035f7e8 Clarify __repr__ and __str__. by Guido van Rossum · 24 years ago
  32. dc90cc2 Additional docs for __iadd__ and family, closing SF bug #117178 and SF patch by Thomas Wouters · 24 years ago
  33. 0c47559 Added a note that objects which emulate built-in types should only by Fred Drake · 24 years ago
  34. f8925978 Denis S. Otkidach <ods@users.sourceforge.net>: by Fred Drake · 24 years ago
  35. 31575ce Note that __getitem__() may receive a slice object as the index; by Fred Drake · 24 years ago
  36. 8d27f89 Moshe Zadka <mzadka@geocities.com>: by Fred Drake · 24 years ago
  37. 12bba85 Rough and incomplete documentation on augmented assignment, which follows by Thomas Wouters · 24 years ago
  38. a007382 Adjust the way __getslice__() is marked as deprecated; this will also by Fred Drake · 24 years ago
  39. 1d75a79 Apply SF patch #101029: call __getitem__ with a proper slice object if there by Thomas Wouters · 24 years ago
  40. f9b526d More of Rob W. W. Hooft's spelling fixes. The only ones left now are the by Thomas Wouters · 24 years ago
  41. 91826ed Improve the descriptions of expected exceptions for __getitem__(), by Fred Drake · 24 years ago
  42. 35c09f2 Revise the description of when functions retrieved from class instances by Fred Drake · 24 years ago
  43. e57a114 Fix markup error that hid a tilde character; reported long ago by by Fred Drake · 24 years ago
  44. 8b3ce9e But don't do the funny \UNICODE macro; we're trying to get away from by Fred Drake · 24 years ago
  45. f0aff8e Patch from Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  46. e15956b Merged changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  47. e15eb35 Use \citetitle as appropriate. by Fred Drake · 25 years ago
  48. b894370 Fixed some index entries. by Fred Drake · 25 years ago
  49. 8cdee96 Dictionaries are created using the "{...}" notation, not the "..." by Fred Drake · 26 years ago
  50. 264bd59 1. Clarify that immutability isn't entirely the same as unchangeable by Guido van Rossum · 26 years ago
  51. 15988fd Documented __complex__(), made sure all the discipline names hit the index. by Fred Drake · 26 years ago
  52. ae3e574 "numberic" --> "numeric", two places by Fred Drake · 26 years ago
  53. 4856d01 Removed a lot of unnecessary comment markers which cause unexplained by Fred Drake · 26 years ago
  54. 78eebfd Remove two remaining {\tt ...} constructs. by Fred Drake · 26 years ago
  55. 1e42d8a Massive change to just about every construct that impacts the index. by Fred Drake · 26 years ago
  56. 3041b07 Remove an unnecessary "%" character that seems to cause a minor glitch by Fred Drake · 26 years ago
  57. 8238587 Fix some confusion in the __repr__() and __str__() descriptions. by Fred Drake · 26 years ago
  58. d82575d Markup changes in the section on disciplines to match method descriptions by Fred Drake · 26 years ago
  59. 92a6ed9 Minor refilling of a paragraph... by Barry Warsaw · 26 years ago
  60. 70da192 im_function --> im_func by Fred Drake · 26 years ago
  61. 61c7728 Make sure all chapters, sections, and subsections have a \label to give them by Fred Drake · 26 years ago
  62. 7c0240f e.g. -> e.g., by Guido van Rossum · 26 years ago
  63. dfb658c 'name space' -> 'namespace' by Guido van Rossum · 26 years ago
  64. 83b2f8a Lots of changes copied from the FrameMaker version. Also documented by Guido van Rossum · 26 years ago
  65. 5c07d9b Updated markup style (got rid of \verb@...@, mostly). by Fred Drake · 26 years ago
  66. f666917 The Python Reference Manual. by Fred Drake · 26 years ago
  67. 1f17543 Removed LaTeX version of reference manual. Added ref/ref.ps. by Guido van Rossum · 28 years ago
  68. 1fd5b21 Mention warning for exception in __del__. by Guido van Rossum · 28 years ago
  69. 45687bb Add warning about exceptions in __del__ being ignored. by Guido van Rossum · 28 years ago
  70. 1dead9b Added __doc__ to predefined module attributes. by Guido van Rossum · 28 years ago
  71. 8fd0219 typos by Guido van Rossum · 29 years ago
  72. aaec403 added index entries for __*__ identifiers by Guido van Rossum · 29 years ago
  73. a547547 made palatable for latex2html: removed $math$, added braces to \item[\tt...] by Guido van Rossum · 30 years ago
  74. 47b4c0f replace ASCII by macro call by Guido van Rossum · 30 years ago
  75. 3d54de2 clarified code objects by Guido van Rossum · 30 years ago
  76. 8675115 a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter by Guido van Rossum · 30 years ago
  77. 31cce97 copyright.tex: Add 1995 to copyright message. by Guido van Rossum · 30 years ago
  78. 29c1b97 __call__, __getattr__ c.s. by Guido van Rossum · 30 years ago
  79. 6938f06 Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  80. 7a2dba2 * ext.tex: documentation for extending, reference counts, and embedding by Guido van Rossum · 31 years ago
  81. 7f8765d * ref3.tex: added cross-ref to try statement for exc handler. by Guido van Rossum · 31 years ago
  82. 23301a9 * lib1.tex: documented dict.items() and dict.values() by Guido van Rossum · 31 years ago
  83. b2c6556 Lots of small changes collected over months... by Guido van Rossum · 31 years ago
  84. 66122d2 __oct__ and __hex__ by Guido van Rossum · 32 years ago
  85. 46f3e00 Initial revision by Guido van Rossum · 32 years ago