zulip/zerver/lib
Tim Abbott f1d58e767b Annotate zerver/tests/test_subs.py.
This required a number of unique-related changes to test_helpers.
2016-06-04 11:53:10 -07:00
..
bugdown Annotate most of the rest of bugdown. 2016-06-04 11:35:29 -07:00
__init__.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
actions.py Type annotation of zerver/models.py 2016-06-02 23:28:34 -07:00
alert_words.py Fix type annotations in zerver/lib/alert_words.py. 2016-05-24 14:12:11 -07:00
avatar.py Allow overriding the default avatar image 2013-11-18 11:48:53 -05:00
bulk_create.py Add bot_type field to UserProfile. 2016-05-19 22:37:37 -07:00
cache.py Type annotation of zerver/models.py 2016-06-02 23:28:34 -07:00
cache_helpers.py Annotate zerver/lib/cache_helpers.py 2016-06-03 16:34:30 -07:00
camo.py Annotate camo.py, mandrill_client.py, query.py, session_user.py 2016-06-04 11:28:42 -07:00
ccache.py Change shebangs from python2.7 to python. 2016-05-29 05:03:08 -07:00
context_managers.py Add PEP-484 type annotations to generator functions. 2016-04-03 15:40:05 -07:00
create_user.py Add bot_type field to UserProfile. 2016-05-19 22:37:37 -07:00
db.py Add PEP-484 type annotations to zerver/lib/. 2016-04-03 15:40:23 -07:00
debug.py style: Fix missing :s between dict keys and values. 2016-04-27 22:23:40 -07:00
digest.py Purge 'from typing import *' from zerver/. 2016-04-07 14:07:07 -07:00
email_mirror.py Fix unnecessary whitespace between , and ). 2016-05-04 14:16:53 -07:00
event_queue.py [i18n] Make error messages translatable. 2016-05-31 07:40:42 -07:00
handlers.py Annotation of zerver/lib/handlers.py. 2016-04-08 11:18:36 -07:00
html_diff.py Annotate zerver/lib/html_diff.py. 2016-06-03 23:21:26 -07:00
initial_password.py python3: Add missing utf-8 encoding/decoding in various places. 2016-03-08 09:14:15 -08:00
logging_util.py DEPLOYED => PRODUCTION 2015-08-21 10:33:35 -07:00
mandrill_client.py Annotate camo.py, mandrill_client.py, query.py, session_user.py 2016-06-04 11:28:42 -07:00
mention.py Add type annotation to mention.py, redis_utils.py, timestamp.py, user_agent.py 2016-06-03 19:00:16 -07:00
migrate.py Annotation of zerver/lib/migrate.py 2016-04-08 11:18:35 -07:00
narrow.py [i18n] Make error messages translatable. 2016-05-31 07:40:42 -07:00
notifications.py Annotate zerver/lib/notifications.py. 2016-06-03 23:45:29 -07:00
parallel.py Purge 'from typing import *' from zerver/. 2016-04-07 14:07:07 -07:00
push_notifications.py Fix apnsclient import to match version 0.1.8 used in production. 2016-06-03 19:28:36 -07:00
query.py Annotate camo.py, mandrill_client.py, query.py, session_user.py 2016-06-04 11:28:42 -07:00
queue.py queue: Disable RabbitMQ heartbeat in BlockingConnection. 2016-05-10 09:50:57 -07:00
rate_limiter.py rate_limiter: Fix misplaced type annotation and cleanup code. 2016-05-06 13:38:12 -07:00
redis_utils.py Add type annotation to mention.py, redis_utils.py, timestamp.py, user_agent.py 2016-06-03 19:00:16 -07:00
request.py [i18n] Make error messages translatable. 2016-05-31 07:40:42 -07:00
request.pyi Add a stub file for request.py. 2016-05-30 11:28:53 -07:00
response.py Remove some mutable default arguments. 2016-06-03 09:16:56 -07:00
rest.py Add type annotations to zerver/lib/rest. 2016-06-03 23:48:46 -07:00
session_user.py Annotate camo.py, mandrill_client.py, query.py, session_user.py 2016-06-04 11:28:42 -07:00
socket.py style: Use 'not in' consistently rather than `not foo in`. 2016-05-09 17:00:10 -07:00
statistics.py Make zerver/lib/statistics.py pass mypy check. 2016-05-18 17:10:18 +05:30
test_helpers.py Annotate zerver/tests/test_subs.py. 2016-06-04 11:53:10 -07:00
test_runner.py Show templates rendered report. 2016-05-31 16:46:11 +05:00
timeout.py Purge 'from typing import *' from zerver/. 2016-04-07 14:07:07 -07:00
timestamp.py Add type annotation to mention.py, redis_utils.py, timestamp.py, user_agent.py 2016-06-03 19:00:16 -07:00
tornado_ioloop_logging.py Purge 'from typing import *' from zerver/. 2016-04-07 14:07:07 -07:00
unminify.py Add PEP-484 type annotations to zerver/lib/. 2016-04-03 15:40:23 -07:00
upload.py [i18n] Make error messages translatable. 2016-05-31 07:40:42 -07:00
user_agent.py Add type annotation to mention.py, redis_utils.py, timestamp.py, user_agent.py 2016-06-03 19:00:16 -07:00
utils.py mypy type annotations for zerver/lib/utils 2016-06-03 22:58:15 -07:00
validator.py Add annotations for zerver/lib/validator. 2016-06-03 23:53:49 -07:00