1. 02 Eki, 2015 1 kayıt (commit)
  2. 06 Agu, 2015 1 kayıt (commit)
  3. 19 May, 2015 1 kayıt (commit)
  4. 29 Mar, 2015 1 kayıt (commit)
  5. 02 Mar, 2015 1 kayıt (commit)
  6. 20 Şub, 2015 1 kayıt (commit)
  7. 16 Şub, 2015 1 kayıt (commit)
  8. 30 Ock, 2015 1 kayıt (commit)
  9. 27 Ock, 2015 2 kayıt (commit)
  10. 25 Ock, 2015 1 kayıt (commit)
  11. 18 Ock, 2015 1 kayıt (commit)
  12. 05 Ara, 2014 1 kayıt (commit)
  13. 01 Ara, 2014 1 kayıt (commit)
  14. 15 Eki, 2014 4 kayıt (commit)
  15. 01 Eki, 2014 1 kayıt (commit)
  16. 30 Eyl, 2014 1 kayıt (commit)
  17. 29 Eyl, 2014 1 kayıt (commit)
  18. 04 Tem, 2014 1 kayıt (commit)
  19. 01 Tem, 2014 1 kayıt (commit)
  20. 05 Mar, 2014 1 kayıt (commit)
  21. 24 Şub, 2014 1 kayıt (commit)
    • Serhiy Storchaka's avatar
      Issue #19619: Blacklist non-text codecs in method API · 94ee3893
      Serhiy Storchaka yazdı
      str.encode, bytes.decode and bytearray.decode now use an
      internal API to throw LookupError for known non-text encodings,
      rather than attempting the encoding or decoding operation and
      then throwing a TypeError for an unexpected output type.
      
      The latter mechanism remains in place for third party non-text
      encodings.
      
      Backported changeset d68df99d7a57.
      94ee3893
  22. 15 Şub, 2014 1 kayıt (commit)
  23. 09 Şub, 2014 2 kayıt (commit)
  24. 08 Şub, 2014 1 kayıt (commit)
  25. 28 Ock, 2014 1 kayıt (commit)
    • Larry Hastings's avatar
      Issue #20326: Argument Clinic now uses a simple, unique signature to · 581ee361
      Larry Hastings yazdı
      annotate text signatures in docstrings, resulting in fewer false
      positives.  "self" parameters are also explicitly marked, allowing
      inspect.Signature() to authoritatively detect (and skip) said parameters.
      
      Issue #20326: Argument Clinic now generates separate checksums for the
      input and output sections of the block, allowing external tools to verify
      that the input has not changed (and thus the output is not out-of-date).
      581ee361
  26. 26 Ock, 2014 1 kayıt (commit)
  27. 24 Ock, 2014 1 kayıt (commit)
  28. 12 Ock, 2014 2 kayıt (commit)
  29. 07 Ock, 2014 1 kayıt (commit)
  30. 05 Ock, 2014 1 kayıt (commit)
  31. 04 Ock, 2014 2 kayıt (commit)
  32. 03 Ock, 2014 2 kayıt (commit)