1. 19 Şub, 2016 2 kayıt (commit)
  2. 18 Şub, 2016 3 kayıt (commit)
  3. 15 Şub, 2016 2 kayıt (commit)
  4. 12 Şub, 2016 1 kayıt (commit)
  5. 10 Şub, 2016 4 kayıt (commit)
  6. 08 Şub, 2016 3 kayıt (commit)
  7. 07 Şub, 2016 2 kayıt (commit)
  8. 08 Şub, 2016 1 kayıt (commit)
    • Martin Panter's avatar
      Issue #25179: Preparatory cleanup of existing docs on string formatting · 00f19eff
      Martin Panter yazdı
      * There was a link pointing to the section on the string.Formatter class (and
        multiple links in Python 3), when the section on the common format string
        syntax is probably more appropriate
      * Fix references to various format() functions and methods
      * Nested replacement fields may contain conversions and format specifiers,
        and this is tested in Python 3; see Issue #19729 for instance
      00f19eff
  9. 06 Şub, 2016 1 kayıt (commit)
  10. 05 Şub, 2016 1 kayıt (commit)
  11. 14 Kas, 2014 1 kayıt (commit)
  12. 04 Şub, 2016 2 kayıt (commit)
  13. 02 Şub, 2016 1 kayıt (commit)
    • Serhiy Storchaka's avatar
      Issue #25945: Fixed bugs in functools.partial. · 71b71763
      Serhiy Storchaka yazdı
      Fixed a crash when unpickle the functools.partial object with wrong state.
      Fixed a leak in failed functools.partial constructor.
      "args" and "keywords" attributes of functools.partial have now always types
      tuple and dict correspondingly.
      71b71763
  14. 03 Şub, 2016 1 kayıt (commit)
  15. 01 Şub, 2016 1 kayıt (commit)
    • Martin Panter's avatar
      Issue #26173: Separate bad cert file tests and client rejection test · 886aba47
      Martin Panter yazdı
      Test test_wrong_cert() runs a server that rejects the client's certificate,
      so ECONNRESET is reasonable in addition to SSLError. On the other hand, the
      other three tests don't even need to run a server because they are just
      testing the parsing of invalid certificate files.
      
      This should fix intermittent failures on Windows where ECONNRESET was not
      being caught.
      886aba47
  16. 30 Ock, 2016 2 kayıt (commit)
  17. 29 Ock, 2016 1 kayıt (commit)
  18. 28 Ock, 2016 4 kayıt (commit)
  19. 27 Ock, 2016 1 kayıt (commit)
  20. 25 Ock, 2016 1 kayıt (commit)
  21. 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
  22. 22 Ock, 2016 4 kayıt (commit)