index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_dbm_gnu.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
1
-1
/
+1
*
- Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py
doko
2013-11-19
1
-0
/
+0
|
\
|
*
- Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py
doko
2013-11-19
1
-0
/
+0
*
|
Close #19282: Native context management in dbm
Nick Coghlan
2013-11-17
1
-0
/
+11
|
/
*
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
Serhiy Storchaka
2013-10-25
1
-0
/
+1
*
#17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware.
Ezio Melotti
2013-03-01
1
-5
/
+2
*
Fix dbm_gnu test relying on set order.
Georg Brandl
2012-02-20
1
-1
/
+1
*
#6045: provide at least get() and setdefault() for all dbm modules.
Georg Brandl
2010-12-04
1
-0
/
+4
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-2
/
+2
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-4
/
+4
*
Allow skipping of regression tests not supported on windows. This reduces no...
Kristján Valur Jónsson
2009-04-01
1
-1
/
+2
*
Fix a broken test_dbm_gnu as introducted by r67380.
Brett Cannon
2008-11-25
1
-1
/
+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
/
+81