Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add link to pdb source (closes #22528) | Benjamin Peterson | 2014-09-30 | 1 | -0/+3 |
| | |||||
* | Issue #10902: Fix reference to run* methods | Eli Bendersky | 2011-01-14 | 1 | -1/+1 |
| | |||||
* | Merged revisions 86861 via svnmerge from | Senthil Kumaran | 2010-11-29 | 1 | -1/+2 |
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86861 | senthil.kumaran | 2010-11-29 19:54:17 +0800 (Mon, 29 Nov 2010) | 5 lines Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number. Handle multiple breakpoints at same line. Update docs/test. Patch by Xavier de Gaye. ........ | ||||
* | Fix some issues found by Jacques Ducasse on the docs list. | Georg Brandl | 2010-03-21 | 1 | -1/+1 |
| | |||||
* | #7388: "python".capitalize() in the Doc | Ezio Melotti | 2009-12-19 | 1 | -1/+1 |
| | |||||
* | Wording fix | Andrew M. Kuchling | 2009-10-05 | 1 | -1/+1 |
| | |||||
* | #5142: add module skipping feature to pdb. | Georg Brandl | 2009-05-05 | 1 | -4/+49 |
| | |||||
* | Fix 'the the' duplication | Andrew M. Kuchling | 2009-04-03 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -3/+3 |
| | |||||
* | move useful sys.settrace information to the function's documentation from ↵ | Benjamin Peterson | 2008-11-20 | 1 | -65/+0 |
| | | | | the debugger | ||||
* | Add some sentence endings. | Georg Brandl | 2008-05-11 | 1 | -1/+1 |
| | |||||
* | Add the "until" command to pdb | Benjamin Peterson | 2008-05-11 | 1 | -0/+6 |
| | |||||
* | Issue 1106316. post_mortem()'s parameter, traceback, is now | Facundo Batista | 2008-03-08 | 1 | -2/+5 |
| | | | | | optional: it defaults to the traceback of the exception that is currently being handled. | ||||
* | Remove stray odd character; grammar fix | Andrew M. Kuchling | 2007-09-24 | 1 | -2/+2 |
| | |||||
* | New documentation page for the bdb module. | Georg Brandl | 2007-09-12 | 1 | -3/+2 |
| | | | | (This doesn't need to be merged to Py3k.) | ||||
* | Fix PDB command descriptions. | Georg Brandl | 2007-08-18 | 1 | -4/+4 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+410 |