- 15ad935 __new__ is a static method by Georg Brandl · 20 years ago
- 8fc18a2 bug [ 1261229 ] __new__ is class method by Georg Brandl · 20 years ago
- a30616a SF bug #1249837: container methods raise KeyError not IndexError by Raymond Hettinger · 20 years ago
- 1c330eb Patch [ 1230615 ] Patch for (Doc) #1168746 by Georg Brandl · 20 years ago
- f21569e Fix typo. by Raymond Hettinger · 20 years ago
- ff564d3 SF #1156412: document the __new__() static method by Greg Ward · 20 years ago
- 6880431 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 21 years ago
- 5e89795 This is my patch by Michael W. Hudson · 21 years ago
- a031a08 Add a missing space. by Brett Cannon · 21 years ago
- 67a521e note that descriptor objects must be instances of new-style types by Fred Drake · 21 years ago
- 7a700b8 clean up indexing for None, NotImplemented closes SF bug #820344 by Fred Drake · 22 years ago
- 95cf84a Patch #821093: Fix various typos. by Martin v. Löwis · 22 years ago
- 92016dc SF 810242. Fix doubled word errors. by Raymond Hettinger · 22 years ago
- e41d4c8 Added doubled word warnings. by Raymond Hettinger · 22 years ago
- a378864 Fix representation of ^= operator in __ixor__() documentation. by Fred Drake · 22 years ago
- 943277e Minor corrections. by Raymond Hettinger · 22 years ago
- ea690c4 - improve the description of how user-defined method by Fred Drake · 22 years ago
- 4d6e8fe Clarify the lack of relationship between rich comparison operators. by Raymond Hettinger · 22 years ago
- d51ce7d Indexing is a mess; try to get the link targets closer to the relevant by Fred Drake · 22 years ago
- e37b4ed Discuss calling new-style types. Closes SF bug #453683. by Fred Drake · 22 years ago
- 5918f8d Minor fixes to punctuation and grammar. by Raymond Hettinger · 22 years ago
- df9eff0 * Markup nits for the Invoking Descriptors section by Raymond Hettinger · 22 years ago
- 4db3661 remove _ from label: LaTeX rejects this due to all the magic we use to by Fred Drake · 22 years ago
- 03ec6d5 * Document how descriptors are invoked. by Raymond Hettinger · 22 years ago
- 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
- 7af9f4d Add a specific mention of the term "operator overloading" and add an by Fred Drake · 22 years ago
- 62364ff - apply SF patch #700798: fixes and cleanups for descriptor info by Fred Drake · 22 years ago
- 2ab1d08 I thought it was common practice to check things compiled before by Michael W. Hudson · 22 years ago
- d41eea0 SF doc patch #692001, properties and __getattribute__. I added some by Guido van Rossum · 22 years ago
- f9b0cc7 Document __module__. by Jeremy Hylton · 23 years ago
- f4ca5a2 Fix typo by Raymond Hettinger · 23 years ago
- e701dcb SF patch #634866: Alex Martelli's corrections to the ref manual. by Raymond Hettinger · 23 years ago
- cfd3884 This is Richie Hindle's patch by Michael W. Hudson · 23 years ago
- 5ec22f2 Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 23 years ago
- a0e4d6c Clarified that the footnote applies to versions 1.5 and after instead of by Raymond Hettinger · 23 years ago
- f0d777c A few days ago, Guido said (in the thread "[Python-Dev] Python by Michael W. Hudson · 23 years ago
- 10cbe8d SF 563530 added missing methods for emulating numeric types by Raymond Hettinger · 23 years ago
- 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 23 years ago
- 293dd4b Fix up Guido's markup. by Fred Drake · 23 years ago
- 92cf95f Addressed SF bug 421973 (finally). by Guido van Rossum · 23 years ago
- 9415309 Closes SF patch: 552468. by Raymond Hettinger · 23 years ago
- c0a02c0 Remove repeated index entry; adds nothing different. Closes SF bug #518985. by Fred Drake · 23 years ago
- 2a519f8 Document __unicode__. Fixes #541245. by Martin v. Löwis · 23 years ago
- 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 23 years ago
- 8392f36 Update documentation of code objects. by Jeremy Hylton · 23 years ago
- 26c49b6 Small fixes for description of function attributes. by Jeremy Hylton · 23 years ago
- 591dd8f Update information about __del__() & reference cycles for CPython. by Fred Drake · 24 years ago
- e31e9ce Document generators and the yield statement, avoiding implementation details. by Fred Drake · 24 years ago
- f9d5803 Add change notes where im_class is discussed, since the exact meaning changes by Fred Drake · 24 years ago
- b62f0e1 Correct the description of im_class. (Fred, this is changed in 2.2. by Guido van Rossum · 24 years ago
- 3570551 Remove most references to __members__ and __methods__, leaving only one pair by Fred Drake · 24 years ago
- c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 24 years ago
- 0aa811c Use the \note and \warning macros where appropriate. by Fred Drake · 24 years ago
- 73921b0 Refer to the objects which define __len__(), __*item__(), and __iter__() by Fred Drake · 24 years ago
- 18d8d5a Fix minor usage and consistency nits. by Fred Drake · 24 years ago
- ed5a7ca Work around a LaTeX2HTML bug that caused the "m" in "mutable" to be dropped by Fred Drake · 24 years ago
- 3e2aca4 Add information about __floordiv__() and __truediv__() methods for by Fred Drake · 24 years ago
- 8dd6ffd User-defined methods *can* contain things other than user-defined functions by Fred Drake · 24 years ago
- 044bb4d Explain that __init__() methods do not get to return values. by Fred Drake · 24 years ago
- 6e5e1d9 Minor change to match the style guide. by Fred Drake · 24 years ago
- 2829f1c Fix a very minor (but annoying when looking for things!) markup nit. by Fred Drake · 24 years ago
- 597bc1d Bring the notes on the relationship between __cmp__(), __eq__(), and by Fred Drake · 24 years ago
- b3384d3 Make sure we include all of Python's numeric types in the data model by Fred Drake · 24 years ago
- 0dbb4fb Implement, test and document "key in dict" and "key not in dict". by Guido van Rossum · 24 years ago
- fb8ffe6 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 24 years ago
- aa90adc Add nested scopes spec to appendix. by Jeremy Hylton · 24 years ago
- 7a5e80e Updates to describe function attributes. by Barry Warsaw · 24 years ago
- 230d17d Sequence indexes are non-negative, not natural (0 is not a natural number). by Fred Drake · 24 years ago
- c8e8281 Updated note about collection of cyclic garbage, based on comments from by Fred Drake · 25 years ago
- ab782dd Document rich comparisons. by Guido van Rossum · 25 years ago
- 445f832 __rcmp__() description: Changed to indicate that this is no longer by Fred Drake · 25 years ago
- 48c2eb9 Document the NotImplemented object. by Neil Schemenauer · 25 years ago
- 68abe83 Fix typo by Andrew M. Kuchling · 25 years ago
- 035f7e8 Clarify __repr__ and __str__. by Guido van Rossum · 25 years ago
- dc90cc2 Additional docs for __iadd__ and family, closing SF bug #117178 and SF patch by Thomas Wouters · 25 years ago
- 0c47559 Added a note that objects which emulate built-in types should only by Fred Drake · 25 years ago
- f8925978 Denis S. Otkidach <ods@users.sourceforge.net>: by Fred Drake · 25 years ago
- 31575ce Note that __getitem__() may receive a slice object as the index; by Fred Drake · 25 years ago
- 8d27f89 Moshe Zadka <mzadka@geocities.com>: by Fred Drake · 25 years ago
- 12bba85 Rough and incomplete documentation on augmented assignment, which follows by Thomas Wouters · 25 years ago
- a007382 Adjust the way __getslice__() is marked as deprecated; this will also by Fred Drake · 25 years ago
- 1d75a79 Apply SF patch #101029: call __getitem__ with a proper slice object if there by Thomas Wouters · 25 years ago
- f9b526d More of Rob W. W. Hooft's spelling fixes. The only ones left now are the by Thomas Wouters · 25 years ago
- 91826ed Improve the descriptions of expected exceptions for __getitem__(), by Fred Drake · 25 years ago
- 35c09f2 Revise the description of when functions retrieved from class instances by Fred Drake · 25 years ago
- e57a114 Fix markup error that hid a tilde character; reported long ago by by Fred Drake · 25 years ago
- 8b3ce9e But don't do the funny \UNICODE macro; we're trying to get away from by Fred Drake · 25 years ago
- f0aff8e Patch from Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
- e15956b Merged changes from the 1.5.2p2 release. by Fred Drake · 25 years ago
- e15eb35 Use \citetitle as appropriate. by Fred Drake · 26 years ago
- b894370 Fixed some index entries. by Fred Drake · 26 years ago
- 8cdee96 Dictionaries are created using the "{...}" notation, not the "..." by Fred Drake · 26 years ago
- 264bd59 1. Clarify that immutability isn't entirely the same as unchangeable by Guido van Rossum · 26 years ago
- 15988fd Documented __complex__(), made sure all the discipline names hit the index. by Fred Drake · 27 years ago
- ae3e574 "numberic" --> "numeric", two places by Fred Drake · 27 years ago
- 4856d01 Removed a lot of unnecessary comment markers which cause unexplained by Fred Drake · 27 years ago
- 78eebfd Remove two remaining {\tt ...} constructs. by Fred Drake · 27 years ago
- 1e42d8a Massive change to just about every construct that impacts the index. by Fred Drake · 27 years ago
- 3041b07 Remove an unnecessary "%" character that seems to cause a minor glitch by Fred Drake · 27 years ago
- 8238587 Fix some confusion in the __repr__() and __str__() descriptions. by Fred Drake · 27 years ago