Staging
v0.8.1
https://github.com/python/cpython
Revision 169b133c82ef1463444c6835e37760addb6c3d68 authored by R. David Murray on 12 October 2010, 14:16:46 UTC, committed by R. David Murray on 12 October 2010, 14:16:46 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 577acb4
History
Tip revision: 169b133c82ef1463444c6835e37760addb6c3d68 authored by R. David Murray on 12 October 2010, 14:16:46 UTC
Blocked revisions 85322,85326 via svnmerge
Tip revision: 169b133
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.bzrignore -rw-r--r-- 493 bytes
.hgignore -rw-r--r-- 705 bytes
.hgtags -rw-r--r-- 4.1 KB
LICENSE -rw-r--r-- 13.9 KB
Makefile.pre.in -rw-r--r-- 39.8 KB
README -rw-r--r-- 52.5 KB
configure -rwxr-xr-x 395.2 KB
configure.in -rw-r--r-- 122.6 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.3 KB
setup.py -rw-r--r-- 86.9 KB

README

back to top