Staging
v0.8.1
https://github.com/python/cpython
Revision a1b9ed32ee69c9204959d5db2475001d199b3e50 authored by Gregory P. Smith on 23 March 2013, 18:54:22 UTC, committed by Gregory P. Smith on 23 March 2013, 18:54:22 UTC
from unbuffered (0) to buffering (-1) to match the behavior existing code
expects and match the behavior of the subprocess module in Python 2 to avoid
introducing hard to track down bugs.
2 parent s 3ddba16 + a1ed539
Raw File
Tip revision: a1b9ed32ee69c9204959d5db2475001d199b3e50 authored by Gregory P. Smith on 23 March 2013, 18:54:22 UTC
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
Tip revision: a1b9ed3
.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/cjkencodings/* = BIN
Lib/test/decimaltestdata/*.decTest = BIN
Lib/test/sndhdrdata/sndhdr.* = BIN
Lib/test/test_email/data/msg_26.txt = BIN

Lib/venv/scripts/nt/* = BIN

# All other files (which presumably are human-editable) are "native".
# This must be the last rule!

** = native

[repository]
native = LF
back to top