summaryrefslogtreecommitdiff
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Update docs and patchlevel for 3.6.0 final.v3.6.0Ned Deily2016-12-221-3/+3
* Version bump for 3.6.0rc2v3.6.0rc2Ned Deily2016-12-161-2/+2
* bump version to 3.6.0rc1+Ned Deily2016-12-161-1/+1
* guard HAVE_LONG_LONG definition to prevent redefinition (#28898)Benjamin Peterson2016-12-071-2/+3
* Version bump for 3.6.0rc1v3.6.0rc1Ned Deily2016-12-061-3/+3
* 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
|\ \ | |/
| * Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.Serhiy Storchaka2016-12-061-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-211-1/+1
* | Issue 28751: Fix comments in code.h. (Contributed by Ned Batchelder).Raymond Hettinger2016-11-211-4/+3
* | Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString nowSerhiy Storchaka2016-11-161-2/+2
* | Issue #21449: Removed private function _PyUnicode_CompareWithId.Serhiy Storchaka2016-11-161-9/+0
* | Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.Serhiy Storchaka2016-11-1657-403/+996
|\ \ | |/ |/|
| * Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...Serhiy Storchaka2016-11-161-0/+11
| |\
| * \ Issue #23996: Added _PyGen_SetStopIterationValue for safe raisingSerhiy Storchaka2016-11-061-0/+1
| |\ \
| * | | Start 3.6.0b4Ned Deily2016-11-011-2/+2
| * | | Version bump for 3.6.0b3v3.6.0b3Ned Deily2016-10-311-2/+2
| * | | Issue 28128: Print out better error/warning messages for invalid string escap...Eric V. Smith2016-10-312-0/+16
| * | | Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*`Yury Selivanov2016-10-281-1/+1
| * | | Issue #28544: Fix compilation of _asynciomodule.c on WindowsYury 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
| * | | mark dtrace stubs as static inline; remove stubsBenjamin Peterson2016-10-201-19/+19
| * | | prefix freegrammar (closes #28413)Benjamin Peterson2016-10-101-0/+1
| * | | Start 3.6.0b3Ned Deily2016-10-101-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-0256-393/+941
| |\ \ \
| | * | | 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 #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-2656-393/+926
| | |\ \ \
| | | * | | replace usage of Py_VA_COPY with the (C99) standard va_copyBenjamin Peterson2016-09-201-9/+1
| | | * | | merge 3.5 (#28184)Benjamin Peterson2016-09-1956-385/+926
| | | |\ \ \
| | | | * | | stop using Py_LL and Py_ULLBenjamin Peterson2016-09-182-6/+2
| | | | * | | always define HAVE_LONG_LONG (#27961)Benjamin Peterson2016-09-181-0/+3
| | | | * | | properly free memory in pgenBenjamin Peterson2016-09-181-0/+1
| | | | * | | Issue #28139: Merge indentation fixes from 3.5 into 3.6Martin Panter2016-09-171-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
| | | | * | | | 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-121-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