Staging
v0.8.1
https://github.com/python/cpython
Revision 8108e96bc811eeb61594e398848d25cbe9efbffe authored by Victor Stinner on 01 May 2011, 23:11:33 UTC, committed by Victor Stinner on 01 May 2011, 23:11:33 UTC
to get around a mmap bug with sparse files. Patch written by Steffen Daode
Nurpmeso.
2 parent s cee01bf + a6cd0cf
Raw File
Tip revision: 8108e96bc811eeb61594e398848d25cbe9efbffe authored by Victor Stinner on 01 May 2011, 23:11:33 UTC
(Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X
Tip revision: 8108e96
.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