1. 29 Haz, 2002 1 kayıt (commit)
    • Barry Warsaw's avatar
      Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 · 908dc4be
      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.
      908dc4be
  2. 02 Haz, 2002 1 kayıt (commit)
  3. 23 May, 2002 1 kayıt (commit)
  4. 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
  5. 10 Nis, 2002 1 kayıt (commit)
  6. 24 Kas, 2001 2 kayıt (commit)
  7. 05 Kas, 2001 1 kayıt (commit)
  8. 25 Eki, 2001 1 kayıt (commit)
  9. 09 Eki, 2001 1 kayıt (commit)
  10. 04 Eki, 2001 2 kayıt (commit)
  11. 26 Eyl, 2001 1 kayıt (commit)
    • Barry Warsaw's avatar
      has_key(): Implement in terms of get(). · beb5945c
      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).
      beb5945c
  12. 23 Eyl, 2001 1 kayıt (commit)