| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.9] bpo-26053: Fix args echoed by pdb run command (GH-25149) | Miss Islington (bot) | 2021-04-02 | 1 | -1/+1 |
|
|
* | [3.8] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24320) | Andrey Bienkowski | 2021-01-25 | 1 | -1/+2 |
|
|
* | bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935)... | Miss Islington (bot) | 2020-08-27 | 1 | -6/+6 |
|
|
* | [3.8] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-... | Serhiy Storchaka | 2020-07-02 | 1 | -1/+1 |
|
|
* | bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010) | Miss Islington (bot) | 2020-06-21 | 1 | -1/+2 |
|
|
* | bpo-38723: Pdb._runscript should use io.open_code() instead of open() (GH-17127) | Miss Islington (bot) | 2019-11-12 | 1 | -1/+2 |
|
|
* | closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) | Miss Islington (bot) | 2019-09-12 | 1 | -1/+1 |
|
|
* | bpo-36250: ignore ValueError from signal in non-main thread (GH-12251) | Miss Islington (bot) | 2019-09-09 | 1 | -2/+6 |
|
|
* | bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847) | Miss Islington (bot) | 2019-08-02 | 1 | -8/+6 |
|
|
* | bpo-37363: Add audit events for a range of modules (GH-14301) | Miss Islington (bot) | 2019-06-24 | 1 | -0/+1 |
|
|
* | bpo-37122: Make co->co_argcount represent the total number of positonal argum... | Pablo Galindo | 2019-06-01 | 1 | -1/+1 |
|
|
* | bpo-36969: Make PDB args command display positional only arguments (GH-13459) | Rémi Lapeyre | 2019-05-24 | 1 | -1/+1 |
|
|
* | bpo-36969: Make PDB args command display keyword only arguments (GH-13452) | Rémi Lapeyre | 2019-05-20 | 1 | -3/+3 |
|
|
* | bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553) | Serhiy Storchaka | 2019-03-27 | 1 | -4/+2 |
|
|
* | bpo-35931: Gracefully handle any exception in pdb debug command (GH-12103) | Daniel Hahler | 2019-03-12 | 1 | -7/+5 |
|
|
* | bpo-35931: Gracefully handle SyntaxError in pdb debug command (GH-11782) | Daniel Hahler | 2019-02-15 | 1 | -1/+7 |
|
|
* | bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5474) | Mario Corchero | 2018-02-03 | 1 | -1/+1 |
|
|
* | bpo-32206: Update pdb usage to include new module option (GH-5111) | Mario Corchero | 2018-01-28 | 1 | -2/+4 |
|
|
* | bpo-32206: Pdb can now run modules (GH-4752) | Mario Corchero | 2018-01-06 | 1 | -4/+29 |
|
|
* | bpo-31389 Add an optional `header` argument to pdb.set_trace() (#3438) | Barry Warsaw | 2017-09-22 | 1 | -2/+5 |
|
|
* | Issue #20766: Merge with 3.5. | Xavier de Gaye | 2016-10-12 | 1 | -3/+7 |
|\ |
|
| * | Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers. | Xavier de Gaye | 2016-10-12 | 1 | -3/+7 |
|
|
* | | Issue #18401: pdb tests don't read ~/.pdbrc anymore | Łukasz Langa | 2016-09-10 | 1 | -10/+12 |
|/ |
|
* | Issue #27171: Fix typos in documentation, comments, and test function names | Martin Panter | 2016-06-02 | 1 | -1/+1 |
|
|
* | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|
|
* | merge from 3.4 | Terry Jan Reedy | 2015-09-05 | 1 | -0/+3 |
|\ |
|
| * | Issue #16180: Exit pdb if file has syntax error, instead of trapping user | Terry Jan Reedy | 2015-09-05 | 1 | -0/+3 |
|
|
* | | Issue #22186: Fix typos in Lib/. | Berker Peksag | 2014-10-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #22186: Fix typos in Lib/. | Berker Peksag | 2014-10-19 | 1 | -1/+1 |
|
|
* | | Issue #22032: __qualname__ instead of __name__ is now always used to format | Serhiy Storchaka | 2014-07-22 | 1 | -1/+1 |
|/ |
|
* | Issue #19076: Don't pass the redundant 'file' argument to self.error(). | Berker Peksag | 2014-07-12 | 1 | -1/+1 |
|
|
* | Better behavior when stepping over yield[from]. Fixes issue 16596. By Xavier ... | Guido van Rossum | 2013-11-21 | 1 | -2/+10 |
|
|
* | merge with 3.3 | Georg Brandl | 2013-10-14 | 1 | -0/+4 |
|\ |
|
| * | Closes #17154: error out gracefully on "ignore" or "condition" without argument. | Georg Brandl | 2013-10-14 | 1 | -0/+4 |
|
|
* | | pdb: modernize find_function() and add tests for it. | Georg Brandl | 2013-10-13 | 1 | -12/+5 |
|
|
* | | 18764: remove the problematic 'print' alias for the PDB 'p' command. | R David Murray | 2013-10-10 | 1 | -5/+3 |
|
|
* | | #18705: merge with 3.3. | Ezio Melotti | 2013-08-17 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | #18705: fix a number of typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -2/+2 |
|
|
* | | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
|
|
* | | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -1/+1 |
|
|
* | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -5/+5 |
|/ |
|
* | Merge issue #13120: Allow to call pdb.set_trace() from thread. | Andrew Svetlov | 2012-12-04 | 1 | -2/+9 |
|\ |
|
| * | Issue #13120: Allow to call pdb.set_trace() from thread. | Andrew Svetlov | 2012-12-04 | 1 | -2/+9 |
|
|
* | | Close #14210: add command argument completion to pdb: complete file names, gl... | Georg Brandl | 2012-03-10 | 1 | -0/+95 |
|/ |
|
* | Add display/undisplay pdb commands. | Georg Brandl | 2010-12-04 | 1 | -2/+66 |
|
|
* | #7245: Add a SIGINT handler on continue in pdb that allows to break a program... | Georg Brandl | 2010-12-04 | 1 | -5/+32 |
|
|
* | Add the "interact" pdb command from pdb++. | Georg Brandl | 2010-12-04 | 1 | -4/+15 |
|
|
* | Use booleans where applicable. | Georg Brandl | 2010-11-29 | 1 | -10/+10 |
|
|
* | Remove the comment used while testing. | Senthil Kumaran | 2010-11-29 | 1 | -1/+0 |
|
|
* | Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number. | Senthil Kumaran | 2010-11-29 | 1 | -1/+2 |
|
|