1. 19 Jun, 2000 2 commits
  2. 12 Jun, 2000 1 commit
  3. 09 Jun, 2000 1 commit
  4. 05 Jun, 2000 1 commit
  5. 03 Jun, 2000 2 commits
  6. 02 Jun, 2000 1 commit
  7. 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
  8. 28 May, 2000 3 commits
  9. 27 May, 2000 2 commits
  10. 26 May, 2000 1 commit
  11. 24 May, 2000 1 commit
  12. 20 May, 2000 1 commit
  13. 17 May, 2000 3 commits
  14. 16 May, 2000 2 commits
  15. 12 May, 2000 1 commit
  16. 09 May, 2000 6 commits
  17. 05 May, 2000 2 commits
  18. 21 Apr, 2000 2 commits
  19. 20 Apr, 2000 2 commits
  20. 14 Apr, 2000 1 commit
    • Jim Fulton's avatar
      Restructured to use async socket code only. · ded1aae9
      Jim Fulton authored
      This reduced the amount of code and should
      make the next step, adding failure handling,
      much easier.
      
      Also changed invalidation protocol to be atomic
      (or close enough).
      ded1aae9
  21. 13 Apr, 2000 1 commit
  22. 12 Apr, 2000 1 commit
  23. 08 Apr, 2000 1 commit