- 28 Jan, 2014 9 commits
-
-
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 31 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
-
Yury Selivanov authored
-
Yury Selivanov authored
Some classes defined in C may not have the '__module__' attribute, so we now handle this case to avoid having unexepected AttributeError.
-
Victor Stinner authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
called during shutdown. Emitting resource warning in __del__ no longer fails. Original patch by Antoine Pitrou.
-
Serhiy Storchaka authored
successful when called during nulling out of modules during shutdown. Misleading exception no longer raised when resource warning is emitted during shutdown.
-
Serhiy Storchaka authored
-
Victor Stinner authored
signals
-
Serhiy Storchaka authored
-
Victor Stinner authored
-
Victor Stinner authored
arguments. Patch by Glenn Langford.
-
Christian Heimes authored
-
Georg Brandl authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Nikolaus Rath.
-
Terry Jan Reedy authored
make it actually gives some help when clicked. Patch by Guilherme Simões.
-
Terry Jan Reedy authored
make it actually gives some help when clicked. Patch by Guilherme Simões.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
removed even for bound methods. (Inspect.signature does, see 20401.)
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-