1. 2b92cd3 bpo-30850: Use specialized assert methods in bsddb tests. (#2584) by Serhiy Storchaka · 8 years ago
  2. e0ed2d7 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 12 years ago
  3. 1f70221 Issue #19572: More silently skipped tests explicitly skipped. by Zachary Ware · 12 years ago
  4. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 16 years ago
  5. a2d4653 #7092: silence py3k warnings for deprecated modules by Ezio Melotti · 16 years ago
  6. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
  7. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  8. 597ebab A few more test skips via import_module, and change import_module to by R. David Murray · 16 years ago
  9. 9e6468b Fix issue2669: bsddb simple/legacy interface iteration silently fails by Gregory P. Smith · 17 years ago
  10. 1042a4d Fix bug 1725856. by Gregory P. Smith · 18 years ago
  11. 764cf7e Fix typo in comment by Neal Norwitz · 18 years ago
  12. 7b71bf3 Remove usage of sets module (patch #1500609). by Georg Brandl · 19 years ago
  13. 6402998 Fixes bug #1117761 by Gregory P. Smith · 19 years ago
  14. 14c6b46 Closes bug #1149413 by Gregory P. Smith · 19 years ago
  15. a703a21 * Use weakref's of DBCursor objects for the iterator cursors to avoid a by Gregory P. Smith · 22 years ago
  16. dc113a8 * Fix the singlethreaded deadlocks occurring in the simple bsddb interface. by Gregory P. Smith · 22 years ago
  17. d55111f * Converted test to unittest format. * Expanded coverage. by Raymond Hettinger · 22 years ago
  18. deadbf5 SF #662923 by Raymond Hettinger · 22 years ago
  19. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 23 years ago
  20. b5da606 Oops, missed an import of test_support. by Barry Warsaw · 23 years ago
  21. 8388895 SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL) closes SF #514433 by Anthony Baxter · 23 years ago
  22. a35e2ce Move import dbhash out of test_sundry and into test_bsddb, by Guido van Rossum · 24 years ago
  23. f6e47ad Check that f.keys() == [] right after creation -- this prevents bugs by Guido van Rossum · 24 years ago
  24. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 25 years ago
  25. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  26. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 25 years ago
  27. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  28. 4ec2698 Remove the temp file when we're done. by Guido van Rossum · 26 years ago
  29. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  30. 352e186 Test script for the bsddb C extension module. by Roger E. Masse · 29 years ago