summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_bsddb.py
Commit message (Expand)AuthorAgeFilesLines
* reapply of r57378 to fix bug 1725856Gregory P. Smith2007-08-241-0/+16
* Make bsddb use bytes as keys and values. Add StringKeysMartin v. Löwis2007-08-051-2/+6
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-8/+8
* Fix the last two tests.Guido van Rossum2007-02-221-3/+3
* Fix obvious problems from switch to dict views. Some tests still fail overBrett Cannon2007-02-221-6/+5
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-11/+11
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-12/+12
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-5/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-2/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+8
* * Use weakref's of DBCursor objects for the iterator cursors to avoid aGregory P. Smith2003-11-031-3/+76
* * Fix the singlethreaded deadlocks occurring in the simple bsddb interface.Gregory P. Smith2003-11-021-1/+52
* * Converted test to unittest format.Raymond Hettinger2003-09-131-85/+158
* SF #662923Raymond Hettinger2003-09-121-6/+18
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-3/+2
* Oops, missed an import of test_support.Barry Warsaw2002-07-231-1/+1
* SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL)Anthony Baxter2002-04-231-19/+26
* Move import dbhash out of test_sundry and into test_bsddb,Guido van Rossum2001-12-071-0/+1
* Check that f.keys() == [] right after creation -- this prevents bugsGuido van Rossum2001-03-221-1/+2
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Update the code to better reflect recommended style:Fred Drake2000-12-121-2/+2
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+1
* Remove the temp file when we're done.Guido van Rossum1999-03-241-1/+6
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-28/+28
* Test script for the bsddb C extension module.Roger E. Masse1997-01-161-0/+69