1. 12 Apr, 2001 8 commits
  2. 11 Apr, 2001 7 commits
  3. 10 Apr, 2001 8 commits
  4. 09 Apr, 2001 2 commits
  5. 07 Apr, 2001 6 commits
  6. 05 Apr, 2001 3 commits
  7. 04 Apr, 2001 1 commit
  8. 03 Apr, 2001 2 commits
    • Barry Warsaw's avatar
      Fixing two small bugs uncovered by unit testing (I was testing the · e354e393
      Barry Warsaw authored
      Minimal BSDDB storage which does not override abortVersion() and
      commitVersion()).
      
      commitVersion() can't be an alias for abortVersion() because it takes
      a different number of arguments.  Provide a simple implementation.
      
      Changed "from POSException import UndoError" to "import POSException"
      and use POSException.UndoError in undo().  This is because
      abortVersion() and commitVersion() also reference exceptions in the
      POSException module.
      
      Aside: fix __version__ extraction from $Revision$ to be portable in
      the face of "cvs co -kv".
      e354e393
    • Jim Fulton's avatar
      numerous changes to prevent gcc warnings · 47fc3143
      Jim Fulton authored
      47fc3143
  9. 02 Apr, 2001 3 commits