1. 169f195 Issue #22943: bsddb tests are locale independend now. by Serhiy Storchaka · 10 years ago
  2. 0cb0b30 disable tests that always fail on windows (#22943) by Benjamin Peterson · 10 years ago
  3. e0ed2d7 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  4. 7161075 Reindent files for: by doko@ubuntu.com · 12 years ago
  5. 4950a3b - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting by doko@ubuntu.com · 12 years ago
  6. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  7. 73c22e9 Missing testsuite files by Jesus Cea · 15 years ago
  8. 6557aac pybsddb 4.8.4 integration. Please, comment in issue #8156 by Jesus Cea · 15 years ago
  9. 54cc539 - Issue #6949: Allow the _bsddb extension to be built with db-4.8.x. by Matthias Klose · 15 years ago
  10. e7901c5 #7808: Fix reference leaks in _bsddb and related tests. by Florent Xicluna · 15 years ago
  11. 343faca Issue 3892 again. The bsddb3 replication test still fails randomly. by R. David Murray · 15 years ago
  12. 8d3f130 Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 15 years ago
  13. 5d62cfe #7092: silence py3k warnings for bsddb. Patch by Florent Xicluna. by Ezio Melotti · 15 years ago
  14. aab2401 #7269: fix failures in test_bsddb3. Patch by Florent Xicluna. by Ezio Melotti · 15 years ago
  15. ca020bb Turn the bsddb replication startup timeout test into a by R. David Murray · 15 years ago
  16. fdd5354 I got the relative magnitudes of the timeout increases reversed, so by R. David Murray · 15 years ago
  17. 2537e7a Increase the timeout in the bsddb3 replication test to allow by R. David Murray · 15 years ago
  18. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  19. c028abf Issue #5073: Fix occasional failure of bsddb/test/test_lock.py. Thanks by Mark Dickinson · 16 years ago
  20. 5cd5f12 Bugfix for issue3885 and 'DB.verify()' crash. by Jesus Cea · 16 years ago
  21. 9f381ec On Windows, temporarily disable the bsddb test referenced in bug 3892. by Mark Hammond · 16 years ago
  22. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 16 years ago
  23. 69acb43 Python3.0 bsddb testsuite compatibility improvements by Jesus Cea · 16 years ago
  24. 3b6be74 Improve compatibility with Python3.0 testsuite by Jesus Cea · 16 years ago
  25. 057dfdd In Python3.0, "test.test_support" is renamed to "test.support". by Jesus Cea · 16 years ago
  26. 4907d27 Update bsddb code to version 4.7.3pre2. This code should by Jesus Cea · 16 years ago
  27. cde8cdd Be less strict with replication timeouts (the machine by Jesus Cea · 16 years ago
  28. a99363f Refinements in the bsddb testsuite by Jesus Cea · 16 years ago
  29. c5a11fa bsddb module updated to version 4.7.2devel9. by Jesus Cea · 16 years ago
  30. 6e7e137 Merged revisions 64368-64369 via svnmerge from by Trent Nelson · 16 years ago
  31. dbd2f6d Better integration between Python testing and bsddb3 by Jesus Cea · 16 years ago
  32. 8107290 * Give the test_bsddb3 tests a unique temporary directory to run their by Gregory P. Smith · 16 years ago
  33. f7cbfcf Use test_support to get network ports to bind to. by Gregory P. Smith · 16 years ago
  34. ca3939c bsddb module updated to version 4.7.0 by Jesus Cea · 16 years ago
  35. 958ee47 bsddb: Beware with sequence wrapping by Jesus Cea · 16 years ago
  36. 664782e issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get by Gregory P. Smith · 16 years ago
  37. 00ca01e disable the crashing test. I will also file a bug. This crash does by Gregory P. Smith · 16 years ago
  38. 18eb1fa Testsuite for bsddb module, version 4.6.4 by Jesus Cea · 16 years ago
  39. 5b63acd #2503 make singletons compared with "is" not == or != by Benjamin Peterson · 17 years ago
  40. 48581c5 Make sure that the warnings filter is not reset or changed beyond the current by Brett Cannon · 17 years ago
  41. 31e8893 Remove the files/dirs after closing the DB so the tests work on Windows. by Neal Norwitz · 17 years ago
  42. 4a50d26 Close the file before trying to remove the directory so it works on Windows. by Neal Norwitz · 17 years ago
  43. 492e2bf Modify import of test_support so that the code can also be used with a by Gregory P. Smith · 17 years ago
  44. 6057b2e Create a db_home directory with a unique name so multiple users can by Neal Norwitz · 17 years ago
  45. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  46. 3d785e2 Consistently use tempfile.tempdir for the db_home directory. by Neal Norwitz · 17 years ago
  47. 960efe9 Fix exception in tearDown on ppc buildbot. If there's no directory, by Neal Norwitz · 17 years ago
  48. 80e95c1 * db->get_flags is only available in BerkeleyDB >= 4.2 by Gregory P. Smith · 17 years ago
  49. ac11e02 Add the bsddb.db.DBEnv.lock_id_free method. by Gregory P. Smith · 17 years ago
  50. ec10a4a Fixes bug 477182 on pybsddb.sf.net. DB objects now load the flags and by Gregory P. Smith · 17 years ago
  51. aae141a Fix bug introduced in revision 58385. Database keys could no longer by Gregory P. Smith · 17 years ago
  52. 87fc9ad squelch the warning that this test is supposed to trigger. by Gregory P. Smith · 17 years ago
  53. afed3a4 cleanup test_dbtables to use mkdtemp. cleanup dbtables to pass txn as a by Gregory P. Smith · 17 years ago
  54. d29f1d2 Use unittest for assertions by Neal Norwitz · 17 years ago
  55. 3884690 Don't raise a string exception, they don't work anymore. by Neal Norwitz · 17 years ago
  56. d40f126 Fixes http://bugs.python.org/issue1233 - bsddb.dbshelve.DBShelf.append by Gregory P. Smith · 17 years ago
  57. 10bed54 Fix a double free when positioning a database cursor to a non-existant by Gregory P. Smith · 17 years ago
  58. f805785 email address update by Gregory P. Smith · 17 years ago
  59. 161586c Apply the fix from Issue1112 to make this test more robust and keep by Gregory P. Smith · 17 years ago
  60. ca4669c stop leaving log.0000001 __db.00* and xxx.db turds in developer by Gregory P. Smith · 17 years ago
  61. d410b32 Give some clue as to what happened if the test fails. by Neal Norwitz · 17 years ago
  62. 9c3a392 [Patch #1520904] Fix bsddb tests to write to the temp directory instead of the Lib/bsddb/test directory by Andrew M. Kuchling · 18 years ago
  63. 8b96a35 Support linking of the bsddb module against BerkeleyDB 4.5.x by Gregory P. Smith · 18 years ago
  64. 10cdb74 Oops, convert tabs to spaces by Neal Norwitz · 18 years ago
  65. 4fe4423 Bug #1599782: Fix segfault on bsddb.db.DB().type(). by Neal Norwitz · 18 years ago
  66. 919d5cc This was found by Guido AFAIK on p3yk (sic) branch. by Neal Norwitz · 18 years ago
  67. 641cddf - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename by Gregory P. Smith · 18 years ago
  68. dda291c * Turn the deadlock situation described in SF bug #775414 into a by Gregory P. Smith · 18 years ago
  69. c169e9f Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  70. 372b583 * fix DBCursor.pget() bug with keyword argument names when no data= is by Gregory P. Smith · 18 years ago
  71. 9d7a69c forgot to add this file in previous commit by Gregory P. Smith · 18 years ago
  72. f0547d0 * add support for DBSequence objects [patch #1466734] by Gregory P. Smith · 18 years ago
  73. 76a82e8 * support DBEnv.log_stat() method on BerkeleyDB >= 4.0 [patch #1494885] by Gregory P. Smith · 18 years ago
  74. 3dd2002 bugfix: when log_archive was called with the DB_ARCH_REMOVE flag present by Gregory P. Smith · 18 years ago
  75. 0ebf27a BaseThreadedTestCase.setup(): stop special-casing WindowsError. by Tim Peters · 18 years ago
  76. e93abb7 Handle ERROR_ALREADY_EXISTS. by Martin v. Löwis · 18 years ago
  77. 7f5b6f4 Fix bsddb.db.DBError derived exceptions so they can be unpickled. by Gregory P. Smith · 19 years ago
  78. 318af47 Plug the last 657 referenceleaks in test_bsddb3: a circular reference by Thomas Wouters · 19 years ago
  79. 19e2203 Add a unit test for bug fix #1396678. by Georg Brandl · 19 years ago
  80. c26cf5a fix test import for use in standalone pybsddb project bsddb3 module as well by Gregory P. Smith · 19 years ago
  81. 3d344e8 Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER by Gregory P. Smith · 19 years ago
  82. 62a2112 Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env. by Neal Norwitz · 19 years ago
  83. 6564ca7 fix import to work with either module name. by Gregory P. Smith · 19 years ago
  84. 95a2a4e Tools/scripts/reindent.py _is_ your friend by Anthony Baxter · 19 years ago
  85. 7e87a8a fix more Errors (not Failures) when run using BerkeleyDB <= 4.0 by Gregory P. Smith · 19 years ago
  86. c9321cc fix Errors (not Failures) in test cases when running with BerkeleyDB<4.2 by Gregory P. Smith · 19 years ago
  87. 889bca0 make the tests that expect uncatchable exceptions from a callback test by Gregory P. Smith · 19 years ago
  88. 9e28205 test case for pybsddb SF bug id 1215432 by Gregory P. Smith · 19 years ago
  89. 48796c3 test DB.associate using transactions. somewhat related to SF pybsddb by Gregory P. Smith · 19 years ago
  90. e947706 pybsddb 4.3.2: by Gregory P. Smith · 19 years ago
  91. 5d36a55 Whitespace normalization. by Tim Peters · 19 years ago
  92. e4ed2de pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison by Gregory P. Smith · 19 years ago
  93. 95334a5 Purged Berkeley code of references to the long-obsolete whrandom. by Tim Peters · 20 years ago
  94. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  95. 19699a9 Adds support for DB.pget and DBCursor.pget methods. by Gregory P. Smith · 20 years ago
  96. dc5af70 SF patch / bug #967763 by Gregory P. Smith · 20 years ago
  97. bce64ec bugfix for people executing test_all to run the test suite. (call the by Gregory P. Smith · 21 years ago
  98. a7befda Fixes SF bug # 778421 by Gregory P. Smith · 21 years ago
  99. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  100. e33aef7 __init__.py: keep it compatible with older python (True and False == 1 and 0) by Gregory P. Smith · 21 years ago