Staging
v0.5.1
https://github.com/python/cpython
Revision d358e0554bc520768041652676ec8e6076f221a9 authored by Antoine Pitrou on 27 January 2012, 08:42:45 UTC, committed by Antoine Pitrou on 27 January 2012, 08:42:45 UTC
1 parent 141e770
Raw File
Tip revision: d358e0554bc520768041652676ec8e6076f221a9 authored by Antoine Pitrou on 27 January 2012, 08:42:45 UTC
Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure.
Tip revision: d358e05
.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