- 15 Mar, 2011 31 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
longer fails if zlib is not installed. Instead, the zipfile.ZIP_STORED compression is used to create the ZipFile. Patch by Natalia B. Bidart.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
in the _posixsubprocess C extension module it would unintentionally close the fds and raise an error.
-
Antoine Pitrou yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
R David Murray yazdı
-
R David Murray yazdı
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 yazdı
-
Gregory P. Smith yazdı
when test_subprocess was run.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
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 9 kayıt (commit)
-
-
Ronald Oussoren yazdı
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 yazdı
-
Ronald Oussoren yazdı
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 yazdı
Patch by Natalia B. Bidart.
-
briancurtin yazdı
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 yazdı
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 yazdı
-
Ronald Oussoren yazdı
-
Ronald Oussoren yazdı
Without this patch "./configure --with-pydebug --enable-framework CC=gcc-4.0" fails on MacOSX
-