1. 23 Şub, 2016 2 kayıt (commit)
  2. 22 Şub, 2016 3 kayıt (commit)
  3. 20 Şub, 2016 1 kayıt (commit)
  4. 19 Şub, 2016 4 kayıt (commit)
  5. 18 Şub, 2016 3 kayıt (commit)
  6. 15 Şub, 2016 2 kayıt (commit)
  7. 12 Şub, 2016 1 kayıt (commit)
  8. 10 Şub, 2016 4 kayıt (commit)
  9. 08 Şub, 2016 3 kayıt (commit)
  10. 07 Şub, 2016 2 kayıt (commit)
  11. 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
  12. 06 Şub, 2016 1 kayıt (commit)
  13. 05 Şub, 2016 1 kayıt (commit)
  14. 14 Kas, 2014 1 kayıt (commit)
  15. 04 Şub, 2016 2 kayıt (commit)
  16. 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
  17. 03 Şub, 2016 1 kayıt (commit)
  18. 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
  19. 30 Ock, 2016 2 kayıt (commit)
  20. 29 Ock, 2016 1 kayıt (commit)
  21. 28 Ock, 2016 3 kayıt (commit)