Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #6045: provide at least get() and setdefault() for all dbm modules. | Georg Brandl | 2010-12-04 | 1 | -2/+7 |
| | |||||
* | Fix typo. | Georg Brandl | 2010-12-04 | 1 | -1/+1 |
| | |||||
* | Fix "Berkeley" name. | Georg Brandl | 2010-07-31 | 1 | -1/+1 |
| | |||||
* | #9397: remove mention of dbm.bsd which does not exist anymore. | Georg Brandl | 2010-07-29 | 1 | -13/+10 |
| | |||||
* | Merged revisions 74207 via svnmerge from | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
| | | | | | | | | | | 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. ........ | ||||
* | Manual merge of r72710: use table of flags for dbm.open description. | Georg Brandl | 2009-05-25 | 1 | -5/+17 |
| | |||||
* | Update signature style for optional arguments, part 3. | Georg Brandl | 2009-04-10 | 1 | -2/+2 |
| | |||||
* | dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the | Brett Cannon | 2008-11-25 | 1 | -15/+24 |
| | | | | | | former they are converted to bytes before being written to the DB. Closes issue 3799. Reviewed by Skip Montanaro. | ||||
* | mention that bsddb3 can be gotten as a third party addon | Benjamin Peterson | 2008-09-08 | 1 | -3/+4 |
| | |||||
* | remove some more bsddb references | Benjamin Peterson | 2008-09-08 | 1 | -3/+3 |
| | |||||
* | clean up some more bsddb scraps | Benjamin Peterson | 2008-09-03 | 1 | -87/+0 |
| | |||||
* | Fix old-style octal literals in the docs. | Georg Brandl | 2008-05-26 | 1 | -2/+2 |
| | |||||
* | Create the dbm package from PEP 3108. #2881. | Georg Brandl | 2008-05-26 | 1 | -17/+334 |
| | |||||
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+74 |