summaryrefslogtreecommitdiffstats
path: root/Doc/ref
Commit message (Collapse)AuthorAgeFilesLines
* squeezed some space out of a line that was too longGuido van Rossum1995-05-031-2/+2
|
* update list of supported os-esGuido van Rossum1995-04-041-2/+2
|
* added index entries for __*__ identifiersGuido van Rossum1995-03-213-0/+65
|
* added table of precedencesGuido van Rossum1995-03-171-0/+51
|
* forget about html.styGuido van Rossum1995-03-171-1/+1
|
* made palatable for latex2html:Guido van Rossum1995-03-164-86/+93
| | | | removed $math$, added braces to \item[\tt...]
* replace ASCII by macro callGuido van Rossum1995-03-153-16/+16
|
* clarified code objectsGuido van Rossum1995-03-071-3/+3
|
* added ref to vars()Guido van Rossum1995-03-072-3/+12
|
* a few typographical changes (e.g. -- => ---) and lots of new stuff in the ↵Guido van Rossum1995-02-282-4/+4
| | | | WWW chapter
* added classes as exceptionsGuido van Rossum1995-02-072-8/+16
|
* copyright.tex: Add 1995 to copyright message.Guido van Rossum1995-01-045-10/+24
| | | | | | | | | | | | | | | 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
|
* Moved author and date to boilerplate.tex.Guido van Rossum1994-10-061-8/+3
| | | | | | | Added copyright.tex to all files. Added descr of check_interval to libsys.tex. Corrected lotsa typos in tut.tex (thanks to George M. Sipe). Corrected mktuple (should be newtupleobject) example in ext.tex.
* * Doc/libtime.tex: get rid of references to millitime() andGuido van Rossum1994-08-231-1/+15
| | | | | | | millisleep(); document clock() * Doc/ref6.tex (section{Assignment statements}): added warning about overlaps in lhs of assignment (e.g. "i, x[i] = 1, 2")
* Lots of small corrections by Andrew Kuchling (plus all new rotor docs)Guido van Rossum1994-08-085-8/+9
|
* Merge lost revisions backGuido van Rossum1994-08-013-131/+154
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-016-244/+284
|
* * lib2.tex (sys): updated sys.std{in,out,err} docs. AddedGuido van Rossum1993-12-172-1/+19
| | | | | | | | | | | | | | | sys.tracebacklimit. * tut.tex (Exceptions): change text printed by traceback. * lib5.tex (audioop): added minmax. * lib5.tex (audioop.getsample): move wandered paragraph back * lib3.tex, partparse.py: undo mucking with \nopagebreak (didn't work). * partparse.py: ignore \nopagebreak command * ref5.tex: added description of lambda forms. * ref7.tex: added reference to lambda forms to section on function definition. * lib1.tex: removed lambda as built-in function (it is now a special form). Also removed feature of filter, map, reduce to turn a string argument into an anonymous function.
* * {lib,ref,ext,tut}.tex: added explicit \date{<date> \\ <release>}.Guido van Rossum1993-11-231-0/+2
| | | | * lib2.tex: change bogus \\var to \var.
* * ext.tex: did most of the tedious changes from plain ASCII text to LaTeX.Guido van Rossum1993-11-051-2/+2
| | | | | | * text2latex.py: automatically put function names in \code{}. * lib.tex, ref.tex, ext.tex, qua.tex, tut.tex: use new P.O.Box number in address.
* * 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().
* * lib3.tex (module string): added rindex().Guido van Rossum1993-10-272-10/+7
| | | | | | | | | * lib1.tex (section{Built-in Functions}): added bagof(), lambda(), map() and reduce(). Repharased apply(). Removed or rephrased references to exec() (now the exec stmt). * lib4.tex: posix.exec --> posix.execv * ref4.tex, ref8.tex, tut.tex: builtin --> __builtin__ * lib3.tex (module string): added atof() and atol(), and ato[fl]_error.
* "exec" is now a statement. execfile() is obsolete.Guido van Rossum1993-10-181-0/+39
| | | | (Also added a stub for "access".)
* * ref3.tex: added cross-ref to try statement for exc handler.Guido van Rossum1993-10-112-3/+17
| | | | | * 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-122-14/+40
|
* Changes to some math using underscore as subscript, necessary sinceGuido van Rossum1992-12-171-0/+2
| | | | the new style file defines underscore as an underscore in tt font.
* __oct__ and __hex__Guido van Rossum1992-09-201-0/+5
|
* Use \input instead of \include (or \inclide)Guido van Rossum1992-08-191-1/+2
|
* Added chapter titles in commentsGuido van Rossum1992-08-141-8/+8
|
* Moved chapters each to their own file.Guido van Rossum1992-08-141-2737/+9
| | | | | | Real changes: (a) added section on special class methods. (b) corrected typos spotted by Stoffel Erasmus.
* Initial revisionGuido van Rossum1992-08-143-0/+923
|
* Initial revisionGuido van Rossum1992-08-145-0/+1954
|
* Fixed comparison: i < k < j should be i <= k < j.Guido van Rossum1992-06-031-1/+1
|
* Moved a4wide option to myformat.styGuido van Rossum1992-04-061-6/+1
|
* mostly added index entries. PRINTEDGuido van Rossum1992-04-031-173/+534
|
* Almost through with revisions.Guido van Rossum1992-04-021-174/+210
|
* *** empty log message ***Guido van Rossum1992-03-201-9/+93
|
* Completed missing parts. Restructured ch. 3/4 to Data and ExecutionGuido van Rossum1992-03-061-196/+448
| | | | model. Added index.
* Completed execution model and try statement.Guido van Rossum1992-03-021-30/+191
|
* Added stuff about classes and instances, plus some smaller changes.Guido van Rossum1992-01-291-25/+68
|
* Described some more standard types and statements.Guido van Rossum1992-01-281-30/+304
|
* Change \verb\xxx\ in section titles back to {\tt xxx}.Guido van Rossum1992-01-211-14/+14
|
* Another large run of changes and additions.Guido van Rossum1992-01-201-255/+517
|
* Another round of careful revisions.Guido van Rossum1992-01-171-124/+257
|
* Just another intermediate version...Guido van Rossum1992-01-161-39/+89
|
* Cosmetic changes; added sections on notation and on objects;Guido van Rossum1992-01-071-110/+228
| | | | new grammar (global, '==').
* Fix math containing %!!!Guido van Rossum1991-12-061-2/+2
|
* First round of corrections (lexer only).Guido van Rossum1991-11-251-130/+139
|