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
*
Add a test for pdb until command in coroutine (#5427)
Andrew Svetlov
2018-01-29
1
-0/+46
*
bpo-32650: Add an asyncgen pdb test (#5406)
Yury Selivanov
2018-01-29
1
-0/+60
*
bpo-32650 Add support for async generators and more test for coroutines in pd...
Pablo Galindo
2018-01-29
1
-1/+42
*
bpo-32650: Add native coroutine support to bdb when stepping over line (GH-5400)
Pablo Galindo
2018-01-29
1
-0/+55
*
bpo-32206: Update pdb usage to include new module option (GH-5111)
Mario Corchero
2018-01-28
1
-1/+4
*
bpo-32206: Pdb can now run modules (GH-4752)
Mario Corchero
2018-01-06
1
-17/+144
*
bpo-31389 Add an optional `header` argument to pdb.set_trace() (#3438)
Barry Warsaw
2017-09-22
1
-0/+12
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-3/+0
*
Issue #20766: Merge with 3.5.
Xavier de Gaye
2016-10-12
1
-0/+23
|
\
|
*
Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers.
Xavier de Gaye
2016-10-12
1
-0/+23
*
|
Issue #28338: Restore test_pdb doctests.
Xavier de Gaye
2016-10-02
1
-1/+1
*
|
Issue #18401: Fix test_pdb on Windows
Victor Stinner
2016-09-10
1
-14/+7
*
|
Issue #18401: Fix test_pdb if $HOME is not set
Victor Stinner
2016-09-10
1
-6/+10
*
|
Issue #18401: pdb tests don't read ~/.pdbrc anymore
Łukasz Langa
2016-09-10
1
-19/+55
*
|
Issue #27076: Merge spelling from 3.5
Martin Panter
2016-05-26
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
|
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
1
-1/+0
|
/
*
Issue #16180: Exit pdb if file has syntax error, instead of trapping user
Terry Jan Reedy
2015-09-05
1
-0/+12
*
Issue #23821: Fixed test_pdb failure under -O.
Serhiy Storchaka
2015-04-01
1
-11/+15
*
Issue #22390: Remove files created by tests
Victor Stinner
2014-10-05
1
-0/+1
*
Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier de G...
Antoine Pitrou
2014-08-12
1
-0/+2
*
Better behavior when stepping over yield[from]. Fixes issue 16596. By Xavier ...
Guido van Rossum
2013-11-21
1
-0/+305
*
pdb: modernize find_function() and add tests for it.
Georg Brandl
2013-10-13
1
-0/+30
*
18764: remove the problematic 'print' alias for the PDB 'p' command.
R David Murray
2013-10-10
1
-3/+6
*
Issue #17177: Stop using imp in a bunch of tests
Brett Cannon
2013-06-15
1
-2/+2
*
Issue #17463: Fix test discovery for test_pdb.py
Andrew Svetlov
2013-03-18
1
-4/+5
*
Merge: skip pdb test for #13120 if threading is not available.
Andrew Svetlov
2012-12-05
1
-0/+3
|
\
|
*
Skip pdb test for #13120 if threading is not available.
Andrew Svetlov
2012-12-05
1
-0/+3
*
|
Merge issue #13120: Allow to call pdb.set_trace() from thread.
Andrew Svetlov
2012-12-04
1
-0/+27
|
\
\
|
|
/
|
*
Issue #13120: Allow to call pdb.set_trace() from thread.
Andrew Svetlov
2012-12-04
1
-0/+27
|
*
#13183: backport fixes to test_pdb to 3.2 branch
Georg Brandl
2012-05-06
1
-2/+5
*
|
Issue #13183: Revert 0b53b70a40a0 (reenable test on windows)
Martin v. Löwis
2012-05-02
1
-2/+1
*
|
fix closes issue13183 - windows test failure
Senthil Kumaran
2012-05-02
1
-1/+1
|
\
\
|
|
/
|
*
fix windows test failure - issue13183
Senthil Kumaran
2012-05-02
1
-1/+1
*
|
Disable test_13183 temporarily on Windows for 3.3a3 release.
v3.3.0a3
Georg Brandl
2012-05-01
1
-1/+2
*
|
test_pdb: fix failure of test_issue13183 in debug mode, and make sure files a...
Georg Brandl
2012-05-01
1
-2/+5
*
|
issue13183 - Fix pdb skipping frames after hitting a breakpoint and running s...
Senthil Kumaran
2012-05-01
1
-0/+51
|
\
\
|
|
/
|
*
issue13183 - Fix pdb skipping frames after hitting a breakpoint and running s...
Senthil Kumaran
2012-05-01
1
-0/+51
*
|
Issue #10990: Prevent tests from clobbering a set trace function.
Brett Cannon
2011-02-21
1
-0/+3
|
/
*
Fix test suite to not activate new sigint behavior in pdb.
Georg Brandl
2010-12-04
1
-11/+12
*
Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number.
Senthil Kumaran
2010-11-29
1
-2/+16
*
Fix ResourceWarning from subprocess pipe.
Brian Curtin
2010-11-05
1
-0/+1
*
Import test_pdb with its full name, so that running python -m test.test_pdb s...
Georg Brandl
2010-07-31
1
-8/+8
*
Fix pdb test failures on the buildbots.
Georg Brandl
2010-07-31
1
-3/+3
*
Show the traceback line numbers as well as the current line numbers if an exc...
Georg Brandl
2010-07-30
1
-0/+62
*
Test that "source" with nonexisting things works as expected.
Georg Brandl
2010-07-30
1
-0/+3
*
Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni.
Georg Brandl
2010-07-30
1
-0/+99
*
Several enhancements to pdb and its test suite.
Georg Brandl
2010-07-30
1
-78/+203
*
#7964 followup: add test case to ensure issue remains fixed.
Georg Brandl
2010-07-30
1
-0/+24
*
#809887: improve pdb feedback for breakpoint-related actions. Also add a fun...
Georg Brandl
2010-07-30
1
-2/+80
[next]