Staging
v0.5.1
https://github.com/python/cpython
Revision c545a5ebd62b0c6b4bf1e44f77f4e82b316fc82a authored by Barry Warsaw on 30 September 2013, 19:56:29 UTC, committed by Barry Warsaw on 30 September 2013, 19:56:29 UTC
  prevent readline() calls from consuming too much member.  Patch by Jyrki
  Pulliainen.
1 parent 6c1bb7b
Raw File
Tip revision: c545a5ebd62b0c6b4bf1e44f77f4e82b316fc82a authored by Barry Warsaw on 30 September 2013, 19:56:29 UTC
- Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
Tip revision: c545a5e
.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