- 29 Ock, 2014 7 kayıt (commit)
-
-
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 12 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)
-
Jason R. Coombs yazdı
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 yazdı
-
Larry Hastings yazdı
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 yazdı
-
Victor Stinner yazdı
around them
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
- 27 Ock, 2014 21 kayıt (commit)
-
-
Victor Stinner yazdı
-
Yury Selivanov yazdı
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
is present.
-
Serhiy Storchaka yazdı
is present.
-
Yury Selivanov yazdı
the rest in Signature.__str__. #20356
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
Some classes defined in C may not have the '__module__' attribute, so we now handle this case to avoid having unexepected AttributeError.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
called during shutdown. Emitting resource warning in __del__ no longer fails. Original patch by Antoine Pitrou.
-
Serhiy Storchaka yazdı
successful when called during nulling out of modules during shutdown. Misleading exception no longer raised when resource warning is emitted during shutdown.
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
signals
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
arguments. Patch by Glenn Langford.
-
Christian Heimes yazdı
-
Georg Brandl yazdı
-
Larry Hastings yazdı
-