Tim Abbott
|
54820de522
|
Annotate bots/summarize_stream.py.
|
2016-09-11 17:09:27 -07:00 |
Tim Abbott
|
a1b306f9ce
|
Finish purging 'fromt typing import *' from Zulip codebase.
|
2016-04-07 14:11:21 -07:00 |
Tim Abbott
|
b437fe2924
|
Add PEP-484 annotations to bots/.
|
2016-04-03 15:40:23 -07:00 |
Tim Abbott
|
5bacda3662
|
python3: Fix usage of .keys()/.values() to handle iterators.
This fixes the places where we use the result of .keys(), .items(),
and .values() that wouldn't work with an iterator to wrap them with
list().
|
2016-01-26 21:11:25 -08:00 |
Tim Abbott
|
b3ac668779
|
Apply Python 3 futurize transform libmodernize.fixes.fix_filter.
|
2015-11-01 09:26:16 -08:00 |
Tim Abbott
|
f3783fb4a1
|
Apply Python 3 futurize transform libfuturize.fixes.fix_print_with_import.
|
2015-11-01 09:26:16 -08:00 |
Steve Howell
|
a1e7d2123d
|
Add summarize_stream.py.
(imported from commit 061b1ccc6649acb9a9fc40370282fa34c645afed)
|
2014-01-10 21:39:06 -05:00 |