python3: Update to 3.3.5

This commit is contained in:
Alexpux
2014-03-17 10:49:46 +04:00
parent 49cfa93489
commit 9f3cf6cf95
79 changed files with 555 additions and 583 deletions

View File

@@ -1,6 +1,6 @@
diff -Naur Python-3.3.3-orig/Include/bytesobject.h Python-3.3.3/Include/bytesobject.h
--- Python-3.3.3-orig/Include/bytesobject.h 2013-11-17 11:22:23.000000000 +0400
+++ Python-3.3.3/Include/bytesobject.h 2014-03-02 01:37:06.454400000 +0400
diff -Naur a/Include/bytesobject.h b/Include/bytesobject.h
--- a/Include/bytesobject.h 2014-03-09 12:40:06.000000000 +0400
+++ b/Include/bytesobject.h 2014-03-17 10:47:13.241200000 +0400
@@ -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.3.3-orig/Include/bytesobject.h Python-3.3.3/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.3.3-orig/Include/pgenheaders.h Python-3.3.3/Include/pgenheaders.h
--- Python-3.3.3-orig/Include/pgenheaders.h 2013-11-17 11:22:24.000000000 +0400
+++ Python-3.3.3/Include/pgenheaders.h 2014-03-02 01:37:45.844400000 +0400
diff -Naur a/Include/pgenheaders.h b/Include/pgenheaders.h
--- a/Include/pgenheaders.h 2014-03-09 12:40:07.000000000 +0400
+++ b/Include/pgenheaders.h 2014-03-17 10:47:13.241200000 +0400
@@ -10,9 +10,9 @@
#include "Python.h"
@@ -28,9 +28,9 @@ diff -Naur Python-3.3.3-orig/Include/pgenheaders.h Python-3.3.3/Include/pgenhead
#define addarc _Py_addarc
#define addbit _Py_addbit
diff -Naur Python-3.3.3-orig/Include/pyerrors.h Python-3.3.3/Include/pyerrors.h
--- Python-3.3.3-orig/Include/pyerrors.h 2013-11-17 11:22:24.000000000 +0400
+++ Python-3.3.3/Include/pyerrors.h 2014-03-02 01:38:21.428000000 +0400
diff -Naur a/Include/pyerrors.h b/Include/pyerrors.h
--- a/Include/pyerrors.h 2014-03-09 12:40:07.000000000 +0400
+++ b/Include/pyerrors.h 2014-03-17 10:47:13.241200000 +0400
@@ -416,9 +416,9 @@
#include <stdarg.h>
@@ -43,9 +43,9 @@ diff -Naur Python-3.3.3-orig/Include/pyerrors.h Python-3.3.3/Include/pyerrors.h
#ifdef __cplusplus
}
diff -Naur Python-3.3.3-orig/Include/sysmodule.h Python-3.3.3/Include/sysmodule.h
--- Python-3.3.3-orig/Include/sysmodule.h 2013-11-17 11:22:24.000000000 +0400
+++ Python-3.3.3/Include/sysmodule.h 2014-03-02 01:38:59.835200000 +0400
diff -Naur a/Include/sysmodule.h b/Include/sysmodule.h
--- a/Include/sysmodule.h 2014-03-09 12:40:07.000000000 +0400
+++ b/Include/sysmodule.h 2014-03-17 10:47:13.241200000 +0400
@@ -14,9 +14,9 @@
PyAPI_FUNC(void) PySys_SetPath(const wchar_t *);