- 15 Mar, 2011 5 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray 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 35 kayıt (commit)
-
-
Reid Kleckner yazdı
-
Reid Kleckner yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan 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.
-
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ı
-
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ı
-
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.
-
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.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Reid Kleckner yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Reid Kleckner yazdı
-
Jesus Cea yazdı
-
Reid Kleckner yazdı
-
Reid Kleckner yazdı
-
Ronald Oussoren yazdı
-
Reid Kleckner yazdı
-
Reid Kleckner yazdı
If the timeout expires before the subprocess exits, the wait method and the communicate method will raise a subprocess.TimeoutExpired exception. When used with communicate, it is possible to catch the exception, kill the process, and retry the communicate and receive any output written to stdout or stderr.
-
Eric V. Smith yazdı
-
Ronald Oussoren yazdı
using GCC 4.0.
-
Ronald Oussoren yazdı
-
Eric V. Smith yazdı
-
Ronald Oussoren yazdı
Without this patch "./configure --with-pydebug --enable-framework CC=gcc-4.0" fails on MacOSX
-
R David Murray yazdı
-