Commit f1e7ec6
Major Python 3 migration and bug fixes
This commit consolidates extensive Python 3 compatibility improvements,
bug fixes, and feature enhancements including:
- Python 3 migration: Replace raw_input with input, fix execfile usage,
handle string/bytes encoding throughout codebase
- Encoding fixes: UTF-8 handling, proper encoding for email headers,
subscription forms, and message decoration
- Archiver improvements: Fix on-the-fly archiving, handle non-ASCII
characters, improve archive format handling
- cPanel integration: Sync fixes for pickle protocol detection, encoding
issues, and various CPANEL ticket fixes
- Configuration: Improve mm_cfg handler, fix circular import issues
- Bug fixes: Fix TypeError with string encoding/hashing, KeyError in
HyperDatabase, NNTP bridge issues, and various other fixes
- Cron script fixes: Update senddigests, checkdbs, and other cron jobs
for Python 3 compatibility
This represents a comprehensive update bringing the codebase to full
Python 3 compatibility while maintaining backward compatibility where
possible.1 parent d5e801c commit f1e7ec6
1,139 files changed
Lines changed: 56769 additions & 115434 deletions
File tree
- Mailman
- Archiver
- Bouncers
- Cgi
- Commands
- Gui
- Handlers
- Logging
- MTA
- Queue
- bin
- contrib
- cron
- doc
- mailman-admin
- mailman-install
- mailman-member-es
- mailman-member
- messages
- ar/LC_MESSAGES
- ast/LC_MESSAGES
- ca/LC_MESSAGES
- cs/LC_MESSAGES
- da/LC_MESSAGES
- de/LC_MESSAGES
- el/LC_MESSAGES
- eo/LC_MESSAGES
- es/LC_MESSAGES
- et/LC_MESSAGES
- eu/LC_MESSAGES
- fa/LC_MESSAGES
- fi/LC_MESSAGES
- fr/LC_MESSAGES
- gl/LC_MESSAGES
- he/LC_MESSAGES
- hr/LC_MESSAGES
- hu/LC_MESSAGES
- ia/LC_MESSAGES
- it/LC_MESSAGES
- ja
- LC_MESSAGES
- doc
- ko/LC_MESSAGES
- lt/LC_MESSAGES
- nl/LC_MESSAGES
- no/LC_MESSAGES
- pl/LC_MESSAGES
- pt_BR/LC_MESSAGES
- pt/LC_MESSAGES
- ro/LC_MESSAGES
- ru/LC_MESSAGES
- sk/LC_MESSAGES
- sl/LC_MESSAGES
- sr/LC_MESSAGES
- sv/LC_MESSAGES
- tr/LC_MESSAGES
- uk/LC_MESSAGES
- vi/LC_MESSAGES
- zh_CN/LC_MESSAGES
- zh_TW/LC_MESSAGES
- misc
- scripts
- src
- templates
- ar
- ast
- ca
- cs
- da
- de
- el
- en
- eo
- es
- et
- eu
- fa
- fi
- fr
- gl
- he
- hr
- hu
- ia
- it
- ja
- ko
- lt
- nl
- no
- pl
- pt_BR
- pt
- ro
- ru
- sk
- sl
- sr
- sv
- tr
- uk
- vi
- zh_CN
- zh_TW
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
99 | 103 | | |
100 | 104 | | |
101 | | - | |
| 105 | + | |
102 | 106 | | |
103 | 107 | | |
104 | 108 | | |
| |||
132 | 136 | | |
133 | 137 | | |
134 | 138 | | |
135 | | - | |
| 139 | + | |
| 140 | + | |
136 | 141 | | |
137 | 142 | | |
138 | 143 | | |
| |||
145 | 150 | | |
146 | 151 | | |
147 | 152 | | |
148 | | - | |
| 153 | + | |
149 | 154 | | |
150 | 155 | | |
151 | 156 | | |
| |||
157 | 162 | | |
158 | 163 | | |
159 | 164 | | |
| 165 | + | |
160 | 166 | | |
161 | 167 | | |
162 | | - | |
| 168 | + | |
| 169 | + | |
163 | 170 | | |
164 | 171 | | |
165 | 172 | | |
| |||
169 | 176 | | |
170 | 177 | | |
171 | 178 | | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
| 179 | + | |
| 180 | + | |
179 | 181 | | |
180 | 182 | | |
181 | | - | |
182 | | - | |
| 183 | + | |
| 184 | + | |
183 | 185 | | |
184 | 186 | | |
185 | 187 | | |
186 | 188 | | |
187 | 189 | | |
188 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
189 | 194 | | |
190 | 195 | | |
| 196 | + | |
191 | 197 | | |
| 198 | + | |
| 199 | + | |
192 | 200 | | |
193 | 201 | | |
194 | 202 | | |
195 | 203 | | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
| 204 | + | |
| 205 | + | |
204 | 206 | | |
205 | 207 | | |
| 208 | + | |
206 | 209 | | |
207 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
208 | 217 | | |
209 | 218 | | |
| 219 | + | |
| 220 | + | |
210 | 221 | | |
| 222 | + | |
211 | 223 | | |
212 | 224 | | |
| 225 | + | |
213 | 226 | | |
214 | 227 | | |
215 | 228 | | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
221 | 241 | | |
222 | 242 | | |
223 | 243 | | |
| |||
0 commit comments