summaryrefslogtreecommitdiffstats
path: root/Doc/library/pdb.rst
Commit message (Collapse)AuthorAgeFilesLines
* add link to pdb source (closes #22528)Benjamin Peterson2014-09-301-0/+3
|
* Issue #10902: Fix reference to run* methodsEli Bendersky2011-01-141-1/+1
|
* Merged revisions 86861 via svnmerge fromSenthil Kumaran2010-11-291-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 Brandl2010-03-211-1/+1
|
* #7388: "python".capitalize() in the DocEzio Melotti2009-12-191-1/+1
|
* Wording fixAndrew M. Kuchling2009-10-051-1/+1
|
* #5142: add module skipping feature to pdb.Georg Brandl2009-05-051-4/+49
|
* Fix 'the the' duplicationAndrew M. Kuchling2009-04-031-1/+1
|
* Remove trailing whitespace.Georg Brandl2009-01-031-3/+3
|
* move useful sys.settrace information to the function's documentation from ↵Benjamin Peterson2008-11-201-65/+0
| | | | the debugger
* Add some sentence endings.Georg Brandl2008-05-111-1/+1
|
* Add the "until" command to pdbBenjamin Peterson2008-05-111-0/+6
|
* Issue 1106316. post_mortem()'s parameter, traceback, is nowFacundo Batista2008-03-081-2/+5
| | | | | optional: it defaults to the traceback of the exception that is currently being handled.
* Remove stray odd character; grammar fixAndrew M. Kuchling2007-09-241-2/+2
|
* New documentation page for the bdb module.Georg Brandl2007-09-121-3/+2
| | | | (This doesn't need to be merged to Py3k.)
* Fix PDB command descriptions.Georg Brandl2007-08-181-4/+4
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+410