| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-127321: Avoid stopping at an opcode without an associated line number for ... | Tian Gao | 2024-12-01 | 1 | -0/+7 |
|
|
* | Fixed a few type mismatches in pdb (#125952) | Tian Gao | 2024-10-25 | 1 | -4/+4 |
|
|
* | gh-125884: Support breakpoint on functions with annotations (#125892) | Tian Gao | 2024-10-23 | 1 | -2/+5 |
|
|
* | gh-125378: Trigger a repeat for the full multi-line statement for empty line ... | Tian Gao | 2024-10-19 | 1 | -0/+1 |
|
|
* | gh-125600: Only show stale code warning on source code display commands (#125... | Tian Gao | 2024-10-18 | 1 | -4/+20 |
|
|
* | gh-125115: Pass unknown pdb command line args to script instead of fail (#125... | Tian Gao | 2024-10-15 | 1 | -6/+24 |
|
|
* | gh-100141: Allow pdb to deal with empty file (#125425) | Tian Gao | 2024-10-15 | 1 | -2/+1 |
|
|
* | gh-91818: Use default program name in the CLI of many modules (GH-124867) | Serhiy Storchaka | 2024-10-09 | 1 | -2/+1 |
|
|
* | gh-124400: Use the normal command path for breakpoint commands (#124401) | Tian Gao | 2024-09-29 | 1 | -35/+20 |
|
|
* | Cleanup unnecessary curframe_locals usage (#124369) | Tian Gao | 2024-09-26 | 1 | -19/+11 |
|
|
* | gh-123756: Disable restart command if pdb is in inline mode (#123757) | Tian Gao | 2024-09-25 | 1 | -3/+9 |
|
|
* | gh-120254: Add a `commands` argument to `pdb.set_trace` (#120255) | Tian Gao | 2024-09-24 | 1 | -4/+9 |
|
|
* | Fix typos in comments and docstring (#122720) | Xie Yanbo | 2024-08-07 | 1 | -1/+1 |
|
|
* | gh-121450: Make inline breakpoints use the most recent pdb instance (#121451) | Tian Gao | 2024-07-11 | 1 | -1/+12 |
|
|
* | gh-118714: Make the pdb post-mortem restart/quit behavior more reasonable (#1... | Tian Gao | 2024-07-03 | 1 | -3/+6 |
|
|
* | gh-120769: Add pdb meta command to print frame status. (#120770) | Tian Gao | 2024-06-20 | 1 | -9/+17 |
|
|
* | gh-120606: Allow EOF to exit pdb commands definition (#120607) | Tian Gao | 2024-06-19 | 1 | -0/+3 |
|
|
* | gh-119824: Print stack entry when user input is needed (#119882) | Tian Gao | 2024-06-14 | 1 | -11/+39 |
|
|
* | gh-118673: Remove shebang and executable bits from stdlib modules. (#119658) | Jason R. Coombs | 2024-05-29 | 1 | -2/+0 |
|
|
* | gh-74929: PEP 667 general docs update (gh-119201) | Alyssa Coghlan | 2024-05-21 | 1 | -3/+6 |
|
|
* | GH-83151: Add closure support to pdb (GH-111094) | Tian Gao | 2024-05-06 | 1 | -1/+89 |
|
|
* | GH-111744: Make breakpoint() enter the debugger immediately (GH-118579) | Tian Gao | 2024-05-05 | 1 | -0/+2 |
|
|
* | gh-113081: Print colorized exception just like built-in traceback in pdb (#11... | Tian Gao | 2024-05-04 | 1 | -1/+2 |
|
|
* | gh-118500: Add pdb support for zipapp (#118501) | Tian Gao | 2024-05-02 | 1 | -3/+47 |
|
|
* | gh-117618: Make package.module searchable for breakpoints and clean up docs (... | Tian Gao | 2024-04-30 | 1 | -9/+15 |
|
|
* | Refactor pdb executable targets (#112570) | Tian Gao | 2024-03-29 | 1 | -41/+36 |
|
|
* | gh-113548: Allow CLI arguments to `pdb -m` (#113557) | Tian Gao | 2024-03-27 | 1 | -9/+15 |
|
|
* | gh-112948: Make pdb completion similar to repl completion (#112950) | Tian Gao | 2024-03-25 | 1 | -15/+28 |
|
|
* | gh-90095: Ignore empty lines and comments in `.pdbrc` (#116834) | Tian Gao | 2024-03-15 | 1 | -1/+4 |
|
|
* | gh-90095: Make .pdbrc work properly and add some reasonable tests (#110496) | Tian Gao | 2024-03-11 | 1 | -34/+13 |
|
|
* | gh-87115: Set `__main__.__spec__` to `None` in pdb (#116141) | Tian Gao | 2024-02-29 | 1 | -0/+1 |
|
|
* | gh-59013: Set breakpoint on the first executable line of function when using ... | Tian Gao | 2024-01-31 | 1 | -19/+32 |
|
|
* | gh-111051: Check if file is modifed during debugging in `pdb` (#111052) | Tian Gao | 2024-01-25 | 1 | -0/+21 |
|
|
* | gh-112343: pdb: Use tokenize to replace convenience variables (#112380) | Tian Gao | 2024-01-17 | 1 | -1/+35 |
|
|
* | gh-102980: Redirect output of pdb's `interact` command, add tests and improve... | Tian Gao | 2023-12-07 | 1 | -3/+14 |
|
|
* | gh-99367: Do not mangle sys.path[0] in pdb if safe_path is set (#111762) | Tian Gao | 2023-11-27 | 1 | -2/+4 |
|
|
* | gh-110944: Make pdb completion work for alias and convenience vars (GH-110945) | Tian Gao | 2023-11-14 | 1 | -1/+17 |
|
|
* | gh-111719: Add extra check for alias command (#111720) | Tian Gao | 2023-11-04 | 1 | -6/+27 |
|
|
* | gh-59013: Make line number of function breakpoint more precise (#110582) | Tian Gao | 2023-10-27 | 1 | -1/+18 |
|
|
* | GH-102895 Add an option local_exit in code.interact to block exit() from term... | Tian Gao | 2023-10-18 | 1 | -1/+1 |
|
|
* | gh-108791: Fix `pdb` CLI invalid argument handling (#108816) | Radislav Chugunov | 2023-10-16 | 1 | -0/+6 |
|
|
* | gh-84583: Make pdb enter post-mortem mode even for SyntaxError (#110883) | Tian Gao | 2023-10-15 | 1 | -6/+3 |
|
|
* | gh-65052: Prevent pdb from crashing when trying to display objects (#110578) | Tian Gao | 2023-10-11 | 1 | -7/+14 |
|
|
* | gh-106670: Set convenience variable for post mortem debugging (#110493) | Tian Gao | 2023-10-09 | 1 | -0/+8 |
|
|
* | gh-109164: Replace `getopt` with `argparse` in pdb (#109165) | Tian Gao | 2023-09-22 | 1 | -18/+26 |
|
|
* | gh-109375: Fix bug where pdb registers an alias without an associated command... | buermarc | 2023-09-14 | 1 | -2/+5 |
|
|
* | GH-106734: Disable tab completion in pdb's multiline mode (GH-106735) | Tian Gao | 2023-09-12 | 1 | -21/+38 |
|
|
* | gh-106670: Fix Pdb handling of chained Exceptions with no stacks. (#108865) | Matthias Bussonnier | 2023-09-06 | 1 | -5/+24 |
|
|
* | gh-108463: Make expressions/statements work as expected in pdb (#108464) | Tian Gao | 2023-09-04 | 1 | -0/+3 |
|
|
* | gh-106670: Allow Pdb to move between chained exceptions (#106676) | Matthias Bussonnier | 2023-08-28 | 1 | -18/+124 |
|
|