Staging
v0.5.1
https://github.com/python/cpython
Revision 33d6e97a3ebf09e8b8f193d50de03311fd6e78c9 authored by R. David Murray on 12 October 2010, 14:13:24 UTC, committed by R. David Murray on 12 October 2010, 14:13:24 UTC
........
  r85322 | r.david.murray | 2010-10-08 11:55:28 -0400 (Fri, 08 Oct 2010) | 8 lines

  #4661: add bytes parsing and generation to email (email version bump to 5.1.0)

  The work on this is not 100% complete, but everything is present to
  allow real-world testing of the code.  The only remaining major todo
  item is to (hopefully!) enhance the handling of non-ASCII bytes in headers
  converted to unicode by RFC2047 encoding them rather than replacing them with
  '?'s.
........
  r85326 | r.david.murray | 2010-10-08 17:37:39 -0400 (Fri, 08 Oct 2010) | 2 lines

  What's new entry for email 5.1.
........
1 parent c158354
History
Tip revision: 33d6e97a3ebf09e8b8f193d50de03311fd6e78c9 authored by R. David Murray on 12 October 2010, 14:13:24 UTC
Blocked revisions 85322,85326 via svnmerge
Tip revision: 33d6e97
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 723 bytes
.hgignore -rw-r--r-- 920 bytes
.hgtags -rw-r--r-- 4.0 KB
LICENSE -rw-r--r-- 14.1 KB
Makefile.pre.in -rw-r--r-- 39.0 KB
README -rw-r--r-- 6.8 KB
configure -rwxr-xr-x 385.2 KB
configure.in -rw-r--r-- 115.3 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 32.5 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 75.9 KB

README

back to top