summaryrefslogtreecommitdiff
path: root/Include/abstract.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-271-0/+4
* Fixed misplaced comment.Serhiy Storchaka2016-12-061-6/+6
|\
| * Fixed misplaced comment.Serhiy Storchaka2016-12-061-6/+6
* | Issues #25909, #28211: Restored correct documentation of PyMapping_Items,Serhiy Storchaka2016-09-261-4/+90
|\ \ | |/ |/|
| * Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict()Victor Stinner2016-09-121-30/+40
| * Revert change f860b7a775c5Victor Stinner2016-09-121-3/+1
| * ssue #27213: Reintroduce checks in _PyStack_AsDict()Victor Stinner2016-09-121-1/+3
| * Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.Serhiy Storchaka2016-09-121-3/+1
| * Issue #26900: Excluded underscored names and other private API from limited API.Serhiy Storchaka2016-09-111-1/+9
| * Add METH_FASTCALL calling conventionVictor Stinner2016-09-091-0/+16
| * Issue #27810: Add _PyCFunction_FastCallKeywords()Victor Stinner2016-09-091-1/+8
| * Add _PyObject_FastCallKeywords()Victor Stinner2016-09-091-2/+20
| * Issue #27895: Spelling fixes (Contributed by Ville Skytt?).Raymond Hettinger2016-08-301-1/+1
| * Issue #27830: Revert, remove _PyFunction_FastCallKeywords()Victor Stinner2016-08-251-17/+0
| * method_call() and slot_tp_new() now uses fast callVictor Stinner2016-08-251-0/+4
| * Add _PyObject_FastCallKeywords()Victor Stinner2016-08-251-0/+17
| * Use Py_ssize_t type for number of argumentsVictor Stinner2016-08-251-1/+1
| * Rename _PyObject_FastCall() to _PyObject_FastCallDict()Victor Stinner2016-08-221-4/+13
| * Fix PyObject_Call() parameter namesVictor Stinner2016-08-191-1/+1
| * Add _PyObject_FastCall()Victor Stinner2016-08-191-1/+17
* | Issues #25909, #28211: Restored correct documentation of PyMapping_Items,Serhiy Storchaka2016-09-261-7/+7
* | Issue #27895: Spelling fixes (Contributed by Ville Skytt?).Martin Panter2016-09-071-1/+1
|/
* issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys andSenthil Kumaran2016-01-211-7/+7
* Issue #25701: Document C API functions that both set and delete objectsMartin Panter2015-12-081-10/+10
* Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-0/+18
|\
| * Issue #23571: _Py_CheckFunctionResult() now gives the name of the functionVictor Stinner2015-03-211-2/+3
| * Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() nowVictor Stinner2015-03-061-0/+5
| * PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-091-0/+12
* | Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
|/
* use imperativeBenjamin Peterson2014-04-081-1/+1
* Issue #19526: Exclude all new API from the stable ABI.Martin v. L?wis2014-01-031-1/+1
* Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-191-9/+10
* Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-2/+2
|\
| * Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-2/+2
* | Issue #9369: The types of `char*` arguments of PyObject_CallFunction() andSerhiy Storchaka2013-05-291-9/+14
* | Closes #17892: Fix the name of _PyObject_CallMethodObjIdArgsAlexandre Vassalotti2013-05-021-2/+1
* | Issue #16148: Small improvements and cleanup. Added version informationArmin Ronacher2012-10-071-1/+3
* | Issue #16148: implemented PEP 424Armin Ronacher2012-10-061-3/+2
|/
* Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.Stefan Krah2012-07-281-2/+3
* Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-0/+4
* make _PyNumber_ConvertIntegralToInt static, since it's only used in abstract.cBenjamin Peterson2012-03-211-15/+0
* Fix a comment: PySequence_Fast() creates a list, not a tuple.Larry Hastings2012-03-051-1/+1
* - Issue #10181: New memoryview implementation fixes multiple ownershipStefan Krah2012-02-251-1/+1
* Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-091-0/+12
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-0/+13
|\
| * Remove buffer API from stable ABI for now, see #10181.Martin v. Löwis2011-01-061-0/+2
| * Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+8
| * Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() becomeAntoine Pitrou2010-09-011-0/+7
| * Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-440/+440
| * * Replaces the internals of the subprocess module from fork through exec onGregory P. Smith2010-03-141-0/+3