1. 05 Apr, 2008 1 commit
    • Thomas Wouters's avatar
      Fix test_distutils to not fail when running 'make test' from a Python build · bbe02c7a
      Thomas Wouters authored
      directory that is not the source directory (ie, one created using
      '/path/to/source/configure'.) Leaves this test very slightly degraded in
      that particular case, compared to the build-in-sourcedir case, but that case
      isn't a particularly strong test either: neither test the actual path that
      will be used after installing. There isn't a particularly good way to test
      this, and a poor test beats a failing test.
      bbe02c7a
  2. 04 Apr, 2008 3 commits
  3. 03 Apr, 2008 1 commit
  4. 19 Mar, 2008 1 commit
  5. 06 Mar, 2008 1 commit
  6. 23 Feb, 2008 1 commit
  7. 21 Feb, 2008 2 commits
  8. 05 Feb, 2008 1 commit
  9. 03 Feb, 2008 1 commit
  10. 01 Feb, 2008 1 commit
  11. 21 Jan, 2008 1 commit
  12. 02 Jan, 2008 1 commit
  13. 01 Jan, 2008 1 commit
  14. 31 Dec, 2007 1 commit
  15. 14 Dec, 2007 1 commit
    • Christian Heimes's avatar
      Fixed bug #1628 · 4e9153cd
      Christian Heimes authored
      The detection now works on Unix with Makefile, Makefile with VPATH and on Windows.
      4e9153cd
  16. 13 Dec, 2007 1 commit
  17. 06 Dec, 2007 2 commits
  18. 05 Dec, 2007 1 commit
  19. 03 Dec, 2007 1 commit
    • Christian Heimes's avatar
      Applied my patch #1455 with some extra fixes for VS 2005 · 83cd6eee
      Christian Heimes authored
      The new msvc9compiler module supports VS 2005 and VS 2008. I've also fixed build_ext to support PCbuild8 and PCbuild9 and backported my fix for xxmodule.c from py3k. The old code msvccompiler is still in place in case somebody likes to build an extension with VS 2003 or earlier.
      I've also updated the cygwin compiler module for VS 2005 and VS 2008. It works with VS 2005 but I'm unable to test it with VS 2008. We have to wait for a new version of cygwin.
      83cd6eee
  20. 12 Sep, 2007 1 commit
  21. 08 Sep, 2007 1 commit
  22. 21 Aug, 2007 2 commits
  23. 25 Jul, 2007 1 commit
  24. 11 Jun, 2007 1 commit
  25. 01 Jun, 2007 1 commit
  26. 24 Apr, 2007 1 commit
  27. 01 Apr, 2007 1 commit
    • Neal Norwitz's avatar
      SF #1685563, MSVCCompiler creates redundant and long PATH strings · e4934597
      Neal Norwitz authored
      If MSVCCompiler.initialize() was called multiple times, the path
      would get duplicated.  On Windows, this is a problem because the
      path is limited to 4k.  There's no benefit in adding a path multiple
      times, so prevent that from occuring.  We also normalize the path
      before checking for duplicates so things like /a and /a/ won't both
      be stored.
      
      Will backport.
      e4934597
  28. 30 Mar, 2007 1 commit
  29. 13 Mar, 2007 1 commit
  30. 09 Feb, 2007 1 commit
  31. 03 Dec, 2006 1 commit
  32. 12 Nov, 2006 1 commit
  33. 10 Nov, 2006 1 commit
  34. 04 Nov, 2006 1 commit
  35. 18 Oct, 2006 1 commit