1. 21 Şub, 2009 1 kayıt (commit)
  2. 18 Ock, 2009 1 kayıt (commit)
  3. 20 May, 2008 1 kayıt (commit)
  4. 17 May, 2008 1 kayıt (commit)
  5. 17 Agu, 2007 1 kayıt (commit)
  6. 27 May, 2006 1 kayıt (commit)
  7. 17 Kas, 2005 2 kayıt (commit)
  8. 30 Agu, 2005 1 kayıt (commit)
  9. 14 Ara, 2004 1 kayıt (commit)
  10. 18 Ock, 2004 1 kayıt (commit)
  11. 24 Eki, 2003 1 kayıt (commit)
  12. 12 Agu, 2003 2 kayıt (commit)
  13. 01 May, 2003 1 kayıt (commit)
  14. 29 Nis, 2003 1 kayıt (commit)
  15. 19 Şub, 2003 1 kayıt (commit)
  16. 31 Ock, 2003 1 kayıt (commit)
    • Walter Dörwald's avatar
      Change the treatment of positions returned by PEP293 · 2e0b18af
      Walter Dörwald yazdı
      error handers in the Unicode codecs: Negative
      positions are treated as being relative to the end of
      the input and out of bounds positions result in an
      IndexError.
      
      Also update the PEP and include an explanation of
      this in the documentation for codecs.register_error.
      
      Fixes a small bug in iconv_codecs: if the position
      from the callback is negative *add* it to the size
      instead of substracting it.
      
      From SF patch #677429.
      2e0b18af
  17. 20 Ock, 2003 1 kayıt (commit)
  18. 09 Ock, 2003 1 kayıt (commit)
  19. 08 Ock, 2003 1 kayıt (commit)
    • Walter Dörwald's avatar
      Add a few test cases to increase code coverage: · 30537a46
      Walter Dörwald yazdı
      From:
       69.73% of 294 source lines executed in file ./Modules/_codecsmodule.c
       79.47% of 487 source lines executed in file Python/codecs.c
       78.45% of 3643 source lines executed in file Objects/unicodeobject.c
      
      To:
       70.41% of 294 source lines executed in file ./Modules/_codecsmodule.c
       82.75% of 487 source lines executed in file Python/codecs.c
       80.76% of 3638 source lines executed in file Objects/unicodeobject.c
      
      This actually unearthed a bug in the handling of None
      values in PyUnicode_EncodeCharmap.
      30537a46
  20. 25 Kas, 2002 1 kayıt (commit)
  21. 23 Kas, 2002 1 kayıt (commit)
  22. 09 Kas, 2002 1 kayıt (commit)
  23. 06 Eyl, 2002 1 kayıt (commit)
  24. 02 Eyl, 2002 1 kayıt (commit)