Staging
v0.5.1
https://github.com/python/cpython
Revision 5eef502de091c76d98786673dfece816572662f7 authored by Nadeem Vawda on 14 May 2011, 12:15:47 UTC, committed by Nadeem Vawda on 14 May 2011, 12:15:47 UTC
2 parent s 07352b0 + 7619e88
Raw File
Tip revision: 5eef502de091c76d98786673dfece816572662f7 authored by Nadeem Vawda on 14 May 2011, 12:15:47 UTC
Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
Tip revision: 5eef502
.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