Staging
v0.5.1
https://github.com/python/cpython
Revision f25d95732cc0885d2f90487cade9bc78532c3e89 authored by Barry Warsaw on 20 February 2013, 23:19:55 UTC, committed by Barry Warsaw on 20 February 2013, 23:19:55 UTC
  tkinter when the -E flag is passed to Python.  Patch by Zachary Ware.
1 parent 55f23c4
Raw File
Tip revision: f25d95732cc0885d2f90487cade9bc78532c3e89 authored by Barry Warsaw on 20 February 2013, 23:19:55 UTC
- Issue #16248: Disable code execution from the user's home directory by
Tip revision: f25d957
.hgeol
[patterns]

# Non human-editable files are binary

**.dsp  = BIN
**.dsw  = BIN
**.mk   = BIN
**.sln  = BIN
**.vcproj  = BIN
**.vsprops = BIN

**.aif  = BIN
**.au   = BIN
**.bmp  = BIN
**.db   = BIN
**.exe  = BIN
**.icns = BIN
**.gif  = BIN
**.ico  = BIN
**.info = BIN
**.jpg  = BIN
**.pck  = BIN
**.png  = BIN
**.psd  = BIN
**.tar  = BIN
**.xar  = BIN
**.zip  = BIN

Lib/email/test/data/msg_26.txt = BIN
Lib/test/sndhdrdata/sndhdr.* = BIN
Lib/test/decimaltestdata/*.decTest = BIN

Doc/make.bat = CRLF
Tools/buildbot/*.bat = CRLF
Tools/msi/merge.py = CRLF
PC/VS7.1/*.bat = CRLF
PC/VS8.0/*.bat = CRLF

# All other files (which presumably are human-editable) are "native".
# This must be the last rule!

** = native

[repository]
native = LF
back to top