Staging
v0.5.1
https://github.com/python/cpython
Revision ced1056925420a67a5cce86287122429700ad52e authored by Nadeem Vawda on 07 May 2011, 11:01:50 UTC, committed by Nadeem Vawda on 07 May 2011, 11:01:50 UTC
Also, reduce code duplication in LargeMmapTests.

Original patch by Steffen Daode Nurpmeso.
1 parent caed7fe
Raw File
Tip revision: ced1056925420a67a5cce86287122429700ad52e authored by Nadeem Vawda on 07 May 2011, 11:01:50 UTC
Issue #11277: Add tests for mmap crash when using large sparse files on OS X.
Tip revision: ced1056
.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

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

** = native

[repository]
native = LF
back to top