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
/
dbm
/
dumb.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-2/+4
*
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
Serhiy Storchaka
2015-02-15
1
-1/+2
*
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
Serhiy Storchaka
2014-06-25
1
-36/+33
*
Restore performance of some dumb database methods (regression introduced by #...
Serhiy Storchaka
2014-05-28
1
-8/+19
*
make operations on closed dumb databases raise a consistent exception (closes...
Benjamin Peterson
2014-04-26
1
-0/+12
*
Close #19282: Native context management in dbm
Nick Coghlan
2013-11-17
1
-0/+6
*
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-3/+3
*
Issue #16706: get rid of os.error
Andrew Svetlov
2012-12-18
1
-2/+2
*
#6045: provide at least get() and setdefault() for all dbm modules.
Georg Brandl
2010-12-04
1
-2/+2
*
dbm.dumb was opening files without specifying the encoding. Caused problem on
Brett Cannon
2008-11-24
1
-8/+10
*
Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and
Brett Cannon
2008-11-21
1
-11/+17
*
Create the dbm package from PEP 3108. #2881.
Georg Brandl
2008-05-26
1
-0/+257