1. 09 Apr, 2001 7 commits
  2. 07 Apr, 2001 12 commits
  3. 06 Apr, 2001 18 commits
  4. 05 Apr, 2001 3 commits
    • 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
    • Jim Fulton's avatar
      Moved Python 1.x compatable asyncx to their own package that takes · 2e1a795d
      Jim Fulton authored
      care of installing them when necessary (not for Python 2.0)
      2e1a795d
    • Barry Warsaw's avatar
      Changes to make the tests more robust under Windows. · 48083622
      Barry Warsaw authored
      checkCreateNoFile(), checkCreateWithFilename(),
      checkCreateWithFileobj(): Make sure these tests close the file object
      before they attempt to unlink the underlying file.y
      
      checkCloseNoUnlink(), checkDel(): New tests in the CreateCommitLogTest
      class.
      
      CloseCommitLogTest: removed this class; its tests are folded into
      CreateCommitLogTest.
      48083622