Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lots of small corrections by Andrew Kuchling (plus all new rotor docs) | Guido van Rossum | 1994-08-08 | 21 | -88/+195 |
| | |||||
* | Added gdbm docs | Guido van Rossum | 1994-08-08 | 2 | -0/+31 |
| | |||||
* | * Doc/libsocket.tex (subsection{Socket Object Methods}): | Guido van Rossum | 1994-08-05 | 1 | -3/+12 |
| | | | | documented gethostname() and a few misc things | ||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -15/+74 |
| | |||||
* | libsocket.tex: send[to] returns nbytes. | Guido van Rossum | 1994-08-01 | 2 | -2/+8 |
| | | | | | libstring.tex: added count(). ref2.tex: new keywords; moved keyword printing program to keywords.py. | ||||
* | documented writelines() | Guido van Rossum | 1994-06-23 | 1 | -3/+12 |
| | |||||
* | clarify the meaning of address for those methods that or return addresses | Guido van Rossum | 1994-06-23 | 1 | -2/+10 |
| | |||||
* | README: correct typo (lib.index) | Guido van Rossum | 1994-05-19 | 2 | -0/+212 |
| | | | | | | lib.tex: include libfcntl, libposixfile myformat.sty: add tableii environment libfcntl.tex, libposixfile.tex: docs contributed by Jaap V | ||||
* | * Doc/libtypes.tex: fix typo in table of list methods; clarify | Guido van Rossum | 1994-05-09 | 1 | -4/+9 |
| | | | | | | | truncation behavior of floating point formatting * Doc/ref3.tex: clarify defaults for __repr__, __cmp__ and __str__; correct (some) descriptions of class constructors | ||||
* | Documented optional bufsize argument to open() and the fact that mode | Guido van Rossum | 1994-05-03 | 1 | -3/+14 |
| | | | | is now also optional | ||||
* | Documented new built-in function vars(). | Guido van Rossum | 1994-04-21 | 3 | -1/+36 |
| | | | | | | Documented new formatting features: %s takes any type, and '%(key)format' % dictionary. Documented posixpath.expandvars(). | ||||
* | adapt to min value of 1 for listen() backlog argument | Guido van Rossum | 1994-03-02 | 1 | -3/+3 |
| | |||||
* | Documented xrange; crossreffed lambda a bit more | Guido van Rossum | 1994-02-24 | 1 | -0/+12 |
| | |||||
* | At release 1.0.1. Scripts, Makefile, README: cosmetic changes and | Guido van Rossum | 1994-02-15 | 1 | -0/+7 |
| | | | | | streamlined procedure; tut.tex: fixes by Tim Peters; libposix.tex: added posix.fdopen; ext.tex: typos | ||||
* | s.avail() has met its maker | Guido van Rossum | 1994-01-03 | 1 | -7/+0 |
| | |||||
* | Added symcomp and resulting new data items | Guido van Rossum | 1994-01-03 | 1 | -11/+44 |
| | |||||
* | Restructured library documentation | Guido van Rossum | 1994-01-02 | 48 | -0/+6015 |
| | |||||
* | * {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. | ||||
* | Incorporated Jan-Hein's changes and texinfo conversion. | Guido van Rossum | 1992-12-08 | 1 | -2/+3 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-06-03 | 1 | -0/+40 |
| | |||||
* | Documented new contents of lib5.tex | Guido van Rossum | 1992-06-03 | 1 | -1/+1 |
| | |||||
* | Moved a4wide option to myformat.sty | Guido van Rossum | 1992-04-06 | 1 | -6/+1 |
| | |||||
* | Added style options twoside,a4wide,11pt | Guido van Rossum | 1992-03-31 | 1 | -1/+6 |
| | |||||
* | Use \include instead of \input. | Guido van Rossum | 1992-03-24 | 1 | -6/+7 |
| | |||||
* | Moved macros to myformat.sty. | Guido van Rossum | 1992-03-06 | 1 | -77/+0 |
| | |||||
* | Excitem now has only one argument. | Guido van Rossum | 1992-01-29 | 1 | -6/+7 |
| | |||||
* | Added indexing commands | Guido van Rossum | 1992-01-16 | 1 | -4/+41 |
| | |||||
* | Changes needed for indexing. | Guido van Rossum | 1992-01-07 | 1 | -11/+34 |
| | |||||
* | The Reference Manual is now official. | Guido van Rossum | 1991-11-25 | 1 | -6/+6 |
| | |||||
* | Renamed mod to lib; and split in 5 instead of 3 parts. | Guido van Rossum | 1991-11-12 | 1 | -5/+10 |
| | |||||
* | *** empty log message *** | Guido van Rossum | 1991-06-04 | 1 | -4/+4 |
| | |||||
* | Added \dataitem command; removed DRAFT from title; changed a word | Guido van Rossum | 1991-04-23 | 1 | -3/+5 |
| | | | | in the reference to the reference document. | ||||
* | Split into a root file (this one) and three subfile mod[123].tex. | Guido van Rossum | 1991-02-19 | 1 | -2089/+3 |
| | |||||
* | Made function items bold; other changes? | Guido van Rossum | 1991-02-19 | 1 | -199/+317 |
| | |||||
* | Changed \begin{code} and \end{code} into \bcode and \ecode. | Guido van Rossum | 1991-01-25 | 1 | -46/+61 |
| | | | | Small lay-out improvements. | ||||
* | Small changes. | Guido van Rossum | 1991-01-24 | 1 | -4/+4 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-01-22 | 1 | -0/+2015 |