Staging
v0.5.1
https://github.com/python/cpython
Revision 8a72266eca00d31ae720453622728f72dd6b2694 authored by Miss Islington (bot) on 08 April 2018, 21:37:30 UTC, committed by Raymond Hettinger on 08 April 2018, 21:37:30 UTC
(cherry picked from commit 9265dd72e5ec1cfa5fcdb5be8ebffe1d9994bd4b)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
1 parent 31f1b52
Raw File
Tip revision: 8a72266eca00d31ae720453622728f72dd6b2694 authored by Miss Islington (bot) on 08 April 2018, 21:37:30 UTC
Add a prepend() recipe to teach a chain() idiom (GH-6415) (GH-6421)
Tip revision: 8a72266
.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
Lib/test/test_importlib/data01/* -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