| Commit message (Expand) | Author | Age | Files | Lines |
* | Marked keystrokes with the :kbd: role. | Serhiy Storchaka | 2015-09-12 | 1 | -2/+2 |
* | add link to pdb source (closes #22528) | Benjamin Peterson | 2014-09-30 | 1 | -0/+3 |
* | #18764: p(rint) -> p in pdb docs. | R David Murray | 2013-10-10 | 1 | -1/+7 |
* | 18764: remove the problematic 'print' alias for the PDB 'p' command. | R David Murray | 2013-10-10 | 1 | -3/+3 |
* | Close #14210: add command argument completion to pdb: complete file names, gl... | Georg Brandl | 2012-03-10 | 1 | -0/+5 |
* | Issue #10902: Fix reference to run* methods | Eli Bendersky | 2011-01-14 | 1 | -1/+1 |
* | Add display/undisplay pdb commands. | Georg Brandl | 2010-12-04 | 1 | -0/+16 |
* | #7245: Add a SIGINT handler on continue in pdb that allows to break a program... | Georg Brandl | 2010-12-04 | 1 | -1/+11 |
* | Add the "interact" pdb command from pdb++. | Georg Brandl | 2010-12-04 | 1 | -0/+8 |
* | Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number. | Senthil Kumaran | 2010-11-29 | 1 | -1/+2 |
* | Re-add "debugger" label, it is used in pydoc-topics. | Georg Brandl | 2010-10-29 | 1 | -0/+2 |
* | Issue #7061: Dropped "for Tk" from turtle module title and moved its | Alexander Belopolsky | 2010-10-27 | 1 | -3/+1 |
* | Show the traceback line numbers as well as the current line numbers if an exc... | Georg Brandl | 2010-07-30 | 1 | -1/+10 |
* | Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni. | Georg Brandl | 2010-07-30 | 1 | -0/+12 |
* | #1472251: remove addition of "\n" to code given to pdb.run[eval](), the bug i... | Georg Brandl | 2010-07-30 | 1 | -11/+11 |
* | Document the "jump" command in pdb.__doc__, and add a version tag for "until X". | Georg Brandl | 2010-07-30 | 1 | -0/+3 |
* | Allow giving an explicit line number to "until". | Georg Brandl | 2010-07-30 | 1 | -3/+7 |
* | #1437051: allow "continue"/"next"/etc. in .pdbrc, also add pdb -c option to g... | Georg Brandl | 2010-07-30 | 1 | -4/+13 |
* | Fix some markup glitches. | Georg Brandl | 2010-07-23 | 1 | -1/+2 |
* | pydoc.pager does not promise to use $PAGER. | Georg Brandl | 2010-07-19 | 1 | -4/+3 |
* | #9279: remove the pdb.doc file, put its contents in pdb.__doc__. Also sync t... | Georg Brandl | 2010-07-18 | 1 | -121/+163 |
* | #9064: accept number of frames for "up" and "down" commands in pdb. | Georg Brandl | 2010-06-27 | 1 | -4/+6 |
* | Merged revisions 79168-79169 via svnmerge from | Georg Brandl | 2010-03-21 | 1 | -1/+1 |
* | Merged revisions 76904 via svnmerge from | Ezio Melotti | 2009-12-19 | 1 | -1/+1 |
* | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-... | Benjamin Peterson | 2009-11-13 | 1 | -1/+1 |
* | #6885: run python 3 as python3. | Georg Brandl | 2009-09-16 | 1 | -1/+1 |
* | Switch more function arguments docs to new-style. | Georg Brandl | 2009-09-02 | 1 | -7/+7 |
* | 2.7 -> 3.1 versionchanges. | Georg Brandl | 2009-05-05 | 1 | -1/+1 |
* | Merged revisions 72322 via svnmerge from | Georg Brandl | 2009-05-05 | 1 | -4/+49 |
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -1/+1 |
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -3/+3 |
* | Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from | Amaury Forgeot d'Arc | 2008-11-22 | 1 | -65/+0 |
* | murder some versionadded and versionchanged directives in their beds | Benjamin Peterson | 2008-08-16 | 1 | -2/+0 |
* | Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,... | Alexandre Vassalotti | 2008-05-16 | 1 | -0/+6 |
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -2/+5 |
* | #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. | Georg Brandl | 2007-11-01 | 1 | -2/+2 |
* | New documentation for the bdb module. Forward-port from rev. 58112, with a fe... | Georg Brandl | 2007-09-12 | 1 | -3/+2 |
* | Add "print" command to pdb, "print s" previously invoked the print statement. | Georg Brandl | 2007-09-04 | 1 | -9/+4 |
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -7/+0 |
* | Merged revisions 57152-57220 via svnmerge from | Guido van Rossum | 2007-08-20 | 1 | -4/+4 |
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+409 |