- 31 Ock, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 30 Ock, 2014 6 kayıt (commit)
-
-
Victor Stinner yazdı
* read_buffer can only be used for TYPE_READ and TYPE_ACCEPT types * write_buffer can only be used for TYPE_WRITE type
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Yury Selivanov yazdı
all builtin functions.
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
- 29 Ock, 2014 28 kayıt (commit)
-
-
Victor Stinner yazdı
Mention that wait_for() now accepts None for the timeout.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Guido van Rossum yazdı
-
Victor Stinner yazdı
Moreover, bufsize different than 0 is now considered as an error.
-
Victor Stinner yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
asyncio: Pass through pause/resume from subprocess pipe proto to subprocess proto. Also kill dummy eof_received().
-
Guido van Rossum yazdı
-
Victor Stinner yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Victor Stinner yazdı
asyncio: _fatal_error() of _UnixWritePipeTransport and _ProactorBasePipeTransport shouldn't log BrokenPipeError nor ConnectionResetError. (Same behaviour as _SelectorTransport._fatal_error().)
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
attribute, that attribute is an instance of 'functools.partialmethod'.
-
Yury Selivanov yazdı
of name conflict between '__bind_self' and actual keyword argument to 'bind' or 'bind_partial'.
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
handling #17481
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
be provided #20422
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
which are at least as efficient. On Py3, unpacking exceptions never works.
-
Yury Selivanov yazdı
-
- 28 Ock, 2014 5 kayıt (commit)
-
-
Victor Stinner yazdı
-
Yury Selivanov yazdı
Initial patch by Yann Kaiser (epsy).
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
The removed unittest duplicates the other one (test_signature_on_builtins_no_signature)
-