python3: Update to 3.5.2

This commit is contained in:
Alexey Pavlov
2016-07-12 14:49:26 +03:00
parent 3667715578
commit e9c507d51e
91 changed files with 768 additions and 769 deletions

View File

@@ -1,6 +1,6 @@
diff -Naur Python-3.5.0-orig/Include/bytesobject.h Python-3.5.0/Include/bytesobject.h
--- Python-3.5.0-orig/Include/bytesobject.h 2015-09-13 14:41:20.000000000 +0300
+++ Python-3.5.0/Include/bytesobject.h 2015-09-21 13:42:43.916125600 +0300
diff -Naur Python-3.5.2-orig/Include/bytesobject.h Python-3.5.2/Include/bytesobject.h
--- Python-3.5.2-orig/Include/bytesobject.h 2016-06-26 00:38:35.000000000 +0300
+++ Python-3.5.2/Include/bytesobject.h 2016-07-12 14:22:46.638300700 +0300
@@ -52,9 +52,9 @@
PyAPI_FUNC(PyObject *) PyBytes_FromString(const char *);
PyAPI_FUNC(PyObject *) PyBytes_FromObject(PyObject *);
@@ -13,9 +13,9 @@ diff -Naur Python-3.5.0-orig/Include/bytesobject.h Python-3.5.0/Include/bytesobj
PyAPI_FUNC(Py_ssize_t) PyBytes_Size(PyObject *);
PyAPI_FUNC(char *) PyBytes_AsString(PyObject *);
PyAPI_FUNC(PyObject *) PyBytes_Repr(PyObject *, int);
diff -Naur Python-3.5.0-orig/Include/pgenheaders.h Python-3.5.0/Include/pgenheaders.h
--- Python-3.5.0-orig/Include/pgenheaders.h 2015-09-13 14:41:20.000000000 +0300
+++ Python-3.5.0/Include/pgenheaders.h 2015-09-21 13:42:43.930800000 +0300
diff -Naur Python-3.5.2-orig/Include/pgenheaders.h Python-3.5.2/Include/pgenheaders.h
--- Python-3.5.2-orig/Include/pgenheaders.h 2016-06-26 00:38:35.000000000 +0300
+++ Python-3.5.2/Include/pgenheaders.h 2016-07-12 14:22:46.660300700 +0300
@@ -10,9 +10,9 @@
#include "Python.h"
@@ -28,9 +28,9 @@ diff -Naur Python-3.5.0-orig/Include/pgenheaders.h Python-3.5.0/Include/pgenhead
#define addarc _Py_addarc
#define addbit _Py_addbit
diff -Naur Python-3.5.0-orig/Include/pyerrors.h Python-3.5.0/Include/pyerrors.h
--- Python-3.5.0-orig/Include/pyerrors.h 2015-09-13 14:41:20.000000000 +0300
+++ Python-3.5.0/Include/pyerrors.h 2015-09-21 13:42:43.945474400 +0300
diff -Naur Python-3.5.2-orig/Include/pyerrors.h Python-3.5.2/Include/pyerrors.h
--- Python-3.5.2-orig/Include/pyerrors.h 2016-06-26 00:38:35.000000000 +0300
+++ Python-3.5.2/Include/pyerrors.h 2016-07-12 14:22:46.665800700 +0300
@@ -465,9 +465,9 @@
#include <stdarg.h>
@@ -43,9 +43,9 @@ diff -Naur Python-3.5.0-orig/Include/pyerrors.h Python-3.5.0/Include/pyerrors.h
#ifdef __cplusplus
}
diff -Naur Python-3.5.0-orig/Include/sysmodule.h Python-3.5.0/Include/sysmodule.h
--- Python-3.5.0-orig/Include/sysmodule.h 2015-09-13 14:41:20.000000000 +0300
+++ Python-3.5.0/Include/sysmodule.h 2015-09-21 13:42:43.963535200 +0300
diff -Naur Python-3.5.2-orig/Include/sysmodule.h Python-3.5.2/Include/sysmodule.h
--- Python-3.5.2-orig/Include/sysmodule.h 2016-06-26 00:38:35.000000000 +0300
+++ Python-3.5.2/Include/sysmodule.h 2016-07-12 14:22:46.690800700 +0300
@@ -19,9 +19,9 @@
PyAPI_FUNC(void) PySys_SetPath(const wchar_t *);