Eli Bendersky
|
f274eea02c
|
Issue #10902: Fix reference to run* methods
|
2011-01-14 07:50:27 +00:00 |
Senthil Kumaran
|
9a5897bbf8
|
Merged revisions 86861 via svnmerge from
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.
........
|
2010-11-29 12:41:03 +00:00 |
Georg Brandl
|
118c55778e
|
Fix some issues found by Jacques Ducasse on the docs list.
|
2010-03-21 09:01:27 +00:00 |
Ezio Melotti
|
062d2b52f3
|
#7388: "python".capitalize() in the Doc
|
2009-12-19 22:41:49 +00:00 |
Andrew M. Kuchling
|
3fab04078d
|
Wording fix
|
2009-10-05 21:24:20 +00:00 |
Georg Brandl
|
4d4313d59d
|
#5142: add module skipping feature to pdb.
|
2009-05-05 08:54:11 +00:00 |
Andrew M. Kuchling
|
a178a69819
|
Fix 'the the' duplication
|
2009-04-03 21:45:29 +00:00 |
Georg Brandl
|
c62ef8b4d9
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
Benjamin Peterson
|
5ab9c3badb
|
move useful sys.settrace information to the function's documentation from the debugger
|
2008-11-20 04:05:12 +00:00 |
Georg Brandl
|
9020ff88e6
|
Add some sentence endings.
|
2008-05-11 14:17:13 +00:00 |
Benjamin Peterson
|
98353941ea
|
Add the "until" command to pdb
|
2008-05-11 14:13:25 +00:00 |
Facundo Batista
|
c54aec1fda
|
Issue 1106316. post_mortem()'s parameter, traceback, is now
optional: it defaults to the traceback of the exception that is currently
being handled.
|
2008-03-08 16:50:27 +00:00 |
Andrew M. Kuchling
|
9c90635bcb
|
Remove stray odd character; grammar fix
|
2007-09-24 23:45:51 +00:00 |
Georg Brandl
|
0001422a0a
|
New documentation page for the bdb module.
(This doesn't need to be merged to Py3k.)
|
2007-09-12 18:03:51 +00:00 |
Georg Brandl
|
3f8fbf0589
|
Fix PDB command descriptions.
|
2007-08-18 06:05:56 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |