summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Half the mactcp documentation (macdnr still to come)Jack Jansen1995-03-012-0/+328
|
* en weer twee!Guido van Rossum1995-03-014-0/+208
|
* totally rewritten, for new macro setGuido van Rossum1995-03-013-120/+363
|
* Added a missing lineJack Jansen1995-03-012-0/+2
|
* Yet another one...Jack Jansen1995-03-012-0/+292
|
* a few typographical changes (e.g. -- => ---) and lots of new stuff in the ↵Guido van Rossum1995-02-2846-60/+958
| | | | WWW chapter
* Three down, two to go...Jack Jansen1995-02-286-0/+622
|
* added WWW sectionsGuido van Rossum1995-02-2725-8/+1090
|
* document restriction on group namesGuido van Rossum1995-02-272-2/+4
|
* changes refs to SO_* symbolsGuido van Rossum1995-02-272-24/+26
|
* added quote and unquoteGuido van Rossum1995-02-272-2/+32
|
* added cgiGuido van Rossum1995-02-272-0/+8
|
* document www interfacesGuido van Rossum1995-02-164-0/+294
|
* added lots of constantsGuido van Rossum1995-02-162-0/+32
|
* added list of restrictionsGuido van Rossum1995-02-162-2/+36
|
* no need to reference doc strings for documented modulesGuido van Rossum1995-02-162-42/+34
|
* added www chaptersGuido van Rossum1995-02-163-5/+30
|
* added docs for pickle, shelve and copyGuido van Rossum1995-02-158-0/+580
|
* added lots of useful infoGuido van Rossum1995-02-152-30/+128
|
* make __import__ 4-argsGuido van Rossum1995-02-152-2/+2
|
* added chapter on new things in 1.2Guido van Rossum1995-02-152-20/+756
|
* fix version numberGuido van Rossum1995-02-142-2/+2
|
* added classes as exceptionsGuido van Rossum1995-02-074-16/+32
|
* added libsignal.texGuido van Rossum1995-02-074-0/+162
|
* cosmetics/typosGuido van Rossum1995-01-124-4/+4
|
* optional bufsize arg for popen and fdopenGuido van Rossum1995-01-122-14/+64
|
* new moduleGuido van Rossum1995-01-102-0/+352
|
* sys.setcheckinterval(x) instead of sys.check_interval = xGuido van Rossum1995-01-102-20/+20
|
* updated eval(), added execfile()Guido van Rossum1995-01-102-20/+56
|
* copyright.tex: Add 1995 to copyright message.Guido van Rossum1995-01-0426-40/+134
| | | | | | | | | | | | | | | 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.
* spam -> foo (etc.) in examplesGuido van Rossum1995-01-042-60/+60
|
* Can't remember the reason for the change, but it was necessary. :-)Sjoerd Mullender1994-12-142-6/+6
|
* Added libaifc.tex to list of library files.Sjoerd Mullender1994-12-141-1/+1
|
* typosGuido van Rossum1994-11-102-8/+8
|
* don't assum '.' is in PATHGuido van Rossum1994-10-201-1/+1
|
* add hypot()Guido van Rossum1994-10-202-0/+2
|
* change date to 11 octGuido van Rossum1994-10-112-2/+2
|
* __call__, __getattr__ c.s.Guido van Rossum1994-10-092-4/+102
|
* Oops! version numbers again!Guido van Rossum1994-10-064-4/+4
|
* Add simpler __getattr__ example and document __call__Guido van Rossum1994-10-062-4/+78
|
* Added missing \end{datadesc}.Sjoerd Mullender1994-10-062-0/+2
|
* Removed description of class.init() method.Guido van Rossum1994-10-062-44/+194
| | | | Added news about new operator overloading and __getattr__ etc.
* Moved author and date to boilerplate.tex.Guido van Rossum1994-10-0614-90/+132
| | | | | | | 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-294-0/+362
|
* added Tommy Burnette's setblocking() methodGuido van Rossum1994-09-072-0/+18
|
* * Doc/tut.tex (subsection{Lambda Forms}): fix typo in lambdaGuido van Rossum1994-08-302-2/+2
| | | | example
* * Doc/libtime.tex: get rid of references to millitime() andGuido van Rossum1994-08-234-34/+48
| | | | | | | 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-172-60/+4
| | | | removed references to {ato{f,i,l},index}_error
* Added docs for delattrGuido van Rossum1994-08-162-0/+18
|
* * Doc/libfuncs.tex: don't use $math$ in description of pow(x,y,z);Guido van Rossum1994-08-127-28/+69
| | | | | | | | | | | | 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