Guido van Rossum
31cce97374
copyright.tex: Add 1995 to copyright message.
...
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.
1995-01-04 19:17:34 +00:00
Guido van Rossum
e5f8b60429
spam -> foo (etc.) in examples
1995-01-04 19:12:49 +00:00
Sjoerd Mullender
1cfb6b8992
Can't remember the reason for the change, but it was necessary. :-)
1994-12-14 15:28:22 +00:00
Sjoerd Mullender
1dfb7d74a5
Added libaifc.tex to list of library files.
1994-12-14 15:27:33 +00:00
Guido van Rossum
cfb45e476e
typos
1994-11-10 23:04:43 +00:00
Guido van Rossum
e6757c2cd4
don't assum '.' is in PATH
1994-10-20 22:01:07 +00:00
Guido van Rossum
411a8bd799
add hypot()
1994-10-20 22:00:28 +00:00
Guido van Rossum
dd99fd2133
change date to 11 oct
1994-10-11 15:43:38 +00:00
Guido van Rossum
29c1b97d28
__call__, __getattr__ c.s.
1994-10-09 22:56:16 +00:00
Guido van Rossum
94ed6f5f63
Oops! version numbers again!
1994-10-06 17:08:42 +00:00
Guido van Rossum
29766b2da6
Add simpler __getattr__ example and document __call__
1994-10-06 15:33:25 +00:00
Sjoerd Mullender
9fd48ab27e
Added missing \end{datadesc}.
1994-10-06 15:18:03 +00:00
Guido van Rossum
ca3f6c8c01
Removed description of class.init() method.
...
Added news about new operator overloading and __getattr__ etc.
1994-10-06 14:08:53 +00:00
Guido van Rossum
16cd7f9f12
Moved author and date to boilerplate.tex.
...
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.
1994-10-06 10:29:26 +00:00
Sjoerd Mullender
cd57dc3a98
Added documentation on the aifc module.
1994-09-29 16:46:42 +00:00
Guido van Rossum
91951481b8
added Tommy Burnette's setblocking() method
1994-09-07 14:39:14 +00:00
Guido van Rossum
c1be9d59e4
* Doc/tut.tex (subsection{Lambda Forms}): fix typo in lambda
...
example
1994-08-30 12:08:58 +00:00
Guido van Rossum
bd851cd167
* Doc/libtime.tex: get rid of references to millitime() and
...
millisleep(); document clock()
* Doc/ref6.tex (section{Assignment statements}): added warning
about overlaps in lhs of assignment (e.g. "i, x[i] = 1, 2")
1994-08-23 13:26:22 +00:00
Guido van Rossum
2828e9dbd4
* Doc/libstring.tex (section{Standard Module \sectcode{string}}):
...
removed references to {ato{f,i,l},index}_error
1994-08-17 13:16:34 +00:00
Guido van Rossum
1efbb0f002
Added docs for delattr
1994-08-16 22:15:11 +00:00
Guido van Rossum
b8b264b165
* Doc/libfuncs.tex: don't use $math$ in description of pow(x,y,z);
...
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
1994-08-12 13:13:50 +00:00
Guido van Rossum
16d6e7109d
Lots of small corrections by Andrew Kuchling (plus all new rotor docs)
1994-08-08 12:30:22 +00:00
Guido van Rossum
b69e0958a5
Added gdbm docs
1994-08-08 08:03:24 +00:00
Guido van Rossum
781db5d0bb
* Doc/libsocket.tex (subsection{Socket Object Methods}):
...
documented gethostname() and a few misc things
1994-08-05 13:37:36 +00:00
Guido van Rossum
e7af5a0816
Merge lost alpha100 revision
1994-08-01 12:39:35 +00:00
Guido van Rossum
e9914961b8
Merge lost revisions back
1994-08-01 12:38:14 +00:00
Guido van Rossum
6938f06047
Merge alpha100 branch back to main trunk
1994-08-01 12:22:53 +00:00
Guido van Rossum
ab3a2504b9
libsocket.tex: send[to] returns nbytes.
...
libstring.tex: added count().
ref2.tex: new keywords; moved keyword printing program to keywords.py.
1994-08-01 12:18:36 +00:00
Guido van Rossum
8b605eb06a
documented writelines()
1994-06-23 12:14:07 +00:00
Guido van Rossum
a84ec51965
clarify the meaning of address for those methods that or return addresses
1994-06-23 12:13:52 +00:00
Guido van Rossum
7f61b3511c
README: correct typo (lib.index)
...
lib.tex: include libfcntl, libposixfile
myformat.sty: add tableii environment
libfcntl.tex, libposixfile.tex: docs contributed by Jaap V
1994-05-19 09:09:50 +00:00
Guido van Rossum
e6ef03260c
* Doc/libtypes.tex: fix typo in table of list methods; clarify
...
truncation behavior of floating point formatting
* Doc/ref3.tex: clarify defaults for __repr__, __cmp__ and
__str__; correct (some) descriptions of class constructors
1994-05-09 14:54:24 +00:00
Guido van Rossum
041be05976
Documented optional bufsize argument to open() and the fact that mode
...
is now also optional
1994-05-03 14:46:50 +00:00
Guido van Rossum
1738311dab
Documented new built-in function vars().
...
Documented new formatting features: %s takes any type, and
'%(key)format' % dictionary.
Documented posixpath.expandvars().
1994-04-21 10:32:28 +00:00
Guido van Rossum
5da5755c4a
adapt to min value of 1 for listen() backlog argument
1994-03-02 10:52:16 +00:00
Guido van Rossum
68cfbe7c93
Documented xrange; crossreffed lambda a bit more
1994-02-24 11:28:27 +00:00
Guido van Rossum
c5c67bc367
At release 1.0.1. Scripts, Makefile, README: cosmetic changes and
...
streamlined procedure; tut.tex: fixes by Tim Peters; libposix.tex:
added posix.fdopen; ext.tex: typos
1994-02-15 15:59:23 +00:00
Guido van Rossum
9e93fb6879
Support for latex2html (at version 0.5.1)
1994-01-25 20:06:09 +00:00
Guido van Rossum
4290161d2d
s.avail() has met its maker
1994-01-03 14:07:23 +00:00
Guido van Rossum
326c0bc241
Added symcomp and resulting new data items
1994-01-03 00:00:31 +00:00
Guido van Rossum
36b4807621
A small but essential file...
1994-01-02 01:22:36 +00:00
Guido van Rossum
5fdeeeae2a
Restructured library documentation
1994-01-02 01:22:07 +00:00
Guido van Rossum
fbee23e55b
Documented the fact that IRIX 5.x also supports Sun style shared
...
libraries.
1994-01-01 17:32:24 +00:00
Guido van Rossum
3cbc16d904
* lib2.tex (sys): updated sys.std{in,out,err} docs. Added
...
sys.tracebacklimit.
* tut.tex (Exceptions): change text printed by traceback.
* lib5.tex (audioop): added minmax.
* lib5.tex (audioop.getsample): move wandered paragraph back
* lib3.tex, partparse.py: undo mucking with \nopagebreak (didn't work).
* partparse.py: ignore \nopagebreak command
* ref5.tex: added description of lambda forms.
* ref7.tex: added reference to lambda forms to section on function
definition.
* lib1.tex: removed lambda as built-in function (it is now a special
form). Also removed feature of filter, map, reduce to turn a string
argument into an anonymous function.
1993-12-17 12:13:53 +00:00
Guido van Rossum
83eb962528
* {lib,ref,ext,tut}.tex: added explicit \date{<date> \\ <release>}.
...
* lib2.tex: change bogus \\var to \var.
1993-11-23 16:28:45 +00:00
Guido van Rossum
6f0132f490
* text2latex.py: call main() instead of always processing ext.tex.
...
* Makefile: added 'ext' to 'all' target
* ext.tex: more changes towards a readable text
* lib4.tex (posix): added set{uid,gid}
* lib2.tex (array): restored doc for typecode and itemsize (which were
there but not visible for dir())
1993-11-19 13:13:22 +00:00
Guido van Rossum
db65a6ce55
* ext.tex: did most of the tedious changes from plain ASCII text to LaTeX.
...
* 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.
1993-11-05 17:11:16 +00:00
Guido van Rossum
7a2dba2a00
* ext.tex: documentation for extending, reference counts, and embedding
...
(formerly ../misc/{EXTENDING,REFCNT,EMBEDDING}). Also affects Makefile.
* text2latex.py: script to do part of the conversion from an plain ASCI
text file (in my particular style) to LaTeX.
(Chapter/section/subsection headers, and verbatim sections.)
* partparse.py, texipre.dat, fix.el, Makefile: Minor cleanup of latex ->
info conversion process (at least it works again, and with less
debugging output). Removed fix.sh.
* lib1.tex (section{Built-in Functions}): adapt description of str() and
repr() to new situation.
* lib3.tex (Module os): added exec*() variants.
* lib3.tex (Module posix): added execve().
* lib2.tex (Module array): documented reality; remove typecode and
itemsize, add byteswap, rename read/write to fromfile/tofile, and
re-alphabetized.
* lib1.tex (Built-in Functions): renamed bagof() to filter().
1993-11-05 14:45:11 +00:00
Guido van Rossum
4bd023f882
* lib3.tex (module string): added rindex().
...
* lib1.tex (section{Built-in Functions}): added bagof(), lambda(), map()
and reduce(). Repharased apply(). Removed or rephrased references to
exec() (now the exec stmt).
* lib4.tex: posix.exec --> posix.execv
* ref4.tex, ref8.tex, tut.tex: builtin --> __builtin__
* lib3.tex (module string): added atof() and atol(), and ato[fl]_error.
1993-10-27 13:49:20 +00:00
Guido van Rossum
a75d306e2b
"exec" is now a statement. execfile() is obsolete.
...
(Also added a stub for "access".)
1993-10-18 17:59:42 +00:00