- 18 Mar, 2006 1 kayıt (commit)
-
-
Barry Warsaw yazdı
and NEWS updates.
-
- 03 Eki, 2004 1 kayıt (commit)
-
-
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.
-
- 13 May, 2004 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 09 May, 2004 1 kayıt (commit)
-
-
Barry Warsaw yazdı
need the _compat21 or _compat22 modules either.
-
- 01 Eki, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 01 Eyl, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 19 Tem, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
to print>> the structure to. Defaults to sys.stdout.
-
- 11 Tem, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
type with get_type().
-
- 09 Tem, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
to make public, but that others might still find useful.
-
- 19 May, 2002 1 kayıt (commit)
-
-
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.
-
- 10 Nis, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
non-us-ascii character sets in headers and bodies. Some API changes (with DeprecationWarnings for the old APIs). Better RFC-compliant implementations of base64 and quoted-printable. Updated test cases. Documentation updates to follow (after I finish writing them ;).
-
- 15 Eki, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
failobj, and when getting the subtype use 'plain' as the failobj. text/plain is supposed to be the default if the message contains no Content-Type: header.
-
- 04 Eki, 2001 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Tim Peters yazdı
-
- 26 Eyl, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
typed_subpart_iterator(): Arguments major renamed to maintype and minor renamed to subtype for consistency with the rest of the package.
-
- 23 Eyl, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
<http://sf.net/projects/mimelib>. There /are/ API differences between mimelib and email, but most of the implementations are shared (except where cool Py2.2 stuff like generators are used).
-