1. 15 Ara, 2017 1 kayıt (commit)
  2. 10 Kas, 2017 1 kayıt (commit)
  3. 10 Eyl, 2017 1 kayıt (commit)
  4. 26 Kas, 2016 1 kayıt (commit)
  5. 15 Eki, 2016 1 kayıt (commit)
  6. 07 Eyl, 2016 1 kayıt (commit)
  7. 11 Haz, 2016 1 kayıt (commit)
  8. 21 May, 2016 1 kayıt (commit)
  9. 08 May, 2016 1 kayıt (commit)
  10. 07 May, 2016 1 kayıt (commit)
  11. 24 Eyl, 2015 1 kayıt (commit)
  12. 12 Eyl, 2015 1 kayıt (commit)
  13. 30 Tem, 2015 1 kayıt (commit)
  14. 12 May, 2015 2 kayıt (commit)
  15. 25 Şub, 2015 2 kayıt (commit)
  16. 25 Ock, 2015 1 kayıt (commit)
  17. 18 Ock, 2015 1 kayıt (commit)
  18. 14 Ock, 2015 1 kayıt (commit)
  19. 07 Ock, 2015 1 kayıt (commit)
  20. 06 Ock, 2015 1 kayıt (commit)
    • Nick Coghlan's avatar
      Issue 19548: update codecs module documentation · b9fdb7a4
      Nick Coghlan yazdı
      - clarified the distinction between text encodings and other codecs
      - clarified relationship with builtin open and the io module
      - consolidated documentation of error handlers into one section
      - clarified type constraints of some behaviours
      - added tests for some of the new statements in the docs
      b9fdb7a4
  21. 25 Kas, 2014 2 kayıt (commit)
  22. 01 Agu, 2014 1 kayıt (commit)
  23. 14 May, 2014 1 kayıt (commit)
  24. 19 Mar, 2014 1 kayıt (commit)
  25. 08 Mar, 2014 2 kayıt (commit)
  26. 23 Kas, 2013 2 kayıt (commit)
  27. 19 Kas, 2013 1 kayıt (commit)
    • Serhiy Storchaka's avatar
      Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. · 58cf607d
      Serhiy Storchaka yazdı
      The utf-16* and utf-32* encoders no longer allow surrogate code points
      (U+D800-U+DFFF) to be encoded.
      The utf-32* decoders no longer decode byte sequences that correspond to
      surrogate code points.
      The surrogatepass error handler now works with the utf-16* and utf-32* codecs.
      
      Based on patches by Victor Stinner and Kang-Hao (Kenny) Lu.
      58cf607d
  28. 13 Eki, 2013 2 kayıt (commit)
  29. 06 Eki, 2013 1 kayıt (commit)
  30. 02 Eki, 2013 1 kayıt (commit)
    • Nick Coghlan's avatar
      Close #17839: support bytes-like objects in base64 module · fdf239a8
      Nick Coghlan yazdı
      This mostly affected the encodebytes and decodebytes function
      (which are used by base64_codec)
      
      Also added a test to ensure all bytes-bytes codecs can handle
      memoryview input and tests for handling of multidimensional
      and non-bytes format input in the modern base64 API.
      fdf239a8
  31. 11 Tem, 2013 1 kayıt (commit)
  32. 16 Haz, 2013 1 kayıt (commit)
  33. 23 May, 2013 1 kayıt (commit)
  34. 22 May, 2013 1 kayıt (commit)