summaryrefslogtreecommitdiff
path: root/python/Python-2.6.1-py4768.patch
blob: 7617f5dbec53b38514be546fc3d5c349d7a9c894 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- misc/Python-2.6.1/Lib/email/encoders.py
+++ misc/build/Python-2.6.1/Lib/email/encoders.py
@@ -42,7 +42,7 @@
     Also, add an appropriate Content-Transfer-Encoding header.
     """
     orig = msg.get_payload()
-    encdata = _bencode(orig)
+    encdata = str(_bencode(orig)).encode('ascii')
     msg.set_payload(encdata)
     msg['Content-Transfer-Encoding'] = 'base64'
 
375045a9170a5a377ede2f062803eafedf63'>tdf#152214 vcl: add unit test for double lines in small zoomLászló Németh 2022-10-20sw content controls, alias: add LOK APIMiklos Vajna 2022-08-19sw: online: make sure commment removal notification is sentPranam Lashkari 2022-06-07tdf#43244 sw: show stripped line-end spaces on marginAttila Szűcs 2022-04-22sw content controls: add LOK APIMiklos Vajna 2021-12-30lok: don't limit line length in HTMLWriterSzymon Kłos 2021-10-20svx: Don't end text edit mode for all viewsTomaž Vajngerl 2021-04-09sw style copy: fix crash when handling a conditional paragraphy styleMiklos Vajna 2021-02-23tdf#135774, tdf#114799 Char highlight: apply to numberingJustin Luth 2020-11-24sw tiled rendering: fix paint->invalidation loop when paint is started by vclMiklos Vajna 2020-11-04tdf#105967 sw: add unit test for redlining of break symbolsLászló Németh 2020-05-09lok: MSForms: test & fix two corner cases of drop-down field.Tamás Zolnai 2020-05-09lok: MSForms: add a test case about editing drop down form field.Tamás Zolnai 2020-05-08lok: MSForms: Add callback for form field button.Tamás Zolnai 2020-04-30tdf#114799 DOCX import: fix missing numbering highlightLászló Németh 2020-04-15sw: avoid calling SwView::GetWrtShell() unconditionally from the SwView ctorMiklos Vajna 2020-04-03clean-up test of tdf#117448: set fixed font featuresLászló Németh 2020-04-01tdf#117448 Writer table: don't clip text on marginsLászló Németh 2020-02-28add hyperlink info unit testGrzegorz Araminowicz