Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-30534: Fixed error messages when pass keyword arguments (#1901) | Serhiy Storchaka | 2017-06-06 | 1 | -24/+25 |
* | bpo-29924: Remove useless argument (#854) | Sylvain | 2017-03-27 | 1 | -1/+1 |
* | bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. ... | Serhiy Storchaka | 2017-03-21 | 1 | -6/+8 |
* | bpo-29735: Optimize partial_call(): avoid tuple (#516) | Victor Stinner | 2017-03-14 | 1 | -0/+16 |
* | bpo-29548: Recommend PyObject_Call APIs over PyEval_Call APIs. (GH-75) | INADA Naoki | 2017-03-14 | 1 | -33/+24 |
* | bpo-29684: Fix regression of PyEval_CallObjectWithKeywords (GH-87) | INADA Naoki | 2017-03-01 | 1 | -6/+7 |
* | Document why functools.partial() must copy kwargs (#253) | Victor Stinner | 2017-02-23 | 1 | -2/+2 |
* | bpo-29524: Add Objects/call.c file (#12) | Victor Stinner | 2017-02-12 | 1 | -0/+1368 |
* | Backed out changeset f23fa1f7b68f | Victor Stinner | 2017-02-10 | 1 | -1368/+0 |
* | Issue #29465: Add Objects/call.c file | Victor Stinner | 2017-02-10 | 1 | -0/+1368 |