From 7f470d0f9cf8eed178291f79f3e1d3ca0f30c85e Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Thu, 16 Jan 2014 18:48:45 +0200 Subject: Issue #19936: Remove executable bits from C source files and several forgotten test files. --- Lib/test/test_gzip.py | 0 Mac/PythonLauncher/FileSettings.h | 0 Mac/PythonLauncher/FileSettings.m | 0 Mac/PythonLauncher/MyDocument.h | 0 Mac/PythonLauncher/MyDocument.m | 0 Mac/PythonLauncher/main.m | 0 Modules/_decimal/tests/bench.py | 0 Modules/_decimal/tests/deccheck.py | 0 PC/msvcrtmodule.c | 0 Tools/test2to3/maintest.py | 0 10 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 Lib/test/test_gzip.py mode change 100755 => 100644 Mac/PythonLauncher/FileSettings.h mode change 100755 => 100644 Mac/PythonLauncher/FileSettings.m mode change 100755 => 100644 Mac/PythonLauncher/MyDocument.h mode change 100755 => 100644 Mac/PythonLauncher/MyDocument.m mode change 100755 => 100644 Mac/PythonLauncher/main.m mode change 100755 => 100644 Modules/_decimal/tests/bench.py mode change 100755 => 100644 Modules/_decimal/tests/deccheck.py mode change 100755 => 100644 PC/msvcrtmodule.c mode change 100644 => 100755 Tools/test2to3/maintest.py diff --git a/Lib/test/test_gzip.py b/Lib/test/test_gzip.py old mode 100755 new mode 100644 diff --git a/Mac/PythonLauncher/FileSettings.h b/Mac/PythonLauncher/FileSettings.h old mode 100755 new mode 100644 diff --git a/Mac/PythonLauncher/FileSettings.m b/Mac/PythonLauncher/FileSettings.m old mode 100755 new mode 100644 diff --git a/Mac/PythonLauncher/MyDocument.h b/Mac/PythonLauncher/MyDocument.h old mode 100755 new mode 100644 diff --git a/Mac/PythonLauncher/MyDocument.m b/Mac/PythonLauncher/MyDocument.m old mode 100755 new mode 100644 diff --git a/Mac/PythonLauncher/main.m b/Mac/PythonLauncher/main.m old mode 100755 new mode 100644 diff --git a/Modules/_decimal/tests/bench.py b/Modules/_decimal/tests/bench.py old mode 100755 new mode 100644 diff --git a/Modules/_decimal/tests/deccheck.py b/Modules/_decimal/tests/deccheck.py old mode 100755 new mode 100644 diff --git a/PC/msvcrtmodule.c b/PC/msvcrtmodule.c old mode 100755 new mode 100644 diff --git a/Tools/test2to3/maintest.py b/Tools/test2to3/maintest.py old mode 100644 new mode 100755 -- cgit v0.12