Guido van Rossum
e084f0beea
Add description for some modules that have been added since this intro
...
section was last revised...
1997-11-20 21:03:33 +00:00
Guido van Rossum
3472026347
Add description for Queue; fix typo (whichdbm should be whichdb).
1997-11-20 21:00:03 +00:00
Barry Warsaw
17c8e781c0
libqueue.tex: Documentation for the Queue.py module.
...
Makefile: Add dependency on libqueue.tex
lib.tex: Place the libqueue.tex documentation just after libthread.tex
since Queue depends on thread support in Python.
1997-11-20 19:54:16 +00:00
Barry Warsaw
4552f3d6de
In the description of sub(), give a better explanation of the
...
interface when repl is a function. Also give a simple example of
using a function repl.
1997-11-20 00:15:13 +00:00
Guido van Rossum
e4a93bc4b3
Fix the release date for 1.5b1 to be Nov. 26
1997-11-18 15:32:15 +00:00
Guido van Rossum
d9a26ff9ca
Add support for NULL macro (like UNIX, ABC etc.).
1997-11-18 15:31:16 +00:00
Guido van Rossum
2974f0fe9a
Add xmllib; remove (slow) from description of htmllib.
1997-11-18 15:30:40 +00:00
Guido van Rossum
7336935e4c
dis is now documented; bisect is deemed useful.
1997-11-18 15:30:13 +00:00
Guido van Rossum
f7790c608d
Document s.connect_ex(), which does not raise an exception on error.
1997-11-18 15:29:20 +00:00
Guido van Rossum
364e643fdd
Clarified reference to old profiler.
...
Mention conversion to Perl-style regular expressions.
1997-11-18 15:28:46 +00:00
Guido van Rossum
5de64883d8
Added doc for errorcode dictionary.
1997-11-18 15:27:51 +00:00
Guido van Rossum
eae121e436
Adding dis and xmllib docs
1997-11-18 15:11:47 +00:00
Guido van Rossum
a10768ae44
Docu for xmllib.py, by Sjoerd Mullender.
1997-11-18 15:11:22 +00:00
Guido van Rossum
b62b6d145e
Docu for dis.py, written by Martin von Loewis.
1997-11-18 15:10:53 +00:00
Guido van Rossum
9d37a4d332
Small wording change about global and local trace functions.
1997-10-27 19:57:20 +00:00
Fred Drake
040e565261
Ooops, found too more references to old conditions on floating point values.
1997-10-24 21:15:55 +00:00
Fred Drake
ae18e9fc1c
Removed obsolete discussion on _xdr helper module.
1997-10-24 21:14:36 +00:00
Guido van Rossum
d7dc2eb708
Put {} around \^ in sets to force latex2html to do the right thing...
1997-10-22 03:03:44 +00:00
Guido van Rossum
828a0bdb1d
count() now has a 4th parameter too. Also rephrased the docs for find
...
to use the same, better words to explain start/end.
1997-10-20 22:40:26 +00:00
Guido van Rossum
871cf161f1
Documented exc_info(); also updated exc_type and last_type docs.
1997-10-20 22:38:43 +00:00
Fred Drake
9e63faaa66
Change Python-as-executable-script example to use "#! /usr/bin/env python"
...
since that's now the recommended way to do it.
In pickling discussion, change "code{pickle}" (not missing leading "\") to
"This" since the immediately preceeding sentence ended with the same text
(with the proper "\"). Fixes a formatting bug and an odd glitch in the
writing.
1997-10-15 14:37:24 +00:00
Fred Drake
2950b2d881
Restore the \seealso formatting that got lost when I updated the math
...
module documentation.
1997-10-13 22:06:17 +00:00
Fred Drake
9dcc5a94c5
Add support for ctypedesc, cvardesc, seealso, seemodule, seetext.
...
This seems to take care of everything but tables and equations.
1997-10-13 22:04:17 +00:00
Fred Drake
7cd60442b4
Remove macpath entry -- it is already documented.
1997-10-13 22:02:09 +00:00
Fred Drake
5451d67dd9
socket_type ==> SocketType
1997-10-13 21:31:02 +00:00
Fred Drake
120ac20c40
Remove superfluous comman from between "not" and "in" when describing the
...
"not in" operator.
1997-10-13 20:48:17 +00:00
Fred Drake
36fbe76a45
struct _frozen:
...
Use spaces instead of tabs to indent structure definition; tabs don't
work in tex/latex.
PyImport_FrozenModules:
struct _freeze ==> struct _frozen
1997-10-13 18:18:33 +00:00
Guido van Rossum
6cd7ecb10b
The sequence behavior is now on the Exception root class rather than
...
on the StandardError class.
1997-10-07 14:41:04 +00:00
Guido van Rossum
fdacc58bfe
Added pointer to api.tex and note about the out-of-date-ness of this
...
document.
1997-10-07 14:40:16 +00:00
Guido van Rossum
18b0db3b53
Set Oct 10 as the release date.
1997-10-07 14:39:43 +00:00
Guido van Rossum
9faf4c57b0
Change title to {Python/C API Reference Manual}; remove \bcode \ecode
...
which appears to be out of fashion in this file.
1997-10-07 14:38:54 +00:00
Fred Drake
6f2a26d42b
And "ni" has been documented...
1997-10-06 21:53:50 +00:00
Fred Drake
2df75832b3
Oops; don't know if this was my typo or not: There was a "p" on a line that
...
should have been blank.
1997-10-06 21:52:31 +00:00
Fred Drake
c211254334
Updated the section "Parsing Python".
1997-10-06 21:41:30 +00:00
Fred Drake
14bf341f16
Added keyword module entry.
1997-10-06 21:40:48 +00:00
Fred Drake
e061a51de1
Minor nits (Lib/token.py is a file, token is a module...).
...
Added docs for symbol and token modules at the end.
1997-10-06 21:40:20 +00:00
Fred Drake
db12f343bc
Documentation for the keyword module.
1997-10-06 21:39:16 +00:00
Fred Drake
00eb96a126
Move the pprint docs after the code docs, so that all parser/codegen type
...
things come together.
1997-10-06 21:26:03 +00:00
Barry Warsaw
dc0f00ad03
Document the mapping object's new get() method.
1997-10-06 17:50:48 +00:00
Fred Drake
04ac894189
Add the four latex2html output directories: api, ext, lib, tut.
1997-10-06 13:20:17 +00:00
Guido van Rossum
c44d3d6664
Done with tread state descriptions. Sigh!
1997-10-06 05:10:47 +00:00
Guido van Rossum
0bfd146594
Added strerror()
1997-10-05 18:54:52 +00:00
Guido van Rossum
bc3b13643d
Removed emacs.py
1997-10-05 18:54:36 +00:00
Guido van Rossum
eb53ae4928
Fixed some stuff that was incorrectly copied from regex.
1997-10-05 18:54:07 +00:00
Guido van Rossum
7974b0f2d8
Documented __import__, callable, isinstance, issubclass,
...
and slice.
1997-10-05 18:53:00 +00:00
Guido van Rossum
df3dba049d
Documented new exceptions and exception classes.
1997-10-05 18:51:26 +00:00
Guido van Rossum
5344d4fd2e
Add -N0 to dvips flags to generate page structure comments.
1997-10-05 18:51:02 +00:00
Guido van Rossum
42cefd03cf
Checkpoint. Added docs for the new exception handling APIs and for
...
the interfaces defined in import.h.
1997-10-05 15:27:29 +00:00
Fred Drake
b55e07f4eb
Fixed up formatting.
1997-09-30 21:59:27 +00:00
Fred Drake
1b914b3397
Fixed up formatting, added descriptions for previously undocumented functions.
1997-09-30 20:14:50 +00:00