1. 38b9460 SF #1547931, fix typo (missing and). Backport candidate for 2.3/2.4 too by Neal Norwitz · 18 years ago
  2. ab2f8f7 __hash__ may now return long int; the final hash by Martin v. Löwis · 18 years ago
  3. 5b654ea Bug #1531349: right <-> left glitch in __rop__ description. by Georg Brandl · 18 years ago
  4. ad6911b Clarify that __op__ methods must return NotImplemented if they don't support the operation. by Georg Brandl · 18 years ago
  5. c54173c Bug #1153163: describe __add__ vs __radd__ behavior when adding by Georg Brandl · 18 years ago
  6. 5e0b882 minor markup nits by George Yoshida · 18 years ago
  7. afd5e63 Finish bringing SVN into line with latest version of PEP 343 by getting rid of all remaining references to context objects that I could find. Without a __context__() method context objects no longer exist. Also get test_with working again, and adopt a suggestion from Neal for decimal.Context.get_manager() by Nick Coghlan · 18 years ago
  8. f25fa6d avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to by Fred Drake · 18 years ago
  9. da5b701 Get rid of __context__, per the latest changes to PEP 343 and python-dev by Guido van Rossum · 18 years ago
  10. 3c1983f Patch #1479438: add \keyword markup for "with". by Georg Brandl · 18 years ago
  11. a7e820a Move the PEP 343 documentation and implementation closer to the by Nick Coghlan · 18 years ago
  12. 877cf23 Change PEP 343 related documentation to use the term context specifier instead of context object by Nick Coghlan · 18 years ago
  13. fee3dfc Update with statement documentation to use same terminology as 2.5a1 implementation by Nick Coghlan · 18 years ago
  14. e071b00 bug #1462278: small fix in documentation of __op__ vs __rop__ methods by Georg Brandl · 19 years ago
  15. 76a2cae typos by Georg Brandl · 19 years ago
  16. 4c97498 Add index entries for new-style/old-style class. by Georg Brandl · 19 years ago
  17. d03b073 Add version added info for with statement and context managers by Neal Norwitz · 19 years ago
  18. 5d0f4c6 Document the PEP 343 context manager protocol methods. by Phillip J. Eby · 19 years ago
  19. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 19 years ago
  20. ddddd2f Updating the short blob about old/new-style classes to reflect (IMHO) more by Armin Rigo · 19 years ago
  21. 6af5239 Add placeholder section on old and new-style classes by Andrew M. Kuchling · 19 years ago
  22. 59c6191 add missing "and" by Fred Drake · 19 years ago
  23. d430726 Better wording for integer ref entry. by Georg Brandl · 19 years ago
  24. b3dfc0a - fix typo report by email, only 1.5 years late by Fred Drake · 19 years ago
  25. 7da4eda Clarify what is meant with "whole numbers". by Georg Brandl · 19 years ago
  26. 15ad935 __new__ is a static method by Georg Brandl · 19 years ago
  27. 8fc18a2 bug [ 1261229 ] __new__ is class method by Georg Brandl · 19 years ago
  28. a30616a SF bug #1249837: container methods raise KeyError not IndexError by Raymond Hettinger · 19 years ago
  29. 1c330eb Patch [ 1230615 ] Patch for (Doc) #1168746 by Georg Brandl · 19 years ago
  30. f21569e Fix typo. by Raymond Hettinger · 19 years ago
  31. ff564d3 SF #1156412: document the __new__() static method by Greg Ward · 20 years ago
  32. 6880431 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 20 years ago
  33. 5e89795 This is my patch by Michael W. Hudson · 20 years ago
  34. a031a08 Add a missing space. by Brett Cannon · 20 years ago
  35. 67a521e note that descriptor objects must be instances of new-style types by Fred Drake · 20 years ago
  36. 7a700b8 clean up indexing for None, NotImplemented closes SF bug #820344 by Fred Drake · 21 years ago
  37. 95cf84a Patch #821093: Fix various typos. by Martin v. Löwis · 21 years ago
  38. 92016dc SF 810242. Fix doubled word errors. by Raymond Hettinger · 21 years ago
  39. e41d4c8 Added doubled word warnings. by Raymond Hettinger · 21 years ago
  40. a378864 Fix representation of ^= operator in __ixor__() documentation. by Fred Drake · 21 years ago
  41. 943277e Minor corrections. by Raymond Hettinger · 21 years ago
  42. ea690c4 - improve the description of how user-defined method by Fred Drake · 21 years ago
  43. 4d6e8fe Clarify the lack of relationship between rich comparison operators. by Raymond Hettinger · 21 years ago
  44. d51ce7d Indexing is a mess; try to get the link targets closer to the relevant by Fred Drake · 21 years ago
  45. e37b4ed Discuss calling new-style types. Closes SF bug #453683. by Fred Drake · 21 years ago
  46. 5918f8d Minor fixes to punctuation and grammar. by Raymond Hettinger · 21 years ago
  47. df9eff0 * Markup nits for the Invoking Descriptors section by Raymond Hettinger · 21 years ago
  48. 4db3661 remove _ from label: LaTeX rejects this due to all the magic we use to by Fred Drake · 21 years ago
  49. 03ec6d5 * Document how descriptors are invoked. by Raymond Hettinger · 21 years ago
  50. 9e6fedd Add explicit text for where an obindex call for generators was since obindex does not cause output of its argument. by Brett Cannon · 21 years ago
  51. 7af9f4d Add a specific mention of the term "operator overloading" and add an by Fred Drake · 21 years ago
  52. 62364ff - apply SF patch #700798: fixes and cleanups for descriptor info by Fred Drake · 22 years ago
  53. 2ab1d08 I thought it was common practice to check things compiled before by Michael W. Hudson · 22 years ago
  54. d41eea0 SF doc patch #692001, properties and __getattribute__. I added some by Guido van Rossum · 22 years ago
  55. f9b0cc7 Document __module__. by Jeremy Hylton · 22 years ago
  56. f4ca5a2 Fix typo by Raymond Hettinger · 22 years ago
  57. e701dcb SF patch #634866: Alex Martelli's corrections to the ref manual. by Raymond Hettinger · 22 years ago
  58. cfd3884 This is Richie Hindle's patch by Michael W. Hudson · 22 years ago
  59. 5ec22f2 Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 22 years ago
  60. a0e4d6c Clarified that the footnote applies to versions 1.5 and after instead of by Raymond Hettinger · 22 years ago
  61. f0d777c A few days ago, Guido said (in the thread "[Python-Dev] Python by Michael W. Hudson · 22 years ago
  62. 10cbe8d SF 563530 added missing methods for emulating numeric types by Raymond Hettinger · 22 years ago
  63. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  64. 293dd4b Fix up Guido's markup. by Fred Drake · 22 years ago
  65. 92cf95f Addressed SF bug 421973 (finally). by Guido van Rossum · 22 years ago
  66. 9415309 Closes SF patch: 552468. by Raymond Hettinger · 22 years ago
  67. c0a02c0 Remove repeated index entry; adds nothing different. Closes SF bug #518985. by Fred Drake · 23 years ago
  68. 2a519f8 Document __unicode__. Fixes #541245. by Martin v. Löwis · 23 years ago
  69. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 23 years ago
  70. 8392f36 Update documentation of code objects. by Jeremy Hylton · 23 years ago
  71. 26c49b6 Small fixes for description of function attributes. by Jeremy Hylton · 23 years ago
  72. 591dd8f Update information about __del__() & reference cycles for CPython. by Fred Drake · 23 years ago
  73. e31e9ce Document generators and the yield statement, avoiding implementation details. by Fred Drake · 23 years ago
  74. f9d5803 Add change notes where im_class is discussed, since the exact meaning changes by Fred Drake · 23 years ago
  75. b62f0e1 Correct the description of im_class. (Fred, this is changed in 2.2. by Guido van Rossum · 23 years ago
  76. 3570551 Remove most references to __members__ and __methods__, leaving only one pair by Fred Drake · 23 years ago
  77. c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 23 years ago
  78. 0aa811c Use the \note and \warning macros where appropriate. by Fred Drake · 23 years ago
  79. 73921b0 Refer to the objects which define __len__(), __*item__(), and __iter__() by Fred Drake · 23 years ago
  80. 18d8d5a Fix minor usage and consistency nits. by Fred Drake · 23 years ago
  81. ed5a7ca Work around a LaTeX2HTML bug that caused the "m" in "mutable" to be dropped by Fred Drake · 23 years ago
  82. 3e2aca4 Add information about __floordiv__() and __truediv__() methods for by Fred Drake · 23 years ago
  83. 8dd6ffd User-defined methods *can* contain things other than user-defined functions by Fred Drake · 23 years ago
  84. 044bb4d Explain that __init__() methods do not get to return values. by Fred Drake · 23 years ago
  85. 6e5e1d9 Minor change to match the style guide. by Fred Drake · 23 years ago
  86. 2829f1c Fix a very minor (but annoying when looking for things!) markup nit. by Fred Drake · 23 years ago
  87. 597bc1d Bring the notes on the relationship between __cmp__(), __eq__(), and by Fred Drake · 23 years ago
  88. b3384d3 Make sure we include all of Python's numeric types in the data model by Fred Drake · 23 years ago
  89. 0dbb4fb Implement, test and document "key in dict" and "key not in dict". by Guido van Rossum · 24 years ago
  90. fb8ffe6 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 24 years ago
  91. aa90adc Add nested scopes spec to appendix. by Jeremy Hylton · 24 years ago
  92. 7a5e80e Updates to describe function attributes. by Barry Warsaw · 24 years ago
  93. 230d17d Sequence indexes are non-negative, not natural (0 is not a natural number). by Fred Drake · 24 years ago
  94. c8e8281 Updated note about collection of cyclic garbage, based on comments from by Fred Drake · 24 years ago
  95. ab782dd Document rich comparisons. by Guido van Rossum · 24 years ago
  96. 445f832 __rcmp__() description: Changed to indicate that this is no longer by Fred Drake · 24 years ago
  97. 48c2eb9 Document the NotImplemented object. by Neil Schemenauer · 24 years ago
  98. 68abe83 Fix typo by Andrew M. Kuchling · 24 years ago
  99. 035f7e8 Clarify __repr__ and __str__. by Guido van Rossum · 24 years ago
  100. dc90cc2 Additional docs for __iadd__ and family, closing SF bug #117178 and SF patch by Thomas Wouters · 24 years ago