1. 13 May, 2008 1 kayıt (commit)
  2. 02 Mar, 2008 1 kayıt (commit)
  3. 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
  4. 23 Şub, 2008 1 kayıt (commit)
  5. 19 May, 2007 1 kayıt (commit)
  6. 05 Ock, 2007 1 kayıt (commit)
  7. 08 Haz, 2005 1 kayıt (commit)
  8. 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
  9. 27 Haz, 2004 1 kayıt (commit)
    • Gregory P. Smith's avatar
      SF patch / bug #967763 · dc5af706
      Gregory P. Smith yazdı
      Fix memory leaks revealed by valgrind and ensuing code inspection.
      
      In the existing test suite valgrind revealed two memory leaks (DB_get
      and DBC_set_range).  Code inspection revealed that there were many other
      potential similar leaks (many on odd code error paths such as passing
      something other than a DBTxn object for a txn= parameter or in the face
      of an out of memory error).  The most common case that would cause a
      leak was when using recno or queue format databases with integer keys,
      sometimes only with an exception exit.
      dc5af706
  10. 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
  11. 28 Ock, 2003 1 kayıt (commit)
  12. 10 Ock, 2003 1 kayıt (commit)
  13. 31 Ara, 2002 1 kayıt (commit)
  14. 30 Ara, 2002 1 kayıt (commit)
  15. 24 Kas, 2002 1 kayıt (commit)
  16. 19 Kas, 2002 1 kayıt (commit)