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,7 +1,18 @@
diff -r 20dc8d6430eb Modules/main.c
--- a/Modules/main.c Mon Feb 10 19:17:46 2014 +0100
+++ b/Modules/main.c Tue Feb 11 11:50:12 2014 -0500
@@ -9,7 +9,6 @@
diff -Naur a/Include/osdefs.h b/Include/osdefs.h
--- a/Include/osdefs.h 2014-03-17 10:46:30.216400000 +0400
+++ b/Include/osdefs.h 2014-03-17 10:47:05.160400000 +0400
@@ -11,7 +11,6 @@
#if !defined(__QNX__)
#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__) || defined(PYOS_OS2)
#if (defined(PYOS_OS2) && defined(PYCC_GCC)) || defined(__MINGW32__)
-#define MAXPATHLEN 260
#define SEP L'/'
#define ALTSEP L'\\'
#else
diff -Naur a/Modules/main.c b/Modules/main.c
--- a/Modules/main.c 2014-03-09 12:40:27.000000000 +0400
+++ b/Modules/main.c 2014-03-17 10:47:05.176000000 +0400
@@ -14,7 +14,6 @@
#include <windows.h>
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
@@ -9,9 +20,9 @@ diff -r 20dc8d6430eb Modules/main.c
#endif
#endif
diff -r 20dc8d6430eb Python/pythonrun.c
--- a/Python/pythonrun.c Mon Feb 10 19:17:46 2014 +0100
+++ b/Python/pythonrun.c Tue Feb 11 11:50:12 2014 -0500
diff -Naur a/Python/pythonrun.c b/Python/pythonrun.c
--- a/Python/pythonrun.c 2014-03-17 10:46:30.232000000 +0400
+++ b/Python/pythonrun.c 2014-03-17 10:47:05.176000000 +0400
@@ -32,7 +32,6 @@
#ifdef MS_WINDOWS
#undef BYTE
@@ -19,4 +30,4 @@ diff -r 20dc8d6430eb Python/pythonrun.c
-#define PATH_MAX MAXPATHLEN
#endif
_Py_IDENTIFIER(builtins);
#ifndef Py_REF_DEBUG