summaryrefslogtreecommitdiff
path: root/Doc/library/pdb.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-37390: Add audit event table to documentations (GH-14406)Steve Dower2019-06-271-1/+1
* bpo-37363: Add audit events for a range of modules (GH-14301)Steve Dower2019-06-241-0/+2
* bpo-35835: Add reference to Python 3.7 new breakpoint() function in pdb docum...João Matos2019-01-301-0/+4
* Doc: Remove superfluous markup. (GH-8112)Julien Palard2018-07-061-1/+1
* bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444)Stéphane Wirtel2018-01-301-5/+8
* bpo-32206: Pdb can now run modules (GH-4752)Mario Corchero2018-01-061-0/+6
* Add version{changed,added} markers and make minor style changes (GH-4273)Berker Peksag2017-11-041-3/+3
* bpo-31389 Add an optional `header` argument to pdb.set_trace() (#3438)Barry Warsaw2017-09-221-4/+8
* bpo-28315: Improve code examples in docs (GH-1372)UltimateCoder2017-05-031-1/+1
* Merge doc fixups from 3.5Martin Panter2016-11-211-1/+1
|\
| * Change double hyphens (en dashes) to em (longer) dashesMartin Panter2016-11-211-1/+1
* | Fix Python version in pdb.rstBerker Peksag2016-09-101-2/+2
* | Issue #18401: pdb tests don't read ~/.pdbrc anymoreŁukasz Langa2016-09-091-1/+7
|/
* Fix misspellingTerry Jan Reedy2016-08-241-1/+1
* Fix spelling and grammar in documentation and code commentsMartin Panter2016-08-041-1/+1
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+2
* Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-2/+2
* add link to pdb source (closes #22528)Benjamin Peterson2014-09-301-0/+3
* #18764: p(rint) -> p in pdb docs.R David Murray2013-10-101-1/+7
* 18764: remove the problematic 'print' alias for the PDB 'p' command.R David Murray2013-10-101-3/+3
* Close #14210: add command argument completion to pdb: complete file names, gl...Georg Brandl2012-03-101-0/+5
* Issue #10902: Fix reference to run* methodsEli Bendersky2011-01-141-1/+1
* Add display/undisplay pdb commands.Georg Brandl2010-12-041-0/+16
* #7245: Add a SIGINT handler on continue in pdb that allows to break a program...Georg Brandl2010-12-041-1/+11
* Add the "interact" pdb command from pdb++.Georg Brandl2010-12-041-0/+8
* Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number.Senthil Kumaran2010-11-291-1/+2
* Re-add "debugger" label, it is used in pydoc-topics.Georg Brandl2010-10-291-0/+2
* Issue #7061: Dropped "for Tk" from turtle module title and moved itsAlexander Belopolsky2010-10-271-3/+1
* Show the traceback line numbers as well as the current line numbers if an exc...Georg Brandl2010-07-301-1/+10
* Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni.Georg Brandl2010-07-301-0/+12
* #1472251: remove addition of "\n" to code given to pdb.run[eval](), the bug i...Georg Brandl2010-07-301-11/+11
* Document the "jump" command in pdb.__doc__, and add a version tag for "until X".Georg Brandl2010-07-301-0/+3
* Allow giving an explicit line number to "until".Georg Brandl2010-07-301-3/+7
* #1437051: allow "continue"/"next"/etc. in .pdbrc, also add pdb -c option to g...Georg Brandl2010-07-301-4/+13
* Fix some markup glitches.Georg Brandl2010-07-231-1/+2
* pydoc.pager does not promise to use $PAGER.Georg Brandl2010-07-191-4/+3
* #9279: remove the pdb.doc file, put its contents in pdb.__doc__. Also sync t...Georg Brandl2010-07-181-121/+163
* #9064: accept number of frames for "up" and "down" commands in pdb.Georg Brandl2010-06-271-4/+6
* Merged revisions 79168-79169 via svnmerge fromGeorg Brandl2010-03-211-1/+1
* Merged revisions 76904 via svnmerge fromEzio Melotti2009-12-191-1/+1
* Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-...Benjamin Peterson2009-11-131-1/+1
* #6885: run python 3 as python3.Georg Brandl2009-09-161-1/+1
* Switch more function arguments docs to new-style.Georg Brandl2009-09-021-7/+7
* 2.7 -> 3.1 versionchanges.Georg Brandl2009-05-051-1/+1
* Merged revisions 72322 via svnmerge fromGeorg Brandl2009-05-051-4/+49
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-3/+3
* Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge fromAmaury Forgeot d'Arc2008-11-221-65/+0
* murder some versionadded and versionchanged directives in their bedsBenjamin Peterson2008-08-161-2/+0
* Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,...Alexandre Vassalotti2008-05-161-0/+6