1. 09 Haz, 2012 1 kayıt (commit)
    • R David Murray's avatar
      Now that Defects are Exception subclasses, call super. · 6e50b699
      R David Murray yazdı
      The behavior of MessageDefect is legacy behavior.  The chances anyone is
      actually using the undocumented 'line' attribute is low, but it costs
      little to retain backward compatibility.  Although one of the costs is
      having to restore normal exception behavior in HeaderDefect.  On the
      other hand, I'll probably add some specialized behavior there later.
      6e50b699
  2. 28 May, 2012 2 kayıt (commit)
  3. 25 May, 2012 1 kayıt (commit)
    • R David Murray's avatar
      #12586: add provisional email policy with new header parsing and folding. · 0b6f6c82
      R David Murray yazdı
      When the new policies are used (and only when the new policies are explicitly
      used) headers turn into objects that have attributes based on their parsed
      values, and can be set using objects that encapsulate the values, as well as
      set directly from unicode strings.  The folding algorithm then takes care of
      encoding unicode where needed, and folding according to the highest level
      syntactic objects.
      
      With this patch only date and time headers are parsed as anything other than
      unstructured, but that is all the helper methods in the existing API handle.
      I do plan to add more parsers, and complete the set specified in the RFC
      before the package becomes stable.
      0b6f6c82
  4. 22 Haz, 2011 1 kayıt (commit)
  5. 18 Nis, 2011 1 kayıt (commit)
  6. 30 Agu, 2007 1 kayıt (commit)
  7. 25 Agu, 2007 1 kayıt (commit)
  8. 21 Nis, 2006 1 kayıt (commit)
  9. 18 Mar, 2006 1 kayıt (commit)
  10. 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
  11. 09 May, 2004 1 kayıt (commit)
  12. 01 Haz, 2002 1 kayıt (commit)
  13. 10 Nis, 2002 1 kayıt (commit)
  14. 04 Eki, 2001 2 kayıt (commit)
  15. 23 Eyl, 2001 1 kayıt (commit)