1. 18 Mar, 2006 1 kayıt (commit)
  2. 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
  3. 13 May, 2004 1 kayıt (commit)
  4. 09 May, 2004 1 kayıt (commit)
  5. 01 Eki, 2002 1 kayıt (commit)
  6. 01 Eyl, 2002 1 kayıt (commit)
  7. 19 Tem, 2002 1 kayıt (commit)
  8. 11 Tem, 2002 1 kayıt (commit)
  9. 09 Tem, 2002 1 kayıt (commit)
  10. 19 May, 2002 1 kayıt (commit)
    • Barry Warsaw's avatar
      Complete a merge of the mimelib project and the Python cvs codebases · 8c1aac24
      Barry Warsaw yazdı
      for the email package.  The former is now just a shell project that
      has some extra files for packaging for independent use (e.g. setup.py
      and README).
      
      Added a compatibility layer so that the same API can be used in Python
      2.1 and 2.2/2.3 with the major differences shuffled off into helper
      modules (_compat21.py and _compat22.py).
      
      Also bumped the package version number to 2.0.3 for some fixes to be
      checked in momentarily.
      8c1aac24
  11. 10 Nis, 2002 1 kayıt (commit)
  12. 15 Eki, 2001 1 kayıt (commit)
  13. 04 Eki, 2001 2 kayıt (commit)
  14. 26 Eyl, 2001 1 kayıt (commit)
    • Barry Warsaw's avatar
      Updated docstrings. Also, · 57758e3a
      Barry Warsaw yazdı
      typed_subpart_iterator(): Arguments major renamed to maintype and
          minor renamed to subtype for consistency with the rest of the
          package.
      57758e3a
  15. 23 Eyl, 2001 1 kayıt (commit)