| Commit message (Expand) | Author | Age |
* | Fix #11491. When dbm.open was called with a file which already exists and | briancurtin | 2011-03-14 |
* | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 |
* | Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge | R. David Murray | 2009-03-31 |
* | fix merge boo-boo | Benjamin Peterson | 2008-10-11 |
* | merge from trunk | Benjamin Peterson | 2008-10-11 |
* | #3929: dbm.open() would try to raise a tuple. This does not work anymore wit... | Amaury Forgeot d'Arc | 2008-09-25 |
* | Make db modules' error classes inherit IOError. | Georg Brandl | 2008-05-28 |
* | Rename test file to its proper module name. | Georg Brandl | 2008-05-26 |
* | Create the dbm package from PEP 3108. #2881. | Georg Brandl | 2008-05-26 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 |
* | Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,... | Christian Heimes | 2008-03-18 |
* | Merged revisions 61189-61190,61192,61194-61195,61198-61199 via svnmerge from | Christian Heimes | 2008-03-03 |
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 |
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 |
* | The dbm module should use bytes for keys. This makes test_shelve pass. | Guido van Rossum | 2007-08-14 |
* | Remove the ability to slice/index on exceptions per PEP 352. | Brett Cannon | 2007-02-27 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 |
* | Don't use a fixed temporary name (gdbm). | Guido van Rossum | 2006-08-25 |
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 |
* | Skip test_dbm if we can't write to the file | Neal Norwitz | 2002-11-02 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 |
* | Check that f.keys() == [] right after creation -- this prevents bugs | Guido van Rossum | 2001-03-22 |
* | a bold attempt to fix things broken by MAL's verify patch: import | Fredrik Lundh | 2001-01-17 |
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 |
* | Fix up the cleanup of the temporary DB so it works for BSD DB's | Fred Drake | 2000-09-18 |
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 |
* | Many scripts, but small changes. Update the way the scripts obtain the | Roger E. Masse | 1996-12-20 |
* | Added a test script for dbmmodule.c and added it to testall.py and | Roger E. Masse | 1996-12-10 |