1. 07 Feb, 2005 4 commits
    • Jim Fulton's avatar
      f197316c
    • Jim Fulton's avatar
      Changed the strategy for handling invalidation of classes. · 1a7fcd68
      Jim Fulton authored
      No-longer use setklassstate.  Instead, just call _p_invalidate, as
      with any other object.  This changes didn't break any tests, so I
      assume that this was untested. :(
      
      Changed the strategy for invalidating objects.  Non-ghostifiable
      objects will load their state when they are invalidated.  We have to
      worry about other invalidations that come in while this is happening.
      See the comment in _flush_invalidations.
      
      We need to force all invalidations to take this into account, by going
      through _flush_invalidations.  I haven't done this yet, but I have
      left some XXX comments in places where it needs to be done to remind
      myself that this needs to be done.
      1a7fcd68
    • Jim Fulton's avatar
      Changed the strategy for handling invalidation of classes. · fdd857d0
      Jim Fulton authored
      No-longer use setklassstate.  Instead, just call _p_invalidate, as
      with any other object.  This changes didn't break any tests, so I
      assume that this was untested. :(
      
      Change invalidation to not swallow errors. (Swallowing errors here was a
      travesty!)
      fdd857d0
    • Jim Fulton's avatar
      Added missing cleanup code to return Products.__path__ to it's · 22f1cb74
      Jim Fulton authored
      original state.
      22f1cb74
  2. 06 Feb, 2005 4 commits
  3. 04 Feb, 2005 2 commits
  4. 03 Feb, 2005 1 commit
  5. 02 Feb, 2005 4 commits
  6. 01 Feb, 2005 7 commits
  7. 31 Jan, 2005 16 commits
  8. 30 Jan, 2005 2 commits