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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 3.1
Éric Araujo
2011-04-20
1
-10/+12
|
\
|
*
Add docstring to dbm.open
Éric Araujo
2011-04-20
1
-10/+12
|
*
Fix #11491. When dbm.open was called with a file which already exists and
briancurtin
2011-03-14
1
-3/+3
|
*
Backporting since it would have helped us find a regression.
Antoine Pitrou
2009-10-27
1
-1/+1
*
|
Fix #11491. When dbm.open was called with a file which already exists and
briancurtin
2011-03-14
1
-3/+3
*
|
#6045: provide at least get() and setdefault() for all dbm modules.
Georg Brandl
2010-12-04
1
-2/+2
*
|
#9397: remove mention of dbm.bsd which does not exist anymore.
Victor Stinner
2010-07-29
1
-15/+6
*
|
Redundancy isn't needed here.
Antoine Pitrou
2009-10-10
1
-1/+1
*
|
Merged revisions 75312 via svnmerge from
Antoine Pitrou
2009-10-10
1
-1/+1
|
/
*
We dont have dbm.bsd support anymore.
Georg Brandl
2009-05-17
1
-3/+3
*
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
*
#3929: dbm.open() would try to raise a tuple. This does not work anymore wit...
Amaury Forgeot d'Arc
2008-09-25
1
-4/+4
*
clean up some more bsddb scraps
Benjamin Peterson
2008-09-03
1
-11/+0
*
Make db modules' error classes inherit IOError.
Georg Brandl
2008-05-28
2
-25/+20
*
Create the dbm package from PEP 3108. #2881.
Georg Brandl
2008-05-26
5
-0/+471