1. 45d929d add link to pdb source (closes #22528) by Benjamin Peterson · 10 years ago
  2. d579376 #18764: p(rint) -> p in pdb docs. by R David Murray · 11 years ago
  3. 78d692f 18764: remove the problematic 'print' alias for the PDB 'p' command. by R David Murray · 11 years ago
  4. 4c7c3c5 Close #14210: add command argument completion to pdb: complete file names, global/local variables, aliases by Georg Brandl · 12 years ago
  5. 489f392 Issue #10902: Fix reference to run* methods by Eli Bendersky · 14 years ago
  6. cbc79c7 Add display/undisplay pdb commands. by Georg Brandl · 14 years ago
  7. 44f2b64 #7245: Add a SIGINT handler on continue in pdb that allows to break a program again by pressing Ctrl-C. by Georg Brandl · 14 years ago
  8. 1acb746 Add the "interact" pdb command from pdb++. by Georg Brandl · 14 years ago
  9. 6f10704 Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number. by Senthil Kumaran · 14 years ago
  10. b98273f Re-add "debugger" label, it is used in pydoc-topics. by Georg Brandl · 14 years ago
  11. f0a0d14 Issue #7061: Dropped "for Tk" from turtle module title and moved its by Alexander Belopolsky · 14 years ago
  12. 0a9c3e9 Show the traceback line numbers as well as the current line numbers if an exception is being debugged. Courtesy of pdb++ by Antonio Cuni. Also document -> and >> markers for "list". by Georg Brandl · 14 years ago
  13. e59ca2a Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni. by Georg Brandl · 14 years ago
  14. 46b9afc #1472251: remove addition of "\n" to code given to pdb.run[eval](), the bug in exec() that made this necessary has been fixed. Also document that you can give code objects to run() and runeval(), and add some tests to test_pdb. by Georg Brandl · 14 years ago
  15. 26a0f87 Document the "jump" command in pdb.__doc__, and add a version tag for "until X". by Georg Brandl · 14 years ago
  16. 2dfec55 Allow giving an explicit line number to "until". by Georg Brandl · 14 years ago
  17. e023091 #1437051: allow "continue"/"next"/etc. in .pdbrc, also add pdb -c option to give these commands. This allows to run a script until an exception occurs. by Georg Brandl · 14 years ago
  18. a5eacee Fix some markup glitches. by Georg Brandl · 14 years ago
  19. 55353ca pydoc.pager does not promise to use $PAGER. by Georg Brandl · 14 years ago
  20. 02053ee #9279: remove the pdb.doc file, put its contents in pdb.__doc__. Also sync this and the pdb docs, introduce a new directive for pdb commands and a role to link to them. by Georg Brandl · 14 years ago
  21. eb1f4aa #9064: accept number of frames for "up" and "down" commands in pdb. by Georg Brandl · 14 years ago
  22. 1f70cdf Merged revisions 79168-79169 via svnmerge from by Georg Brandl · 14 years ago
  23. 0639d5a Merged revisions 76904 via svnmerge from by Ezio Melotti · 15 years ago
  24. a0dfa82 Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from by Benjamin Peterson · 15 years ago
  25. 45bb63f #6885: run python 3 as python3. by Georg Brandl · 15 years ago
  26. 1824415 Switch more function arguments docs to new-style. by Georg Brandl · 15 years ago
  27. 705d9d5 2.7 -> 3.1 versionchanges. by Georg Brandl · 15 years ago
  28. 243ad66 Merged revisions 72322 via svnmerge from by Georg Brandl · 15 years ago
  29. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  30. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  31. b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  32. 9abf93d murder some versionadded and versionchanged directives in their beds by Benjamin Peterson · 16 years ago
  33. 5f8ced2 Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from by Alexandre Vassalotti · 16 years ago
  34. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  35. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  36. 546e2d6 New documentation for the bdb module. Forward-port from rev. 58112, with a few 3k-specific changes. by Georg Brandl · 17 years ago
  37. c987924 Add "print" command to pdb, "print s" previously invoked the print statement. by Georg Brandl · 17 years ago
  38. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  39. 61e21b5 Merged revisions 57152-57220 via svnmerge from by Guido van Rossum · 17 years ago
  40. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago