Fred Drake
|
7c9a53dfc0
|
Elaborate the descriptions for onecmd(), precmd(), and postcmd() so they are
useful.
|
2001-12-27 05:10:18 +00:00 |
Fred Drake
|
43211ecda2
|
Make some adjustments to the markup, and fix up some style-guide issues.
|
2001-07-29 03:41:23 +00:00 |
Martin v. Löwis
|
66b6e192b9
|
Patch #416224: add readline completion to cmd.Cmd.
|
2001-07-28 14:44:03 +00:00 |
Fred Drake
|
682d5f3cda
|
Follow the recommended practices for keystroke representation; this
improves internal consistency in the documentation.
|
2001-07-12 02:09:51 +00:00 |
Eric S. Raymond
|
ff00fdae23
|
Correct erroneous description of precmd.
|
2001-06-23 14:42:43 +00:00 |
Guido van Rossum
|
c8da0f966f
|
Document use_rawinput. (Although now that I think more about it, a
better solution would have been to factor out the raw_input() call and
make it into an overridable method. Oh well, maybe later...)
|
2001-03-24 19:17:35 +00:00 |
Fred Drake
|
f8ca7d88c6
|
Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.
|
2000-10-10 17:03:45 +00:00 |
Eric S. Raymond
|
7ae3a5e79d
|
Resynchronize the TeX docs with (a) the module docstring, and (b) my recent
fix to the code to make it behave like the module docstring.
|
2000-07-12 02:56:15 +00:00 |
Fred Drake
|
295da24eaf
|
New section header style.
Fix up a few synopses.
|
1998-08-10 19:42:37 +00:00 |
Fred Drake
|
b91e934cf1
|
Adjusted to use the new module synopsis support macros.
|
1998-07-23 17:59:49 +00:00 |
Fred Drake
|
579d366458
|
Normalize the markup.
|
1998-07-02 19:35:12 +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 |