1. a703a21 * Use weakref's of DBCursor objects for the iterator cursors to avoid a by Gregory P. Smith · 21 years ago
  2. dc113a8 * Fix the singlethreaded deadlocks occurring in the simple bsddb interface. by Gregory P. Smith · 21 years ago
  3. e276717 Fix a tuple memory leak when raising DB, DBEnv and DBCursor "object by Gregory P. Smith · 21 years ago
  4. be0db8b bsddb3 4.2.2, adds DBCursor.get_current_size() method to return the length by Gregory P. Smith · 21 years ago
  5. 7000225 raise pybsddb version number to 4.2.1 to differentiate between it and the by Gregory P. Smith · 21 years ago
  6. 41631e8 Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new by Gregory P. Smith · 21 years ago
  7. 6676f6e Support DBEnv.set_shm_key() to allow multi-threaded multi-process by Gregory P. Smith · 21 years ago
  8. 35c38ea heck environment closed status before closing a cursors. Fixes #763928. by Martin v. Löwis · 21 years ago
  9. 455d46f bsddb 4.1.6: by Gregory P. Smith · 21 years ago
  10. 84261d2 Fix a typo/cut-n-paste error in DBCursor.join_item so that it doesn't by Gregory P. Smith · 21 years ago
  11. f655dff DB.remove() needs to set the internal DB handle to NULL after being called. by Gregory P. Smith · 21 years ago
  12. c74e4a5 Added a comment about backward compatibility requirements and a link by Barry Warsaw · 21 years ago
  13. a69d409 Update to the new PyGILState APIs to simplify and correct thread-state by Mark Hammond · 21 years ago
  14. 1baa982 init_bsddb(): Added a few symbols that Greg forgot. by Barry Warsaw · 21 years ago
  15. 6e5c179 4.1.5 by Gregory P. Smith · 21 years ago
  16. fe11d3e Adds support for the DBEnv->set_timeout() method. by Gregory P. Smith · 21 years ago
  17. 3ed7b03 version 4.1.4 (4.1.3 just released) by Gregory P. Smith · 21 years ago
  18. 7871154 Bump the version number by Barry Warsaw · 22 years ago
  19. b6c9f78 bugfix: do not double-close DB cursor during deallocation when the by Gregory P. Smith · 22 years ago
  20. aa71f5f bugfix: allow the module to work with python compiled without thread support. by Gregory P. Smith · 22 years ago
  21. c25fd3f bugfix: disallow use of DB_TXN after commit() or abort(), prevents a by Gregory P. Smith · 22 years ago
  22. 9a0d779 Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at by Barry Warsaw · 22 years ago
  23. b2c7aff Merge with bsddb3 2002.11.23.10.42.36 by Martin v. Löwis · 22 years ago
  24. 6aa4a1f Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. by Martin v. Löwis · 22 years ago