Staging
v0.8.1
https://github.com/python/cpython
Revision a1ed539268e37b12a4a864738b4d1e12bdb92793 authored by Gregory P. Smith on 23 March 2013, 18:44:25 UTC, committed by Gregory P. Smith on 23 March 2013, 18:44:25 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.
1 parent 68b4cc8
Raw File
Tip revision: a1ed539268e37b12a4a864738b4d1e12bdb92793 authored by Gregory P. Smith on 23 March 2013, 18:44:25 UTC
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
Tip revision: a1ed539
.bzrignore
ยด.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Parser/pgen.stamp
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top