1. 20 Feb, 2006 1 commit
  2. 08 Jan, 2006 1 commit
  3. 26 Aug, 2005 1 commit
  4. 24 Aug, 2005 1 commit
  5. 07 Aug, 2005 1 commit
  6. 07 Jul, 2005 1 commit
  7. 18 May, 2005 1 commit
  8. 25 Apr, 2005 1 commit
  9. 24 Apr, 2005 1 commit
  10. 15 Apr, 2005 1 commit
  11. 31 Mar, 2005 1 commit
  12. 28 Mar, 2005 2 commits
  13. 24 Mar, 2005 2 commits
  14. 23 Mar, 2005 2 commits
  15. 22 Mar, 2005 5 commits
  16. 21 Mar, 2005 3 commits
  17. 20 Mar, 2005 2 commits
  18. 12 Mar, 2005 1 commit
    • Tim Peters's avatar
      Port bugfix from 2.4 maint. · 8992c018
      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).
      8992c018
  19. 05 Mar, 2005 2 commits
  20. 04 Mar, 2005 1 commit
  21. 03 Mar, 2005 2 commits
  22. 03 Feb, 2005 1 commit
  23. 20 Jan, 2005 1 commit
  24. 26 Dec, 2004 1 commit
    • Jack Jansen's avatar
      After discussion on the PythonMac-SIG it was decided that it is better · 9c20e5e7
      Jack Jansen authored
      to make using "-undefined dynamic_lookup" for linking extensions more
      automatic on 10.3 and later. So if we're on that platform and
      MACOSX_DEPLOYMENT_TARGET is not set we now set it to the current OSX
      version during configure. Additionally, distutils will pick up the
      configure-time value by default.
      
      Will backport.
      9c20e5e7
  25. 22 Dec, 2004 1 commit
  26. 02 Dec, 2004 1 commit
  27. 01 Dec, 2004 1 commit
  28. 28 Nov, 2004 1 commit