Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Elaborate the descriptions for onecmd(), precmd(), and postcmd() so they are | Fred Drake | 2001-12-27 | 1 | -9/+20 |
| | | | | useful. | ||||
* | Make some adjustments to the markup, and fix up some style-guide issues. | Fred Drake | 2001-07-29 | 1 | -17/+17 |
| | |||||
* | Patch #416224: add readline completion to cmd.Cmd. | Martin v. Löwis | 2001-07-28 | 1 | -1/+23 |
| | |||||
* | Follow the recommended practices for keystroke representation; this | Fred Drake | 2001-07-12 | 1 | -4/+4 |
| | | | | improves internal consistency in the documentation. | ||||
* | Correct erroneous description of precmd. | Eric S. Raymond | 2001-06-23 | 1 | -2/+6 |
| | |||||
* | Document use_rawinput. (Although now that I think more about it, a | Guido van Rossum | 2001-03-24 | 1 | -1/+6 |
| | | | | | better solution would have been to factor out the raw_input() call and make it into an overridable method. Oh well, maybe later...) | ||||
* | Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. | Fred Drake | 2000-10-10 | 1 | -4/+3 |
| | |||||
* | Resynchronize the TeX docs with (a) the module docstring, and (b) my recent | Eric S. Raymond | 2000-07-12 | 1 | -2/+2 |
| | | | | fix to the code to make it behave like the module docstring. | ||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -4/+5 |
| | | | | Fix up a few synopses. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+5 |
| | |||||
* | Normalize the markup. | Fred Drake | 1998-07-02 | 1 | -38/+42 |
| | |||||
* | Contributions by Eric Raymond: documentation for modules | Guido van Rossum | 1998-06-28 | 1 | -0/+134 |
cmd, multifile and smtplib. |