summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* merge 3.6Benjamin Peterson2016-10-111-0/+1
|\
| * prefix freegrammar (closes #28413)Benjamin Peterson2016-10-111-0/+1
| * Start 3.6.0b3Ned Deily2016-10-111-1/+1
| * Version bump for 3.6.0b2v3.6.0b2Ned Deily2016-10-101-2/+2
* | Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().Serhiy Storchaka2016-10-021-1/+1
|\ \ | |/
| * Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().Serhiy Storchaka2016-10-021-1/+1
| |\
| | * Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().Serhiy Storchaka2016-10-021-1/+1
* | | Issue #27358: Optimized merging var-keyword arguments and improved errorSerhiy Storchaka2016-10-021-0/+6
|\ \ \ | |/ /
| * | Issue #27358: Optimized merging var-keyword arguments and improved errorSerhiy Storchaka2016-10-021-0/+6
* | | Issue #28257: Improved error message when pass a non-iterable asSerhiy Storchaka2016-10-021-0/+1
|\ \ \ | |/ /
| * | Issue #28257: Improved error message when pass a non-iterable asSerhiy Storchaka2016-10-021-0/+1
* | | Merged from 3.6Alexander Belopolsky2016-09-281-0/+8
|\ \ \ | |/ /
| * | Issue #28148: Stop using localtime() and gmtime() in the time module.Alexander Belopolsky2016-09-281-0/+8
* | | Issues #25909, #28211: Restored correct documentation of PyMapping_Items,Serhiy Storchaka2016-09-261-7/+7
|\ \ \ | |/ /
| * | Issues #25909, #28211: Restored correct documentation of PyMapping_Items,Serhiy Storchaka2016-09-261-7/+7
| |\ \ | | |/
| | * Issues #25909, #28211: Restored correct documentation of PyMapping_Items,Serhiy Storchaka2016-09-261-7/+7
* | | merge 3.6Benjamin Peterson2016-09-211-9/+1
|\ \ \ | |/ /
| * | replace usage of Py_VA_COPY with the (C99) standard va_copyBenjamin Peterson2016-09-211-9/+1
* | | merge 3.6 (closes #28184)Benjamin Peterson2016-09-202-19/+19
|\ \ \ | |/ /
| * | merge 3.5 (#28184)Benjamin Peterson2016-09-202-19/+19
| |\ \ | | |/
| | * remove trailing whitespaceBenjamin Peterson2016-09-202-19/+19
* | | merge 3.6Benjamin Peterson2016-09-192-6/+2
|\ \ \ | |/ /
| * | stop using Py_LL and Py_ULLBenjamin Peterson2016-09-192-6/+2
* | | merge 3.6Benjamin Peterson2016-09-191-0/+3
|\ \ \ | |/ /
| * | always define HAVE_LONG_LONG (#27961)Benjamin Peterson2016-09-191-0/+3
* | | merge 3.6Benjamin Peterson2016-09-191-0/+1
|\ \ \ | |/ /
| * | properly free memory in pgenBenjamin Peterson2016-09-191-0/+1
* | | Issue #28139: Merge indentation fixes from 3.6Martin Panter2016-09-171-1/+1
|\ \ \ | |/ /
| * | Issue #28139: Merge indentation fixes from 3.5 into 3.6Martin Panter2016-09-171-1/+1
| |\ \ | | |/
| | * Issue #28139: Fix messed up indentationMartin Panter2016-09-171-1/+1
| | * Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-072-2/+2
* | | Merge 3.6Victor Stinner2016-09-141-1/+1
|\ \ \ | |/ /
| * | Add _PyDict_CheckConsistency()Victor Stinner2016-09-141-1/+1
* | | Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...Christian Heimes2016-09-132-32/+15
|\ \ \ | |/ /
| * | Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...Christian Heimes2016-09-132-32/+15
* | | Bump to 3.7.0a0Ned Deily2016-09-121-4/+4
|/ /
* | Start 3.6.0b2Ned Deily2016-09-121-1/+1
* | Version bump for 3.6.0b1v3.6.0b1Ned Deily2016-09-121-3/+3
* | Issue #27810: Exclude METH_FASTCALL from the stable APIVictor Stinner2016-09-121-1/+1
* | 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-111-3/+1
* | Issue #27129: Replaced wordcode related magic constants with macros.Serhiy Storchaka2016-09-111-0/+10
* | Issue #26900: Excluded underscored names and other private API from limited API.Serhiy Storchaka2016-09-1119-13/+71
* | add the usual extern C silliness to pydtrace.hBenjamin Peterson2016-09-111-0/+6
* | Don't run garbage collection on interpreter exit if it was explicitly disabledŁukasz Langa2016-09-101-1/+2
* | Emit METH_FASTCALL code in Argument ClinicVictor Stinner2016-09-101-0/+3
* | Add METH_FASTCALL calling conventionVictor Stinner2016-09-102-0/+20
* | dummy dtrace probes are a good place to use inline functionsBenjamin Peterson2016-09-101-19/+19