1. 22 Mar, 2005 7 commits
  2. 21 Mar, 2005 8 commits
  3. 20 Mar, 2005 7 commits
  4. 19 Mar, 2005 2 commits
  5. 18 Mar, 2005 3 commits
  6. 16 Mar, 2005 2 commits
  7. 15 Mar, 2005 3 commits
  8. 14 Mar, 2005 4 commits
  9. 13 Mar, 2005 3 commits
  10. 12 Mar, 2005 1 commit
    • Tim Peters's avatar
      Port bugfix from 2.4 maint. · a733bd96
      Tim Peters authored
      Bug #1160802:  Can't build Zope on Windows w/ 2.4.1c1.
      
      MSVCCompiler.initialize():  set self.initialized to True, as suggested
      by AMK.  Else we keep growing the PATH endlessly, with each new C
      extension built, until putenv() complains.
      
      No change to NEWS because the patch that created this bug is also new
      for 2.5a1 (so there's no change here to any code yet released from HEAD).
      a733bd96