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_bdb.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-101517: fix line number propagation in code generated for except* (#103550)
Irit Katriel
2023-04-24
1
-1/+2
*
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...
Mark Shannon
2023-04-12
1
-1/+2
*
gh-101517: make bdb avoid looking up in linecache with lineno=None (#101787)
Irit Katriel
2023-02-10
1
-0/+6
*
gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxiliary impo...
Jason R. Coombs
2022-06-22
1
-0/+10
*
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka
2021-09-19
1
-9/+1
*
bpo-24160: Fix breakpoints persistence across multiple pdb sessions (GH-21989)
Irit Katriel
2021-04-02
1
-3/+44
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142)
Inada Naoki
2021-04-02
1
-1/+1
*
bpo-40275: Use new test.support helper submodules in tests (GH-21451)
Hai Shi
2020-08-03
1
-2/+5
*
bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136)
Serhiy Storchaka
2020-06-25
1
-1/+1
*
Fix stepping into a frame without a __name__ (GH-12064)
Anthony Sottile
2019-03-13
1
-0/+7
*
bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537)
Alex H
2018-12-05
1
-8/+8
*
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka
2018-09-18
1
-1/+1
*
bpo-33522: Enable CI builds on Visual Studio Team Services (#6865)
Steve Dower
2018-05-16
1
-1/+3
*
bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)
Nick Coghlan
2018-03-25
1
-1/+2
*
bpo-19417: Add test_bdb.py (GH-5217)
xdegaye
2018-03-18
1
-0/+1151