index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_dbm_gnu.py
Commit message (
Expand
)
Author
Age
*
- Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py
doko@ubuntu.com
2013-11-19
|
\
|
*
- Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py
doko@ubuntu.com
2013-11-19
*
|
Close #19282: Native context management in dbm
Nick Coghlan
2013-11-17
|
/
*
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
Serhiy Storchaka
2013-10-25
*
#17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware.
Ezio Melotti
2013-03-01
*
Fix dbm_gnu test relying on set order.
Georg Brandl
2012-02-20
*
#6045: provide at least get() and setdefault() for all dbm modules.
Georg Brandl
2010-12-04
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
*
Allow skipping of regression tests not supported on windows. This reduces no...
Kristján Valur Jónsson
2009-04-01
*
Fix a broken test_dbm_gnu as introducted by r67380.
Brett Cannon
2008-11-25
*
dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the
Brett Cannon
2008-11-25
*
Create the dbm package from PEP 3108. #2881.
Georg Brandl
2008-05-26