1. 09 May, 2004 1 kayıt (commit)
  2. 30 Ara, 2003 1 kayıt (commit)
    • Barry Warsaw's avatar
      Fixes to support CJKCodecs as per SF bug #852347. Actually, this · 4a442937
      Barry Warsaw yazdı
      patch removes dependencies on the old unsupported KoreanCodecs package
      and the alternative JapaneseCodecs package.  Since both of those
      provide aliases for their codecs, this removal just makes the generic
      codec names work.
      
      We needed to make slight changes to __init__() as well.
      
      This will be backported to Python 2.3 when its branch freeze is over.
      4a442937
  3. 06 Mar, 2003 1 kayıt (commit)
  4. 07 Ock, 2003 1 kayıt (commit)
  5. 21 Eki, 2002 1 kayıt (commit)
  6. 14 Eki, 2002 1 kayıt (commit)
  7. 13 Eki, 2002 1 kayıt (commit)
  8. 10 Eki, 2002 1 kayıt (commit)
  9. 01 Eki, 2002 1 kayıt (commit)
  10. 28 Eyl, 2002 1 kayıt (commit)
    • Barry Warsaw's avatar
      Added a feature suggested by Martin v Loewis, where a new header · 5932c9be
      Barry Warsaw yazdı
      encoding flag SHORTEST means to return the shortest encoding between
      base64 and qp.  This is used for the header_enc for utf-8.  SHORTEST
      isn't legal for body_enc.
      
      Also some code cleanup:
      
      - use True/False everywhere
      - use == instead of `is' in a few places
      - added _unicode() and make consistent the "is unicode" checks
      - update docstrings
      5932c9be
  11. 23 Agu, 2002 1 kayıt (commit)
  12. 01 Haz, 2002 1 kayıt (commit)
  13. 28 May, 2002 1 kayıt (commit)
  14. 23 May, 2002 1 kayıt (commit)
  15. 10 Nis, 2002 1 kayıt (commit)