1. 27 Mar, 2001 5 commits
    • Jim Fulton's avatar
      · b521238d
      Jim Fulton authored
            - It is no longer necessary to symbolically link cPickle or
              ZServer. ZServer is no longer necessary at all.
      b521238d
    • Jim Fulton's avatar
      · 7492efab
      Jim Fulton authored
            - It is no longer necessary to symbolically link cPickle or
              ZServer. ZServer is no longer necessary at all.
      
            - A Zope-style INSTANCE_HOME and var directory are no longer
              needed.
      
            - If ZServer *is* available, the medusa monitor server can be
              used in the storage server.
      
            - An option, -d, was added to facilitate generation of a
              detailed debug log while running in the background.
      7492efab
    • Jim Fulton's avatar
      *** empty log message *** · edb39c53
      Jim Fulton authored
      edb39c53
    • Jim Fulton's avatar
      Fixed broken tp_name for Overridable. Also added doc strings · d54ad965
      Jim Fulton authored
      for types.
      
      The question is, do we even need Overridable any more?
      d54ad965
    • Jim Fulton's avatar
      Renamed extension modules to avoid linker global-symbol name conflicts · 761818be
      Jim Fulton authored
      on some platforms. Added Python wrapper modules to preserve official
      names.
      761818be
  2. 21 Mar, 2001 2 commits
  3. 20 Mar, 2001 2 commits
  4. 17 Mar, 2001 1 commit
  5. 15 Mar, 2001 2 commits
  6. 26 Feb, 2001 1 commit
  7. 24 Feb, 2001 1 commit
  8. 23 Feb, 2001 3 commits
  9. 22 Feb, 2001 2 commits
  10. 20 Feb, 2001 1 commit
  11. 19 Feb, 2001 6 commits
  12. 17 Feb, 2001 2 commits
  13. 16 Feb, 2001 10 commits
  14. 15 Feb, 2001 2 commits
    • Jim Fulton's avatar
      see 1.24.54.3 · 357af601
      Jim Fulton authored
      357af601
    • Jim Fulton's avatar
      Fixed a number of bugs found by unit tests. · 8019e211
      Jim Fulton authored
      Added flags to prevent subclasses from having instance dictionaries.
      It's not clear that people will actually subclass these things and
      supporting instance dictionaries adds extra effort at this time, which
      we can't afford.
      8019e211