Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - document the termination condition for cmd.Cmd.cmdloop() | Fred Drake | 2004-07-30 | 1 | -1/+8 |
| | | | | - document the use of the return value for cmd.Cmd.do_*() methods | ||||
* | general markup improvements | Fred Drake | 2003-12-31 | 1 | -5/+6 |
| | |||||
* | Provide version changed info | Neal Norwitz | 2003-02-06 | 1 | -0/+1 |
| | |||||
* | Updated version of [ 558544 ] cmd.py: add instance-specific stdin/out | Anthony Baxter | 2003-02-06 | 1 | -5/+11 |
| | | | | | | | | | | This patch adds stdin, stdout as optional arguments to the cmd.Cmd constructor (defaulting to sys.stdin, sys.stdout), and changes the Cmd methods throughout to use self.stdout.write() and self.stdin.foo for output and input. This allows much greater flexibility for using cmd - for instance, hooking it into a telnet server. Patch for library module and for documentation. | ||||
* | 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. |