| Commit message (Expand) | Author | Age | Files | Lines |
* | #6719: In pdb, do not stop somewhere in the encodings machinery if the source... | Georg Brandl | 2010-07-30 | 1 | -0/+4 |
|
|
* | #8015: fix crash when entering an empty line for breakpoint commands. Also r... | Georg Brandl | 2010-07-30 | 1 | -5/+9 |
|
|
* | Document the "jump" command in pdb.__doc__, and add a version tag for "until X". | Georg Brandl | 2010-07-30 | 1 | -0/+10 |
|
|
* | Allow giving an explicit line number to "until". | Georg Brandl | 2010-07-30 | 1 | -8/+23 |
|
|
* | #1437051: allow "continue"/"next"/etc. in .pdbrc, also add pdb -c option to g... | Georg Brandl | 2010-07-30 | 1 | -18/+55 |
|
|
* | #9230: allow Pdb.checkline() to be called without a current frame, for settin... | Georg Brandl | 2010-07-30 | 1 | -2/+5 |
|
|
* | #4179: In pdb, allow "list ." as a command to return to the currently debugge... | Georg Brandl | 2010-07-30 | 1 | -2/+3 |
|
|
* | pydoc.pager does not promise to use $PAGER. | Georg Brandl | 2010-07-19 | 1 | -1/+1 |
|
|
* | #9279: remove the pdb.doc file, put its contents in pdb.__doc__. Also sync t... | Georg Brandl | 2010-07-18 | 1 | -13/+215 |
|
|
* | #9064: accept number of frames for "up" and "down" commands in pdb. | Georg Brandl | 2010-06-27 | 1 | -10/+28 |
|
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | Merged revisions 74838-74839 via svnmerge from | Georg Brandl | 2009-09-16 | 1 | -1/+3 |
|
|
* | #6888 fix the alias command with no arguments | Benjamin Peterson | 2009-09-11 | 1 | -2/+1 |
|
|
* | #6126: fix pdb stepping and breakpoints by giving the executed code the corre... | Georg Brandl | 2009-08-13 | 1 | -2/+3 |
|
|
* | #6323: pdb doesn't deal well with SyntaxErrors. | Amaury Forgeot d'Arc | 2009-07-09 | 1 | -1/+1 |
|
|
* | Merged revisions 72324 via svnmerge from | Georg Brandl | 2009-05-05 | 1 | -14/+24 |
|
|
* | Merged revisions 72322 via svnmerge from | Georg Brandl | 2009-05-05 | 1 | -2/+2 |
|
|
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -15/+32 |
|
|
* | Merged revisions 67750-67751 via svnmerge from | Nick Coghlan | 2008-12-14 | 1 | -2/+2 |
|
|
* | Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,... | Benjamin Peterson | 2008-10-25 | 1 | -6/+2 |
|
|
* | Rename the repr module to reprlib. | Alexandre Vassalotti | 2008-05-16 | 1 | -1/+1 |
|
|
* | Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,... | Alexandre Vassalotti | 2008-05-16 | 1 | -0/+13 |
|
|
* | Convert a lot of print statements to print functions in docstrings, | Neal Norwitz | 2008-05-13 | 1 | -2/+4 |
|
|
* | Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,... | Christian Heimes | 2008-03-26 | 1 | -1/+1 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -1/+10 |
|
|
* | Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from | Christian Heimes | 2008-01-18 | 1 | -0/+2 |
|
|
* | Merged revisions 59952-59984 via svnmerge from | Guido van Rossum | 2008-01-15 | 1 | -2/+8 |
|
|
* | Remove several mentions of old Python versions that don't apply anymore. | Georg Brandl | 2008-01-05 | 1 | -6/+1 |
|
|
* | Removed the API to create unbound methods and simplified the API for bound me... | Christian Heimes | 2007-11-27 | 1 | -3/+3 |
|
|
* | Repair a bad translation of the exec statement. | Georg Brandl | 2007-09-12 | 1 | -6/+2 |
|
|
* | Add "print" command to pdb, "print s" previously invoked the print statement. | Georg Brandl | 2007-09-04 | 1 | -1/+3 |
|
|
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 1 | -1/+6 |
|
|
* | Use input(), not our own fake raw input (in one place). | Guido van Rossum | 2007-05-27 | 1 | -6/+1 |
|
|
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 1 | -4/+3 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -13/+59 |
|
|
* | Change all the function attributes from func_* -> __*__. This gets rid | Neal Norwitz | 2007-02-25 | 1 | -4/+4 |
|
|
* | Fix a bogus end=' ' here. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -132/+130 |
|
|
* | Merged revisions 53451-53537 via svnmerge from | Thomas Wouters | 2007-02-01 | 1 | -2/+12 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -2/+2 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -1/+1 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -1/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+2 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -95/+104 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -1/+124 |
|
|
* | Get rid of a bunch more raw_input references | Neal Norwitz | 2006-03-17 | 1 | -0/+5 |
|
|
* | bug [ 1192315 ] 'clear -1' in pdb | Georg Brandl | 2005-08-24 | 1 | -1/+4 |
|
|
* | Bug #1055168: calling pdb.set_trace() calls Bdb.set_trace, which made | Johannes Gijsbers | 2004-11-07 | 1 | -1/+1 |
|
|
* | SF bug #1052503: pdb runcall should accept keyword arguments | Raymond Hettinger | 2004-10-24 | 1 | -2/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-10-12 | 1 | -5/+4 |
|
|