Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | squeezed some space out of a line that was too long | Guido van Rossum | 1995-05-03 | 1 | -2/+2 |
| | |||||
* | update list of supported os-es | Guido van Rossum | 1995-04-04 | 1 | -2/+2 |
| | |||||
* | added index entries for __*__ identifiers | Guido van Rossum | 1995-03-21 | 3 | -0/+65 |
| | |||||
* | added table of precedences | Guido van Rossum | 1995-03-17 | 1 | -0/+51 |
| | |||||
* | forget about html.sty | Guido van Rossum | 1995-03-17 | 1 | -1/+1 |
| | |||||
* | made palatable for latex2html: | Guido van Rossum | 1995-03-16 | 4 | -86/+93 |
| | | | | removed $math$, added braces to \item[\tt...] | ||||
* | replace ASCII by macro call | Guido van Rossum | 1995-03-15 | 3 | -16/+16 |
| | |||||
* | clarified code objects | Guido van Rossum | 1995-03-07 | 1 | -3/+3 |
| | |||||
* | added ref to vars() | Guido van Rossum | 1995-03-07 | 2 | -3/+12 |
| | |||||
* | a few typographical changes (e.g. -- => ---) and lots of new stuff in the ↵ | Guido van Rossum | 1995-02-28 | 2 | -4/+4 |
| | | | | WWW chapter | ||||
* | added classes as exceptions | Guido van Rossum | 1995-02-07 | 2 | -8/+16 |
| | |||||
* | copyright.tex: Add 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 5 | -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 Rossum | 1994-10-09 | 1 | -2/+51 |
| | |||||
* | Moved author and date to boilerplate.tex. | Guido van Rossum | 1994-10-06 | 1 | -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() and | Guido van Rossum | 1994-08-23 | 1 | -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 Rossum | 1994-08-08 | 5 | -8/+9 |
| | |||||
* | Merge lost revisions back | Guido van Rossum | 1994-08-01 | 3 | -131/+154 |
| | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 6 | -244/+284 |
| | |||||
* | * lib2.tex (sys): updated sys.std{in,out,err} docs. Added | Guido van Rossum | 1993-12-17 | 2 | -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 Rossum | 1993-11-23 | 1 | -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 Rossum | 1993-11-05 | 1 | -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 embedding | Guido van Rossum | 1993-11-05 | 1 | -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 Rossum | 1993-10-27 | 2 | -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 Rossum | 1993-10-18 | 1 | -0/+39 |
| | | | | (Also added a stub for "access".) | ||||
* | * ref3.tex: added cross-ref to try statement for exc handler. | Guido van Rossum | 1993-10-11 | 2 | -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 Rossum | 1993-05-24 | 1 | -0/+18 |
| | | | | | * ref3.tex: documented new __init__ and __del__ special methods of class instances. | ||||
* | Lots of small changes collected over months... | Guido van Rossum | 1993-05-12 | 2 | -14/+40 |
| | |||||
* | Changes to some math using underscore as subscript, necessary since | Guido van Rossum | 1992-12-17 | 1 | -0/+2 |
| | | | | the new style file defines underscore as an underscore in tt font. | ||||
* | __oct__ and __hex__ | Guido van Rossum | 1992-09-20 | 1 | -0/+5 |
| | |||||
* | Use \input instead of \include (or \inclide) | Guido van Rossum | 1992-08-19 | 1 | -1/+2 |
| | |||||
* | Added chapter titles in comments | Guido van Rossum | 1992-08-14 | 1 | -8/+8 |
| | |||||
* | Moved chapters each to their own file. | Guido van Rossum | 1992-08-14 | 1 | -2737/+9 |
| | | | | | | Real changes: (a) added section on special class methods. (b) corrected typos spotted by Stoffel Erasmus. | ||||
* | Initial revision | Guido van Rossum | 1992-08-14 | 3 | -0/+923 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-08-14 | 5 | -0/+1954 |
| | |||||
* | Fixed comparison: i < k < j should be i <= k < j. | Guido van Rossum | 1992-06-03 | 1 | -1/+1 |
| | |||||
* | Moved a4wide option to myformat.sty | Guido van Rossum | 1992-04-06 | 1 | -6/+1 |
| | |||||
* | mostly added index entries. PRINTED | Guido van Rossum | 1992-04-03 | 1 | -173/+534 |
| | |||||
* | Almost through with revisions. | Guido van Rossum | 1992-04-02 | 1 | -174/+210 |
| | |||||
* | *** empty log message *** | Guido van Rossum | 1992-03-20 | 1 | -9/+93 |
| | |||||
* | Completed missing parts. Restructured ch. 3/4 to Data and Execution | Guido van Rossum | 1992-03-06 | 1 | -196/+448 |
| | | | | model. Added index. | ||||
* | Completed execution model and try statement. | Guido van Rossum | 1992-03-02 | 1 | -30/+191 |
| | |||||
* | Added stuff about classes and instances, plus some smaller changes. | Guido van Rossum | 1992-01-29 | 1 | -25/+68 |
| | |||||
* | Described some more standard types and statements. | Guido van Rossum | 1992-01-28 | 1 | -30/+304 |
| | |||||
* | Change \verb\xxx\ in section titles back to {\tt xxx}. | Guido van Rossum | 1992-01-21 | 1 | -14/+14 |
| | |||||
* | Another large run of changes and additions. | Guido van Rossum | 1992-01-20 | 1 | -255/+517 |
| | |||||
* | Another round of careful revisions. | Guido van Rossum | 1992-01-17 | 1 | -124/+257 |
| | |||||
* | Just another intermediate version... | Guido van Rossum | 1992-01-16 | 1 | -39/+89 |
| | |||||
* | Cosmetic changes; added sections on notation and on objects; | Guido van Rossum | 1992-01-07 | 1 | -110/+228 |
| | | | | new grammar (global, '=='). | ||||
* | Fix math containing %!!! | Guido van Rossum | 1991-12-06 | 1 | -2/+2 |
| | |||||
* | First round of corrections (lexer only). | Guido van Rossum | 1991-11-25 | 1 | -130/+139 |
| |