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_dumb.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 1). (GH-10928)
Serhiy Storchaka
2019-03-05
1
-80/+69
*
Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)
Anthony Sottile
2019-02-25
1
-2/+0
*
bpo-33106: change dbm key deletion error for readonly file from KeyError to d...
Xiang Zhang
2018-12-12
1
-2/+2
*
bpo-33383: Fix crash in get() of the dbm.ndbm database object. (#6630)
Serhiy Storchaka
2018-04-29
1
-0/+9
*
bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-...
Serhiy Storchaka
2018-02-26
1
-0/+15
*
bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (...
Serhiy Storchaka
2018-02-05
1
-21/+14
*
Remove unused imports.
Serhiy Storchaka
2016-12-16
1
-1/+0
*
Issue #28847: A deprecation warning is now emitted if the index file is missed
Serhiy Storchaka
2016-12-07
1
-0/+14
*
Issue #28847: dbm.dumb now supports reading read-only files and no longer
Serhiy Storchaka
2016-12-07
1
-0/+16
|
\
|
*
Issue #28847: dbm.dumb now supports reading read-only files and no longer
Serhiy Storchaka
2016-12-07
1
-0/+16
*
|
Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm
Serhiy Storchaka
2016-07-06
1
-1/+26
|
/
*
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
Serhiy Storchaka
2015-02-15
1
-0/+9
|
\
|
*
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
Serhiy Storchaka
2015-02-15
1
-0/+9
*
|
Issue #18039: dbm.dump.open() now always creates a new database when the
Serhiy Storchaka
2014-06-10
1
-0/+8
|
/
*
make operations on closed dumb databases raise a consistent exception (closes...
Benjamin Peterson
2014-04-26
1
-4/+25
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-1/+0
|
\
|
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-1/+0
|
*
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka
2013-11-03
1
-4/+2
*
|
Close #19282: Native context management in dbm
Nick Coghlan
2013-11-17
1
-0/+13
*
|
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka
2013-11-03
1
-4/+2
|
/
*
#17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware.
Ezio Melotti
2013-03-01
1
-9/+1
*
Properly close files in test_dbm_dumb.
Brett Cannon
2010-10-29
1
-2/+4
*
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
1
-1/+1
*
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
-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
*
Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and
Brett Cannon
2008-11-21
1
-15/+31
*
Create the dbm package from PEP 3108. #2881.
Georg Brandl
2008-05-26
1
-0/+185