summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)AuthorAgeFilesLines
* small changes by Soren LarsenGuido van Rossum1995-03-1326-143/+138
|
* changes (suggested) by Soren LarsenGuido van Rossum1995-03-0714-40/+46
|
* clarified expanding %xx and form for print_formGuido van Rossum1995-03-071-9/+10
|
* added macdnrGuido van Rossum1995-03-071-0/+1
|
* added code objectsGuido van Rossum1995-03-071-0/+22
|
* converted docs for Jim Roskind's profilerGuido van Rossum1995-03-022-1/+756
|
* minor updateGuido van Rossum1995-03-021-40/+45
|
* add warning about stropGuido van Rossum1995-03-021-7/+15
|
* small nits and new filesGuido van Rossum1995-03-015-3/+224
|
* en weer twee!Guido van Rossum1995-03-012-0/+104
|
* totally rewritten, for new macro setGuido van Rossum1995-03-011-40/+121
|
* a few typographical changes (e.g. -- => ---) and lots of new stuff in the ↵Guido van Rossum1995-02-2816-19/+458
| | | | WWW chapter
* added WWW sectionsGuido van Rossum1995-02-2712-0/+539
|
* document restriction on group namesGuido van Rossum1995-02-271-1/+2
|
* changes refs to SO_* symbolsGuido van Rossum1995-02-271-12/+13
|
* added quote and unquoteGuido van Rossum1995-02-271-1/+16
|
* added cgiGuido van Rossum1995-02-271-0/+4
|
* document www interfacesGuido van Rossum1995-02-162-0/+147
|
* 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