1. 25 May, 2020 2 commits
  2. 20 May, 2020 1 commit
  3. 15 May, 2020 1 commit
  4. 30 Apr, 2020 2 commits
  5. 22 Apr, 2020 1 commit
  6. 03 Apr, 2020 1 commit
  7. 10 Mar, 2020 1 commit
  8. 04 Mar, 2020 1 commit
  9. 03 Mar, 2020 1 commit
  10. 10 Feb, 2020 1 commit
  11. 06 Feb, 2020 1 commit
  12. 04 Feb, 2020 1 commit
  13. 23 Dec, 2019 1 commit
  14. 15 Dec, 2019 1 commit
  15. 19 Nov, 2019 1 commit
  16. 10 Sep, 2019 1 commit
  17. 28 Aug, 2019 1 commit
  18. 08 Aug, 2019 2 commits
  19. 01 Aug, 2019 1 commit
  20. 05 Jul, 2019 1 commit
  21. 03 Jul, 2019 1 commit
  22. 01 Jul, 2019 1 commit
    • Miro Hrončok's avatar
      bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506) · eb834d03
      Miro Hrončok authored
      bdist_wininst depends on MBCS codec, unavailable on non-Windows,
      and bdist_wininst have not worked since at least Python 3.2, possibly
      never on Python 3.
      
      Here we document that bdist_wininst is only supported on Windows,
      and we mark it unsupported otherwise to skip tests.
      
      Distributors of Python 3 can now safely drop the bdist_wininst .exe files
      without the need to skip bdist_wininst related tests.
      eb834d03
  23. 12 Jun, 2019 1 commit
  24. 08 Jun, 2019 1 commit
  25. 02 Jun, 2019 1 commit
  26. 24 May, 2019 1 commit
    • E. M. Bray's avatar
      bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549) · 9d9a6d30
      E. M. Bray authored
      It is also possible to link against a library or executable with a
      statically linked libpython, but not both with the same DLL.  In fact
      building a statically linked python is currently broken on Cygwin
      for other (related) reasons.
      
      The same problem applies to other POSIX-like layers over Windows
      (MinGW, MSYS) but Python's build system does not seem to attempt
      to support those platforms at the moment.
      9d9a6d30
  27. 29 Apr, 2019 1 commit
  28. 25 Apr, 2019 3 commits
  29. 17 Apr, 2019 2 commits
  30. 10 Apr, 2019 1 commit
  31. 09 Apr, 2019 1 commit
  32. 08 Apr, 2019 1 commit
  33. 27 Mar, 2019 1 commit
  34. 18 Mar, 2019 1 commit