1. 30 Agu, 2007 1 kayıt (commit)
  2. 25 Agu, 2007 1 kayıt (commit)
  3. 09 Agu, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      SF patch# 1770008 by Christian Heimes (plus some extras). · 34d19287
      Guido van Rossum yazdı
      Completely get rid of StringIO.py and cStringIO.c.
      
      I had to fix a few tests and modules beyond what Christian did, and
      invent a few conventions.  E.g. in elementtree, I chose to
      write/return Unicode strings whe no encoding is given, but bytes when
      an explicit encoding is given.  Also mimetools was made to always
      assume binary files.
      34d19287
  4. 21 Nis, 2006 1 kayıt (commit)
  5. 03 Eki, 2004 1 kayıt (commit)
    • Barry Warsaw's avatar
      Big email 3.0 API changes, with updated unit tests and documentation. · bb113867
      Barry Warsaw yazdı
      Briefly (from the NEWS file):
      
      - Updates for the email package:
        + All deprecated APIs that in email 2.x issued warnings have been removed:
          _encoder argument to the MIMEText constructor, Message.add_payload(),
          Utils.dump_address_pair(), Utils.decode(), Utils.encode()
        + New deprecations: Generator.__call__(), Message.get_type(),
          Message.get_main_type(), Message.get_subtype(), the 'strict' argument to
          the Parser constructor.  These will be removed in email 3.1.
        + Support for Python earlier than 2.3 has been removed (see PEP 291).
        + All defect classes have been renamed to end in 'Defect'.
        + Some FeedParser fixes; also a MultipartInvariantViolationDefect will be
          added to messages that claim to be multipart but really aren't.
        + Updates to documentation.
      bb113867
  6. 30 Eyl, 2002 1 kayıt (commit)
  7. 02 Haz, 2002 1 kayıt (commit)
  8. 24 Kas, 2001 1 kayıt (commit)
  9. 09 Eki, 2001 1 kayıt (commit)