Staging
v0.5.1
https://github.com/python/cpython
Revision 7bd5a75bbe28219d3fc18a239c2c554d1850abcb authored by Terry Jan Reedy on 05 February 2018, 08:14:15 UTC, committed by GitHub on 05 February 2018, 08:14:15 UTC
Add entry for uniform lower context; add 'since' to be explicit.
(cherry picked from commit 05e806767b857b1eab838e712828e3a7d57cabf1)
1 parent a8c25d1
Raw File
Tip revision: 7bd5a75bbe28219d3fc18a239c2c554d1850abcb authored by Terry Jan Reedy on 05 February 2018, 08:14:15 UTC
bpo-30928: IDLE - update NEWS.txt [GH-5539] (GH-5545)
Tip revision: 7bd5a75
.gitattributes
# Binary data types
*.aif binary
*.aifc binary
*.aiff binary
*.au binary
*.bmp binary
*.exe binary
*.icns binary
*.gif binary
*.ico binary
*.jpg binary
*.pck binary
*.png binary
*.psd binary
*.tar binary
*.wav binary
*.whl binary
*.zip binary

# Specific binary files
Lib/test/sndhdrdata/sndhdr.* binary

# Text files that should not be subject to eol conversion
Lib/test/cjkencodings/* -text
Lib/test/decimaltestdata/*.decTest -text
Lib/test/test_email/data/*.txt -text
Lib/test/xmltestdata/* -text
Lib/test/coding20731.py -text

# Special files in third party code
Modules/zlib/zlib.map -text

# CRLF files
*.bat text eol=crlf
*.ps1 text eol=crlf
*.sln text eol=crlf
*.vcxproj* text eol=crlf
*.props text eol=crlf
*.proj text eol=crlf
PCbuild/readme.txt text eol=crlf
PC/readme.txt text eol=crlf
back to top