Fred Drake
|
4e7c205470
|
Update description of what modules "look like" when printed.
|
1999-02-19 15:30:25 +00:00 |
Fred Drake
|
9474d86242
|
Make sure all HTML pages generated from this section have reasonable
names.
Markup nits.
|
1999-02-12 22:05:33 +00:00 |
Fred Drake
|
26b698fa4d
|
Document <complex #>.conjugate().
|
1999-02-12 18:27:31 +00:00 |
Fred Drake
|
84538cd076
|
Remove some remaining {\rm ...} constructs.
Update logical markup in a few spots.
|
1998-11-30 21:51:25 +00:00 |
Fred Drake
|
e839199014
|
Fix indexing of func_code attribute; this is on a function, not a code
object.
Add "()" to method names indexed using \ttindex{}.
|
1998-11-25 17:09:19 +00:00 |
Fred Drake
|
130072d663
|
Don't describe something as "below"; that won't make sense for the
HTML version. Give a reference to the actual section to allow a
hyperlink to be built.
|
1998-10-28 20:08:35 +00:00 |
Barry Warsaw
|
afd974c2ab
|
Document the new list.extend() method. Interesting enough, the
canonical definition of extend() is very similar to append() except
that the former doesn't list-ify the argument!
|
1998-10-09 16:39:58 +00:00 |
Fred Drake
|
7a2f0668e4
|
Markup nits.
Fixes/index improvements from Michael Ernst <mernst@cs.washington.edu>.
|
1998-09-10 18:25:58 +00:00 |
Fred Drake
|
d0421dd448
|
spoking --> speaking
object whose method this is --> object on which the method operates
|
1998-08-24 17:57:20 +00:00 |
Fred Drake
|
66da9d69fc
|
re is standard, not built-in.
|
1998-08-07 18:57:18 +00:00 |
Guido van Rossum
|
b193c95165
|
Document Ellipsis (not much of a documentation snippet, but at least
it's mentioned.
|
1998-07-24 15:02:02 +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 |