Guido van Rossum
|
31cbc846ac
|
Oops, some clarifications to conditional breaks.
|
1997-07-11 13:57:28 +00:00 |
Guido van Rossum
|
255d790077
|
Added (minimal) doc for conditional breakpoints.
(Lie about the syntax (and the syntax for "list") because latex2html
doesn't seem to handle doubly nested [] pairs.)
|
1997-07-11 13:51:17 +00:00 |
Fred Drake
|
dd527332b7
|
fixed typo, "header" ==> "headers"
|
1997-06-20 16:55:08 +00:00 |
Fred Drake
|
8f81ef1edd
|
Fix LaTeX bug found by examining the docstrings added to commands.py.
|
1997-06-12 16:14:07 +00:00 |
Fred Drake
|
b4aeaebfe8
|
Added libcommands.tex to list of library reference dependencies.
|
1997-06-12 16:06:19 +00:00 |
Fred Drake
|
4fd1292c3c
|
Documentation for Lib/commands.py, from Sue Williams.
|
1997-06-12 16:05:46 +00:00 |
Fred Drake
|
455838a217
|
Really nitty-gritty change to prevent latex2html from using a LaTeX-generated
image of the argument list....
|
1997-06-06 21:57:35 +00:00 |
Guido van Rossum
|
39a23cc1e3
|
Doc for mailbox.tex (Jack)
|
1997-06-02 21:04:41 +00:00 |
Guido van Rossum
|
6cb2ac226e
|
A nicety (author lost).
|
1997-06-02 17:57:10 +00:00 |
Guido van Rossum
|
41c302fc68
|
add libmailbox
|
1997-06-02 17:36:12 +00:00 |
Guido van Rossum
|
e5bb790027
|
Added libmailbox, obsolete libstdwin
|
1997-06-02 17:35:51 +00:00 |
Guido van Rossum
|
daff175611
|
Increase printable page size.
|
1997-06-02 17:35:01 +00:00 |
Guido van Rossum
|
b40f2a7446
|
Added SocketServer and mailbox modules.
|
1997-06-02 17:34:40 +00:00 |
Guido van Rossum
|
98b43eb012
|
It's now using mimetools instead of rfc822
|
1997-06-02 17:34:22 +00:00 |
Guido van Rossum
|
b9ee9c2298
|
stdwin is obsolete. Point to bsddb from dbhash.
|
1997-06-02 17:34:02 +00:00 |
Guido van Rossum
|
0a3c7532f3
|
Additional info about sys.path, sys.version, sys.prefix, sys.exec_prefix.
(AMK)
|
1997-06-02 17:32:41 +00:00 |
Guido van Rossum
|
0fa066b72e
|
Grammar (AMK).
|
1997-06-02 17:30:20 +00:00 |
Guido van Rossum
|
067a2acdf6
|
Mention seekable parameter (AMK).
Added pointer to mailbox module.
|
1997-06-02 17:30:03 +00:00 |
Guido van Rossum
|
bac80022e4
|
Mention use of profile.py to run a script (AMK).
|
1997-06-02 17:29:12 +00:00 |
Guido van Rossum
|
f967bf63f8
|
Added putenv, ftruncate (AMK).
|
1997-06-02 17:28:51 +00:00 |
Guido van Rossum
|
809408eb90
|
Mention use of pdb.py to run a script (AMK).
|
1997-06-02 17:28:16 +00:00 |
Guido van Rossum
|
94adab5e17
|
Added date, xgtitle, xover, xpath (AMK).
|
1997-06-02 17:27:50 +00:00 |
Guido van Rossum
|
a3f53cde37
|
It's now using mimetools instead of rfc822
|
1997-06-02 17:26:30 +00:00 |
Guido van Rossum
|
2525bedfc0
|
Fix a sentence which ends "...is 6, which." (AMK)
|
1997-06-02 17:22:06 +00:00 |
Guido van Rossum
|
921f32ce4c
|
Mention abs(complex) -> magnitude (AMK).
Documented list().
Mention [raw_]input()'s interface to GNU readline.
|
1997-06-02 17:21:20 +00:00 |
Guido van Rossum
|
3a0d850160
|
Added complex numbers (AMK).
Clarify that sort() works in-place.
Renamed dict.absorb() to dict.update().
|
1997-06-02 17:18:00 +00:00 |
Guido van Rossum
|
6102b51f2b
|
Added copy() and absorb().
|
1997-05-28 19:32:11 +00:00 |
Guido van Rossum
|
36f3502151
|
Added cvardesc and ctypedesc macros, for api.tex.
|
1997-05-22 20:43:24 +00:00 |
Guido van Rossum
|
ae110af13b
|
Just another checkin for backup. Nothing substantial yet.
|
1997-05-22 20:11:52 +00:00 |
Guido van Rossum
|
7806c16650
|
generated from latest doc files
|
1997-05-21 14:48:15 +00:00 |
Guido van Rossum
|
2335c5eaec
|
Added description of socket_type.
|
1997-05-21 14:41:42 +00:00 |
Guido van Rossum
|
6181e00667
|
Added AMK's SocketServer docs.
|
1997-05-19 19:55:16 +00:00 |
Guido van Rossum
|
9231c8f176
|
Made a start with api.tex, the Python-C API Reference Manual.
Removed extref.tex (which provided the starting point).
Also removed qua.tex, which is out of date and no longer needed.
|
1997-05-15 21:43:21 +00:00 |
Guido van Rossum
|
1681429ba8
|
Fix the date.
|
1997-05-09 02:25:55 +00:00 |
Guido van Rossum
|
51a6c9055c
|
Added docs for dumbdbm (AMK), and misc small fixes.
|
1997-05-09 02:23:45 +00:00 |
Guido van Rossum
|
7e691de948
|
Document return value of wait[pid]() more carefully.
Document how to get exit status of a popen() command.
|
1997-05-09 02:22:59 +00:00 |
Guido van Rossum
|
e4f347e779
|
Document "" and "<broadcast>".
|
1997-05-09 02:21:51 +00:00 |
Guido van Rossum
|
d0e8436e19
|
??? maybe window size
|
1997-05-08 23:39:55 +00:00 |
Guido van Rossum
|
881255223d
|
Added assert statement.
|
1997-05-08 23:39:31 +00:00 |
Guido van Rossum
|
d8f038ec0a
|
Added assert resword.
|
1997-05-08 23:39:12 +00:00 |
Guido van Rossum
|
4408ed5dcb
|
Tiny utility prints the latest set of reserved words.
|
1997-05-08 23:21:48 +00:00 |
Guido van Rossum
|
78b21cf47a
|
Checking in old changes -- no idea why (probably window size).
|
1997-05-08 23:21:09 +00:00 |
Guido van Rossum
|
5bbf0f7c93
|
Some updates (AMK at work, added resource.c).
|
1997-04-30 19:41:48 +00:00 |
Guido van Rossum
|
dfb4120ea1
|
Add zlib
|
1997-04-30 19:40:10 +00:00 |
Guido van Rossum
|
412154f3c7
|
Updated web ref and version#. Folded some long lines.
|
1997-04-30 19:39:21 +00:00 |
Guido van Rossum
|
04bc9d6e67
|
zlib by AMK
|
1997-04-30 18:12:27 +00:00 |
Guido van Rossum
|
e9a0732cd1
|
Note that passing a filename to uu.{en,de}code() is deprecated.
|
1997-04-27 21:29:51 +00:00 |
Guido van Rossum
|
e76b7a8fcd
|
Added fnmatch, base64 and quopri, received from Andrew Kuchling.
|
1997-04-27 21:25:52 +00:00 |
Guido van Rossum
|
150853861a
|
Various status updates.
|
1997-04-03 23:49:28 +00:00 |
Guido van Rossum
|
fc5ee0f980
|
Added site
|
1997-04-03 22:43:02 +00:00 |