summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref3.tex
Commit message (Expand)AuthorAgeFilesLines
* Minor change to match the style guide.Fred Drake2001-07-141-1/+1
* Fix a very minor (but annoying when looking for things!) markup nit.Fred Drake2001-06-231-0/+2
* Bring the notes on the relationship between __cmp__(), __eq__(), andFred Drake2001-05-291-10/+15
* Make sure we include all of Python's numeric types in the data modelFred Drake2001-05-141-1/+2
* Implement, test and document "key in dict" and "key not in dict".Guido van Rossum2001-04-201-3/+8
* Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.Fred Drake2001-04-131-51/+56
* Add nested scopes spec to appendix.Jeremy Hylton2001-03-231-12/+29
* Updates to describe function attributes.Barry Warsaw2001-02-271-4/+12
* Sequence indexes are non-negative, not natural (0 is not a natural number).Fred Drake2001-02-221-32/+32
* Updated note about collection of cyclic garbage, based on comments fromFred Drake2001-01-221-3/+6
* Document rich comparisons.Guido van Rossum2001-01-181-5/+42
* __rcmp__() description: Changed to indicate that this is no longerFred Drake2001-01-041-8/+1
* Document the NotImplemented object.Neil Schemenauer2001-01-041-0/+9
* Fix typoAndrew M. Kuchling2000-12-191-1/+1
* Clarify __repr__ and __str__.Guido van Rossum2000-12-191-7/+10
* Additional docs for __iadd__ and family, closing SF bug #117178 and SF patchThomas Wouters2000-12-111-0/+26
* Added a note that objects which emulate built-in types should onlyFred Drake2000-12-071-0/+7
* Denis S. Otkidach <ods@users.sourceforge.net>:Fred Drake2000-09-211-0/+42
* Note that __getitem__() may receive a slice object as the index;Fred Drake2000-09-211-2/+3
* Moshe Zadka <mzadka@geocities.com>:Fred Drake2000-09-191-0/+10
* Rough and incomplete documentation on augmented assignment, which followsThomas Wouters2000-08-241-4/+7
* Adjust the way __getslice__() is marked as deprecated; this will alsoFred Drake2000-08-181-2/+4
* Apply SF patch #101029: call __getitem__ with a proper slice object if thereThomas Wouters2000-08-171-9/+18
* More of Rob W. W. Hooft's spelling fixes. The only ones left now are theThomas Wouters2000-07-161-5/+5
* Improve the descriptions of expected exceptions for __getitem__(),Fred Drake2000-07-131-4/+14
* Revise the description of when functions retrieved from class instancesFred Drake2000-06-281-9/+11
* Fix markup error that hid a tilde character; reported long ago byFred Drake2000-06-151-1/+12
* But don't do the funny \UNICODE macro; we're trying to get away fromFred Drake2000-04-061-1/+1
* Patch from Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-0/+15
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-17/+18
* Use \citetitle as appropriate.Fred Drake1999-11-101-18/+15
* Fixed some index entries.Fred Drake1999-05-101-36/+36
* Dictionaries are created using the "{...}" notation, not the "..."Fred Drake1999-02-231-13/+11
* 1. Clarify that immutability isn't entirely the same as unchangeableGuido van Rossum1999-02-231-2/+12
* Documented __complex__(), made sure all the discipline names hit theFred Drake1999-02-121-5/+8
* "numberic" --> "numeric", two placesFred Drake1999-01-281-2/+2
* Removed a lot of unnecessary comment markers which cause unexplainedFred Drake1999-01-121-84/+83
* Remove two remaining {\tt ...} constructs.Fred Drake1998-11-251-2/+2
* Massive change to just about every construct that impacts the index.Fred Drake1998-11-251-225/+210
* Remove an unnecessary "%" character that seems to cause a minor glitchFred Drake1998-10-211-1/+1
* Fix some confusion in the __repr__() and __str__() descriptions.Fred Drake1998-10-011-82/+85
* Markup changes in the section on disciplines to match method descriptionsFred Drake1998-08-281-165/+171
* Minor refilling of a paragraph...Barry Warsaw1998-08-071-2/+2
* im_function --> im_funcFred Drake1998-08-071-2/+2
* Make sure all chapters, sections, and subsections have a \label to give themFred Drake1998-07-281-10/+11
* e.g. -> e.g.,Guido van Rossum1998-07-241-2/+3
* 'name space' -> 'namespace'Guido van Rossum1998-07-231-8/+8
* Lots of changes copied from the FrameMaker version. Also documentedGuido van Rossum1998-07-231-231/+625
* Updated markup style (got rid of \verb@...@, mostly).Fred Drake1998-05-141-2/+2
* The Python Reference Manual.Fred Drake1998-05-061-0/+889