1. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 17 years ago
  2. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  3. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  4. e4ef3a6 Fix the bsddb3 unit tests. by Guido van Rossum · 18 years ago
  5. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  6. 2043513 Fixed to the point that all unit tests pass again. (However, I get 4 by Guido van Rossum · 18 years ago
  7. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  8. 333aef4 Get rid of the apply() calls here, to make the unit test pass. by Guido van Rossum · 18 years ago
  9. bee6501 Delete merge turd. by Guido van Rossum · 18 years ago
  10. cde2ead Fix another relative import. by Guido van Rossum · 18 years ago
  11. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  12. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  13. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  14. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  15. d910855 Remove apply() by Neal Norwitz · 18 years ago
  16. 318af47 Plug the last 657 referenceleaks in test_bsddb3: a circular reference by Thomas Wouters · 18 years ago
  17. 32cbc96 Whitespace normalization. by Tim Peters · 18 years ago
  18. a223d2c Bug #1210377: close bsddb cursor correctly after NotFoundError. by Georg Brandl · 18 years ago
  19. 19e2203 Add a unit test for bug fix #1396678. by Georg Brandl · 18 years ago
  20. 26caeba Bug #1396678: a closed bsddb.DB raises AttributeError on repr(). by Georg Brandl · 18 years ago
  21. c26cf5a fix test import for use in standalone pybsddb project bsddb3 module as well by Gregory P. Smith · 18 years ago
  22. 3d344e8 Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER by Gregory P. Smith · 18 years ago
  23. 62a2112 Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env. by Neal Norwitz · 18 years ago
  24. 40563ed Get BSD DB working most for version 3.2 by Neal Norwitz · 19 years ago
  25. 6564ca7 fix import to work with either module name. by Gregory P. Smith · 19 years ago
  26. 95a2a4e Tools/scripts/reindent.py _is_ your friend by Anthony Baxter · 19 years ago
  27. 7e87a8a fix more Errors (not Failures) when run using BerkeleyDB <= 4.0 by Gregory P. Smith · 19 years ago
  28. c9321cc fix Errors (not Failures) in test cases when running with BerkeleyDB<4.2 by Gregory P. Smith · 19 years ago
  29. 889bca0 make the tests that expect uncatchable exceptions from a callback test by Gregory P. Smith · 19 years ago
  30. 9e28205 test case for pybsddb SF bug id 1215432 by Gregory P. Smith · 19 years ago
  31. 48796c3 test DB.associate using transactions. somewhat related to SF pybsddb by Gregory P. Smith · 19 years ago
  32. e947706 pybsddb 4.3.2: by Gregory P. Smith · 19 years ago
  33. 5d36a55 Whitespace normalization. by Tim Peters · 19 years ago
  34. e4ed2de pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison by Gregory P. Smith · 19 years ago
  35. e869eb1 Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder. by Martin v. Löwis · 19 years ago
  36. 69b8caa Simplify string comparison using startswith() by Steve Holden · 19 years ago
  37. 95334a5 Purged Berkeley code of references to the long-obsolete whrandom. by Tim Peters · 20 years ago
  38. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  39. 19699a9 Adds support for DB.pget and DBCursor.pget methods. by Gregory P. Smith · 20 years ago
  40. dc5af70 SF patch / bug #967763 by Gregory P. Smith · 20 years ago
  41. a6b3caa Fix SF bug # 897820 - we can no longer use the DB_TRUNCATE flag when by Gregory P. Smith · 20 years ago
  42. 1281f76 * supply a more useful error message when append() is called on the by Gregory P. Smith · 20 years ago
  43. bce64ec bugfix for people executing test_all to run the test suite. (call the by Gregory P. Smith · 20 years ago
  44. a7befda Fixes SF bug # 778421 by Gregory P. Smith · 20 years ago
  45. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  46. e33aef7 __init__.py: keep it compatible with older python (True and False == 1 and 0) by Gregory P. Smith · 20 years ago
  47. a703a21 * Use weakref's of DBCursor objects for the iterator cursors to avoid a by Gregory P. Smith · 21 years ago
  48. dc113a8 * Fix the singlethreaded deadlocks occurring in the simple bsddb interface. by Gregory P. Smith · 21 years ago
  49. be0db8b bsddb3 4.2.2, adds DBCursor.get_current_size() method to return the length by Gregory P. Smith · 21 years ago
  50. 1eb41e2 Use a threadsafe private DBEnv for each bsddb compatibility interface by Gregory P. Smith · 21 years ago
  51. 41631e8 Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new by Gregory P. Smith · 21 years ago
  52. cec1b3f Maintain backwards compatibility with python < 2.3 by dynamically by Gregory P. Smith · 21 years ago
  53. 2e9da60 The previous change works much faster (one lookup per key) when by Raymond Hettinger · 21 years ago
  54. deadbf5 SF #662923 by Raymond Hettinger · 21 years ago
  55. 6676f6e Support DBEnv.set_shm_key() to allow multi-threaded multi-process by Gregory P. Smith · 21 years ago
  56. e3ea281 readerThread(): Add max_retries to both DeadlockWrap() calls. This by Barry Warsaw · 21 years ago
  57. e676c5e test01_join(): Fix a test failure when run with "python -O". The by Barry Warsaw · 21 years ago
  58. ad30fa0 fix to work on python <= 2.1 by Gregory P. Smith · 21 years ago
  59. df35bee bugfix: proper import bsddb exists below by Gregory P. Smith · 21 years ago
  60. 455d46f bsddb 4.1.6: by Gregory P. Smith · 21 years ago
  61. bc6e94a Wrap the cursor functions with dbutils.DeadlockWrap to deal with the by Gregory P. Smith · 21 years ago
  62. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  63. fe11d3e Adds support for the DBEnv->set_timeout() method. by Gregory P. Smith · 21 years ago
  64. 9914227 Fix compatibility for earlier versions of Python (than 2.3), which by Barry Warsaw · 21 years ago
  65. 30a634e SF patch #674396: Apply UserDict.DictMixin to expand dbshelve and dbojb by Raymond Hettinger · 21 years ago
  66. bc2adef fix for use on python 2.1 by Gregory P. Smith · 21 years ago
  67. f71de3e Everything worked in both the distutils distro and in Python 2.3cvs, by Barry Warsaw · 21 years ago
  68. b6c9f78 bugfix: do not double-close DB cursor during deallocation when the by Gregory P. Smith · 21 years ago
  69. c25fd3f bugfix: disallow use of DB_TXN after commit() or abort(), prevents a by Gregory P. Smith · 21 years ago
  70. 9149aeb Python 2.1's string module doesn't have ascii_letters, so let's just by Barry Warsaw · 21 years ago
  71. a21bdea Cleanups, and conversion of assert to assertEqual() by Barry Warsaw · 21 years ago
  72. b1dcbd2 Make two tests non-locale-dependent by Barry Warsaw · 22 years ago
  73. bc38baf test01_close_dbenv_before_db(): Added an XXX comment that this test is by Barry Warsaw · 22 years ago
  74. 9a0d779 Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at by Barry Warsaw · 22 years ago
  75. 74859f3 Template for future tests. by Barry Warsaw · 22 years ago
  76. 7a98e80 In class bsdTableDB, add class variables db and env (set to None) to by Guido van Rossum · 22 years ago
  77. 0d366b1 Fix typo in except clause (_db should be _bsddb). by Guido van Rossum · 22 years ago
  78. 65730a4 Delete bsddb from sys.modules if _bsddb cannot be imported. by Martin v. Löwis · 22 years ago
  79. 77c06fb Whitespace normalization. by Tim Peters · 22 years ago
  80. b2c7aff Merge with bsddb3 2002.11.23.10.42.36 by Martin v. Löwis · 22 years ago
  81. 7a3bae4 Replace bsddb3 and _db occurrences. by Martin v. Löwis · 22 years ago
  82. 1c6b1a2 Importing test suite from bsddb3 3.4.0 (with modifications). by Martin v. Löwis · 22 years ago
  83. 6aa4a1f Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. by Martin v. Löwis · 22 years ago