Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make __import__ 4-args | Guido van Rossum | 1995-02-15 | 1 | -1/+1 |
| | |||||
* | added libsignal.tex | Guido van Rossum | 1995-02-07 | 2 | -0/+81 |
| | |||||
* | cosmetics/typos | Guido van Rossum | 1995-01-12 | 2 | -2/+2 |
| | |||||
* | optional bufsize arg for popen and fdopen | Guido van Rossum | 1995-01-12 | 1 | -7/+32 |
| | |||||
* | new module | Guido van Rossum | 1995-01-10 | 1 | -0/+176 |
| | |||||
* | sys.setcheckinterval(x) instead of sys.check_interval = x | Guido van Rossum | 1995-01-10 | 1 | -10/+10 |
| | |||||
* | updated eval(), added execfile() | Guido van Rossum | 1995-01-10 | 1 | -10/+28 |
| | |||||
* | copyright.tex: Add 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 7 | -8/+41 |
| | | | | | | | | | | | | | | | 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. | ||||
* | add hypot() | Guido van Rossum | 1994-10-20 | 1 | -0/+1 |
| | |||||
* | Added missing \end{datadesc}. | Sjoerd Mullender | 1994-10-06 | 1 | -0/+1 |
| | |||||
* | Moved author and date to boilerplate.tex. | Guido van Rossum | 1994-10-06 | 2 | -8/+12 |
| | | | | | | | 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. | ||||
* | Added documentation on the aifc module. | Sjoerd Mullender | 1994-09-29 | 2 | -0/+181 |
| | |||||
* | added Tommy Burnette's setblocking() method | Guido van Rossum | 1994-09-07 | 1 | -0/+9 |
| | |||||
* | * Doc/libtime.tex: get rid of references to millitime() and | Guido van Rossum | 1994-08-23 | 1 | -16/+9 |
| | | | | | | | millisleep(); document clock() * Doc/ref6.tex (section{Assignment statements}): added warning about overlaps in lhs of assignment (e.g. "i, x[i] = 1, 2") | ||||
* | * Doc/libstring.tex (section{Standard Module \sectcode{string}}): | Guido van Rossum | 1994-08-17 | 1 | -30/+2 |
| | | | | removed references to {ato{f,i,l},index}_error | ||||
* | Added docs for delattr | Guido van Rossum | 1994-08-16 | 1 | -0/+9 |
| | |||||
* | * Doc/libfuncs.tex: don't use $math$ in description of pow(x,y,z); | Guido van Rossum | 1994-08-12 | 3 | -14/+34 |
| | | | | | | | | | | | | describe tuple() * Doc/libposixfile.tex: use tableiii instead of tableii, so partparse will work again (I know, chicken!) * Doc/libthread.tex: Added get_ident(); updated text on module availability * Doc/myformat.perl: Added sub do_cmd_Cpp | ||||
* | 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. |