1. 08 Eyl, 2017 1 kayıt (commit)
  2. 16 Haz, 2017 1 kayıt (commit)
    • Zachary Ware's avatar
      bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) · 51599e2b
      Zachary Ware yazdı
      The Windows build now depends on Python 3.6 to fetch externals, but it will be downloaded via NuGet (which is downloaded via PowerShell) if it is not available via `py -3.6`.  This means the only thing that must be installed on a modern Windows box to do a full build of CPython with all extensions is Visual Studio.
      
      Also fixes an outdated note about _lzma in PCbuild/readme.txt
      51599e2b
  3. 10 Haz, 2017 1 kayıt (commit)
  4. 03 Mar, 2017 1 kayıt (commit)
  5. 11 Eki, 2016 2 kayıt (commit)
  6. 12 Eyl, 2016 1 kayıt (commit)
  7. 05 Eyl, 2016 1 kayıt (commit)
  8. 28 Tem, 2016 1 kayıt (commit)
  9. 15 Haz, 2016 2 kayıt (commit)
  10. 14 Nis, 2016 1 kayıt (commit)
  11. 22 Şub, 2016 1 kayıt (commit)
  12. 24 Eki, 2015 1 kayıt (commit)
  13. 10 Eyl, 2015 1 kayıt (commit)
  14. 08 Eyl, 2015 2 kayıt (commit)
  15. 19 Agu, 2015 1 kayıt (commit)
  16. 18 Agu, 2015 1 kayıt (commit)
  17. 28 Tem, 2015 1 kayıt (commit)
  18. 22 Tem, 2015 1 kayıt (commit)
  19. 03 Tem, 2015 1 kayıt (commit)
  20. 17 Haz, 2015 1 kayıt (commit)
  21. 13 Nis, 2015 1 kayıt (commit)
  22. 08 Nis, 2015 1 kayıt (commit)
  23. 22 Kas, 2014 1 kayıt (commit)
  24. 02 Kas, 2014 1 kayıt (commit)
  25. 01 Kas, 2014 2 kayıt (commit)
  26. 26 Eki, 2014 2 kayıt (commit)
  27. 07 Tem, 2014 3 kayıt (commit)
  28. 13 Haz, 2014 2 kayıt (commit)
  29. 06 Haz, 2014 1 kayıt (commit)
  30. 09 May, 2014 1 kayıt (commit)
    • Zachary Ware's avatar
      Issue #21141: The Windows build process no longer attempts to find Perl, · 10c2dba8
      Zachary Ware yazdı
      instead relying on OpenSSL source being configured and ready to build.  The
      ``PCbuild\build_ssl.py`` script has been re-written and re-named to
      ``PCbuild\prepare_ssl.py``, and takes care of configuring OpenSSL source
      for both 32 and 64 bit platforms.  OpenSSL sources obtained from
      svn.python.org will always be pre-configured and ready to build.
      10c2dba8
  31. 01 May, 2014 1 kayıt (commit)
  32. 29 Mar, 2014 1 kayıt (commit)