1. 14 Aug, 2002 1 commit
  2. 12 Aug, 2002 4 commits
  3. 10 Aug, 2002 3 commits
  4. 09 Aug, 2002 4 commits
  5. 08 Aug, 2002 1 commit
  6. 07 Aug, 2002 1 commit
    • Chris McDonough's avatar
      Work around BTrees bug. · 4457f487
      Chris McDonough authored
      Some revision of the the BTrees code (possibly even the current head)
      has a bug which causes (in this case) an OOBTree to lie about its
      items.
      
      Code like:
      
      for key in oobtree.keys(): oobtree[key]
      
      ... will cause a KeyError when oobtree is asked to return the object
      represented by key.
      
      We work around this by explicitly detecting this problem and logging.
      4457f487
  7. 06 Aug, 2002 1 commit
    • Chris McDonough's avatar
      Changed signal handler code. · 38cf0412
      Chris McDonough authored
      SignalHandler module now lives in zdaemon package, so it may be shared
      between ZEO and Zope.
      
      The SignalHandler module in lib/python was removed in favor of the
      module in zdaemon.
      
      The zdaemon SignalHandler doesn't register any default signals.
      
      There is a new package in lib/python named Signals.  This package
      contains signal handlers and registry functions used by z2.py
      to register Zope-specific signals with the SignalHandler registry.
      38cf0412
  8. 05 Aug, 2002 6 commits
  9. 01 Aug, 2002 8 commits
  10. 31 Jul, 2002 3 commits
  11. 30 Jul, 2002 8 commits