| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #26900: Excluded underscored names and other private API from limited API. | Serhiy Storchaka | 2016-09-11 | 1 | -1/+9 |
|
|
* | Add METH_FASTCALL calling convention | Victor Stinner | 2016-09-10 | 1 | -0/+16 |
|
|
* | Issue #27810: Add _PyCFunction_FastCallKeywords() | Victor Stinner | 2016-09-09 | 1 | -1/+8 |
|
|
* | Add _PyObject_FastCallKeywords() | Victor Stinner | 2016-09-09 | 1 | -2/+20 |
|
|
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Raymond Hettinger | 2016-08-30 | 1 | -1/+1 |
|
|
* | Issue #27830: Revert, remove _PyFunction_FastCallKeywords() | Victor Stinner | 2016-08-25 | 1 | -17/+0 |
|
|
* | method_call() and slot_tp_new() now uses fast call | Victor Stinner | 2016-08-24 | 1 | -0/+4 |
|
|
* | Add _PyObject_FastCallKeywords() | Victor Stinner | 2016-08-24 | 1 | -0/+17 |
|
|
* | Use Py_ssize_t type for number of arguments | Victor Stinner | 2016-08-24 | 1 | -1/+1 |
|
|
* | Rename _PyObject_FastCall() to _PyObject_FastCallDict() | Victor Stinner | 2016-08-22 | 1 | -4/+13 |
|
|
* | Fix PyObject_Call() parameter names | Victor Stinner | 2016-08-19 | 1 | -1/+1 |
|
|
* | Add _PyObject_FastCall() | Victor Stinner | 2016-08-19 | 1 | -1/+17 |
|
|
* | issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and | Senthil Kumaran | 2016-01-21 | 1 | -7/+7 |
|
|
* | Issue #25701: Document C API functions that both set and delete objects | Martin Panter | 2015-12-08 | 1 | -10/+10 |
|
|
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|\ |
|
| * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|
|
* | | Issue #23571: _Py_CheckFunctionResult() now gives the name of the function | Victor Stinner | 2015-03-21 | 1 | -2/+3 |
|
|
* | | Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now | Victor Stinner | 2015-03-06 | 1 | -0/+5 |
|
|
* | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) | Benjamin Peterson | 2014-04-10 | 1 | -0/+12 |
|/ |
|
* | use imperative | Benjamin Peterson | 2014-04-08 | 1 | -1/+1 |
|
|
* | Issue #19526: Exclude all new API from the stable ABI. | Martin v. Löwis | 2014-01-03 | 1 | -1/+1 |
|
|
* | Issue #1772673: The type of `char*` arguments now changed to `const char*`. | Serhiy Storchaka | 2013-10-19 | 1 | -9/+10 |
|
|
* | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -2/+2 |
|\ |
|
| * | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -2/+2 |
|
|
* | | Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and | Serhiy Storchaka | 2013-05-29 | 1 | -9/+14 |
|
|
* | | Closes #17892: Fix the name of _PyObject_CallMethodObjIdArgs | Alexandre Vassalotti | 2013-05-02 | 1 | -2/+1 |
|
|
* | | Issue #16148: Small improvements and cleanup. Added version information | Armin Ronacher | 2012-10-07 | 1 | -1/+3 |
|
|
* | | Issue #16148: implemented PEP 424 | Armin Ronacher | 2012-10-06 | 1 | -3/+2 |
|/ |
|
* | Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. | Stefan Krah | 2012-07-28 | 1 | -2/+3 |
|
|
* | Issue #2377: Make importlib the implementation of __import__(). | Brett Cannon | 2012-04-14 | 1 | -0/+4 |
|
|
* | make _PyNumber_ConvertIntegralToInt static, since it's only used in abstract.c | Benjamin Peterson | 2012-03-21 | 1 | -15/+0 |
|
|
* | Fix a comment: PySequence_Fast() creates a list, not a tuple. | Larry Hastings | 2012-03-06 | 1 | -1/+1 |
|
|
* | - Issue #10181: New memoryview implementation fixes multiple ownership | Stefan Krah | 2012-02-25 | 1 | -1/+1 |
|
|
* | Add API for static strings, primarily good for identifiers. | Martin v. Löwis | 2011-10-09 | 1 | -0/+12 |
|
|
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -2/+2 |
|\ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -2/+2 |
|
|
| * | Merged revisions 84391 via svnmerge from | Antoine Pitrou | 2010-09-01 | 1 | -0/+7 |
|
|
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -440/+440 |
|
|
| * | Merged revisions 73735-73736 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -6/+0 |
|
|
* | | Remove buffer API from stable ABI for now, see #10181. | Martin v. Löwis | 2011-01-06 | 1 | -0/+2 |
|
|
* | | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -0/+8 |
|
|
* | | Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() become | Antoine Pitrou | 2010-09-01 | 1 | -0/+7 |
|
|
* | | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -440/+440 |
|
|
* | | * Replaces the internals of the subprocess module from fork through exec on | Gregory P. Smith | 2010-03-14 | 1 | -0/+3 |
|
|
* | | remove comment about PyNumber_Int | Benjamin Peterson | 2009-07-01 | 1 | -6/+0 |
|/ |
|
* | #6115: remove entries for the already removed PyNumber_Divide and PyNumber_In... | Georg Brandl | 2009-05-26 | 1 | -15/+0 |
|
|
* | Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1. | Mark Dickinson | 2009-02-11 | 1 | -1/+5 |
|
|
* | Issue 1242657: list(obj) can swallow KeyboardInterrupt. | Raymond Hettinger | 2009-02-02 | 1 | -1/+1 |
|
|
* | Issue #1717: remove the cmp builtin function, the C-API functions | Mark Dickinson | 2009-02-01 | 1 | -23/+0 |
|
|
* | Merged revisions 68560 via svnmerge from | Amaury Forgeot d'Arc | 2009-01-12 | 1 | -1/+2 |
|
|