1. a7befda Fixes SF bug # 778421 by Gregory P. Smith · 20 years ago
  2. e33aef7 __init__.py: keep it compatible with older python (True and False == 1 and 0) by Gregory P. Smith · 21 years ago
  3. a703a21 * Use weakref's of DBCursor objects for the iterator cursors to avoid a by Gregory P. Smith · 21 years ago
  4. dc113a8 * Fix the singlethreaded deadlocks occurring in the simple bsddb interface. by Gregory P. Smith · 21 years ago
  5. 1eb41e2 Use a threadsafe private DBEnv for each bsddb compatibility interface 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. cec1b3f Maintain backwards compatibility with python < 2.3 by dynamically by Gregory P. Smith · 21 years ago
  8. 2e9da60 The previous change works much faster (one lookup per key) when by Raymond Hettinger · 21 years ago
  9. deadbf5 SF #662923 by Raymond Hettinger · 21 years ago
  10. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  11. f71de3e Everything worked in both the distutils distro and in Python 2.3cvs, by Barry Warsaw · 21 years ago
  12. 9a0d779 Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at by Barry Warsaw · 22 years ago
  13. 65730a4 Delete bsddb from sys.modules if _bsddb cannot be imported. by Martin v. Löwis · 22 years ago
  14. 6aa4a1f Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. by Martin v. Löwis · 22 years ago