49 Commits (003c7a3fcaafcddc149a528cb79a71c6050893e5)

Author SHA1 Message Date
Jesus Cea a9837d8194 Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop 14 years ago
Raymond Hettinger 44d7b6ad60 Add docstring to cmd.Cmd.do_help() 16 years ago
R. David Murray ea6ff81323 Merged revisions 83380 via svnmerge from 16 years ago
R. David Murray 7905d61b2c #8620: Cmd no longer truncates last character if stdin ends without newline 16 years ago
Georg Brandl 06535ee56d Remove redundant import. 16 years ago
Benjamin Peterson a28e7028f9 Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via svnmerge from 16 years ago
Guido van Rossum 3172c5d263 Patch# 1258 by Christian Heimes: kill basestring. 18 years ago
Collin Winter ce36ad8a46 Raise statement normalization in Lib/. 19 years ago
Alexandre Vassalotti 7b955bd125 Fix pdb help command. 19 years ago
Guido van Rossum d8faa3654c Merged revisions 53952-54987 via svnmerge from 19 years ago
Neal Norwitz ce96f69d69 Get rid of a bunch more raw_input references 20 years ago
Tim Peters 4e0e1b6a54 Whitespace normalization. 22 years ago
Michael W. Hudson d7cc1bd809 Fix 22 years ago
Andrew M. Kuchling 7cebbf39a9 Add docstring 23 years ago
Tim Peters f2715e0764 Whitespace normalization. 23 years ago
Anthony Baxter 983b008824 Updated version of [ 558544 ] cmd.py: add instance-specific stdin/out 23 years ago
Michael W. Hudson 35a92ce9da Fix bug 23 years ago
Guido van Rossum 87fec22476 Duh. cmdqueue should be an instance variable, not a class variable. 23 years ago
Guido van Rossum c706c28d75 Add a better columnizer to print_topics(). 23 years ago
Raymond Hettinger 46ac8eb3c8 Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) 24 years ago
Raymond Hettinger 54f0222547 SF 563203. Replaced 'has_key()' with 'in'. 24 years ago
Raymond Hettinger aef22fb9cd Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were not updated after 2.2). 24 years ago
Skip Montanaro 1ce0073a4e tighten up except - in this context, AttributeError is the only exception 24 years ago
Neil Schemenauer d03c342b99 Flush stdout before reading next command. Closes SF bug 526357. 24 years ago
Tim Peters ab9ba27dc0 Whitespace normalization. 25 years ago
Martin v. Löwis 66b6e192b9 Patch #416224: add readline completion to cmd.Cmd. 25 years ago
Fred Drake 79e75e1916 Use string.ascii_letters instead of string.letters (SF bug #226706). 25 years ago
Guido van Rossum bfb9184ba8 This is SF patch #405952, by Anthony Baxter: 25 years ago
Eric S. Raymond 20e4423ade String method conversion. 25 years ago
Jeremy Hylton d30e587e00 unnecessary semicolon 25 years ago
Skip Montanaro e99d5ea25b added __all__ lists to a number of Python modules 25 years ago
Fred Drake 8152d32375 Update the code to better reflect recommended style: 25 years ago
Eric S. Raymond 5f1b27084a Bug fix: ? and ! were not full aliases for `help' and `shell' as implied in 26 years ago
Guido van Rossum 4acc25bd39 Mass patch by Ka-Ping Yee: 26 years ago
Guido van Rossum db6d12c498 No need to import sys or linecache. (Andrew Dalke & kjpylint) 27 years ago
Guido van Rossum d5138caba5 Patch by Michael Scharf. He writes: 27 years ago
Guido van Rossum 5fca6fd2d9 Richard Wolff's changes: 28 years ago
Guido van Rossum b9f48608f6 Changes by Richard Wolff: 28 years ago
Guido van Rossum c612681b20 Fix another bug in ESR's changes. In order to work properly, 28 years ago
Guido van Rossum 030eb11823 Gotta have an __init__() method -- pdb.py calls it! 28 years ago
Guido van Rossum 80884075f0 Improved by Eric Raymond. 28 years ago
Guido van Rossum 7ef2a1de9b Shouldn't use newdir.dir(), which no longer exists! 28 years ago
Guido van Rossum b6775db241 Merge alpha100 branch back to main trunk 32 years ago
Guido van Rossum 7bc817d5ba * Mass change: get rid of all init() methods, in favor of __init__() 33 years ago
Guido van Rossum 5ef74b8f8e pdb.py, bdb.py, cmd.py: use __init__() instead of init() 33 years ago
Guido van Rossum 9b3bc71598 * aifc.py: don't die on invalid MARK chunk 33 years ago
Guido van Rossum c629d34c4f * change default line numbers for 'list' in pdb.py 34 years ago
Guido van Rossum 732282fa11 Module getattr doesn't exist any more, it's now called newdir. 34 years ago
Guido van Rossum d7d8cd44c1 Don't print repeated commands. 34 years ago
Guido van Rossum b53e67837b Initial revision 34 years ago