1. 17 Apr, 2006 1 commit
    • Armin Rigo's avatar
      Fix for a bug exposed by r45232: · ea42db5c
      Armin Rigo authored
          /path/to/uninstalled/python setup.py build_ext
      
      now failed with pyconfig.h not found.  Prior to r45232
      the above command did not look for pyconfig.h, but the
      bug is really in the look-up code: expecting to find it
      in os.curdir is a rather fragile idea.
      ea42db5c
  2. 10 Apr, 2006 1 commit
  3. 01 Apr, 2006 1 commit
  4. 30 Mar, 2006 2 commits
  5. 27 Mar, 2006 1 commit
  6. 15 Mar, 2006 2 commits
  7. 09 Mar, 2006 1 commit
  8. 05 Mar, 2006 1 commit
  9. 20 Feb, 2006 3 commits
  10. 08 Jan, 2006 1 commit
  11. 26 Aug, 2005 1 commit
  12. 24 Aug, 2005 1 commit
  13. 07 Aug, 2005 1 commit
  14. 07 Jul, 2005 1 commit
  15. 18 May, 2005 1 commit
  16. 25 Apr, 2005 1 commit
  17. 24 Apr, 2005 1 commit
  18. 15 Apr, 2005 1 commit
  19. 31 Mar, 2005 1 commit
  20. 28 Mar, 2005 2 commits
  21. 24 Mar, 2005 2 commits
  22. 23 Mar, 2005 2 commits
  23. 22 Mar, 2005 5 commits
  24. 21 Mar, 2005 3 commits
  25. 20 Mar, 2005 2 commits
  26. 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