Serhiy Storchaka
|
65c623de74
|
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
files closing. Patch by Claudiu Popa.
|
2014-06-25 20:35:31 +03:00 |
Serhiy Storchaka
|
12c575f2f6
|
Restore performance of some dumb database methods (regression introduced by #19385).
|
2014-05-28 18:49:52 +03:00 |
Benjamin Peterson
|
e3083d3ad5
|
make operations on closed dumb databases raise a consistent exception (closes #19385)
Patch by Claudiu Popa.
|
2014-04-26 16:56:52 -04:00 |
Nick Coghlan
|
c610aba1ed
|
Close #19282: Native context management in dbm
|
2013-11-17 15:59:51 +10:00 |
Andrew Svetlov
|
f7a17b48d7
|
Replace IOError with OSError (#16715)
|
2012-12-25 16:47:37 +02:00 |
Andrew Svetlov
|
ad28c7f9da
|
Issue #16706: get rid of os.error
|
2012-12-18 22:02:39 +02:00 |
Georg Brandl
|
d9e833c70a
|
#6045: provide at least get() and setdefault() for all dbm modules.
|
2010-12-04 09:14:36 +00:00 |
Brett Cannon
|
2b5d6ebfe5
|
dbm.dumb was opening files without specifying the encoding. Caused problem on
at least OS X where the default is macroman.
Closes issue #4382.
|
2008-11-24 21:09:58 +00:00 |
Brett Cannon
|
58425d3103
|
Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and
strings.
Closes issue #3799.
|
2008-11-21 00:17:53 +00:00 |
Georg Brandl
|
0a7ac7d70d
|
Create the dbm package from PEP 3108. #2881.
|
2008-05-26 10:29:35 +00:00 |