1. 3e67c5c Revert r83267, as it breaks a few doctests and generally leads to ugly truncated output. by Georg Brandl · 15 years ago
  2. f833a56 #7539: use _saferepr() for printing exceptions from pdb. by Georg Brandl · 15 years ago
  3. 860852f Revert r81012. buildbot problems and its questionable of me to even by Gregory P. Smith · 15 years ago
  4. 56fe656 Fixes [issue7245] Better Ctrl-C support in pdb. by Gregory P. Smith · 15 years ago
  5. 69dfe8d Make the pdb displayhook compatible with the standard displayhook: do not print Nones. Add a test for that. by Georg Brandl · 16 years ago
  6. 5815220 Fix overlong lines. by Georg Brandl · 16 years ago
  7. 4d4313d #5142: add module skipping feature to pdb. by Georg Brandl · 16 years ago
  8. dd98e04 Actually the displayhook should print the repr. by Georg Brandl · 16 years ago
  9. 569fc96 Fix test_doctest, missed two assignments to curframe. by Georg Brandl · 16 years ago
  10. e361bcb Cache the f_locals dict of the current frame, since every access to frame.f_locals overrides its contents with the real locals which undoes modifications made by the debugging user. by Georg Brandl · 16 years ago
  11. 58b8b95 In Pdb, stop assigning values to __builtin__._ which interferes with the one commonly installed by gettext. by Georg Brandl · 16 years ago
  12. 00b6590 Revert accidental checkin. by Georg Brandl · 16 years ago
  13. 5942b91 Add NEWS item. by Georg Brandl · 16 years ago
  14. a205347 Fix several issues relating to access to source code inside zipfiles. Initial work by Alexander Belopolsky. See Misc/NEWS in this checkin for details. by Nick Coghlan · 17 years ago
  15. c18574c fix #4150: pdb's up command didn't work for generators in post-mortem by Benjamin Peterson · 17 years ago
  16. c6a30ec Remove use of tuple unpacking and dict.has_key() so as to silence by Brett Cannon · 17 years ago
  17. 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 17 years ago
  18. 50a1acb Changed references to the reprlib module to use its new name. by Alexandre Vassalotti · 17 years ago
  19. 9835394 Add the "until" command to pdb by Benjamin Peterson · 17 years ago
  20. 13be2cf Added help options to PDB by Benjamin Peterson · 17 years ago
  21. c54aec1 Issue 1106316. post_mortem()'s parameter, traceback, is now by Facundo Batista · 17 years ago
  22. ff0f267 test_doctest fails since r59984. by Amaury Forgeot d'Arc · 18 years ago
  23. cad3724 Issue #1786 (by myself): pdb should use its own stdin/stdout around an by Guido van Rossum · 18 years ago
  24. 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
  25. b6ae6aa Patch #1429539: pdb now correctly initializes the __main__ module for by Georg Brandl · 18 years ago
  26. 8e84c65 Patch #1393667: pdb now has a "run" command which restarts the debugged by Georg Brandl · 18 years ago
  27. 2faa9e1 Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the IndexError caused by passing in an invalid breakpoint number. by Collin Winter · 18 years ago
  28. b278318 Add missing "return" statements in exception handler. by Georg Brandl · 18 years ago
  29. e498083 Bug #1627316: handle error in condition/ignore pdb commands more gracefully. by Georg Brandl · 19 years ago
  30. e672825 [Bug #1526834] Fix crash in pdb when you do 'b f('; by Andrew M. Kuchling · 19 years ago
  31. daea035 Whitespace normalization. by Tim Peters · 19 years ago
  32. 9aed98f Reformat docstring; fix typo by Andrew M. Kuchling · 19 years ago
  33. 1956480 Patch #721464: pdb.Pdb instances can now be given explicit stdin and by Georg Brandl · 19 years ago
  34. 23d9d45 Bug #1472191: convert breakpoint indices to ints before comparing them to ints by Georg Brandl · 19 years ago
  35. 1a00e18 Reindent. by Martin v. Löwis · 19 years ago
  36. f62eee1 Remove bogus character. by Martin v. Löwis · 19 years ago
  37. bd30f52 Patch #790710: Add breakpoint command lists in pdb. by Martin v. Löwis · 19 years ago
  38. 6d2b346 bug [ 1192315 ] 'clear -1' in pdb by Georg Brandl · 20 years ago
  39. 84a6c20 Bug #1055168: calling pdb.set_trace() calls Bdb.set_trace, which made by Johannes Gijsbers · 21 years ago
  40. 2ef7e6c SF bug #1052503: pdb runcall should accept keyword arguments by Raymond Hettinger · 21 years ago
  41. e718f61 Whitespace normalization. by Tim Peters · 21 years ago
  42. 25b38c8 Improvements when running pdb as a script. by Johannes Gijsbers · 21 years ago
  43. 4a9faa1 Patch #1003640: replace checkline() function parsing with new breakpoint logic: by Johannes Gijsbers · 21 years ago
  44. 34c4120 bug #989672: pdb.doc and the help messages for the help_d and help_u methods by Johannes Gijsbers · 21 years ago
  45. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 22 years ago
  46. f545baa Whitespace normalization. by Tim Peters · 22 years ago
  47. b1f8bab [Bug #741171] pdb crashes when enabling a non-existing breakpoint by Andrew M. Kuchling · 22 years ago
  48. ed538d8 Detabified. Removed dead code. by Guido van Rossum · 22 years ago
  49. a12fe4e - New function sys.call_tracing() allows pdb to debug code by Guido van Rossum · 22 years ago
  50. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  51. 01eb85c I believe this fixes by Michael W. Hudson · 23 years ago
  52. eef2607 Duh. The do_EOF() implementation was bogus. Make it more like by Guido van Rossum · 23 years ago
  53. cfd3884 This is Richie Hindle's patch by Michael W. Hudson · 23 years ago
  54. 210bd20 Implement a `pp' command, which is like `p' except that it by Barry Warsaw · 23 years ago
  55. ef1b41b At Jim Fulton's request, increase the maxstring value of _saferepr to by Guido van Rossum · 23 years ago
  56. 280488b Whitespace normalization. by Tim Peters · 23 years ago
  57. dd32a91 This is my patch by Michael W. Hudson · 23 years ago
  58. 0845459 Fix SF bug 579701 (Fernando Pérez); an input line consisting of one or by Guido van Rossum · 23 years ago
  59. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 23 years ago
  60. d1c08f3 Add exit as alias for quit, as the easiest way to address SF bug #543674. by Guido van Rossum · 23 years ago
  61. 6f8ee59 SF bug #131560: pdb imports 'repr', causing name collision by Tim Peters · 25 years ago
  62. 9b93c5f String method conversion. by Eric S. Raymond · 25 years ago
  63. 352674d a few more __all__ lists by Skip Montanaro · 25 years ago
  64. 6bd6835 I've been using gdb a lot lately -- I'm missing 'bt' as a command in by Guido van Rossum · 25 years ago
  65. 2344fae Whitespace normalization. by Tim Peters · 25 years ago
  66. 752d3f5 - Don't hardcode Unix filename syntax when opening ~/.pdbrc. by Guido van Rossum · 25 years ago
  67. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 25 years ago
  68. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 25 years ago
  69. e85c93f Sjoerd Mullender: by Guido van Rossum · 25 years ago
  70. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 26 years ago
  71. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 26 years ago
  72. 19878f5 Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
  73. 2bee8fe Pdb.lineinfo(): Don't use os.popen('egrep ...') to find the line in by Barry Warsaw · 26 years ago
  74. 699f3bb Get rid of confusing 'global' statement in global code. by Guido van Rossum · 26 years ago
  75. b657c93 Improvement of b/w compat note in help text for clear, by Richard Wolff. by Guido van Rossum · 27 years ago
  76. 583cc31 Get rid of do_clear_break / do_clb command -- it is redundant. by Guido van Rossum · 27 years ago
  77. 816a9fb Change clear syntax to support three alternatives: by Guido van Rossum · 27 years ago
  78. c2047c1 When run as a script, don't pass a fake __main__ dictionary; use the real one. by Guido van Rossum · 27 years ago
  79. 3a98e78 Richard Wolff's additional changes; some layout nits, and change the by Guido van Rossum · 27 years ago
  80. 2424f85 Richard Wolff's changes: by Guido van Rossum · 27 years ago
  81. 1f00eed Feature added by Harri Pasanen (at my suggestion): .py suffix on by Guido van Rossum · 27 years ago
  82. b5699c7 Added support for specifying a filename for a breakpoint, roughly by Guido van Rossum · 27 years ago
  83. 46c86bb A working version of the 'args' command (it prints the current values by Guido van Rossum · 27 years ago
  84. f15d159 Use sys.exc_info() where needed. by Guido van Rossum · 28 years ago
  85. c444865 No longer need to use codehack -- use co.co_firstlineno instead. by Guido van Rossum · 28 years ago
  86. 9e1ee97 Support for conditional breakpoints (Jim Fulton, with some changes). by Guido van Rossum · 28 years ago
  87. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 29 years ago
  88. ec577d5 Correct sys.path[0] when used stand-alone by Guido van Rossum · 29 years ago
  89. f17361d Two changes suggested by Andrew Kuchling: by Guido van Rossum · 29 years ago
  90. ec8fd94 use new "single" compile option by Guido van Rossum · 30 years ago
  91. 5e38b6f handle class exceptions; added runeval; made runctx obsolete by Guido van Rossum · 30 years ago
  92. b6aa92e fix formatting of stack entries by Guido van Rossum · 31 years ago
  93. a558e37 improved prompt format by Guido van Rossum · 31 years ago
  94. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 31 years ago
  95. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 32 years ago
  96. b37954f Added missing "import os" to pdb.help() by Guido van Rossum · 32 years ago
  97. e61fa0a * profile.py, pdb.py: added help() function by Guido van Rossum · 32 years ago
  98. 8e2ec56 * pdb.py: set 'privileged' property when evaluating expressions by Guido van Rossum · 32 years ago
  99. 5ef74b8 pdb.py, bdb.py, cmd.py: use __init__() instead of init() by Guido van Rossum · 32 years ago
  100. 0023078 Added whatis command (third try -- filesystem was full, rcs lock failed) by Guido van Rossum · 32 years ago