1. 03 Şub, 2008 1 kayıt (commit)
  2. 19 Ara, 2007 1 kayıt (commit)
  3. 05 Kas, 2007 3 kayıt (commit)
  4. 01 Kas, 2007 1 kayıt (commit)
  5. 12 Eki, 2007 2 kayıt (commit)
  6. 09 Eki, 2007 2 kayıt (commit)
  7. 06 Eki, 2007 1 kayıt (commit)
  8. 09 Eyl, 2007 1 kayıt (commit)
  9. 21 Tem, 2007 1 kayıt (commit)
  10. 03 Haz, 2007 1 kayıt (commit)
    • Neal Norwitz's avatar
      Backout the original 'fix' to 1721309 which had no effect. · 994ebed5
      Neal Norwitz yazdı
      Different versions of Berkeley DB handle this differently.
      The comments and bug report should have the details.  Memory is allocated
      in 4.4 (and presumably earlier), but not in 4.5.  Thus
      4.5 has the free error, but not earlier versions.
      
      Mostly update comments, plus make the free conditional.
      
      This fix was already applied to the 2.5 branch.
      994ebed5
  11. 19 May, 2007 2 kayıt (commit)
  12. 26 Nis, 2007 1 kayıt (commit)
  13. 05 Ock, 2007 2 kayıt (commit)
  14. 21 Kas, 2006 1 kayıt (commit)
    • Neal Norwitz's avatar
      Bug #1599782: Fix segfault on bsddb.db.DB().type(). · 4fe44238
      Neal Norwitz yazdı
      The problem is that _DB_get_type() can't be called without the GIL
      because it calls a bunch of PyErr_* APIs when an error occurs.
      There were no other cases in this file that it was called without the GIL.
      Removing the BEGIN/END THREAD around _DB_get_type() made everything work.
      
      Will backport.
      4fe44238
  15. 19 Eyl, 2006 1 kayıt (commit)
  16. 13 Agu, 2006 1 kayıt (commit)
  17. 28 Tem, 2006 1 kayıt (commit)
  18. 23 Tem, 2006 1 kayıt (commit)
  19. 17 Haz, 2006 1 kayıt (commit)
  20. 12 Haz, 2006 2 kayıt (commit)
  21. 11 Haz, 2006 1 kayıt (commit)
  22. 06 Haz, 2006 2 kayıt (commit)
  23. 05 Haz, 2006 7 kayıt (commit)
  24. 29 May, 2006 1 kayıt (commit)
  25. 08 Nis, 2006 1 kayıt (commit)
  26. 12 Mar, 2006 1 kayıt (commit)