]> granicus.if.org Git - python/commit
Issue #19936: Remove executable bits from C source files and several forgotten
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 16 Jan 2014 16:48:45 +0000 (18:48 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 16 Jan 2014 16:48:45 +0000 (18:48 +0200)
commit7f470d0f9cf8eed178291f79f3e1d3ca0f30c85e
tree09299d8e8bd26fc5102756d3a9e71d0d7f1882e1
parentaea79dd2c622a9b2a52e0b511e48ca86e0df9134
Issue #19936: Remove executable bits from C source files and several forgotten
test files.
Lib/test/test_gzip.py [changed mode: 0755->0644]
Mac/PythonLauncher/FileSettings.h [changed mode: 0755->0644]
Mac/PythonLauncher/FileSettings.m [changed mode: 0755->0644]
Mac/PythonLauncher/MyDocument.h [changed mode: 0755->0644]
Mac/PythonLauncher/MyDocument.m [changed mode: 0755->0644]
Mac/PythonLauncher/main.m [changed mode: 0755->0644]
Modules/_decimal/tests/bench.py [changed mode: 0755->0644]
Modules/_decimal/tests/deccheck.py [changed mode: 0755->0644]
PC/msvcrtmodule.c [changed mode: 0755->0644]
Tools/test2to3/maintest.py [changed mode: 0644->0755]