Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136) | Miss Islington (bot) | 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 |