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
Guido van Rossum
7f8765d327
* ref3.tex: added cross-ref to try statement for exc handler.
...
* ref7.tex: added description of sys.exc_{type,value,traceback}.
* lib5.tex: rect.intersect is different now!
1993-10-11 12:54:58 +00:00
Guido van Rossum
23301a9467
* lib1.tex: documented dict.items() and dict.values()
...
* ref3.tex: documented new __init__ and __del__ special methods of
class instances.
1993-05-24 14:19:37 +00:00
Guido van Rossum
b2c6556fb0
Lots of small changes collected over months...
1993-05-12 08:53:36 +00:00
Guido van Rossum
970871f8e6
* Changed preface in texipre.dat.
...
* Added libwww entry to Makefile.
* Documented new array module.
* Documented extensions to regex (last, substring, translation table).
1993-02-21 20:10:26 +00:00
Guido van Rossum
1104a8562d
lib1.tex: Added builtin.round(x, [n]).
1993-02-12 16:29:30 +00:00
Guido van Rossum
3ad7fc70cc
Documented marshal.{dumps,loads} and sys.builtin_module_names.
1993-01-22 15:48:14 +00:00
Guido van Rossum
4ac605e627
Changes to some math using underscore as subscript, necessary since
...
the new style file defines underscore as an underscore in tt font.
1992-12-17 15:31:02 +00:00
Guido van Rossum
95cd2ef162
Incorporated Jan-Hein's changes and texinfo conversion.
1992-12-08 14:37:55 +00:00
Guido van Rossum
66122d2dae
__oct__ and __hex__
1992-09-20 21:43:47 +00:00
Guido van Rossum
7b3c8a1422
Added hint about changing the prompt in $PYTHONSTARTUP
1992-09-08 09:20:13 +00:00
Guido van Rossum
9a4e3fc56a
Changed references to /usr/local into /usr/local/bin.
...
Documented $PYTHONSTARTUP
1992-09-03 21:27:55 +00:00
Guido van Rossum
0e389af0c9
Use \input instead of \include (or \inclide)
1992-08-19 16:54:06 +00:00
Guido van Rossum
2670a16c2e
Added chapter titles in comments
1992-08-14 09:20:21 +00:00
Guido van Rossum
084b0b2c16
Fixed botched lay-out in class example
1992-08-14 09:19:56 +00:00
Guido van Rossum
abff0fdab1
Moved chapters each to their own file.
...
Real changes:
(a) added section on special class methods.
(b) corrected typos spotted by Stoffel Erasmus.
1992-08-14 09:18:02 +00:00
Guido van Rossum
da43a4ab88
Initial revision
1992-08-14 09:17:29 +00:00
Guido van Rossum
46f3e00407
Initial revision
1992-08-14 09:11:01 +00:00
Guido van Rossum
1738388c59
Dumped \cbstart, \cbend
1992-08-13 14:10:17 +00:00
Guido van Rossum
da8c3fd979
Fixed descr of try/finally
1992-08-09 13:55:25 +00:00
Guido van Rossum
b7fc4afe1b
Warn that _ must be in tt font.
1992-08-07 16:06:42 +00:00
Guido van Rossum
5e0759d351
Add chapter on classes (mostly from ../misc/CLASSES).
1992-08-07 16:06:24 +00:00
Guido van Rossum
5b34373b49
> * Makefile: always create .ps files; add qua to 'all' target;
...
> added 'clobber' target
1992-07-07 09:06:34 +00:00
Guido van Rossum
1f4f7435c5
Remove bibtex log file.
1992-06-23 11:06:58 +00:00
Guido van Rossum
a3d50763a2
Change recipe to build qua.
1992-06-03 17:59:20 +00:00
Guido van Rossum
6a11eb4e17
Initial revision
1992-06-03 17:59:07 +00:00
Guido van Rossum
54e39908d8
Fixed comparison: i < k < j should be i <= k < j.
1992-06-03 17:58:43 +00:00
Guido van Rossum
c7ff85d612
Documented new contents of lib5.tex
1992-06-03 17:56:44 +00:00