Staging
v0.5.1
https://github.com/python/cpython
Revision ed44dfa4c7dd03488da6e23c9901af7185af8302 authored by R. David Murray on 16 January 2010, 05:15:17 UTC, committed by R. David Murray on 16 January 2010, 05:15:17 UTC
headers in multipart/signed MIME parts, which fixes one of the sources of
invalid modifications to such parts by Generator.  Patch and tests by
Martin von Gagern.
1 parent 57cd8eb
Raw File
Tip revision: ed44dfa4c7dd03488da6e23c9901af7185af8302 authored by R. David Murray on 16 January 2010, 05:15:17 UTC
Issue #1670765: Prevent email.generator.Generator from re-wrapping
Tip revision: ed44dfa
.hgignore
.gdb_history
.purify
.svn
Makefile
Makefile.pre
TAGS
autom4te.cache
build
buildno
config.cache
config.log
config.status
config.status.lineno
db_home
platform
pyconfig.h
python
python.exe
reflog.txt
tags
Lib/plat-mac/errors.rsrc.df.rsrc
Doc/tools/sphinx/
Doc/tools/docutils/
Doc/tools/jinja/
Doc/tools/pygments/
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Parser/pgen
core

syntax: glob
libpython*.a
*.o
*.pyc
*.pyo
*.pyd
*.cover
*.orig
*.rej
*~
Lib/lib2to3/*.pickle
Lib/test/data/*
PCbuild/*.exe
PCbuild/*.dll
PCbuild/*.pdb
PCbuild/*.lib
PCbuild/*.exp
PCbuild/*.o
PCbuild/*.ncb
PCbuild/*.bsc
PCbuild/Win32-temp-*
back to top