- 15 Tem, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch from Andreas Stührk.
-
- 14 Tem, 2011 5 kayıt (commit)
-
-
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 6 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.
-
Antoine Pitrou yazdı
Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIOWrapper to a huge value, not TypeError.
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
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.
-
- 10 Tem, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 09 Tem, 2011 9 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Also, point to the various alternatives.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
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 5 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.
-
Victor Stinner yazdı
The Python signal handler for SIGABRT is not called on os.abort() (only if the signal is raised manually or sent by another process). Patch by Kamil Kisiel.
-
- 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 7 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.
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
-
Ned Deily yazdı
tests.
-
Ned Deily yazdı
testcase failure in test_ssl.
-
- 04 Tem, 2011 3 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage.
-
Georg Brandl yazdı
-