Fred Drake
|
98f8a3d8da
|
Added codecs entry here as part of String Services.
|
2000-04-06 14:25:28 +00:00 |
Fred Drake
|
3c9f936eee
|
Two new sections. Preliminary.
|
2000-03-31 17:51:10 +00:00 |
Fred Drake
|
0baf773c44
|
Added entry for libtabnanny.tex.
|
2000-02-23 15:44:58 +00:00 |
Fred Drake
|
37f1574f2e
|
Use \citetitle and \programopt as appropriate.
|
1999-11-10 16:21:37 +00:00 |
Fred Drake
|
adf2dbfced
|
Added section for filecmp.
|
1999-10-29 17:24:12 +00:00 |
Fred Drake
|
143db4b041
|
cmp and cmpcache are now obsolete, so don't include their
documentation sections.
|
1999-10-26 16:28:04 +00:00 |
Fred Drake
|
76dd228f52
|
whrandom should come immediately after random, not before.
|
1999-08-23 20:12:11 +00:00 |
Fred Drake
|
0452007dcc
|
Added entry for asyncore module.
|
1999-07-02 14:27:03 +00:00 |
Fred Drake
|
44a7a7c5d0
|
Added entry for dl module.
|
1999-07-01 20:39:59 +00:00 |
Fred Drake
|
abc64b74c8
|
Added entry for pty module.
|
1999-06-29 18:12:22 +00:00 |
Fred Drake
|
e4d78189e8
|
Added entries for mutex and nis modules.
|
1999-06-27 15:02:37 +00:00 |
Fred Drake
|
c4e3bf9b5e
|
Add entries for the sched module.
|
1999-06-25 18:54:30 +00:00 |
Fred Drake
|
1b2dc9045e
|
Add entries for tty module.
|
1999-06-23 17:29:02 +00:00 |
Fred Drake
|
af81a509c3
|
Added more sections...
|
1999-06-23 13:34:22 +00:00 |
Fred Drake
|
707f8e67b9
|
Added entry for the chunk module.
|
1999-06-22 18:50:06 +00:00 |
Fred Drake
|
2cd31dc3ea
|
Added entry for curses module.
|
1999-06-21 21:14:30 +00:00 |
Fred Drake
|
4755e7d5c1
|
Three more modules documented by Moshe!
|
1999-06-21 18:25:49 +00:00 |
Fred Drake
|
26da2840ac
|
Add/remove entries due to additional sections from Moshe.
|
1999-06-17 15:12:16 +00:00 |
Fred Drake
|
c46864e982
|
Misc. changes related to the new sections.
|
1999-06-14 19:49:50 +00:00 |
Fred Drake
|
7df4dd7de2
|
Add entry for the fpformat module.
|
1999-06-11 18:36:42 +00:00 |
Fred Drake
|
957ac3fadb
|
Add section for the sha module.
|
1999-04-23 21:52:18 +00:00 |
Fred Drake
|
5254a6d682
|
Move stat to the Generic chapter.
|
1999-04-22 15:01:44 +00:00 |
Fred Drake
|
4ae52694c9
|
Updated to reflect additions.
|
1999-04-19 21:21:28 +00:00 |
Fred Drake
|
666255f5ac
|
Document the dbhash module, and link to it from appropriate places.
|
1999-04-15 15:11:40 +00:00 |
Fred Drake
|
658cef0141
|
Preliminary mhlib and telnetlib documents from Skip Montanaro -- thanks, Skip!
|
1999-03-15 15:44:18 +00:00 |
Fred Drake
|
4d358b5d23
|
Added sections for pyclbr and tokenize.
|
1999-02-18 20:40:26 +00:00 |
Fred Drake
|
c7b72dbbca
|
Added chapter on Windows modules, including msvcrt and winsound.
|
1999-02-16 19:18:38 +00:00 |
Fred Drake
|
28bc711f5f
|
Added section for MimeWriter, contributed by Christopher Petrilli
<petrilli@amber.org>.
This spells the end of another whole section in the undoc chapter!
|
1999-02-12 19:26:09 +00:00 |
Fred Drake
|
12ba7868e4
|
Moved posixpath to os.path.
|
1999-02-02 19:00:37 +00:00 |
Fred Drake
|
9d814c6805
|
Document the repr module. This removes the entire "Code objects and
files, debugger etc." section from "Undocumented Modules"!
|
1999-01-27 17:20:33 +00:00 |
Fred Drake
|
bc866ce2e3
|
Documentation for the ConfigParser module, by Christopher G. Petrilli
(petrilli@amber.org).
|
1999-01-26 15:47:59 +00:00 |
Fred Drake
|
9ea3e36419
|
Move the jpeg module to the SGI section; it is dependent on the "cl"
module available on IRIX.
|
1999-01-20 15:55:20 +00:00 |
Fred Drake
|
60adb362df
|
Document the sndhdr module.
Document that the whatsound module is obsolete.
|
1999-01-05 23:09:12 +00:00 |
Fred Drake
|
449e18f459
|
Add documentation for shutil module.
|
1998-12-28 20:16:58 +00:00 |
Fred Drake
|
99e2c39b31
|
Add the getpass module.
|
1998-12-22 23:37:46 +00:00 |
Guido van Rossum
|
5e97c9dff9
|
Adding libshlex and libnetrc by Eric Raymond.
|
1998-12-22 05:18:24 +00:00 |
Fred Drake
|
23f414c539
|
Added new sections.
|
1998-08-11 15:47:16 +00:00 |
Fred Drake
|
f44c4851e9
|
New organization of internet modules into protocols/support and data
chapters.
|
1998-08-07 15:58:31 +00:00 |
Fred Drake
|
9f86b662d1
|
Update to use a separate page for front matter.
|
1998-07-28 21:55:19 +00:00 |
Fred Drake
|
64e3b43583
|
Move files around to get the names to match the module names except for
case. Two modules (SocketServer, BaseHTTPServer) still don't match; those
names are just too long!
|
1998-07-24 13:56:11 +00:00 |
Guido van Rossum
|
d623d20e7d
|
Complete the addition of libthreading.tex. (Isn't it annoying that
you need to edit four files in order to add one section to the manual?)
|
1998-07-20 17:34:50 +00:00 |
Guido van Rossum
|
8668e8e49c
|
Contributions by Eric Raymond: documentation for modules
cmd, multifile and smtplib.
|
1998-06-28 17:55:53 +00:00 |
Fred Drake
|
b818b46b38
|
Add section documenting mimetypes module.
|
1998-05-19 15:03:45 +00:00 |
Fred Drake
|
188a8471b8
|
Moved popen2 entry to make more sense.
Added bisect entry.
|
1998-04-28 18:27:53 +00:00 |
Fred Drake
|
f8d50bfdb0
|
Hook in the calendar and popen2 sections.
|
1998-04-28 14:29:27 +00:00 |
Fred Drake
|
a468404dda
|
Added a section for the poplib module, contributed by Drew Csillag.
|
1998-04-24 20:49:02 +00:00 |
Fred Drake
|
1d9fb63293
|
Remove commented-out Mac chapter.
|
1998-04-17 13:24:55 +00:00 |
Fred Drake
|
1e0f8bfea9
|
Add imaplib to appropriate lists.
|
1998-04-11 04:27:07 +00:00 |
Fred Drake
|
363ab1a613
|
Comment out the soundex section.
|
1998-04-09 14:23:48 +00:00 |
Fred Drake
|
bd400881dd
|
Add section for ni back in, but comment it out.
|
1998-04-09 11:04:19 +00:00 |