summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-211-4/+3
|\ \ \ | |/ /
| * | Issue 28751: Fix comments in code.h. (Contributed by Ned Batchelder).Raymond Hettinger2016-11-211-4/+3
* | | 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-161-2/+2
|\ \ \ | |/ /
| * | 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 #21449: Removed private function _PyUnicode_CompareWithId.Serhiy Storchaka2016-11-161-9/+0
* | | Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.Serhiy Storchaka2016-11-161-0/+19
|\ \ \ | |/ /
| * | Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.Serhiy Storchaka2016-11-161-0/+19
| |\ \ | | |/
| | * Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.Serhiy Storchaka2016-11-161-0/+19
* | | Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...Serhiy Storchaka2016-11-161-0/+11
|\ \ \ | |/ /
| * | Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...Serhiy Storchaka2016-11-161-0/+11
| |\ \ | | |/
| | * 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 #23996: Added _PyGen_SetStopIterationValue for safe raisingSerhiy Storchaka2016-11-061-0/+1
| |\ \ | | |/
| | * 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-11-011-2/+2
| * | Issue 28128: Print out better error/warning messages for invalid string escap...Eric V. Smith2016-10-312-0/+16
* | | 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-1/+1
|\ \ \ | |/ /
| * | Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*`Yury Selivanov2016-10-281-1/+1
* | | Merge 3.6 (issue #28544)Yury Selivanov2016-10-282-2/+2
|\ \ \ | |/ /
| * | 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 #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
|\ \ \ | |/ /
| * | Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raisingSerhiy Storchaka2016-10-211-0/+11
* | | merge 3.6Benjamin Peterson2016-10-211-19/+19
|\ \ \ | |/ /
| * | mark dtrace stubs as static inline; remove stubsBenjamin Peterson2016-10-211-19/+19
* | | 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