Commit graph

10 commits

Author SHA1 Message Date
Georg Brandl
502d9a5c2c Merged revisions 74207 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74207 | georg.brandl | 2009-07-26 16:19:57 +0200 (So, 26 Jul 2009) | 1 line

  #6577: fix (hopefully) all links to builtin instead of module/class-specific objects.
........
2009-07-26 15:02:41 +00:00
Georg Brandl
1a04058a64 Manual merge of r72710: use table of flags for dbm.open description. 2009-05-25 21:15:01 +00:00
Georg Brandl
c2a4f4fb67 Update signature style for optional arguments, part 3. 2009-04-10 09:03:43 +00:00
Brett Cannon
7317c1ef7a dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the
former they are converted to bytes before being written to the DB.

Closes issue 3799. Reviewed by Skip Montanaro.
2008-11-25 19:19:17 +00:00
Benjamin Peterson
905aa66512 mention that bsddb3 can be gotten as a third party addon 2008-09-08 21:35:37 +00:00
Benjamin Peterson
9a46cab613 remove some more bsddb references 2008-09-08 02:49:30 +00:00
Benjamin Peterson
6ba2332f55 clean up some more bsddb scraps 2008-09-03 22:59:38 +00:00
Georg Brandl
f4a41231b2 Fix old-style octal literals in the docs. 2008-05-26 17:55:52 +00:00
Georg Brandl
0a7ac7d70d Create the dbm package from PEP 3108. #2881. 2008-05-26 10:29:35 +00:00
Georg Brandl
116aa62bf5 Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00