Staging
v0.5.1
https://github.com/python/cpython
Revision b1241f96190492416ebef457f0e8078fe7f82e60 authored by Victor Stinner on 09 May 2011, 23:52:03 UTC, committed by Victor Stinner on 09 May 2011, 23:52:03 UTC
OpenSSL is now compiled with OPENSSL_NO_SSL2 defined (without the SSLv2
protocol) on Debian: fix the ssl module on Debian Testing and Debian Sid.

Optimize also ssl.get_protocol_name(): speed does matter!
1 parent 2c585f6
Raw File
Tip revision: b1241f96190492416ebef457f0e8078fe7f82e60 authored by Victor Stinner on 09 May 2011, 23:52:03 UTC
(Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
Tip revision: b1241f9
.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