1. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  2. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  3. 07aec08 reapply of r57378 to fix bug 1725856 by Gregory P. Smith · 17 years ago
  4. 64ce505 Make bsddb use bytes as keys and values. Add StringKeys by Martin v. Löwis · 17 years ago
  5. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  6. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  7. 63eecc7 Fix the last two tests. by Guido van Rossum · 18 years ago
  8. 5b8d24a Fix obvious problems from switch to dict views. Some tests still fail over by Brett Cannon · 18 years ago
  9. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  10. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  11. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  12. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  13. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  14. a703a21 * Use weakref's of DBCursor objects for the iterator cursors to avoid a by Gregory P. Smith · 21 years ago
  15. dc113a8 * Fix the singlethreaded deadlocks occurring in the simple bsddb interface. by Gregory P. Smith · 21 years ago
  16. d55111f * Converted test to unittest format. * Expanded coverage. by Raymond Hettinger · 21 years ago
  17. deadbf5 SF #662923 by Raymond Hettinger · 21 years ago
  18. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  19. b5da606 Oops, missed an import of test_support. by Barry Warsaw · 22 years ago
  20. 8388895 SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL) closes SF #514433 by Anthony Baxter · 22 years ago
  21. a35e2ce Move import dbhash out of test_sundry and into test_bsddb, by Guido van Rossum · 23 years ago
  22. f6e47ad Check that f.keys() == [] right after creation -- this prevents bugs by Guido van Rossum · 23 years ago
  23. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  24. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  25. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  26. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  27. 4ec2698 Remove the temp file when we're done. by Guido van Rossum · 25 years ago
  28. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  29. 352e186 Test script for the bsddb C extension module. by Roger E. Masse · 28 years ago