summaryrefslogtreecommitdiff
path: root/Lib/test/test_bdb.py
Commit message (Expand)AuthorAgeFilesLines
* Fix stepping into a frame without a __name__ (GH-12064)Anthony Sottile2019-03-121-0/+7
* bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537)Alex H2018-12-051-8/+8
* bpo-25711: Rewrite zipimport in pure Python. (GH-6809)Serhiy Storchaka2018-09-181-1/+1
* bpo-33522: Enable CI builds on Visual Studio Team Services (#6865)Steve Dower2018-05-161-1/+3
* bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)Nick Coghlan2018-03-251-1/+2
* bpo-19417: Add test_bdb.py (GH-5217)xdegaye2018-03-181-0/+1151