Staging
v0.5.1
https://github.com/python/cpython
Revision d6fddf3d15b5c7b012c919b48de6447d7a250f1c authored by Barry Warsaw on 25 September 2013, 13:36:58 UTC, committed by Barry Warsaw on 25 September 2013, 13:36:58 UTC
  limiting the call to readline().  Original patch by Michał
  Jastrzębski and Giampaolo Rodola.

with test fixes by Serhiy Storchaka.
1 parent 4e95d60
Raw File
Tip revision: d6fddf3d15b5c7b012c919b48de6447d7a250f1c authored by Barry Warsaw on 25 September 2013, 13:36:58 UTC
- Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
Tip revision: d6fddf3
.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