summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Remove unused func parameter of _PyStack_UnpackDict()Victor Stinner2017-01-181-2/+1
* | | | Add _PyArg_UnpackStack() function helperVictor Stinner2017-01-171-0/+10
* | | | _PyStack_UnpackDict() now returns -1 on errorVictor Stinner2017-01-171-5/+8
* | | | Add _PyArg_NoStackKeywords() helper functionVictor Stinner2017-01-171-1/+2
* | | | Add _PyArg_ParseStack() helper functionVictor Stinner2017-01-171-3/+13
* | | | Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywordsVictor Stinner2017-01-172-4/+4
* | | | Add _PyStack_AsTupleSlice() helperVictor Stinner2017-01-161-0/+6
* | | | Issue #28969: Fixed race condition in C implementation of functools.lru_cache.Serhiy Storchaka2017-01-121-0/+1
|\ \ \ \ | |/ / /
| * | | Issue #28969: Fixed race condition in C implementation of functools.lru_cache.Serhiy Storchaka2017-01-121-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | Issue #28969: Fixed race condition in C implementation of functools.lru_cache.Serhiy Storchaka2017-01-121-0/+1
| | |/
| | * Post-release fixups for Python 3.5.3rc1.Larry Hastings2017-01-031-1/+1
| | * Version bump for 3.5.3rc1.v3.5.3rc1Larry Hastings2017-01-021-4/+4
* | | Disable _PyStack_AsTuple() inliningVictor Stinner2017-01-111-1/+14
* | | call_method() now uses _PyObject_FastCall()Victor Stinner2017-01-101-8/+0
* | | Merge 3.6Victor Stinner2017-01-051-1/+1
|\ \ \ | |/ /
| * | Issue #27961: Define HAVE_LONG_LONG as 1.Victor Stinner2017-01-051-1/+1
* | | Issue #28915: Exclude _Py_VaBuildStack from the limited API.Serhiy Storchaka2016-12-271-0/+4
* | | Issue #28427: old keys should not remove new values fromAntoine Pitrou2016-12-271-0/+2
|\ \ \ | |/ /
| * | Issue #28427: old keys should not remove new values fromAntoine Pitrou2016-12-271-0/+2
| |\ \ | | |/
| | * Issue #28427: old keys should not remove new values fromAntoine Pitrou2016-12-271-0/+2
* | | Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-2718-7/+85
|\ \ \ | |/ /
| * | Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-2718-7/+85
* | | Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function.INADA Naoki2016-12-241-1/+5
* | | abstract.h: remove long outdated commentVictor Stinner2016-12-191-118/+2
* | | Issue #29009: Merge 3.6.Xiang Zhang2016-12-191-4/+0
|\ \ \ | |/ /
| * | Issue #29009: Merge 3.5.Xiang Zhang2016-12-191-4/+0
| |\ \ | | |/
| | * Issue #29009: Remove outdated doc of PyUnicode_RichCompare.Xiang Zhang2016-12-191-4/+0
* | | Issue #18896: Python function can now have more than 255 parameters.Serhiy Storchaka2016-12-161-4/+3
* | | Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...Serhiy Storchaka2016-12-162-1/+3
* | | Add _PY_FASTCALL_SMALL_STACK constantVictor Stinner2016-12-151-0/+11
* | | Issue #28838: Cleanup abstract.hVictor Stinner2016-12-151-621/+423
* | | Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.Yury Selivanov2016-12-141-0/+2
* | | Add _PyObject_VaCallFunctionObjArgs() private functionVictor Stinner2016-12-081-0/+6
* | | Add _Py_VaBuildStack() functionVictor Stinner2016-12-081-0/+13
* | | merge 3.6 (#28898)Benjamin Peterson2016-12-081-2/+3
|\ \ \ | |/ /
| * | guard HAVE_LONG_LONG definition to prevent redefinition (#28898)Benjamin Peterson2016-12-081-2/+3
| * | Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will...Ned Deily2016-12-071-3/+3
| * | Version bump for 3.6.0rc1v3.6.0rc1Ned Deily2016-12-071-3/+3
* | | Issue #28838: Fix weird indentation of abstract.hVictor Stinner2016-12-061-847/+859
* | | Uniformize argument names of "call" functionsVictor Stinner2016-12-062-70/+74
* | | Fixed misplaced comment.Serhiy Storchaka2016-12-061-6/+6
|\ \ \ | |/ /
| * | Fixed misplaced comment.Serhiy Storchaka2016-12-061-6/+6
| |\ \ | | |/
| | * Fixed misplaced comment.Serhiy Storchaka2016-12-061-6/+6
* | | Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.Serhiy Storchaka2016-12-051-1/+1
|\ \ \ | |/ /
| * | Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.Serhiy Storchaka2016-12-051-1/+1
| |\ \ | | |/
| | * Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.Serhiy Storchaka2016-12-051-1/+1
| * | Start 3.6.0rc1. (Note, patch level was incorrectly set to 3.6.0b4+ following ...Ned Deily2016-11-221-1/+1
| * | Version bump for 3.6.0b4v3.6.0b4Ned Deily2016-11-221-1/+1
* | | Issue #28858: Remove _PyObject_CallArg1() macroVictor Stinner2016-12-051-4/+1
* | | fix _PyObject_CallArg1 compiler warnings (closes #28855)Benjamin Peterson2016-12-021-1/+1