- 29 Haz, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
Specifically, _formatparam(): Teach this about encoded `param' arguments, which are a 3-tuple of items (charset, language, value). language is ignored. _unquotevalue(): Handle both 3-tuple RFC 2231 values and unencoded values. _get_params_preserve(): Decode the parameters before returning them. get_params(), get_param(): Use _unquotevalue(). get_filename(), get_boundary(): Teach these about encoded (3-tuple) parameters.
-
- 02 Haz, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
as_string(): Use Generator.flatten() for better performance.
-
- 23 May, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 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 ;).
-
- 24 Kas, 2001 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Greg Ward yazdı
-
- 05 Kas, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
#477864.
-
- 25 Eki, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
the separating semi-colon shows up on a continuation line (legal, but weird). Bug reported and fixed by Matthew Cowles. Test case and sample email included.
-
- 09 Eki, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
Fix that, and also make the docstring describe failobj.
-
- 04 Eki, 2001 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Tim Peters yazdı
-
- 26 Eyl, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
get_type(): Use a compiled regular expression, which can be shared. _get_params_preserve(): A helper method which extracts the header's parameter list preserving value quoting. I'm not sure that this needs to be a public method. It's necessary because we want get_param() and friends to return the unquoted parameter value, however we want the quote-preserved form for set_boundary(). get_params(), get_param(), set_boundary(): Implement in terms of _get_params_preserve(). walk(): Yield ourself first, then recurse over our subparts (if any).
-
- 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).
-