- 15 Mar, 2011 34 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Thanks Matias Bordese. (a few modifications of my own)
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Barry Warsaw authored
-
Barry Warsaw authored
in a `with` statement. Contributed by Giampaolo Rodola.
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
The fix is to charset.py, which was not doing the encoding to the correct output character set when doing a body_encode for either the shift-jis or euc-jp charsets. There's also a fix for handling a bytes input in encoders.py. Patch by Michael Henry, comment changes by me.
-
briancurtin authored
-
briancurtin authored
-
Benjamin Peterson authored
-
briancurtin authored
Patch by Denver Coneybeare at the PyCon 2011 Sprints.
-
Eric V. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
when test_subprocess was run.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
When a header was long enough to need to be split across lines, the input charset name was used instead of the output charset name in the encoded words. This make a difference only for the two charsets above.
-
- 14 Mar, 2011 6 commits
-
-
Reid Kleckner authored
-
Reid Kleckner authored
-
Michael Foord authored
-
Michael Foord authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-