index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_call.py
Commit message (
Expand
)
Author
Age
*
gh-101261: add test for function with > 255 args (#101262)
Irit Katriel
2023-01-23
*
gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)
Serhiy Storchaka
2022-12-04
*
GH-98686: Quicken everything (GH-98687)
Brandt Bucher
2022-11-02
*
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Wenzel Jakob
2022-10-27
*
gh-91058: Add error suggestions to 'import from' import errors (#98305)
Pablo Galindo Salgado
2022-10-25
*
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...
Mark Shannon
2022-10-05
*
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
adphrost
2022-09-15
*
gh-95991: Add some infrastructure for testing Limited API in _testcapi (GH-95...
Petr Viktorin
2022-08-17
*
Disable Limited API tests with Py_TRACE_REFS (GH-95796)
Petr Viktorin
2022-08-09
*
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
Petr Viktorin
2022-08-08
*
gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#9...
Petr Viktorin
2022-08-04
*
gh-94938: Fix test (GH-95396)
Serhiy Storchaka
2022-07-30
*
gh-94938: Fix errror detection of unexpected keyword arguments (GH-94999)
Serhiy Storchaka
2022-07-28
*
GH-93252: Fix error handling for failed Python calls (GH-94693)
Brandt Bucher
2022-07-08
*
bpo-45155 : Default arguments for int.to_bytes(length=1, byteorder=sys.byteor...
Barry Warsaw
2021-09-15
*
bpo-20201: variadic arguments support for AC (GH-18609)
Batuhan Taskaya
2021-07-16
*
bpo-43908: Immutable types inherit vectorcall (GH-27001)
Erlend Egeberg Aasland
2021-07-08
*
bpo-40679: Use the function's qualname in certain TypeErrors (GH-20236)
Dennis Sweeney
2020-05-22
*
bpo-40443: Remove unused imports in tests (GH-19804)
Victor Stinner
2020-04-30
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
*
bpo-37645: add new function _PyObject_FunctionStr() (GH-14890)
Jeroen Demeyer
2019-11-05
*
bpo-37499: Test various C calling conventions (GH-15776)
Petr Viktorin
2019-09-10
*
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
Jeroen Demeyer
2019-07-05
*
bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858)
Jeroen Demeyer
2019-06-24
*
bpo-37191: Move TestPEP590 from test_capi to test_call (GH-13892)
Victor Stinner
2019-06-07
*
bpo-36974: implement PEP 590 (GH-13185)
Jeroen Demeyer
2019-05-29
*
bpo-36907: fix refcount bug in _PyStack_UnpackDict() (GH-13381)
Jeroen Demeyer
2019-05-22
*
bpo-36282: Improved error message for too much positional arguments. (GH-12310)
Serhiy Storchaka
2019-03-13
*
bpo-34193: Fix pluralization in getargs.c and test cases. (GH-8438)
Xtreak
2018-12-21
*
bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624)
INADA Naoki
2018-09-25
*
bpo-34127: Fix grammar in error message with respect to argument count (GH-8395)
Xtreak
2018-07-22
*
bpo-31229: Fixed wrong error messages when too many keyword arguments are rec...
Oren Milman
2017-08-23
*
bpo-30878: Fix error message when keyword arguments are passed (#2635)
Sylvain
2017-07-09
*
bpo-20627: Fix error message when keyword arguments are used (#2115)
Sylvain
2017-06-15
*
bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
Sylvain
2017-06-10
*
Fix regression in error message introduced in bpo-29951. (#2028)
Serhiy Storchaka
2017-06-09
*
bpo-30524: Write unit tests for FASTCALL (#2022)
Victor Stinner
2017-06-09
*
bpo-30534: Fixed error messages when pass keyword arguments (#1901)
Serhiy Storchaka
2017-06-06
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
*
SF #904720: dict.update should take a 2-tuple sequence like dict.__init_
Raymond Hettinger
2004-03-04
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
Change the PyUnit-based tests to use the test_main() approach. This
Fred Drake
2001-09-20
*
Variety of test cases for call to builtin functions
Jeremy Hylton
2001-05-29