index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_pdb.py
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/+16
*
gh-125884: Support breakpoint on functions with annotations (#125892)
Tian Gao
2024-10-23
1
-0/+36
*
gh-125378: Trigger a repeat for the full multi-line statement for empty line ...
Tian Gao
2024-10-19
1
-3/+13
*
gh-125600: Only show stale code warning on source code display commands (#125...
Tian Gao
2024-10-18
1
-0/+19
*
gh-58956: Set f_trace on frames with breakpoints after setting a new breakpoi...
Tian Gao
2024-10-15
1
-0/+30
*
gh-125115: Pass unknown pdb command line args to script instead of fail (#125...
Tian Gao
2024-10-15
1
-1/+20
*
gh-125522 : add explicit exception types to bare excepts in tests (#125523)
Irit Katriel
2024-10-15
1
-2/+2
*
gh-100141: Allow pdb to deal with empty file (#125425)
Tian Gao
2024-10-15
1
-0/+10
*
gh-125422: Don't set the caller's f_trace if it's botframe (#125427)
Tian Gao
2024-10-15
1
-0/+14
*
gh-124552 : Improve the accuracy of possible breakpoint check in bdb (#124553)
Tian Gao
2024-10-05
1
-0/+37
*
gh-124400: Use the normal command path for breakpoint commands (#124401)
Tian Gao
2024-09-29
1
-0/+48
*
gh-123756: Disable restart command if pdb is in inline mode (#123757)
Tian Gao
2024-09-25
1
-0/+21
*
gh-120254: Add a `commands` argument to `pdb.set_trace` (#120255)
Tian Gao
2024-09-24
1
-0/+11
*
Fix typos in comments (#123201)
Wulian
2024-08-21
1
-1/+1
*
gh-111051: [tests] Wait a second to support filesystems with low-resolution m...
Ćukasz Langa
2024-07-22
1
-0/+4
*
gh-121651: Fix pdb header test (#121724)
Tian Gao
2024-07-13
1
-0/+5
*
gh-121450: Make inline breakpoints use the most recent pdb instance (#121451)
Tian Gao
2024-07-11
1
-0/+43
*
gh-118714: Make the pdb post-mortem restart/quit behavior more reasonable (#1...
Tian Gao
2024-07-03
1
-0/+17
*
gh-120769: Add pdb meta command to print frame status. (#120770)
Tian Gao
2024-06-20
1
-0/+31
*
gh-120606: Allow EOF to exit pdb commands definition (#120607)
Tian Gao
2024-06-19
1
-0/+5
*
gh-119824: Print stack entry when user input is needed (#119882)
Tian Gao
2024-06-14
1
-8/+42
*
gh-102864: Add switching frame test for pdb (#119564)
Tian Gao
2024-05-26
1
-1/+15
*
gh-58933: Make pdb return to caller frame correctly when f_trace is not set (...
Tian Gao
2024-05-13
1
-0/+52
*
GH-83151: Add closure support to pdb (GH-111094)
Tian Gao
2024-05-06
1
-1/+64
*
GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)
Tian Gao
2024-05-05
1
-61/+133
*
GH-111744: Support opcode events in bdb (GH-111834)
Tian Gao
2024-05-04
1
-1/+0
*
gh-113081: Print colorized exception just like built-in traceback in pdb (#11...
Tian Gao
2024-05-04
1
-1/+3
*
gh-118500: Add pdb support for zipapp (#118501)
Tian Gao
2024-05-02
1
-0/+25
*
gh-117618: Make package.module searchable for breakpoints and clean up docs (...
Tian Gao
2024-04-30
1
-0/+40
*
gh-69201: Separate stdout and stderr stream in test_pdb (#117308)
Tian Gao
2024-03-28
1
-16/+17
*
gh-113548: Allow CLI arguments to `pdb -m` (#113557)
Tian Gao
2024-03-27
1
-0/+9
*
gh-112948: Make pdb completion similar to repl completion (#112950)
Tian Gao
2024-03-25
1
-0/+51
*
gh-90095: Ignore empty lines and comments in `.pdbrc` (#116834)
Tian Gao
2024-03-15
1
-0/+19
*
gh-90095: Make .pdbrc work properly and add some reasonable tests (#110496)
Tian Gao
2024-03-11
1
-62/+87
*
gh-87115: Set `__main__.__spec__` to `None` in pdb (#116141)
Tian Gao
2024-02-29
1
-0/+12
*
gh-114099: Add test exclusions to support running the test suite on iOS (#114...
Russell Keith-Magee
2024-02-05
1
-49/+53
*
gh-59013: Set breakpoint on the first executable line of function when using ...
Tian Gao
2024-01-31
1
-3/+28
*
gh-111051: Check if file is modifed during debugging in `pdb` (#111052)
Tian Gao
2024-01-25
1
-0/+81
*
gh-114275: Skip doctests that use `asyncio` in `test_pdb` for WASI builds (#1...
Nikita Sobolev
2024-01-19
1
-202/+208
*
gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest...
Nikita Sobolev
2024-01-18
1
-4/+2
*
gh-112343: pdb: Use tokenize to replace convenience variables (#112380)
Tian Gao
2024-01-17
1
-0/+9
*
gh-102980: Redirect output of pdb's `interact` command, add tests and improve...
Tian Gao
2023-12-07
1
-0/+53
*
gh-112510: Add `readline.backend` for the backend readline uses (GH-112511)
Tian Gao
2023-12-01
1
-1/+1
*
gh-99367: Do not mangle sys.path[0] in pdb if safe_path is set (#111762)
Tian Gao
2023-11-27
1
-4/+29
*
gh-110944: Make pdb completion work for alias and convenience vars (GH-110945)
Tian Gao
2023-11-14
1
-0/+21
*
gh-110944: Move pty helper to test.support and add basic pdb completion test ...
Tian Gao
2023-11-13
1
-0/+30
*
gh-80731: Avoid executing code in except block in cmd (GH-111740)
Tian Gao
2023-11-10
1
-0/+25
*
gh-111719: Add extra check for alias command (#111720)
Tian Gao
2023-11-04
1
-0/+22
*
gh-80675: Set `f_trace_lines = True` on all frames upon `pdb.set_trace()` (#1...
Tian Gao
2023-11-04
1
-0/+24
*
gh-59013: Make line number of function breakpoint more precise (#110582)
Tian Gao
2023-10-27
1
-2/+44
[next]