Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d2403a21e40a884d6dcc9a17bb491ad5447c6dbe
/
Lib
/
dbm
c610aba
Close #19282: Native context management in dbm
by Nick Coghlan
· 11 years ago
9f96789
#17198: merge with 3.3.
by Ezio Melotti
· 11 years ago
b08495b
#17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova.
by Ezio Melotti
· 11 years ago
f7a17b4
Replace IOError with OSError (#16715)
by Andrew Svetlov
· 12 years ago
ad28c7f
Issue #16706: get rid of os.error
by Andrew Svetlov
· 12 years ago
f1af705
#16135: Removal of OS/2 support (Remove OS2 and OS/2 references)
by Jesus Cea
· 12 years ago
bc566b0
Close #13007: whichdb should recognize gdbm 1.9 magic numbers
by Jesus Cea
· 13 years ago
37e6c54
Merge 3.1
by Éric Araujo
· 14 years ago
f8e1b60
Add docstring to dbm.open
by Éric Araujo
· 14 years ago
525c25d
Fix #11491. When dbm.open was called with a file which already exists and
by briancurtin
· 14 years ago
94eceeb
Fix #11491. When dbm.open was called with a file which already exists and
by briancurtin
· 14 years ago
d9e833c
#6045: provide at least get() and setdefault() for all dbm modules.
by Georg Brandl
· 14 years ago
1cec3e3
#9397: remove mention of dbm.bsd which does not exist anymore.
by Victor Stinner
· 14 years ago
56e00ca
Backporting since it would have helped us find a regression.
by Antoine Pitrou
· 15 years ago
a328029
Redundancy isn't needed here. Redundancy isn't needed here.
by Antoine Pitrou
· 15 years ago
4de39cd
Merged revisions 75312 via svnmerge from
by Antoine Pitrou
· 15 years ago
170fb04
We dont have dbm.bsd support anymore.
by Georg Brandl
· 15 years ago
2b5d6eb
dbm.dumb was opening files without specifying the encoding. Caused problem on
by Brett Cannon
· 16 years ago
58425d3
Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and
by Brett Cannon
· 16 years ago
b5cf301
#3929: dbm.open() would try to raise a tuple. This does not work anymore with python 3.0.
by Amaury Forgeot d'Arc
· 16 years ago
6ba2332
clean up some more bsddb scraps
by Benjamin Peterson
· 16 years ago
b17acad
Make db modules' error classes inherit IOError.
by Georg Brandl
· 16 years ago
0a7ac7d
Create the dbm package from PEP 3108. #2881.
by Georg Brandl
· 16 years ago