1. 30 Ock, 2016 2 kayıt (commit)
  2. 29 Ock, 2016 1 kayıt (commit)
  3. 28 Ock, 2016 4 kayıt (commit)
  4. 27 Ock, 2016 1 kayıt (commit)
  5. 25 Ock, 2016 1 kayıt (commit)
  6. 23 Ock, 2016 1 kayıt (commit)
    • Victor Stinner's avatar
      doc: i18n HTML templates · b4929843
      Victor Stinner yazdı
      Issue #25907: Use {% trans %} tags in HTML templates to ease the translation of
      the documentation. The tag comes from Jinja templating system, used by Sphinx.
      
      Patch written by Julien Palard.
      b4929843
  7. 22 Ock, 2016 4 kayıt (commit)
  8. 21 Ock, 2016 4 kayıt (commit)
  9. 20 Ock, 2016 5 kayıt (commit)
  10. 19 Ock, 2016 3 kayıt (commit)
  11. 18 Ock, 2016 5 kayıt (commit)
  12. 17 Ock, 2016 1 kayıt (commit)
  13. 16 Ock, 2016 4 kayıt (commit)
  14. 15 Ock, 2016 3 kayıt (commit)
    • Brett Cannon's avatar
      c39162de
    • Senthil Kumaran's avatar
      Issue26097 - Fix the TextTestRunner documentation, mention all the arguments of the class. · 1826f636
      Senthil Kumaran yazdı
      Patch contributed by Nicolas Évrard.
      1826f636
    • Martin Panter's avatar
      Issue #25940: Use self-signed.pythontest.net in SSL tests · 71202bb0
      Martin Panter yazdı
      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.
      
      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}
      
      When attempting to connect to port 444 on the new server, the resulting error
      code is EHOSTUNREACH on Linux, and ETIMEDOUT on Windows.
      71202bb0
  15. 13 Ock, 2016 1 kayıt (commit)