1. 09 Apr, 2001 9 commits
  2. 07 Apr, 2001 12 commits
  3. 06 Apr, 2001 18 commits
  4. 05 Apr, 2001 1 commit
    • Jim Fulton's avatar
      Moved Python 1.x compatable asyncx to their own package that takes · baa68c50
      Jim Fulton authored
      care of installing them when necessary (not for Python 2.0)
      
      Now import asyncore and asynchat as top-level modules, rather than
      from the medusa package. This makes it easier to use our custum
      version for Python 1.5 and to use the standard versions for Python
      2.x.
      
      Note that the Python 2.1b1 and 2.1b2 releases had a broken asynchat
      that causes these changes to break Zope. The Python cvs and earler and
      later versions are OK.
      baa68c50