zulip/zerver/tornado
neiljp (Neil Pilgrim) 790cd5e7c8 mypy: Specify generic type parameters in cachify decorator.
Use of the decorator in event_queue.py suggests concrete return type,
for application of copy() function.
2017-11-08 12:40:40 -08:00
..
__init__.py tornado: Move tornado_ioloop_logging to new zerver/tornado tree. 2016-11-26 21:24:05 -08:00
application.py zerver/tornado: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
descriptors.py zerver/tornado: Remove print_function. 2017-09-27 18:05:45 -07:00
event_queue.py mypy: Specify generic type parameters in cachify decorator. 2017-11-08 12:40:40 -08:00
exceptions.py zerver/tornado: Use python 3 syntax for typing. 2017-10-26 21:58:22 -07:00
handlers.py Change urllib import to be Python 3-specific. 2017-11-07 10:46:42 -08:00
ioloop_logging.py zerver/tornado: Remove unused imports (F401). 2017-11-07 16:36:57 -08:00
socket.py tornado: Fix hardcoding of URI scheme in sockjs_url. 2017-11-07 17:24:10 -08:00
views.py Support client_gravatar field for event registration. 2017-11-07 10:42:17 -08:00
websocket_client.py zerver/tornado: Remove unused imports (F401). 2017-11-07 16:36:57 -08:00