1. 7943c5e Doc: Remove superfluous markup. (GH-8112) by Julien Palard · 6 years ago
  2. 67adb31 bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444) by Stéphane Wirtel · 7 years ago
  3. 9f1e5f1 bpo-32206: Pdb can now run modules (GH-4752) by Mario Corchero · 7 years ago
  4. 12d6056 Add version{changed,added} markers and make minor style changes (GH-4273) by Berker Peksag · 7 years ago
  5. 35425d6 bpo-31389 Add an optional `header` argument to pdb.set_trace() (#3438) by Barry Warsaw · 7 years ago
  6. 8856940 bpo-28315: Improve code examples in docs (GH-1372) by UltimateCoder · 7 years ago
  7. 99b6f28 Merge doc fixups from 3.5 by Martin Panter · 8 years ago
  8. 357ed2e Change double hyphens (en dashes) to em (longer) dashes by Martin Panter · 8 years ago
  9. 2d7250b Fix Python version in pdb.rst by Berker Peksag · 8 years ago
  10. 2eb6eca Issue #18401: pdb tests don't read ~/.pdbrc anymore by Łukasz Langa · 8 years ago
  11. de260a6 Fix misspelling by Terry Jan Reedy · 8 years ago
  12. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  13. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  14. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  15. 45d929d add link to pdb source (closes #22528) by Benjamin Peterson · 10 years ago
  16. d579376 #18764: p(rint) -> p in pdb docs. by R David Murray · 11 years ago
  17. 78d692f 18764: remove the problematic 'print' alias for the PDB 'p' command. by R David Murray · 11 years ago
  18. 4c7c3c5 Close #14210: add command argument completion to pdb: complete file names, global/local variables, aliases by Georg Brandl · 12 years ago
  19. 489f392 Issue #10902: Fix reference to run* methods by Eli Bendersky · 14 years ago
  20. cbc79c7 Add display/undisplay pdb commands. by Georg Brandl · 14 years ago
  21. 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
  22. 1acb746 Add the "interact" pdb command from pdb++. by Georg Brandl · 14 years ago
  23. 6f10704 Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number. by Senthil Kumaran · 14 years ago
  24. b98273f Re-add "debugger" label, it is used in pydoc-topics. by Georg Brandl · 14 years ago
  25. f0a0d14 Issue #7061: Dropped "for Tk" from turtle module title and moved its by Alexander Belopolsky · 14 years ago
  26. 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
  27. e59ca2a Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni. by Georg Brandl · 14 years ago
  28. 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
  29. 26a0f87 Document the "jump" command in pdb.__doc__, and add a version tag for "until X". by Georg Brandl · 14 years ago
  30. 2dfec55 Allow giving an explicit line number to "until". by Georg Brandl · 14 years ago
  31. 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
  32. a5eacee Fix some markup glitches. by Georg Brandl · 14 years ago
  33. 55353ca pydoc.pager does not promise to use $PAGER. by Georg Brandl · 14 years ago
  34. 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
  35. eb1f4aa #9064: accept number of frames for "up" and "down" commands in pdb. by Georg Brandl · 14 years ago
  36. 1f70cdf Merged revisions 79168-79169 via svnmerge from by Georg Brandl · 14 years ago
  37. 0639d5a Merged revisions 76904 via svnmerge from by Ezio Melotti · 15 years ago
  38. 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
  39. 45bb63f #6885: run python 3 as python3. by Georg Brandl · 15 years ago
  40. 1824415 Switch more function arguments docs to new-style. by Georg Brandl · 15 years ago
  41. 705d9d5 2.7 -> 3.1 versionchanges. by Georg Brandl · 15 years ago
  42. 243ad66 Merged revisions 72322 via svnmerge from by Georg Brandl · 15 years ago
  43. 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
  44. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  45. b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  46. 9abf93d murder some versionadded and versionchanged directives in their beds by Benjamin Peterson · 16 years ago
  47. 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
  48. 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
  49. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  50. 546e2d6 New documentation for the bdb module. Forward-port from rev. 58112, with a few 3k-specific changes. by Georg Brandl · 17 years ago
  51. c987924 Add "print" command to pdb, "print s" previously invoked the print statement. by Georg Brandl · 17 years ago
  52. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  53. 61e21b5 Merged revisions 57152-57220 via svnmerge from by Guido van Rossum · 17 years ago
  54. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago