- 15 Mar, 2011 16 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
in the _posixsubprocess C extension module it would unintentionally close the fds and raise an error.
-
Antoine Pitrou authored
-
R David Murray authored
-
R David Murray authored
-
Ezio Melotti authored
-
Ezio Melotti 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.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
when test_subprocess was run.
-
Ezio Melotti authored
-
Ezio Melotti 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 16 commits
-
-
Ronald Oussoren authored
Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list.
-
R David Murray authored
-
Ronald Oussoren authored
Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list Patch by Scott Wilson.
-
R David Murray authored
Patch by Natalia B. Bidart.
-
briancurtin authored
the "flag" argument is "n", dbm.error was being raised. As documented, dbm.open(...,flag='n') will now "Always create a new, empty database, open for reading and writing", regardless of a previous file existing.
-
briancurtin authored
the "flag" argument is "n", dbm.error was being raised. As documented, dbm.open(...,flag='n') will now "Always create a new, empty database, open for reading and writing", regardless of a previous file existing.
-
Ezio Melotti authored
-
Ronald Oussoren authored
-
Ronald Oussoren authored
Without this patch "./configure --with-pydebug --enable-framework CC=gcc-4.0" fails on MacOSX
-
R David Murray authored
-
R David Murray authored
Patch by Evan Dandrea.
-
Ross Lagerwall authored
-
Ross Lagerwall authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
- 13 Mar, 2011 6 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
non-semaphore implementation of locks is used under POSIX.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 12 Mar, 2011 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-