- 18 Ock, 2015 14 kayıt (commit)
-
-
Serhiy Storchaka yazdı
portable representation.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #23266: Much faster implementation of ipaddress.collapse_addresses() when there are many non-consecutive addresses.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
Patch by Al Sweigart.
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
getaddrinfo("localhost") can fail depending on the name server configuration, use "127.0.0.0" instead.
-
- 17 Ock, 2015 7 kayıt (commit)
-
-
Steve Dower yazdı
-
Antoine Pitrou yazdı
Issue #21817: When an exception is raised in a task submitted to a ProcessPoolExecutor, the remote traceback is now displayed in the parent process. Patch by Claudiu Popa.
-
Antoine Pitrou yazdı
Patch by Nikolaus Rath and Martin Panter.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
Only happened with oddly capitalized debug executables on Windows. Patch by Claudiu Popa.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Jon Dufresne.
-
- 15 Ock, 2015 19 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Override the connect_read_pipe() method of the loop to mock immediatly pause_reading() and resume_reading() methods. The test failed randomly on FreeBSD 9 buildbot and on Windows using trollius.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
StreamWriter: close() now clears the reference to the transport StreamWriter now raises an exception if it is closed: write(), writelines(), write_eof(), can_write_eof(), get_extra_info(), drain().
-
Steve Dower yazdı
-
Steve Dower yazdı
Closes #23160: Respect the environment variable SVNROOT in external-common.bat (patch by anselm.kruis)
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* Use test_utils.run_briefly() to execute pending calls to really close transports * sslproto: mock also _SSLPipe.shutdown(), it's need to close the transport * pipe test: the test doesn't close explicitly the PipeHandle, so ignore the warning instead * test_popen: use the context manager ("with p:") to explicitly close pipes
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Set the _read_fut attribute to None after cancelling it. This change should fix a race condition with _ProactorWritePipeTransport._pipe_closed().
-
Victor Stinner yazdı
Check if the _sock attribute is None to check if the transport is closed.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-