index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_inspect.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge: #12780: update inspect test skipIf for PEP 3147.
R David Murray
2014-10-03
1
-4/+5
|
\
|
*
#12780: update inspect test skipIf for PEP 3147.
R David Murray
2014-10-03
1
-4/+5
|
*
inspect: Validate that __signature__ is None or an instance of Signature.
Yury Selivanov
2014-06-23
1
-0/+7
|
*
inspect.signautre: Fix functools.partial support. Issue #21117
Yury Selivanov
2014-04-08
1
-20/+79
|
*
inspect: Fix getcallargs() to fail correctly if more than 3 args are missing.
Yury Selivanov
2014-03-27
1
-0/+6
|
*
inspect: Fix getcallargs() to raise correct TypeError
Yury Selivanov
2014-03-27
1
-0/+8
|
*
Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__
Yury Selivanov
2014-03-02
1
-0/+5
|
*
inspect.signature: Check for function-like objects before builtins. Issue #17159
Yury Selivanov
2014-02-21
1
-0/+16
|
*
inspect: Fix getfullargspec to support builtin module-level functions. Issue ...
Yury Selivanov
2014-02-21
1
-0/+7
|
*
inspect: Fix getfullargspec() to not to follow __wrapped__ chains
Yury Selivanov
2014-02-19
1
-0/+40
|
*
Mangle __parameters in __annotations__ dict properly. Issue #20625.
Yury Selivanov
2014-02-18
1
-0/+16
*
|
inspect: Fix getsource() to support decorated functions.
Yury Selivanov
2014-09-26
1
-0/+3
*
|
inspect.Signature: Fix discrepancy between __eq__ and __hash__.
Yury Selivanov
2014-09-12
1
-0/+24
*
|
Issue #16808: inspect.stack() now returns a named tuple instead of a tuple.
Antoine Pitrou
2014-08-24
1
-0/+8
*
|
Issue #20184: Add signature introspection for 30 of the builtins
Nick Coghlan
2014-08-17
1
-1/+53
*
|
inspect: Validate that __signature__ is None or an instance of Signature.
Yury Selivanov
2014-06-23
1
-0/+7
*
|
inspect: Make Signature and Parameter hashable. Issue #20334.
Yury Selivanov
2014-04-08
1
-10/+30
*
|
inspect.signautre: Fix functools.partial support. Issue #21117
Yury Selivanov
2014-04-08
1
-22/+79
*
|
inspect: Fix getcallargs() to fail correctly if more than 3 args are missing.
Yury Selivanov
2014-03-27
1
-0/+6
*
|
inspect: Fix getcallargs() to raise correct TypeError
Yury Selivanov
2014-03-27
1
-0/+8
*
|
inspect.signature: Improve repr of Signature and Parameter. Closes #20378
Yury Selivanov
2014-03-27
1
-0/+4
*
|
inspect.Signature: Add 'Signature.from_callable' classmethod. Closes #17373
Yury Selivanov
2014-03-27
1
-0/+13
*
|
inspect.signature: Make Signature and Parameter picklable. Closes #20726
Yury Selivanov
2014-03-27
1
-0/+53
*
|
Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__
Yury Selivanov
2014-03-02
1
-0/+5
*
|
inspect.signature: Check for function-like objects before builtins. Issue #17159
Yury Selivanov
2014-02-21
1
-0/+16
*
|
inspect: Fix getfullargspec to support builtin module-level functions. Issue ...
Yury Selivanov
2014-02-21
1
-0/+7
*
|
inspect: Fix getfullargspec() to not to follow __wrapped__ chains
Yury Selivanov
2014-02-19
1
-0/+40
*
|
Mangle __parameters in __annotations__ dict properly. Issue #20625.
Yury Selivanov
2014-02-18
1
-0/+16
|
/
*
Issue #20530: Argument Clinic's signature format has been revised again.
Larry Hastings
2014-02-09
1
-8/+65
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-2/+11
|
\
*
|
inspect.signature: Add (restore) support for builtin classes #20473
Yury Selivanov
2014-02-03
1
-0/+26
*
|
inspect.tests: Fix tests to work on python built with '--without-doc-strings'...
Yury Selivanov
2014-02-01
1
-0/+3
*
|
inspect.signature: Support duck-types of Python functions (Cython, for instan...
Yury Selivanov
2014-01-31
1
-0/+60
*
|
inspect.classify_class_attrs: Classify object.__new__ and __init__ correctly ...
Yury Selivanov
2014-01-31
1
-0/+4
*
|
inspect.signature: Make sure that if a callable object has '_patialmethod'
Yury Selivanov
2014-01-29
1
-0/+5
*
|
inspect.test.getfullargspec: Add a unittest to ensure correct annotations
Yury Selivanov
2014-01-29
1
-0/+9
*
|
inspect.getfullargspec: Use inspect.signature API behind the scenes #17481
Yury Selivanov
2014-01-29
1
-1/+41
*
|
inspect.Signature: ensure that non-default params don't follow default ones #...
Yury Selivanov
2014-01-29
1
-1/+12
*
|
inspect.signature: Add support for decorated (wrapped) builtins #20425
Yury Selivanov
2014-01-29
1
-0/+15
*
|
inspect.Signature: Make from_builtin to raise an exception if no signature can
Yury Selivanov
2014-01-29
1
-0/+4
*
|
inspect.Signature.bind: Fix pos-only params with defaults; fix *args in named...
Yury Selivanov
2014-01-28
1
-0/+25
*
|
inspect.signature: Handle bound methods with '(*args)' signature correctly #2...
Yury Selivanov
2014-01-28
1
-4/+19
*
|
inspect.tests: Remove redundant unittest
Yury Selivanov
2014-01-28
1
-5/+0
*
|
inspect.signature: Support classes without user-defined __init__/__new__ #20308
Yury Selivanov
2014-01-28
1
-0/+14
*
|
inspect.signature: Add support for 'functools.partialmethod' #20223
Yury Selivanov
2014-01-27
1
-0/+27
*
|
inspect.signature: Use '/' to separate positional-only parameters from
Yury Selivanov
2014-01-27
1
-16/+24
*
|
inspect.getfile: Don't crash on classes without '__module__' attribute #20372
Yury Selivanov
2014-01-27
1
-0/+10
*
|
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings
2014-01-24
1
-30/+68
*
|
Issue #20226: Major improvements to Argument Clinic.
Larry Hastings
2014-01-16
1
-1/+4
*
|
Issue #20144: Argument Clinic now supports simple constants as parameter
Larry Hastings
2014-01-07
1
-1/+12
[next]