- 18 Tem, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 28 May, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 21 May, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 08 Ara, 2014 1 kayıt (commit)
-
-
Yury Selivanov yazdı
Issue #1218234. Initial patch by Berker Peksag.
-
- 19 Eki, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Févry Thibault.
-
- 23 Haz, 2014 1 kayıt (commit)
-
-
Yury Selivanov yazdı
Closes #21801.
-
- 08 Nis, 2014 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 27 Mar, 2014 2 kayıt (commit)
-
-
Yury Selivanov yazdı
Patch by Jeremiah Lowin. Closes #20817.
-
Yury Selivanov yazdı
... for missing keyword-only arguments. Patch by Jeremiah Lowin. Closes #20816.
-
- 21 Şub, 2014 2 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
- 19 Şub, 2014 1 kayıt (commit)
-
-
Yury Selivanov yazdı
Initial patch by Nick Coghlan.
-
- 21 Şub, 2014 2 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
- 19 Şub, 2014 1 kayıt (commit)
-
-
Yury Selivanov yazdı
Initial patch by Nick Coghlan.
-
- 09 Şub, 2014 1 kayıt (commit)
-
-
Larry Hastings yazdı
The new syntax is highly human readable while still preventing false positives. The syntax also extends Python syntax to denote "self" and positional-only parameters, allowing inspect.Signature objects to be totally accurate for all supported builtins in Python 3.4.
-
- 03 Şub, 2014 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 02 Şub, 2014 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 31 Ock, 2014 4 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
- 29 Ock, 2014 9 kayıt (commit)
-
-
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ı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
be provided #20422
-
Yury Selivanov yazdı
-
- 28 Ock, 2014 5 kayıt (commit)
-
-
Yury Selivanov yazdı
Initial patch by Yann Kaiser (epsy).
-
Yury Selivanov yazdı
-
Yury Selivanov 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).
-
Yury Selivanov yazdı
-
- 27 Ock, 2014 3 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
the rest in Signature.__str__. #20356
-
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.
-
- 24 Ock, 2014 1 kayıt (commit)
-
-
Larry Hastings yazdı
PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type) have been modified to provide introspection information for builtins. Also: many additional Lib, test suite, and Argument Clinic fixes.
-