1. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  2. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  3. a9837d8 Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop by Jesus Cea · 12 years ago
  4. 44d7b6a Add docstring to cmd.Cmd.do_help() by Raymond Hettinger · 14 years ago
  5. 7905d61 #8620: Cmd no longer truncates last character if stdin ends without newline by R. David Murray · 14 years ago
  6. 06535ee Remove redundant import. by Georg Brandl · 14 years ago
  7. a28e702 Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via svnmerge from by Benjamin Peterson · 14 years ago
  8. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  9. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  10. 7b955bd Fix pdb help command. by Alexandre Vassalotti · 17 years ago
  11. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  12. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  13. 4e0e1b6 Whitespace normalization. by Tim Peters · 20 years ago
  14. d7cc1bd Fix by Michael W. Hudson · 20 years ago
  15. 7cebbf3 Add docstring by Andrew M. Kuchling · 21 years ago
  16. f2715e0 Whitespace normalization. by Tim Peters · 21 years ago
  17. 983b008 Updated version of [ 558544 ] cmd.py: add instance-specific stdin/out by Anthony Baxter · 21 years ago
  18. 35a92ce Fix bug by Michael W. Hudson · 21 years ago
  19. 87fec22 Duh. cmdqueue should be an instance variable, not a class variable. by Guido van Rossum · 21 years ago
  20. c706c28 Add a better columnizer to print_topics(). by Guido van Rossum · 21 years ago
  21. 46ac8eb Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) by Raymond Hettinger · 22 years ago
  22. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  23. aef22fb Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were not updated after 2.2). by Raymond Hettinger · 22 years ago
  24. 1ce0073 tighten up except - in this context, AttributeError is the only exception by Skip Montanaro · 22 years ago
  25. d03c342 Flush stdout before reading next command. Closes SF bug 526357. by Neil Schemenauer · 22 years ago
  26. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  27. 66b6e19 Patch #416224: add readline completion to cmd.Cmd. by Martin v. Löwis · 23 years ago
  28. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  29. bfb9184 This is SF patch #405952, by Anthony Baxter: by Guido van Rossum · 23 years ago
  30. 20e4423 String method conversion. by Eric S. Raymond · 23 years ago
  31. d30e587 unnecessary semicolon by Jeremy Hylton · 23 years ago
  32. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 23 years ago
  33. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 23 years ago
  34. 5f1b270 Bug fix: ? and ! were not full aliases for `help' and `shell' as implied in by Eric S. Raymond · 24 years ago
  35. 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 24 years ago
  36. db6d12c No need to import sys or linecache. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  37. d5138ca Patch by Michael Scharf. He writes: by Guido van Rossum · 25 years ago
  38. 5fca6fd Richard Wolff's changes: by Guido van Rossum · 26 years ago
  39. b9f4860 Changes by Richard Wolff: by Guido van Rossum · 26 years ago
  40. c612681 Fix another bug in ESR's changes. In order to work properly, by Guido van Rossum · 26 years ago
  41. 030eb11 Gotta have an __init__() method -- pdb.py calls it! by Guido van Rossum · 26 years ago
  42. 8088407 Improved by Eric Raymond. by Guido van Rossum · 26 years ago
  43. 7ef2a1d Shouldn't use newdir.dir(), which no longer exists! by Guido van Rossum · 26 years ago
  44. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  45. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 30 years ago
  46. 5ef74b8 pdb.py, bdb.py, cmd.py: use __init__() instead of init() by Guido van Rossum · 31 years ago
  47. 9b3bc71 * aifc.py: don't die on invalid MARK chunk by Guido van Rossum · 31 years ago
  48. c629d34 * change default line numbers for 'list' in pdb.py by Guido van Rossum · 32 years ago
  49. 732282f Module getattr doesn't exist any more, it's now called newdir. by Guido van Rossum · 32 years ago
  50. d7d8cd4 Don't print repeated commands. by Guido van Rossum · 32 years ago
  51. b53e678 Initial revision by Guido van Rossum · 32 years ago