COMMITS
/ Lib/test/test_dbm_dumb.py February 4, 2024
S
gh-83383: Always mark the dbm.dumb database as unmodified after open() and sync() (GH-114560)
Serhiy Storchaka committed
June 6, 2022
C
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
Christian Heimes committed
September 10, 2021
H
bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)
Henry-Joseph Audéoud committed
April 4, 2021
I
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
Inada Naoki committed
June 25, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
Hai Shi committed
March 5, 2019
S
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 1). (GH-10928)
Serhiy Storchaka committed
February 25, 2019
A
Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)
Anthony Sottile committed
December 12, 2018
X
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
February 5, 2018
S
bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (#5497)
Serhiy Storchaka committed
December 16, 2016
S
Remove unused imports.
Serhiy Storchaka committed
December 7, 2016
S
Issue #28847: A deprecation warning is now emitted if the index file is missed
Serhiy Storchaka committed
S
Issue #28847: dbm.dumb now supports reading read-only files and no longer
Serhiy Storchaka committed
S
Issue #28847: dbm.dumb now supports reading read-only files and no longer
Serhiy Storchaka committed
July 6, 2016
S
Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm
Serhiy Storchaka committed
February 15, 2015
S
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
Serhiy Storchaka committed
S
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
Serhiy Storchaka committed
June 10, 2014
S
Issue #18039: dbm.dump.open() now always creates a new database when the
Serhiy Storchaka committed
April 26, 2014
B
make operations on closed dumb databases raise a consistent exception (closes #19385)
Benjamin Peterson committed
January 16, 2014
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
November 17, 2013
N
Close #19282: Native context management in dbm
Nick Coghlan committed
November 3, 2013
S
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka committed
S
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka committed
March 1, 2013
E
#17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware.
Ezio Melotti committed
October 29, 2010
B
Properly close files in test_dbm_dumb.
Brett Cannon committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson 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
November 25, 2008
B
dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the
Brett Cannon committed
November 21, 2008
B
Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and
Brett Cannon committed
May 26, 2008
G
Create the dbm package from PEP 3108. #2881.
Georg Brandl committed