- 01 Nis, 2016 2 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #26509: In fatal error handlers, don't log ConnectionAbortedError which occur on Windows.
-
Victor Stinner yazdı
Fix GH#325: Allow to pass None as a timeout value to disable timeout logic. Change written by Andrew Svetlov and merged by Guido van Rossum.
-
- 22 Mar, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #26604: * Add a new optional source parameter to _warnings.warn() and warnings.warn() * Modify asyncore, asyncio and _pyio modules to set the source parameter when logging a ResourceWarning warning
-
- 02 Mar, 2016 3 kayıt (commit)
-
-
Yury Selivanov yazdı
Patch by Sebastien Bourdeauducq (issue #26338)
-
Yury Selivanov yazdı
Patch by Chris Angelico (issue #26221)
-
Yury Selivanov yazdı
Patch by Vladimir Rutsky.
-
- 10 Şub, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
The original form is incorrect grammar and feels awkward, even though the meaning is clear.
-
- 01 Şub, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
Patch written by Carlo Beccarini <hackdiablo.cb@gmail.com>.
-
- 11 Ock, 2016 3 kayıt (commit)
-
-
Yury Selivanov yazdı
Patch by Марк Коренберг.
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
- 17 Ara, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
getaddrinfo takes an exclusive lock on some platforms, causing clients to queue up waiting for the lock if many names are being resolved concurrently. Users may want to handle name resolution in their own code, for the sake of caching, using an alternate resolver, or to measure DNS duration separately from connection duration. Skip getaddrinfo if the "host" passed into create_connection is already resolved. See https://github.com/python/asyncio/pull/302 for details. Patch by A. Jesse Jiryu Davis.
-
- 11 Ara, 2015 2 kayıt (commit)
-
-
Yury Selivanov yazdı
See https://github.com/python/asyncio/pull/303 for details
-
Yury Selivanov yazdı
-
- 20 Kas, 2015 2 kayıt (commit)
-
-
Yury Selivanov yazdı
See https://github.com/python/asyncio/pull/295 for details
-
Yury Selivanov yazdı
-
- 19 Kas, 2015 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 18 Kas, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
This change won't do anything in CPython 3.4 See https://github.com/python/asyncio/pull/293 for details.
-
- 17 Kas, 2015 2 kayıt (commit)
-
-
Yury Selivanov yazdı
See https://github.com/python/asyncio/pull/292 for details.
-
Yury Selivanov yazdı
-
- 16 Kas, 2015 2 kayıt (commit)
-
-
Yury Selivanov yazdı
See https://github.com/python/asyncio/pull/289 for details.
-
Yury Selivanov yazdı
See https://github.com/python/asyncio/pull/291 for details.
-
- 05 Kas, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 02 Kas, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Martin Panter yazdı
This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
-
- 19 Eki, 2015 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 05 Eki, 2015 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 03 Eki, 2015 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 Eki, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 29 Eyl, 2015 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Andrew Svetlov yazdı
-
- 28 Eyl, 2015 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 21 Eyl, 2015 2 kayıt (commit)
-
-
Victor Stinner yazdı
sequence of strings. Patch written by Yann Sionneau.
-
Victor Stinner yazdı
This info is required on Python 3.5 and newer to get specific information on the SSL object, like getting the binary peer certificate (instead of getting it as text).
-
- 17 Agu, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 14 Agu, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 06 Agu, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 05 Agu, 2015 2 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
Patch by Gustavo J. A. M. Carneiro.
-