| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-40679: Use the function's qualname in certain TypeErrors (GH-20236) | Dennis Sweeney | 2020-05-22 | 1 | -0/+48 |
|
|
* | bpo-40443: Remove unused imports in tests (GH-19804) | Victor Stinner | 2020-04-30 | 1 | -1/+0 |
|
|
* | bpo-39245: Switch to public API for Vectorcall (GH-18460) | Petr Viktorin | 2020-02-11 | 1 | -3/+3 |
|
|
* | bpo-37645: add new function _PyObject_FunctionStr() (GH-14890) | Jeroen Demeyer | 2019-11-05 | 1 | -5/+5 |
|
|
* | bpo-37499: Test various C calling conventions (GH-15776) | Petr Viktorin | 2019-09-10 | 1 | -164/+221 |
|
|
* | bpo-36974: separate vectorcall functions for each calling convention (GH-13781) | Jeroen Demeyer | 2019-07-05 | 1 | -0/+2 |
|
|
* | bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858) | Jeroen Demeyer | 2019-06-24 | 1 | -0/+9 |
|
|
* | bpo-37191: Move TestPEP590 from test_capi to test_call (GH-13892) | Victor Stinner | 2019-06-07 | 1 | -0/+123 |
|
|
* | bpo-36974: implement PEP 590 (GH-13185) | Jeroen Demeyer | 2019-05-29 | 1 | -8/+8 |
|
|
* | bpo-36907: fix refcount bug in _PyStack_UnpackDict() (GH-13381) | Jeroen Demeyer | 2019-05-22 | 1 | -0/+17 |
|
|
* | bpo-36282: Improved error message for too much positional arguments. (GH-12310) | Serhiy Storchaka | 2019-03-13 | 1 | -1/+1 |
|
|
* | bpo-34193: Fix pluralization in getargs.c and test cases. (GH-8438) | Xtreak | 2018-12-21 | 1 | -4/+7 |
|
|
* | bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) | INADA Naoki | 2018-09-26 | 1 | -0/+17 |
|
|
* | bpo-34127: Fix grammar in error message with respect to argument count (GH-8395) | Xtreak | 2018-07-22 | 1 | -0/+16 |
|
|
* | bpo-31229: Fixed wrong error messages when too many keyword arguments are rec... | Oren Milman | 2017-08-23 | 1 | -0/+21 |
|
|
* | bpo-30878: Fix error message when keyword arguments are passed (#2635) | Sylvain | 2017-07-09 | 1 | -0/+8 |
|
|
* | bpo-20627: Fix error message when keyword arguments are used (#2115) | Sylvain | 2017-06-15 | 1 | -0/+26 |
|
|
* | bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) | Sylvain | 2017-06-10 | 1 | -0/+12 |
|
|
* | Fix regression in error message introduced in bpo-29951. (#2028) | Serhiy Storchaka | 2017-06-09 | 1 | -0/+4 |
|
|
* | bpo-30524: Write unit tests for FASTCALL (#2022) | Victor Stinner | 2017-06-09 | 1 | -0/+175 |
|
|
* | bpo-30534: Fixed error messages when pass keyword arguments (#1901) | Serhiy Storchaka | 2017-06-06 | 1 | -3/+57 |
|
|
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -6/+1 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 | 1 | -9/+9 |
|
|
* | SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ | Raymond Hettinger | 2004-03-04 | 1 | -9/+9 |
|
|
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -2/+2 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Change the PyUnit-based tests to use the test_main() approach. This | Fred Drake | 2001-09-20 | 1 | -1/+7 |
|
|
* | Variety of test cases for call to builtin functions | Jeremy Hylton | 2001-05-29 | 1 | -0/+125 |
|
|