1. 24 Aug, 2005 1 commit
  2. 07 Aug, 2005 1 commit
  3. 07 Jul, 2005 1 commit
  4. 18 May, 2005 1 commit
  5. 25 Apr, 2005 1 commit
  6. 24 Apr, 2005 1 commit
  7. 15 Apr, 2005 1 commit
  8. 31 Mar, 2005 1 commit
  9. 28 Mar, 2005 2 commits
  10. 24 Mar, 2005 2 commits
  11. 23 Mar, 2005 2 commits
  12. 22 Mar, 2005 5 commits
  13. 21 Mar, 2005 3 commits
  14. 20 Mar, 2005 2 commits
  15. 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
  16. 05 Mar, 2005 2 commits
  17. 04 Mar, 2005 1 commit
  18. 03 Mar, 2005 2 commits
  19. 03 Feb, 2005 1 commit
  20. 20 Jan, 2005 1 commit
  21. 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
  22. 22 Dec, 2004 1 commit
  23. 02 Dec, 2004 1 commit
  24. 01 Dec, 2004 1 commit
  25. 28 Nov, 2004 1 commit
  26. 24 Nov, 2004 1 commit
  27. 10 Nov, 2004 2 commits