1. 05 Jul, 2000 1 commit
  2. 01 Jul, 2000 7 commits
  3. 29 Jun, 2000 4 commits
  4. 27 Jun, 2000 1 commit
  5. 23 Jun, 2000 1 commit
  6. 20 Jun, 2000 1 commit
  7. 19 Jun, 2000 2 commits
  8. 12 Jun, 2000 1 commit
  9. 09 Jun, 2000 1 commit
  10. 05 Jun, 2000 1 commit
  11. 03 Jun, 2000 2 commits
  12. 02 Jun, 2000 1 commit
  13. 30 May, 2000 2 commits
    • Jim Fulton's avatar
      Fixed bug that could cause infinate loop when odd objects · d01f9b40
      Jim Fulton authored
      got registered. (Deja vu all over again. ;)
      
      Changed to commit objects in registration order and to allow
      additional objects to get registered while commiting. (The
      later was wanted by PJE.)
      
      Added a comment in commit to explain the "invariant".
      
      Fixed bug that caused objects to get multiply aborted.  Now always
      clear object registry on commit and abort. This seems like a good
      idea anyway. (We were relying on free_transaction to have the
      same effect. This faild miserably in single-threaded apps and
      in certain error conditions.
      
      Added a teeny optimization in get_transaction().
      d01f9b40
    • Jim Fulton's avatar
      Fixed missfeature pointed out by PJE. We do not quite provide · f4be63cc
      Jim Fulton authored
      transparent Pythonic sematics for __setattr__ and __delattr__.
      If these methods are implemented, then they *must*::
      
        self._p_changed=1 # prefered
      
      or::
      
        self.__changed__(1) # if people get the heebe-jeebees from setting attrs
      
      to manually register that an object's persistent state has changed, if,
      in fact, it has.
      f4be63cc
  14. 28 May, 2000 3 commits
  15. 27 May, 2000 2 commits
  16. 26 May, 2000 1 commit
  17. 24 May, 2000 1 commit
  18. 20 May, 2000 1 commit
  19. 17 May, 2000 3 commits
  20. 16 May, 2000 2 commits
  21. 12 May, 2000 1 commit
  22. 09 May, 2000 1 commit