COMMITS
/ Lib/test/test_dbm_gnu.py September 20, 2025
S
Revert "gh-66234: Add flag to disable the use of mmap in dbm.gnu (GH-135005)" (GH-136989)
Serhiy Storchaka committed
June 2, 2025
S
gh-66234: Add flag to disable the use of mmap in dbm.gnu (GH-135005)
Serhiy Storchaka committed
December 17, 2024
B
gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH-126746)
Bénédikt Tran committed
July 23, 2023
D
gh-107122: Add clear method to dbm.gdbm.module (gh-107127)
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
May 27, 2021
E
bpo-43988: Use check disallow instantiation helper (GH-26392)
Erlend Egeberg Aasland committed
April 30, 2021
E
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Erlend Egeberg Aasland committed
August 6, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
Hai Shi committed
July 6, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21317)
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
June 20, 2018
X
Fix compiling error when missing gdbm version macros (GH-7823)
Xiang Zhang committed
June 19, 2018
V
bpo-33901: Add _gdbm._GDBM_VERSION (GH-7794)
Victor Stinner committed
V
bpo-33901: Better test_dbm_gnu.test_reorganize() fix (GH-7795)
Victor Stinner committed
V
bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7791)
Victor Stinner committed
S
Use more specific asserts in dbm tests. (GH-7786)
Serhiy Storchaka committed
April 29, 2018
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
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 #19288: Fixed the "in" operator of dbm.gnu 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
February 20, 2012
G
Fix dbm_gnu test relying on set order.
Georg Brandl committed
December 4, 2010
G
#6045: provide at least get() and setdefault() for all dbm modules.
Georg Brandl 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
Fix a broken test_dbm_gnu as introducted by r67380.
Brett Cannon committed
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