| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-67248: cmd: Sort miscellaneous help topics (#92254) | Sam Denton | 2022-05-04 | 1 | -5/+5 |
|
|
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -2/+2 |
|
|
* | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -2/+2 |
|
|
* | Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop | Jesus Cea | 2011-12-06 | 1 | -0/+2 |
|
|
* | Add docstring to cmd.Cmd.do_help() | Raymond Hettinger | 2010-09-09 | 1 | -0/+1 |
|
|
* | #8620: Cmd no longer truncates last character if stdin ends without newline | R. David Murray | 2010-08-01 | 1 | -1/+1 |
|
|
* | Remove redundant import. | Georg Brandl | 2010-07-30 | 1 | -1/+0 |
|
|
* | Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via sv... | Benjamin Peterson | 2010-01-09 | 1 | -11/+7 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -1/+1 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -2/+2 |
|
|
* | Fix pdb help command. | Alexandre Vassalotti | 2007-06-07 | 1 | -2/+3 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -6/+1 |
|
|
* | Get rid of a bunch more raw_input references | Neal Norwitz | 2006-03-17 | 1 | -4/+6 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-07-07 | 1 | -2/+2 |
|
|
* | Fix | Michael W. Hudson | 2004-07-01 | 1 | -39/+44 |
|
|
* | Add docstring | Andrew M. Kuchling | 2003-10-22 | 1 | -0/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-02-19 | 1 | -3/+3 |
|
|
* | Updated version of [ 558544 ] cmd.py: add instance-specific stdin/out | Anthony Baxter | 2003-02-06 | 1 | -20/+31 |
|
|
* | Fix bug | Michael W. Hudson | 2003-02-03 | 1 | -9/+15 |
|
|
* | Duh. cmdqueue should be an instance variable, not a class variable. | Guido van Rossum | 2003-01-13 | 1 | -1/+1 |
|
|
* | Add a better columnizer to print_topics(). | Guido van Rossum | 2002-12-02 | 1 | -7/+58 |
|
|
* | Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) | Raymond Hettinger | 2002-06-30 | 1 | -4/+2 |
|
|
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -1/+1 |
|
|
* | Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were ... | Raymond Hettinger | 2002-05-29 | 1 | -0/+62 |
|
|
* | tighten up except - in this context, AttributeError is the only exception | Skip Montanaro | 2002-03-24 | 1 | -2/+2 |
|
|
* | Flush stdout before reading next command. Closes SF bug 526357. | Neil Schemenauer | 2002-03-23 | 1 | -0/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-08-09 | 1 | -5/+5 |
|
|
* | Patch #416224: add readline completion to cmd.Cmd. | Martin v. Löwis | 2001-07-28 | 1 | -15/+84 |
|
|
* | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 | 1 | -1/+1 |
|
|
* | This is SF patch #405952, by Anthony Baxter: | Guido van Rossum | 2001-03-22 | 1 | -5/+14 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -2/+2 |
|
|
* | unnecessary semicolon | Jeremy Hylton | 2001-01-26 | 1 | -1/+1 |
|
|
* | added __all__ lists to a number of Python modules | Skip Montanaro | 2001-01-20 | 1 | -0/+2 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -1/+1 |
|
|
* | Bug fix: ? and ! were not full aliases for `help' and `shell' as implied in | Eric S. Raymond | 2000-07-11 | 1 | -6/+6 |
|
|
* | Mass patch by Ka-Ping Yee: | Guido van Rossum | 2000-02-02 | 1 | -180/+180 |
|
|
* | No need to import sys or linecache. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -2/+0 |
|
|
* | Patch by Michael Scharf. He writes: | Guido van Rossum | 1999-03-12 | 1 | -0/+9 |
|
|
* | Richard Wolff's changes: | Guido van Rossum | 1998-09-11 | 1 | -1/+16 |
|
|
* | Changes by Richard Wolff: | Guido van Rossum | 1998-08-27 | 1 | -13/+21 |
|
|
* | Fix another bug in ESR's changes. In order to work properly, | Guido van Rossum | 1998-07-20 | 1 | -4/+2 |
|
|
* | Gotta have an __init__() method -- pdb.py calls it! | Guido van Rossum | 1998-07-01 | 1 | -0/+2 |
|
|
* | Improved by Eric Raymond. | Guido van Rossum | 1998-06-29 | 1 | -17/+84 |
|
|
* | Shouldn't use newdir.dir(), which no longer exists! | Guido van Rossum | 1998-05-22 | 1 | -2/+1 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -3/+31 |
|
|
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 | 1 | -3/+0 |
|
|
* | pdb.py, bdb.py, cmd.py: use __init__() instead of init() | Guido van Rossum | 1993-06-23 | 1 | -1/+1 |
|
|
* | * aifc.py: don't die on invalid MARK chunk | Guido van Rossum | 1993-06-20 | 1 | -3/+5 |
|
|
* | * change default line numbers for 'list' in pdb.py | Guido van Rossum | 1992-11-05 | 1 | -2/+2 |
|
|
* | Module getattr doesn't exist any more, it's now called newdir. | Guido van Rossum | 1992-08-19 | 1 | -2/+2 |
|
|