Staging
v0.8.1
https://github.com/python/cpython
Revision 48f2e9980838d592f73b85714694f912fb6452fd authored by Benjamin Peterson on 31 May 2014, 20:26:22 UTC, committed by Benjamin Peterson on 31 May 2014, 20:26:22 UTC
1 parent d2058fb
Raw File
Tip revision: 48f2e9980838d592f73b85714694f912fb6452fd authored by Benjamin Peterson on 31 May 2014, 20:26:22 UTC
backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304)
Tip revision: 48f2e99
.hgeol
[patterns]

# Non human-editable files are binary

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

**.aif  = BIN
**.aifc = BIN
**.aiff = 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
**.wav  = BIN
**.xar  = BIN
**.zip  = BIN

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

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

** = native

[repository]
native = LF
back to top