Staging
v0.8.1
https://github.com/python/cpython
Revision 1a3bc5546aa27f01426ad76618a9b2c3b698ae68 authored by Serhiy Storchaka on 04 July 2017, 04:55:45 UTC, committed by GitHub on 04 July 2017, 04:55:45 UTC
(cherry picked from commit 8a8d28501fc8ce25926d168f1c657656c809fd4c)
1 parent 0b12107
Raw File
Tip revision: 1a3bc5546aa27f01426ad76618a9b2c3b698ae68 authored by Serhiy Storchaka on 04 July 2017, 04:55:45 UTC
[3.5] bpo-30441: Fix bug when modifying os.environ while iterating over it (GH-2409). (#2557)
Tip revision: 1a3bc55
.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