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