1. 21 Kas, 2010 1 kayıt (commit)
  2. 02 Agu, 2010 2 kayıt (commit)
  3. 22 Mar, 2010 1 kayıt (commit)
  4. 15 Mar, 2010 1 kayıt (commit)
  5. 02 Şub, 2010 2 kayıt (commit)
  6. 02 Tem, 2009 1 kayıt (commit)
  7. 21 Şub, 2009 1 kayıt (commit)
  8. 23 Eyl, 2008 1 kayıt (commit)
  9. 31 Agu, 2008 1 kayıt (commit)
  10. 23 Tem, 2008 1 kayıt (commit)
  11. 13 May, 2008 1 kayıt (commit)
  12. 29 Mar, 2008 1 kayıt (commit)
  13. 04 Mar, 2008 1 kayıt (commit)
  14. 02 Mar, 2008 1 kayıt (commit)
  15. 24 Şub, 2008 1 kayıt (commit)
    • Neal Norwitz's avatar
      Create a db_home directory with a unique name so multiple users can · 6057b2e6
      Neal Norwitz yazdı
      run the test simultaneously.  The simplest thing I found that worked
      on both Windows and Unix was to use the PID.  It's unique so should be
      sufficient.  This should prevent many of the spurious failures of
      the automated tests since they run as different users.
      
      Also cleanup the directory consistenly in the tearDown methods.
      
      It would be nice if someone ensured that the directories are always
      created with a consistent name.
      6057b2e6
  16. 23 Şub, 2008 1 kayıt (commit)
  17. 05 Ock, 2007 1 kayıt (commit)
  18. 05 Eyl, 2006 2 kayıt (commit)
  19. 28 Tem, 2006 1 kayıt (commit)
  20. 05 Haz, 2006 2 kayıt (commit)
  21. 27 Ock, 2006 1 kayıt (commit)
  22. 08 Haz, 2005 1 kayıt (commit)
  23. 04 Haz, 2005 1 kayıt (commit)
    • Gregory P. Smith's avatar
      pybsddb 4.3.2: · e947706b
      Gregory P. Smith yazdı
       * the has_key() method was not raising a DBError when a database error
         had occurred. [SF patch id 1212590]
       * added a wrapper for the DBEnv.set_lg_regionmax method [SF patch id 1212590]
       * DBKeyEmptyError now derives from KeyError just like DBNotFoundError.
       * internally everywhere DB_NOTFOUND was checked for has been updated
         to also check for DB_KEYEMPTY.  This fixes the semantics of a couple
         operations on recno and queue databases to be more intuitive and results
         in less unexpected DBKeyEmptyError exceptions being raised.
      e947706b
  24. 18 Tem, 2004 1 kayıt (commit)
  25. 26 Şub, 2004 1 kayıt (commit)
    • Gregory P. Smith's avatar
      Fixes SF bug # 778421 · a7befda8
      Gregory P. Smith yazdı
       * Fixed a bug in the compatibility interface set_location() method
         where it would not properly search to the next nearest key when
         used on BTree databases.  [SF bug id 788421]
       * Fixed a bug in the compatibility interface set_location() method
         where it could crash when looking up keys in a hash or recno
         format database due to an incorrect free().
      a7befda8
  26. 12 Şub, 2004 1 kayıt (commit)
  27. 13 Ock, 2004 1 kayıt (commit)
  28. 01 Eki, 2003 1 kayıt (commit)
  29. 21 Eyl, 2003 1 kayıt (commit)
    • Gregory P. Smith's avatar
      Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new · 41631e8f
      Gregory P. Smith yazdı
      features in BerkeleyDB not exposed.  notably: the DB_MPOOLFILE interface
      has not yet been wrapped in an object.
      
      Adds support for building and installing bsddb3 in python2.3 that has
      an older version of this module installed as bsddb without conflicts.
      The pybsddb.sf.net build/packaged version of the module uses a
      dynamicly loadable module called _pybsddb rather than _bsddb.
      41631e8f
  30. 09 Tem, 2003 1 kayıt (commit)
    • Gregory P. Smith's avatar
      bsddb 4.1.6: · 455d46f0
      Gregory P. Smith yazdı
       * Extended DB & DBEnv set_get_returns_none functionality to take a
         "level" instead of a boolean flag.  The boolean 0 and 1 values still
         have the same effect.  A value of 2 extends the "return None instead
         of raising an exception" behaviour to the DBCursor set methods.
         This will become the default behaviour in pybsddb 4.2.
       * Fixed a typo in DBCursor.join_item method that made it crash instead
         of returning a value.  Obviously nobody uses it.  Wrote a test case
         for join and join_item.
      455d46f0
  31. 28 Ock, 2003 1 kayıt (commit)
  32. 17 Ock, 2003 2 kayıt (commit)
  33. 30 Ara, 2002 1 kayıt (commit)
  34. 24 Kas, 2002 1 kayıt (commit)
  35. 19 Kas, 2002 1 kayıt (commit)