- 23 Tem, 2011 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
a read1() method), and add an undocumented *write_through* parameter to mandate unbuffered writes.
-
Nadeem Vawda yazdı
* ftpwrapper now uses reference counting to ensure that the underlying socket is closed when the ftpwrapper object is no longer in use * ftplib.FTP.ntransfercmd() now closes the socket if an error occurs Initial patch by Victor Stinner.
-
Senthil Kumaran yazdı
-
- 22 Tem, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
This is related to a21829180423 as well as #12609 and #12610.
-
- 21 Tem, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 19 Tem, 2011 3 kayıt (commit)
-
-
Ned Deily yazdı
(Patch by Robert Xiao)
-
Antoine Pitrou yazdı
so that "import DLFCN" and other similar imports work on Linux 3.0.
-
R David Murray yazdı
The RFC doesn't say that they are allowed; apparently many mailers accept them, but not postfix. Contributions to this patch were made by Felipe Cruz and Catalin Iacob. The changeset also adds additional indirect tests for quoteaddr (null address and IDNA-encoded address).
-
- 18 Tem, 2011 1 kayıt (commit)
-
-
Eric V. Smith yazdı
Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError.
-
- 16 Tem, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
shutdown() is called, without waiting for the garbage collector to kick in.
-
- 15 Tem, 2011 7 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Andreas Stührk.
-
Benjamin Peterson yazdı
Patch from Andreas Stührk.
-
Antoine Pitrou yazdı
-
- 14 Tem, 2011 6 kayıt (commit)
-
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
test_shutdown() may fail on very slow buildbots like FreeBSD 6.4 just because of the arbitrary timeout.
-
Ezio Melotti yazdı
-
Benjamin Peterson yazdı
-
- 13 Tem, 2011 3 kayıt (commit)
-
-
Ned Deily yazdı
as the processor type on some Mac systems. Also fix NameError in fallback _mac_ver_gestalt function. And remove out-of-date URL in docs.
-
Victor Stinner yazdı
the parent structure. Patch by Vlad Riscutia.
-
Benjamin Peterson yazdı
-
- 12 Tem, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
cleared by the garbage collector. This fixes a segfault when an instance and its type get caught in a reference cycle, and the instance's deallocator calls one of the methods on the type (e.g. when subclassing IOBase). Diagnosis and patch by Davide Rizzo.
-
- 09 Tem, 2011 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
failure in name resolution. Should fix a buildbot failure.
-
Antoine Pitrou yazdı
failure in name resolution. Should fix a buildbot failure.
-
- 08 Tem, 2011 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
an overzealous DNS service (e.g. OpenDNS) redirects to a placeholder Web site.
-
Antoine Pitrou yazdı
DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test is now skipped instead.
-
Antoine Pitrou yazdı
DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test is now skipped instead.
-
Antoine Pitrou yazdı
reset, check the version of the OpenSSL headers Python was compiled against, rather than the runtime version of the OpenSSL library.
-
- 06 Tem, 2011 1 kayıt (commit)
-
-
Ned Deily yazdı
OS X window manager connection in tk tests, use OS X Application Services API calls instead.
-
- 05 Tem, 2011 4 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
scripts using a encoding different than UTF-8 (read the coding cookie of the script).
-
Victor Stinner yazdı
subprocess.Popen.communicate() now also handles EINTR errors if the process has only one pipe.
-
Ned Deily yazdı
tests.
-
- 04 Tem, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
fresh process with only one thread and to not change signal handling of the parent process.
-