summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref3.tex
Commit message (Collapse)AuthorAgeFilesLines
* __rcmp__() description: Changed to indicate that this is no longerFred Drake2001-01-041-8/+1
| | | | | | | | supported as of Python 2.1. We still need to have an entry for this since it is reasonable for users to want to understand existing code. This closes SF bug #122715.
* 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
| | | | #102169.
* Added a note that objects which emulate built-in types should onlyFred Drake2000-12-071-0/+7
| | | | | implement as many of the relevant methods as make sense for the particular information being modelled.
* Denis S. Otkidach <ods@users.sourceforge.net>:Fred Drake2000-09-211-0/+42
| | | | | | | | | | Show how code can be written to handle __getslice__ & friends in a way that is compatible with pre-2.0 versions of Python while still working with the "new" way of handling slicing. Additional explanation added by Fred Drake. This closes SourceForge patch #101388.
* Note that __getitem__() may receive a slice object as the index;Fred Drake2000-09-211-2/+3
| | | | reported by Detlef Lannert <lannert@uni-duesseldorf.de>.
* Moshe Zadka <mzadka@geocities.com>:Fred Drake2000-09-191-0/+10
| | | | | | | Document the __contains__() method. (Patch slightly modified by FLD.) This closes SourceForge patch #101387.
* Rough and incomplete documentation on augmented assignment, which followsThomas Wouters2000-08-241-4/+7
| | | | shortly. Markup also needs checking.
* Adjust the way __getslice__() is marked as deprecated; this will alsoFred Drake2000-08-181-2/+4
| | | | stand out more.
* Apply SF patch #101029: call __getitem__ with a proper slice object if thereThomas Wouters2000-08-171-9/+18
| | | | | | | | is no __getslice__ available. Also does the same for C extension types. Includes rudimentary documentation (it could use a cross reference to the section on slice objects, I couldn't figure out how to do that) and a test suite for all Python __hooks__ I could think of, including the new behaviour.
* More of Rob W. W. Hooft's spelling fixes. The only ones left now are theThomas Wouters2000-07-161-5/+5
| | | | | | | | | | | distutils patches, which I'll leave to the distutils maintainers. Tip: review the patch like this: grep "^[\!+-] " <patchfile> To get a quick and easy way to review the actual changes. Most of the changes are single-line ones, anyway.
* Improve the descriptions of expected exceptions for __getitem__(),Fred Drake2000-07-131-4/+14
| | | | | __setitem__(), and __delitem__(). Based on related comments from Barry Warsaw.
* Revise the description of when functions retrieved from class instancesFred Drake2000-06-281-9/+11
| | | | | | | | | are and are not turned into bound methods; some confusion was noted by Andrew Dalke. In particular, it has to be noted that functions located on the class instance are not turned into any sort of method, only those which are found via the underlying class.
* Fix markup error that hid a tilde character; reported long ago byFred Drake2000-06-151-1/+12
| | | | Carl Feynman <carlf@abinitio.com>.
* But don't do the funny \UNICODE macro; we're trying to get away fromFred Drake2000-04-061-1/+1
| | | | those markups! <with-mixed-feelings>
* Patch from Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-0/+15
| | | | Added Unicode type to the language reference.
* 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
| | | | | | In the __coerce__ description, None should be returned if the conversion is *impossible*, not *possible*. Reported by Robert Kern <kernr@ncifcrf.gov>.
* Dictionaries are created using the "{...}" notation, not the "..."Fred Drake1999-02-231-13/+11
| | | | notation. Problem reported by Magnus L. Hetland <mlh@idt.ntnu.no>.
* 1. Clarify that immutability isn't entirely the same as unchangeableGuido van Rossum1999-02-231-2/+12
| | | | | | | value (because of immutable containers containing mutable objects). 2. Document that func_code, func_defaults and func_doc / __doc__ are now writable.
* Documented __complex__(), made sure all the discipline names hit theFred Drake1999-02-121-5/+8
| | | | index.
* "numberic" --> "numeric", two placesFred Drake1999-01-281-2/+2
|
* Removed a lot of unnecessary comment markers which cause unexplainedFred Drake1999-01-121-84/+83
| | | | numbers to appear in the HTML version of the manual.
* 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
| | | | Blame it on Just. ;-)
* Remove an unnecessary "%" character that seems to cause a minor glitchFred Drake1998-10-211-1/+1
| | | | with the latest latex2html.
* Fix some confusion in the __repr__() and __str__() descriptions.Fred Drake1998-10-011-82/+85
| | | | Reported by Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>.
* Markup changes in the section on disciplines to match method descriptionsFred Drake1998-08-281-165/+171
| | | | | | a little better, and produce better HTML. Add some index entries.
* 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
| | | | semantic file names in the HTML. No more node#.html files!
* 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
| | | | some previously undocumented features.
* Updated markup style (got rid of \verb@...@, mostly).Fred Drake1998-05-141-2/+2
|
* The Python Reference Manual.Fred Drake1998-05-061-0/+889
|
* Removed LaTeX version of reference manual. Added ref/ref.ps.Guido van Rossum1996-10-221-885/+0
|
* Mention warning for exception in __del__.Guido van Rossum1996-08-201-0/+2
|
* Add warning about exceptions in __del__ being ignored.Guido van Rossum1996-08-091-0/+4
|
* Added __doc__ to predefined module attributes.Guido van Rossum1996-06-261-3/+6
|
* typosGuido van Rossum1995-07-071-3/+3
|
* added index entries for __*__ identifiersGuido van Rossum1995-03-211-0/+58
|
* made palatable for latex2html:Guido van Rossum1995-03-161-48/+49
| | | | removed $math$, added braces to \item[\tt...]
* replace ASCII by macro callGuido van Rossum1995-03-151-4/+4
|
* clarified code objectsGuido van Rossum1995-03-071-3/+3
|
* a few typographical changes (e.g. -- => ---) and lots of new stuff in the ↵Guido van Rossum1995-02-281-3/+3
| | | | WWW chapter
* copyright.tex: Add 1995 to copyright message.Guido van Rossum1995-01-041-4/+8
| | | | | | | | | | | | | | | lib.tex: add libimp; remove bogus warning about lineii. libmath.tex: document hypot(). libmd5.tex: rename md5.md5() to md5.new(). libposix.tex: document chown(). libposixfile.tex: openfile() instead of fileopen(). libsocket.tex: document gethostbyaddr(). libtypes.tex: add footnote explaining why readline() keeps the newline. ref3.tex: correct typos, add back*quotes to index. ref4.tex: don't use \verb inside footnote. ref5.tex: explain repr() and str() and add them + back*quotes to index. ref6.tex: correct typo, don't use \verb in footnote. ref7.tex: don't use \verb in footnote.