index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_dbm_ndbm.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-107122: Add clear method to dbm.ndbm module (gh-107126)
Dong-hee Na
2023-07-23
1
-0/+13
*
GH-46412: More efficient bool() for ndbm/_gdbmmodule (#96692)
Guido van Rossum
2022-09-09
1
-0/+14
*
bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)
Henry-Joseph Audéoud
2021-09-10
1
-0/+9
*
bpo-40275: Use new test.support helper submodules in tests (GH-21785)
Hai Shi
2020-08-08
1
-3/+2
*
bpo-40275: Use new test.support helper submodules in tests (GH-21772)
Hai Shi
2020-08-07
1
-3/+4
*
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
Hai Shi
2020-07-09
1
-1/+2
*
bpo-33106: change dbm key deletion error for readonly file from KeyError to d...
Xiang Zhang
2018-12-12
1
-0/+11
*
bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590)
Zsolt Cserna
2018-09-27
1
-0/+6
*
bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632)
Serhiy Storchaka
2018-04-29
1
-0/+14
*
bpo-33383: Fix crash in get() of the dbm.ndbm database object. (#6630)
Serhiy Storchaka
2018-04-29
1
-1/+9
*
bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-...
Serhiy Storchaka
2018-02-26
1
-0/+37
*
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
1
-1/+0
*
Issue #23277: Remove unused sys and os imports
Berker Peksag
2016-04-24
1
-1/+0
*
- Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py
doko@ubuntu.com
2013-11-19
1
-0/+0
|
\
|
*
- Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py
doko@ubuntu.com
2013-11-19
1
-0/+0
*
|
Close #19282: Native context management in dbm
Nick Coghlan
2013-11-17
1
-0/+13
|
/
*
Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
Serhiy Storchaka
2013-10-24
1
-0/+1
*
#17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware.
Ezio Melotti
2013-03-01
1
-4/+1
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-1/+1
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-2/+2
*
Allow skipping of regression tests not supported on windows. This reduces no...
Kristján Valur Jónsson
2009-04-01
1
-0/+1
*
dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the
Brett Cannon
2008-11-25
1
-0/+2
*
Create the dbm package from PEP 3108. #2881.
Georg Brandl
2008-05-26
1
-0/+40