summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pdb.py
Commit message (Expand)AuthorAgeFilesLines
* gh-127321: Avoid stopping at an opcode without an associated line number for ...Tian Gao2024-12-011-0/+16
* gh-125884: Support breakpoint on functions with annotations (#125892)Tian Gao2024-10-231-0/+36
* gh-125378: Trigger a repeat for the full multi-line statement for empty line ...Tian Gao2024-10-191-3/+13
* gh-125600: Only show stale code warning on source code display commands (#125...Tian Gao2024-10-181-0/+19
* gh-58956: Set f_trace on frames with breakpoints after setting a new breakpoi...Tian Gao2024-10-151-0/+30
* gh-125115: Pass unknown pdb command line args to script instead of fail (#125...Tian Gao2024-10-151-1/+20
* gh-125522 : add explicit exception types to bare excepts in tests (#125523)Irit Katriel2024-10-151-2/+2
* gh-100141: Allow pdb to deal with empty file (#125425)Tian Gao2024-10-151-0/+10
* gh-125422: Don't set the caller's f_trace if it's botframe (#125427)Tian Gao2024-10-151-0/+14
* gh-124552 : Improve the accuracy of possible breakpoint check in bdb (#124553)Tian Gao2024-10-051-0/+37
* gh-124400: Use the normal command path for breakpoint commands (#124401)Tian Gao2024-09-291-0/+48
* gh-123756: Disable restart command if pdb is in inline mode (#123757)Tian Gao2024-09-251-0/+21
* gh-120254: Add a `commands` argument to `pdb.set_trace` (#120255)Tian Gao2024-09-241-0/+11
* Fix typos in comments (#123201)Wulian2024-08-211-1/+1
* gh-111051: [tests] Wait a second to support filesystems with low-resolution m...Ɓukasz Langa2024-07-221-0/+4
* gh-121651: Fix pdb header test (#121724)Tian Gao2024-07-131-0/+5
* gh-121450: Make inline breakpoints use the most recent pdb instance (#121451)Tian Gao2024-07-111-0/+43
* gh-118714: Make the pdb post-mortem restart/quit behavior more reasonable (#1...Tian Gao2024-07-031-0/+17
* gh-120769: Add pdb meta command to print frame status. (#120770)Tian Gao2024-06-201-0/+31
* gh-120606: Allow EOF to exit pdb commands definition (#120607)Tian Gao2024-06-191-0/+5
* gh-119824: Print stack entry when user input is needed (#119882)Tian Gao2024-06-141-8/+42
* gh-102864: Add switching frame test for pdb (#119564)Tian Gao2024-05-261-1/+15
* gh-58933: Make pdb return to caller frame correctly when f_trace is not set (...Tian Gao2024-05-131-0/+52
* GH-83151: Add closure support to pdb (GH-111094)Tian Gao2024-05-061-1/+64
* GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)Tian Gao2024-05-051-61/+133
* GH-111744: Support opcode events in bdb (GH-111834)Tian Gao2024-05-041-1/+0
* gh-113081: Print colorized exception just like built-in traceback in pdb (#11...Tian Gao2024-05-041-1/+3
* gh-118500: Add pdb support for zipapp (#118501)Tian Gao2024-05-021-0/+25
* gh-117618: Make package.module searchable for breakpoints and clean up docs (...Tian Gao2024-04-301-0/+40
* gh-69201: Separate stdout and stderr stream in test_pdb (#117308)Tian Gao2024-03-281-16/+17
* gh-113548: Allow CLI arguments to `pdb -m` (#113557)Tian Gao2024-03-271-0/+9
* gh-112948: Make pdb completion similar to repl completion (#112950)Tian Gao2024-03-251-0/+51
* gh-90095: Ignore empty lines and comments in `.pdbrc` (#116834)Tian Gao2024-03-151-0/+19
* gh-90095: Make .pdbrc work properly and add some reasonable tests (#110496)Tian Gao2024-03-111-62/+87
* gh-87115: Set `__main__.__spec__` to `None` in pdb (#116141)Tian Gao2024-02-291-0/+12
* gh-114099: Add test exclusions to support running the test suite on iOS (#114...Russell Keith-Magee2024-02-051-49/+53
* gh-59013: Set breakpoint on the first executable line of function when using ...Tian Gao2024-01-311-3/+28
* gh-111051: Check if file is modifed during debugging in `pdb` (#111052)Tian Gao2024-01-251-0/+81
* gh-114275: Skip doctests that use `asyncio` in `test_pdb` for WASI builds (#1...Nikita Sobolev2024-01-191-202/+208
* gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest...Nikita Sobolev2024-01-181-4/+2
* gh-112343: pdb: Use tokenize to replace convenience variables (#112380)Tian Gao2024-01-171-0/+9
* gh-102980: Redirect output of pdb's `interact` command, add tests and improve...Tian Gao2023-12-071-0/+53
* gh-112510: Add `readline.backend` for the backend readline uses (GH-112511)Tian Gao2023-12-011-1/+1
* gh-99367: Do not mangle sys.path[0] in pdb if safe_path is set (#111762)Tian Gao2023-11-271-4/+29
* gh-110944: Make pdb completion work for alias and convenience vars (GH-110945)Tian Gao2023-11-141-0/+21
* gh-110944: Move pty helper to test.support and add basic pdb completion test ...Tian Gao2023-11-131-0/+30
* gh-80731: Avoid executing code in except block in cmd (GH-111740)Tian Gao2023-11-101-0/+25
* gh-111719: Add extra check for alias command (#111720)Tian Gao2023-11-041-0/+22
* gh-80675: Set `f_trace_lines = True` on all frames upon `pdb.set_trace()` (#1...Tian Gao2023-11-041-0/+24
* gh-59013: Make line number of function breakpoint more precise (#110582)Tian Gao2023-10-271-2/+44