Tim Abbott
|
ec7bb0b011
|
Add PEP-484 type annotations to zerver/views/.
|
2016-04-03 15:40:23 -07:00 |
Eklavya Sharma
|
9e3c3e14f5
|
Partially apply Python 3 libmodernize.fixes.fix_dict_six.
Refer to #256
|
2016-03-19 15:52:58 -07:00 |
Tim Abbott
|
620411c0ea
|
Fix type mismatches in streams.py.
|
2016-02-03 19:25:19 -08: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
|
6528b18ad3
|
Switch all urllib/urlparse usage to six.moves.urllib.
This provides Python 2+3 compatibility for our use of urllib.
Also add a test to avoid future regressions.
|
2016-01-26 21:09:43 -08:00 |
Tim Abbott
|
9cec758854
|
Remove now obsolete /json/subscriptions/add endpoint.
|
2015-12-12 18:14:08 -08:00 |
Tim Abbott
|
37d4a11610
|
Move streams views into their own file.
|
2015-11-24 05:20:37 -08:00 |