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