summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref3.tex
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* __call__, __getattr__ c.s.Guido van Rossum1994-10-091-2/+51
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-108/+112
|
* * ext.tex: documentation for extending, reference counts, and embeddingGuido van Rossum1993-11-051-3/+9
| | | | | | | | | | | | | | | | | | (formerly ../misc/{EXTENDING,REFCNT,EMBEDDING}). Also affects Makefile. * text2latex.py: script to do part of the conversion from an plain ASCI text file (in my particular style) to LaTeX. (Chapter/section/subsection headers, and verbatim sections.) * partparse.py, texipre.dat, fix.el, Makefile: Minor cleanup of latex -> info conversion process (at least it works again, and with less debugging output). Removed fix.sh. * lib1.tex (section{Built-in Functions}): adapt description of str() and repr() to new situation. * lib3.tex (Module os): added exec*() variants. * lib3.tex (Module posix): added execve(). * lib2.tex (Module array): documented reality; remove typecode and itemsize, add byteswap, rename read/write to fromfile/tofile, and re-alphabetized. * lib1.tex (Built-in Functions): renamed bagof() to filter().
* * ref3.tex: added cross-ref to try statement for exc handler.Guido van Rossum1993-10-111-2/+3
| | | | | * ref7.tex: added description of sys.exc_{type,value,traceback}. * lib5.tex: rect.intersect is different now!
* * lib1.tex: documented dict.items() and dict.values()Guido van Rossum1993-05-241-0/+18
| | | | | * ref3.tex: documented new __init__ and __del__ special methods of class instances.
* Lots of small changes collected over months...Guido van Rossum1993-05-121-8/+33
|
* __oct__ and __hex__Guido van Rossum1992-09-201-0/+5
|
* Initial revisionGuido van Rossum1992-08-141-0/+705