zulip/puppet
Eklavya Sharma da36947400 Change unbuffering strategy in runtornado.py.
runtornado unbuffers its output using
sys.stdout = os.fdopen(sys.stdout.fileno(), 'w', 0).
This is not python 3 compatible since we can't specify
buffering on a text stream in python 3.  So use the '-u'
option of python when calling runtornado.py to make output
unbuffered.
2016-07-17 10:31:15 -07:00
..
apt Fix missing newlines at ends of JSON files. 2016-04-14 10:48:52 -07:00
puppet-common [manual] Move puppet modules to the top level 2013-10-30 15:42:26 -04:00
stdlib Fix missing newlines at ends of JSON files. 2016-04-14 10:48:52 -07:00
zulip Change unbuffering strategy in runtornado.py. 2016-07-17 10:31:15 -07:00
zulip_internal Activate virtualenv in production Python code. 2016-06-27 19:55:35 -07:00
common [manual] Move puppet modules to the top level 2013-10-30 15:42:26 -04:00