e0ed2d75c8bce7f0fc76c55c957052aa8a0756f2 |
|
16-Jan-2014 |
Serhiy Storchaka <storchaka@gmail.com> |
Issue #19936: Added executable bits or shebang lines to Python scripts which requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface.
/external/python/cpython2/Tools/scripts/svneol.py
|
6ed1c93c96485ee3c555d66956b3e4d1ca01f64a |
|
29-Nov-2008 |
Benjamin Peterson <benjamin@python.org> |
SVN format 9 is the same it seems
/external/python/cpython2/Tools/scripts/svneol.py
|
a6e02e84069b5311d145c6e342c13f393c734d5b |
|
14-Jun-2008 |
Martin v. Löwis <martin@v.loewis.de> |
Conservatively restrict support to format 8 repositories.
/external/python/cpython2/Tools/scripts/svneol.py
|
49ac5aa2efc7bf2798057df0298f3ea8400dc01f |
|
14-Jun-2008 |
Martin v. Löwis <martin@v.loewis.de> |
Support subversion repositories of version 8.
/external/python/cpython2/Tools/scripts/svneol.py
|
3b9e9ae8a5516357c84bb8ca90b826ae0966c5d0 |
|
09-Mar-2006 |
Thomas Heller <theller@ctypes.org> |
Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln. Tools/scripts/svneol.py: added the .sln and .vcproj extensions because these are text files. Ran svneol.py over the source tree.
/external/python/cpython2/Tools/scripts/svneol.py
|
8ff212034e3386916f1a35ff3b0c955aa1ea2b4a |
|
09-Mar-2006 |
Martin v. Löwis <martin@v.loewis.de> |
Directly read working copy data to obtain list of properties.
/external/python/cpython2/Tools/scripts/svneol.py
|
84457af29e53eb7e0c12b3f4dcd6b6070048c17f |
|
09-Mar-2006 |
Tim Peters <tim.peters@gmail.com> |
Taught svneol to look at .c and .h files too, and it found a bunch more in need of svn:eol-style.
/external/python/cpython2/Tools/scripts/svneol.py
|
d87f81f5f3792b1724c060c5d4476719abac648c |
|
09-Mar-2006 |
Tim Peters <tim.peters@gmail.com> |
Simple utility to add svn:eol-style to text files under SVN control. Like reindent.py, I expect to run this mindlessly from time to time, checking in whatever it happens to do ;-)
/external/python/cpython2/Tools/scripts/svneol.py
|