Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
080c110172870501ad91361ebfd93624678eb861
/
Lib
/
cmd.py
f2715e0
Whitespace normalization.
by Tim Peters
· 22 years ago
983b008
Updated version of [ 558544 ] cmd.py: add instance-specific stdin/out
by Anthony Baxter
· 22 years ago
35a92ce
Fix bug
by Michael W. Hudson
· 22 years ago
87fec22
Duh. cmdqueue should be an instance variable, not a class variable.
by Guido van Rossum
· 22 years ago
c706c28
Add a better columnizer to print_topics().
by Guido van Rossum
· 22 years ago
46ac8eb
Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)
by Raymond Hettinger
· 22 years ago
54f0222
SF 563203. Replaced 'has_key()' with 'in'.
by Raymond Hettinger
· 22 years ago
aef22fb
Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were not updated after 2.2).
by Raymond Hettinger
· 22 years ago
1ce0073
tighten up except - in this context, AttributeError is the only exception
by Skip Montanaro
· 23 years ago
d03c342
Flush stdout before reading next command. Closes SF bug 526357.
by Neil Schemenauer
· 23 years ago
ab9ba27
Whitespace normalization.
by Tim Peters
· 23 years ago
66b6e19
Patch #416224: add readline completion to cmd.Cmd.
by Martin v. Löwis
· 23 years ago
79e75e1
Use string.ascii_letters instead of string.letters (SF bug #226706).
by Fred Drake
· 23 years ago
bfb9184
This is SF patch #405952, by Anthony Baxter:
by Guido van Rossum
· 24 years ago
20e4423
String method conversion.
by Eric S. Raymond
· 24 years ago
d30e587
unnecessary semicolon
by Jeremy Hylton
· 24 years ago
e99d5ea
added __all__ lists to a number of Python modules
by Skip Montanaro
· 24 years ago
8152d32
Update the code to better reflect recommended style:
by Fred Drake
· 24 years ago
5f1b270
Bug fix: ? and ! were not full aliases for `help' and `shell' as implied in
by Eric S. Raymond
· 24 years ago
4acc25b
Mass patch by Ka-Ping Yee:
by Guido van Rossum
· 25 years ago
db6d12c
No need to import sys or linecache. (Andrew Dalke & kjpylint)
by Guido van Rossum
· 26 years ago
d5138ca
Patch by Michael Scharf. He writes:
by Guido van Rossum
· 26 years ago
5fca6fd
Richard Wolff's changes:
by Guido van Rossum
· 26 years ago
b9f4860
Changes by Richard Wolff:
by Guido van Rossum
· 26 years ago
c612681
Fix another bug in ESR's changes. In order to work properly,
by Guido van Rossum
· 26 years ago
030eb11
Gotta have an __init__() method -- pdb.py calls it!
by Guido van Rossum
· 26 years ago
8088407
Improved by Eric Raymond.
by Guido van Rossum
· 26 years ago
7ef2a1d
Shouldn't use newdir.dir(), which no longer exists!
by Guido van Rossum
· 26 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 30 years ago
7bc817d
* Mass change: get rid of all init() methods, in favor of __init__()
by Guido van Rossum
· 31 years ago
5ef74b8
pdb.py, bdb.py, cmd.py: use __init__() instead of init()
by Guido van Rossum
· 31 years ago
9b3bc71
* aifc.py: don't die on invalid MARK chunk
by Guido van Rossum
· 31 years ago
c629d34
* change default line numbers for 'list' in pdb.py
by Guido van Rossum
· 32 years ago
732282f
Module getattr doesn't exist any more, it's now called newdir.
by Guido van Rossum
· 32 years ago
d7d8cd4
Don't print repeated commands.
by Guido van Rossum
· 33 years ago
b53e678
Initial revision
by Guido van Rossum
· 33 years ago