summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* bpo-29748: Added the slice index converter in Argument Clinic. (#549)Serhiy Storchaka2017-03-191-0/+1
* bpo-28749: Fixed the documentation of the mapping codec APIs. (#487)Serhiy Storchaka2017-03-191-27/+18
* bpo-29735: Optimize partial_call(): avoid tuple (#516)Victor Stinner2017-03-141-0/+4
* bpo-29548: Recommend PyObject_Call APIs over PyEval_Call APIs. (GH-75)INADA Naoki2017-03-141-0/+6
* bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#501)Serhiy Storchaka2017-03-121-1/+1
* bpo-15695: Add PyAPI_FUNC() to _PyDict_SizeOf() declaration. (#639)Serhiy Storchaka2017-03-121-1/+1
* bpo-29619: Convert st_ino using unsigned integer (#557)Victor Stinner2017-03-091-1/+1
* Fix the only non-C90 comment to be C90 compatible. (#566)n.d. parker2017-03-081-1/+1
* bpo-27593: Get SCM build info from git instead of hg. (#446)Ned Deily2017-03-041-2/+2
* Fixed a typo in the comment in Include/pyport.h (#425)Joseph Shen2017-03-031-1/+1
* bpo-29463: Add docstring field to some AST nodes. (#46)INADA Naoki2017-02-221-10/+15
* bpo-29524: Add Objects/call.c file (#12)Victor Stinner2017-02-121-6/+16
* Backed out changeset f23fa1f7b68fVictor Stinner2017-02-101-16/+6
* Issue #29465: Add Objects/call.c fileVictor Stinner2017-02-101-6/+16
* Optimize slots: avoid temporary PyMethodObjectVictor Stinner2017-02-091-0/+6
* Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() andSerhiy Storchaka2017-02-061-0/+7
* Issue #27867: Silenced may-be-used-uninitialized warnings afterSerhiy Storchaka2017-02-041-2/+3
|\
| * Issue #27867: Silenced may-be-used-uninitialized warnings afterSerhiy Storchaka2017-02-041-2/+3
| |\
| | * Issue #27867: Silenced may-be-used-uninitialized warnings afterSerhiy Storchaka2017-02-041-2/+3
* | | Issue #29263: LOAD_METHOD support for C methodsINADA Naoki2017-02-022-0/+10
* | | Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced withSerhiy Storchaka2017-01-251-2/+14
|\ \ \ | |/ /
| * | Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro ifSerhiy Storchaka2017-01-251-2/+14
| |\ \ | | |/
| | * Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro ifSerhiy Storchaka2017-01-251-2/+14
* | | Issue #29083: Fixed the declaration of some public API functions.Serhiy Storchaka2017-01-241-7/+5
|\ \ \ | |/ /
| * | Issue #29083: Fixed the declaration of some public API functions.Serhiy Storchaka2017-01-241-7/+5
| |\ \ | | |/
| | * Issue #29083: Fixed the declaration of some public API functions.Serhiy Storchaka2017-01-241-5/+5
| | * Fix incorrect patchlevel information for 3.5.3+.Larry Hastings2017-01-201-2/+2
| | * Merge 3.5.3 release head with main 3.5 branch.Larry Hastings2017-01-172-2/+3
| | |\
| | * | Post-release updates for 3.5.3.Larry Hastings2017-01-171-1/+1
| | * | Version bump for Python 3.5.3.v3.5.3Larry Hastings2017-01-161-3/+3
* | | | Issue #29360: _PyStack_AsDict() doesn't check kwnamesVictor Stinner2017-01-241-6/+9
* | | | Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE whereverSerhiy Storchaka2017-01-231-6/+3
* | | | Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()Serhiy Storchaka2017-01-221-2/+2
* | | | Optimize methoddescr_call(): avoid temporary PyCFunctionVictor Stinner2017-01-181-0/+7
* | | | 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