[Python-checkins] cpython (merge 3.3 -> default): Issue #19936: Remove executable bits from C source files and several forgotten

serhiy.storchaka python-checkins at python.org
Thu Jan 16 17:51:38 CET 2014


http://hg.python.org/cpython/rev/6baeee39195b
changeset:   88507:6baeee39195b
parent:      88505:83009d70bc9c
parent:      88506:085a0ea2015f
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Thu Jan 16 18:50:53 2014 +0200
summary:
  Issue #19936: Remove executable bits from C source files and several forgotten
test files.

files:
  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 
  9 files changed, 0 insertions(+), 0 deletions(-)


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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list