1. 29 Apr, 2019 1 commit
  2. 25 Apr, 2019 3 commits
  3. 17 Apr, 2019 2 commits
  4. 10 Apr, 2019 1 commit
  5. 09 Apr, 2019 1 commit
  6. 08 Apr, 2019 1 commit
  7. 27 Mar, 2019 1 commit
  8. 18 Mar, 2019 1 commit
  9. 15 Mar, 2019 1 commit
  10. 12 Mar, 2019 1 commit
  11. 04 Mar, 2019 1 commit
    • Kevin Adler's avatar
      bpo-35198 Fix C++ extension compilation on AIX (GH-10437) · 9d329c1b
      Kevin Adler authored
      For C++ extensions, distutils tries to replace the C compiler with the
      C++ compiler, but it assumes that C compiler is the first element after
      any environment variables set. On AIX, linking goes through ld_so_aix,
      so it is the first element and the compiler is the next element. Thus
      the replacement is faulty:
      
      ld_so_aix gcc ... -> g++ gcc ...
      
      Also, it assumed that self.compiler_cxx had only 1 element or that
      there were the same number of elements as the linker has and in the
      same order. This might not be the case, so instead concatenate
      everything together.
      9d329c1b
  12. 05 Feb, 2019 1 commit
  13. 20 Jan, 2019 1 commit
  14. 09 Jan, 2019 1 commit
  15. 28 Dec, 2018 1 commit
  16. 20 Dec, 2018 1 commit
  17. 18 Dec, 2018 1 commit
  18. 17 Dec, 2018 1 commit
  19. 05 Dec, 2018 1 commit
  20. 05 Nov, 2018 1 commit
  21. 27 Oct, 2018 1 commit
  22. 23 Sep, 2018 2 commits
  23. 20 Sep, 2018 1 commit
  24. 11 Sep, 2018 1 commit
  25. 08 Sep, 2018 1 commit
  26. 07 Sep, 2018 2 commits
  27. 04 Sep, 2018 1 commit
  28. 26 Jul, 2018 1 commit
  29. 16 Jul, 2018 1 commit
  30. 18 Feb, 2018 1 commit
  31. 26 Jan, 2018 1 commit
  32. 18 Jan, 2018 1 commit
  33. 14 Dec, 2017 1 commit
  34. 05 Dec, 2017 1 commit
  35. 28 Nov, 2017 1 commit