- 29 Jan, 2014 22 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
asyncio: Pass through pause/resume from subprocess pipe proto to subprocess proto. Also kill dummy eof_received().
-
Guido van Rossum authored
-
Victor Stinner authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Victor Stinner authored
asyncio: _fatal_error() of _UnixWritePipeTransport and _ProactorBasePipeTransport shouldn't log BrokenPipeError nor ConnectionResetError. (Same behaviour as _SelectorTransport._fatal_error().)
-
Yury Selivanov authored
-
Yury Selivanov authored
attribute, that attribute is an instance of 'functools.partialmethod'.
-
Yury Selivanov authored
of name conflict between '__bind_self' and actual keyword argument to 'bind' or 'bind_partial'.
-
Yury Selivanov authored
-
Yury Selivanov authored
handling #17481
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
be provided #20422
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
which are at least as efficient. On Py3, unpacking exceptions never works.
-
Yury Selivanov authored
-
- 28 Jan, 2014 12 commits
-
-
Victor Stinner authored
-
Yury Selivanov authored
Initial patch by Yann Kaiser (epsy).
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
The removed unittest duplicates the other one (test_signature_on_builtins_no_signature)
-
Jason R. Coombs authored
Issue #20411: Use readline.get_current_history_length to check for the presence of a history, rather than get_history_item, which assumes a history is present.
-
Stefan Krah authored
-
Larry Hastings authored
annotate text signatures in docstrings, resulting in fewer false positives. "self" parameters are also explicitly marked, allowing inspect.Signature() to authoritatively detect (and skip) said parameters. Issue #20326: Argument Clinic now generates separate checksums for the input and output sections of the block, allowing external tools to verify that the input has not changed (and thus the output is not out-of-date).
-
Ned Deily authored
-
Victor Stinner authored
around them
-
Yury Selivanov authored
-
Yury Selivanov authored
-
- 27 Jan, 2014 6 commits
-
-
Victor Stinner authored
-
Yury Selivanov authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
is present.
-
Serhiy Storchaka authored
is present.
-
Yury Selivanov authored
the rest in Signature.__str__. #20356
-