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