1. 01 Kas, 2018 1 kayıt (commit)
    • Christopher Thorne's avatar
      bpo-33578: Add getstate/setstate for CJK codec (GH-6984) · ac22f6aa
      Christopher Thorne yazdı
      
      This implements getstate and setstate for the cjkcodecs multibyte incremental encoders/decoders, primarily to fix issues with seek/tell.
      
      The encoder getstate/setstate is slightly tricky as the "state" is pending bytes + MultibyteCodec_State but only an integer can be returned. The approach I've taken is to encode this data into a long, similar to how .tell() encodes a "cookie_type" as a long.
      
      
      https://bugs.python.org/issue33578
      ac22f6aa
  2. 15 Ara, 2017 1 kayıt (commit)
  3. 03 Tem, 2017 1 kayıt (commit)
  4. 10 Haz, 2017 1 kayıt (commit)
  5. 17 Ock, 2017 3 kayıt (commit)
  6. 11 Eyl, 2016 1 kayıt (commit)
  7. 14 Agu, 2016 1 kayıt (commit)
  8. 09 Haz, 2016 1 kayıt (commit)
  9. 30 May, 2015 1 kayıt (commit)
  10. 23 Nis, 2015 1 kayıt (commit)
  11. 14 Nis, 2015 1 kayıt (commit)
  12. 13 Nis, 2015 1 kayıt (commit)
  13. 22 Agu, 2014 1 kayıt (commit)