1. 12 Nov, 2016 1 commit
  2. 08 Nov, 2016 1 commit
  3. 14 Sep, 2016 1 commit
  4. 17 Aug, 2016 1 commit
  5. 16 Aug, 2016 1 commit
  6. 14 Aug, 2016 2 commits
  7. 05 Aug, 2016 1 commit
  8. 03 Aug, 2016 1 commit
  9. 31 Jul, 2016 1 commit
    • Senthil Kumaran's avatar
      Prevent HTTPoxy attack (CVE-2016-1000110) · 5e070041
      Senthil Kumaran authored
      Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which
      indicates that the script is in CGI mode.
      
      Issue #27568 Reported and patch contributed by Rémi Rampin.
      5e070041
  10. 14 Jul, 2016 3 commits
  11. 10 Jul, 2016 2 commits
  12. 06 Jul, 2016 1 commit
  13. 15 Jan, 2016 1 commit
  14. 14 Jan, 2016 1 commit
    • Martin Panter's avatar
      Issue #25940: Use self-signed.pythontest.net in SSL tests · 69b9167b
      Martin Panter authored
      This is instead of svn.python.org, whose certificate recently expired, and
      whose new certificate uses a different root certificate.
      
      The certificate used at the pythontest server was modifed to set the "basic
      constraints" CA flag. This flag seems to be required for test_get_ca_certs_
      capath() to work (in Python 3.4+).
      
      Added the new self-signed certificate to capath with the following commands:
      
      cp Lib/test/{selfsigned_pythontestdotnet.pem,capath/}
      c_rehash -v Lib/test/capath/
      c_rehash -v -old Lib/test/capath/
      # Note the generated file names
      cp Lib/test/capath/{selfsigned_pythontestdotnet.pem,0e4015b9.0}
      mv Lib/test/capath/{selfsigned_pythontestdotnet.pem,ce7b8643.0}
      
      The new server responds with "No route to host" when connecting to port 444.
      69b9167b
  15. 02 Dec, 2015 1 commit
  16. 15 Jan, 2016 1 commit
  17. 14 Jan, 2016 1 commit
  18. 01 Jan, 2016 4 commits
  19. 05 Dec, 2015 3 commits
  20. 12 Sep, 2015 1 commit
  21. 05 Jul, 2015 1 commit
  22. 27 Jun, 2015 2 commits
  23. 02 Jun, 2015 1 commit
  24. 26 May, 2015 2 commits
  25. 23 May, 2015 2 commits
  26. 03 May, 2015 2 commits
  27. 23 Apr, 2015 1 commit