Staging
v0.5.1
https://github.com/python/cpython
Revision e9bc2f773ff86780ca86a36a21d43f3ecfd61357 authored by Barry Warsaw on 15 March 2012, 00:10:41 UTC, committed by Barry Warsaw on 15 March 2012, 00:10:41 UTC
  table internal to the pyexpat module's copy of the expat library to avoid a
  denial of service due to hash collisions.  Patch by David Malcolm with some
  modifications by the expat project.
1 parent 6707826
Raw File
Tip revision: e9bc2f773ff86780ca86a36a21d43f3ecfd61357 authored by Barry Warsaw on 15 March 2012, 00:10:41 UTC
- Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash
Tip revision: e9bc2f7
.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