COMMITS
/ Lib/test/test_dbm_ndbm.py July 23, 2023
D
gh-107122: Add clear method to dbm.ndbm module (gh-107126)
Dong-hee Na committed
September 9, 2022
G
GH-46412: More efficient bool() for ndbm/_gdbmmodule (#96692)
Guido van Rossum committed
September 10, 2021
H
bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)
Henry-Joseph Audéoud committed
August 8, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21785)
Hai Shi committed
August 7, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21772)
Hai Shi committed
July 9, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
Hai Shi committed
December 12, 2018
X
September 27, 2018
Z
bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590)
Zsolt Cserna committed
April 29, 2018
S
bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632)
Serhiy Storchaka committed
S
bpo-33383: Fix crash in get() of the dbm.ndbm database object. (#6630)
Serhiy Storchaka committed
February 26, 2018
S
bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832)
Serhiy Storchaka committed
April 24, 2016
S
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka committed
B
Issue #23277: Remove unused sys and os imports
Berker Peksag committed
November 19, 2013
D
- Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py
doko@ubuntu.com committed
D
- Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py
doko@ubuntu.com committed
November 17, 2013
N
Close #19282: Native context management in dbm
Nick Coghlan committed
October 24, 2013
S
Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
Serhiy Storchaka committed
March 1, 2013
E
#17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware.
Ezio Melotti committed
January 19, 2010
B
use assert[Not]In where appropriate
Benjamin Peterson committed
June 30, 2009
B
convert old fail* assertions to assert*
Benjamin Peterson committed
April 1, 2009
K
Allow skipping of regression tests not supported on windows. This reduces noise in the regression test suite for py3k on Windows.
Kristján Valur Jónsson committed
November 25, 2008
B
dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the
Brett Cannon committed
May 26, 2008
G
Create the dbm package from PEP 3108. #2881.
Georg Brandl committed