summaryrefslogtreecommitdiff
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Add _PyObject_VaCallFunctionObjArgs() private functionVictor Stinner2016-12-091-0/+6
* Add _Py_VaBuildStack() functionVictor Stinner2016-12-091-0/+13
* merge 3.6 (#28898)Benjamin Peterson2016-12-071-2/+3
|\
| * guard HAVE_LONG_LONG definition to prevent redefinition (#28898)Benjamin Peterson2016-12-071-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-061-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-0612-67/+94
|\ \ | |/ |/|
| * Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.Serhiy Storchaka2016-12-061-1/+1
| |\
| * | Issue #28858: Remove _PyObject_CallArg1() macroVictor Stinner2016-12-051-4/+1
| * | fix _PyObject_CallArg1 compiler warnings (closes #28855)Benjamin Peterson2016-12-011-1/+1
| * | Backed out changeset 7efddbf1aa70Victor Stinner2016-11-302-22/+22
| * | Uniformize argument names of "call" functionsVictor Stinner2016-11-292-22/+22
| * | Remove CALL_PROFILE special buildVictor Stinner2016-11-281-1/+0
| * | Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,Serhiy Storchaka2016-11-223-10/+10
| * | MergeRaymond Hettinger2016-11-219-52/+83
| |\ \
| | * | Issue #28748: Private variable _Py_PackageContext is now of type "const char *"Serhiy Storchaka2016-11-211-1/+1
| | * | Issue #19569: Compiler warnings are now emitted if use most of deprecatedSerhiy Storchaka2016-11-206-45/+53
| | * | Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString nowSerhiy Storchaka2016-11-162-6/+29
| | |\ \
| | | * \ Issue #21449: Removed private function _PyUnicode_CompareWithId.Serhiy Storchaka2016-11-162-6/+29
| | | |\ \
| | | | * \ Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.Serhiy Storchaka2016-11-162-6/+29
| | | | |\ \
| | | | | * \ Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...Serhiy Storchaka2016-11-161-0/+11
| | | | | |\ \
| | | | | * | | Issue #28618: Mark dict lookup functions as hotVictor Stinner2016-11-151-2/+2
| | | | | * | | Issue #28618: Make hot functions using __attribute__((hot))Victor Stinner2016-11-111-2/+25
| | | | | * | | Issue #23996: Added _PyGen_SetStopIterationValue for safe raisingSerhiy Storchaka2016-11-061-0/+1
| | | | | |\ \ \
| | | | | * | | | Issue 28128: Print out better error/warning messages for invalid string escapes.Eric V. Smith2016-10-312-0/+16
| | | | | * | | | Merge 3.6 (issue #28544)Yury Selivanov2016-10-281-4/+4
| | | | | |\ \ \ \
| | | | | | * \ \ \ Merge 3.6 (issue #28544)Yury Selivanov2016-10-282-2/+2
| | | | | | |\ \ \ \
| | | | | | * \ \ \ \ Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),Serhiy Storchaka2016-10-271-8/+25
| | | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ \ Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raisingSerhiy Storchaka2016-10-211-0/+11
| | | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ merge 3.6Benjamin Peterson2016-10-201-4/+4
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ merge 3.6Benjamin Peterson2016-10-101-0/+1
| | | | | | | |\ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().Serhiy Storchaka2016-10-021-4/+4
| | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ 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
| | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ Merged from 3.6Alexander Belopolsky2016-09-281-0/+8
| | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ \ Issues #25909, #28211: Restored correct documentation of PyMapping_Items,Serhiy Storchaka2016-09-261-7/+7
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ merge 3.6Benjamin Peterson2016-09-201-4/+4
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ merge 3.6 (closes #28184)Benjamin Peterson2016-09-191-4/+4
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ merge 3.6Benjamin Peterson2016-09-182-6/+2
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ merge 3.6Benjamin Peterson2016-09-181-0/+3
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ merge 3.6Benjamin Peterson2016-09-181-4/+4
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Issue #28139: Merge indentation fixes from 3.6Martin Panter2016-09-171-1/+1
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 3.6Victor Stinner2016-09-141-4/+4
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...Christian Heimes2016-09-131-4/+4
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * | | | | | | | | | | | | | | Bump to 3.7.0a0Ned Deily2016-09-121-4/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / /