- 28 Ock, 2014 5 kayıt (commit)
-
-
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 35 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ı
-
Larry Hastings yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Nikolaus Rath.
-
Terry Jan Reedy yazdı
make it actually gives some help when clicked. Patch by Guilherme Simões.
-
Terry Jan Reedy yazdı
make it actually gives some help when clicked. Patch by Guilherme Simões.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
removed even for bound methods. (Inspect.signature does, see 20401.)
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Original patch by Serhiy Storchaka.
-
Terry Jan Reedy yazdı
Original patch by Serhiy Storchaka.
-
Christian Heimes yazdı
Serhiy and I had the same idea so it's most likely right. ;)
-