Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
6f79e60b66dacefca147bdaa80eb37f936a72991
/
Lib
/
test
/
test_call.py
b5cc208
bpo-40679: Use the function's qualname in certain TypeErrors (GH-20236)
by Dennis Sweeney
· 5 years ago
b1e11c3
bpo-40443: Remove unused imports in tests (GH-19804)
by Victor Stinner
· 5 years ago
ffd9753
bpo-39245: Switch to public API for Vectorcall (GH-18460)
by Petr Viktorin
· 5 years ago
bf17d41
bpo-37645: add new function _PyObject_FunctionStr() (GH-14890)
by Jeroen Demeyer
· 6 years ago
f958377
bpo-37499: Test various C calling conventions (GH-15776)
by Petr Viktorin
· 6 years ago
0d722f3
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
by Jeroen Demeyer
· 6 years ago
a8b27e6
bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858)
by Jeroen Demeyer
· 6 years ago
740a84d
bpo-37191: Move TestPEP590 from test_capi to test_call (GH-13892)
by Victor Stinner
· 6 years ago
aacc77f
bpo-36974: implement PEP 590 (GH-13185)
by Jeroen Demeyer
· 6 years ago
77aa396
bpo-36907: fix refcount bug in _PyStack_UnpackDict() (GH-13381)
by Jeroen Demeyer
· 6 years ago
f2f55e7
bpo-36282: Improved error message for too much positional arguments. (GH-12310)
by Serhiy Storchaka
· 6 years ago
6326278
bpo-34193: Fix pluralization in getargs.c and test cases. (GH-8438)
by Xtreak
· 7 years ago
2aaf98c
bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624)
by INADA Naoki
· 7 years ago
1426daa
bpo-34127: Fix grammar in error message with respect to argument count (GH-8395)
by Xtreak
· 7 years ago
bf9075a
bpo-31229: Fixed wrong error messages when too many keyword arguments are received. (#3180)
by Oren Milman
· 8 years ago
9648088
bpo-30878: Fix error message when keyword arguments are passed (#2635)
by Sylvain
· 8 years ago
96c7c06
bpo-20627: Fix error message when keyword arguments are used (#2115)
by Sylvain
· 8 years ago
7445381
bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
by Sylvain
· 8 years ago
f9f1cca
Fix regression in error message introduced in bpo-29951. (#2028)
by Serhiy Storchaka
· 8 years ago
3b5cf85
bpo-30524: Write unit tests for FASTCALL (#2022)
by Victor Stinner
· 8 years ago
5eb788b
bpo-30534: Fixed error messages when pass keyword arguments (#1901)
by Serhiy Storchaka
· 8 years ago
38c707e
Issue #21741: Update 147 test modules to use test discovery.
by Zachary Ware
· 10 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 17 years ago
e2b70bc
Get rid of dict.has_key(). Boy this has a lot of repercussions!
by Guido van Rossum
· 19 years ago
31017ae
SF #904720: dict.update should take a 2-tuple sequence like dict.__init_
by Raymond Hettinger
· 21 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
2e2be37
Change the PyUnit-based tests to use the test_main() approach. This
by Fred Drake
· 24 years ago
bea3947
Variety of test cases for call to builtin functions
by Jeremy Hylton
· 24 years ago