summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* added lots of constantsGuido van Rossum1995-02-161-0/+16
|
* added list of restrictionsGuido van Rossum1995-02-161-1/+18
|
* added www chaptersGuido van Rossum1995-02-161-0/+12
|
* added docs for pickle, shelve and copyGuido van Rossum1995-02-154-0/+290
|
* added lots of useful infoGuido van Rossum1995-02-151-15/+64
|
* make __import__ 4-argsGuido van Rossum1995-02-151-1/+1
|
* added libsignal.texGuido van Rossum1995-02-072-0/+81
|
* cosmetics/typosGuido van Rossum1995-01-122-2/+2
|
* optional bufsize arg for popen and fdopenGuido van Rossum1995-01-121-7/+32
|
* new moduleGuido van Rossum1995-01-101-0/+176
|
* sys.setcheckinterval(x) instead of sys.check_interval = xGuido van Rossum1995-01-101-10/+10
|
* updated eval(), added execfile()Guido van Rossum1995-01-101-10/+28
|
* copyright.tex: Add 1995 to copyright message.Guido van Rossum1995-01-047-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 Rossum1994-10-201-0/+1
|
* Added missing \end{datadesc}.Sjoerd Mullender1994-10-061-0/+1
|
* Moved author and date to boilerplate.tex.Guido van Rossum1994-10-062-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 Mullender1994-09-292-0/+181
|
* added Tommy Burnette's setblocking() methodGuido van Rossum1994-09-071-0/+9
|
* * Doc/libtime.tex: get rid of references to millitime() andGuido van Rossum1994-08-231-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 Rossum1994-08-171-30/+2
| | | | removed references to {ato{f,i,l},index}_error
* Added docs for delattrGuido van Rossum1994-08-161-0/+9
|
* * Doc/libfuncs.tex: don't use $math$ in description of pow(x,y,z);Guido van Rossum1994-08-123-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 Rossum1994-08-0821-88/+195
|
* Added gdbm docsGuido van Rossum1994-08-082-0/+31
|
* * Doc/libsocket.tex (subsection{Socket Object Methods}):Guido van Rossum1994-08-051-3/+12
| | | | documented gethostname() and a few misc things
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-15/+74
|
* libsocket.tex: send[to] returns nbytes.Guido van Rossum1994-08-012-2/+8
| | | | | libstring.tex: added count(). ref2.tex: new keywords; moved keyword printing program to keywords.py.
* documented writelines()Guido van Rossum1994-06-231-3/+12
|
* clarify the meaning of address for those methods that or return addressesGuido van Rossum1994-06-231-2/+10
|
* README: correct typo (lib.index)Guido van Rossum1994-05-192-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; clarifyGuido van Rossum1994-05-091-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 modeGuido van Rossum1994-05-031-3/+14
| | | | is now also optional
* Documented new built-in function vars().Guido van Rossum1994-04-213-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 argumentGuido van Rossum1994-03-021-3/+3
|
* Documented xrange; crossreffed lambda a bit moreGuido van Rossum1994-02-241-0/+12
|
* At release 1.0.1. Scripts, Makefile, README: cosmetic changes andGuido van Rossum1994-02-151-0/+7
| | | | | streamlined procedure; tut.tex: fixes by Tim Peters; libposix.tex: added posix.fdopen; ext.tex: typos
* s.avail() has met its makerGuido van Rossum1994-01-031-7/+0
|
* Added symcomp and resulting new data itemsGuido van Rossum1994-01-031-11/+44
|
* Restructured library documentationGuido van Rossum1994-01-0248-0/+6015
|
* * {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.
* Incorporated Jan-Hein's changes and texinfo conversion.Guido van Rossum1992-12-081-2/+3
|
* Initial revisionGuido van Rossum1992-06-031-0/+40
|
* Documented new contents of lib5.texGuido van Rossum1992-06-031-1/+1
|
* Moved a4wide option to myformat.styGuido van Rossum1992-04-061-6/+1
|
* Added style options twoside,a4wide,11ptGuido van Rossum1992-03-311-1/+6
|
* Use \include instead of \input.Guido van Rossum1992-03-241-6/+7
|
* Moved macros to myformat.sty.Guido van Rossum1992-03-061-77/+0
|
* Excitem now has only one argument.Guido van Rossum1992-01-291-6/+7
|
* Added indexing commandsGuido van Rossum1992-01-161-4/+41
|