1. 93cf79f Use docstrings for exception classes by Neal Norwitz · 23 years ago
  2. 27a3530 Stop using string exceptions by Neal Norwitz · 23 years ago
  3. bdba320 canonic(): Fix by Edward K Ream to make breakpoints work better on by Guido van Rossum · 23 years ago
  4. 83bd70a SF #515005, change "1 + ''" (which pychecker warns about being invalid) by Neal Norwitz · 23 years ago
  5. 42f5332 canonic(): don't use abspath() for filenames looking like <...>; this by Guido van Rossum · 23 years ago
  6. ae1f65f Return self.trace_dispatch from dispatch_return() to enable stepping through generators. (An alternative would be to create a new "yield" debugger event, but that involves many more changes, and might break Bdb subclasses.) by Just van Rossum · 23 years ago
  7. 9cec8fb Make it clear that a bdb subclass must implement do_clear(). by Guido van Rossum · 23 years ago
  8. b49f4a4 String method conversion. by Eric S. Raymond · 24 years ago
  9. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
  10. 11cf605 Whitespace normalization. by Tim Peters · 24 years ago
  11. 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 25 years ago
  12. 331f19e Change two occurrences of type(x) <> types.CodeType into by Guido van Rossum · 25 years ago
  13. 148ffbc canonic(): This used to be equivalent to str() but that caused too by Barry Warsaw · 25 years ago
  14. ca44236 Embarrassing: remove a debug print statement from set_break() for the by Guido van Rossum · 26 years ago
  15. 170e190 Support a canonical() method, implementable by a derived class, to be by Guido van Rossum · 26 years ago
  16. 0189c01 Correct typo in new function get_breaks(). by Guido van Rossum · 26 years ago
  17. 6ea27cc Change clear_break() to the old signature clear_break(file, line). by Guido van Rossum · 26 years ago
  18. 691d27a Bomb on deleting a temporary breakpoint: there's no method by Guido van Rossum · 26 years ago
  19. 75bb54c Don't set a local variable named __args__; this feature no longer by Guido van Rossum · 26 years ago
  20. d93643f Richard Wolff's changes: by Guido van Rossum · 26 years ago
  21. f15d159 Use sys.exc_info() where needed. by Guido van Rossum · 27 years ago
  22. 6683617 Normalize whitespace. by Guido van Rossum · 27 years ago
  23. ff02e1d Support for conditional breakpoints (Jim Fulton). by Guido van Rossum · 27 years ago
  24. 4808dcb Allow code objects to be passed to run() and eval(). by Guido van Rossum · 28 years ago
  25. 5e38b6f handle class exceptions; added runeval; made runctx obsolete by Guido van Rossum · 30 years ago
  26. b6aa92e fix formatting of stack entries by Guido van Rossum · 30 years ago
  27. a558e37 improved prompt format by Guido van Rossum · 30 years ago
  28. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  29. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
  30. 5ef74b8 pdb.py, bdb.py, cmd.py: use __init__() instead of init() by Guido van Rossum · 31 years ago
  31. 89a7869 * Got entirely rid of path.py. by Guido van Rossum · 32 years ago
  32. 4e16098 Added a _v21 def to FL.py and added two new input field types by Guido van Rossum · 32 years ago
  33. ceb3ba2 Different syntax: cannot mix except and finally any more by Guido van Rossum · 33 years ago
  34. edbfcbd use settrace() intreface by Guido van Rossum · 33 years ago
  35. fac6da2 Added a method "format_stack_entry" to be used by derived classes. by Guido van Rossum · 33 years ago
  36. 177dd80 Experimental version writes the command to a file. by Guido van Rossum · 33 years ago
  37. babe2bf Initial revision by Guido van Rossum · 33 years ago