.. |
bugdown
|
zerver/lib/bugdown/fenced_code.py: Add BaseHandler.
|
2016-06-16 15:21:17 -07:00 |
__init__.py
|
[manual] Rename Django app from zephyr to zerver.
|
2013-08-06 07:39:36 -04:00 |
actions.py
|
Replace placeholder variables x with more meaningful ones.
|
2016-06-20 19:36:07 -07:00 |
alert_words.py
|
Fix type annotations in zerver/lib/alert_words.py.
|
2016-05-24 14:12:11 -07:00 |
avatar.py
|
Fix annotations related to make_safe_digest and hashes.
|
2016-06-12 09:30:53 -07:00 |
bulk_create.py
|
zerver/lib/bulk_create.py: Fix string annotations.
|
2016-06-13 10:08:14 +05:30 |
cache.py
|
zerver/lib/cache.py: Fix get_cache_backend's annotation.
|
2016-06-11 09:12:58 -07:00 |
cache_helpers.py
|
Use text_type as type of cache keys and update users.
|
2016-06-11 09:10:34 -07:00 |
camo.py
|
Annotate debug.py, initial_password.py, narrow.py, response.py.
|
2016-06-04 12:56:36 -07:00 |
ccache.py
|
Annotate zerver/lib/ccache.py.
|
2016-06-04 12:19:34 -07:00 |
context_managers.py
|
Removed some unused imports.
|
2016-06-07 18:13:58 -07:00 |
create_user.py
|
Annotate zerver/lib/create_user.py.
|
2016-06-18 16:41:40 -07:00 |
db.py
|
Add annotations to avatar.py, db.py, logging_util.py, unminify.py.
|
2016-06-05 12:38:20 -07:00 |
debug.py
|
Annotate debug.py, initial_password.py, narrow.py, response.py.
|
2016-06-04 12:56:36 -07:00 |
digest.py
|
zerver/lib/digest.py: Fix annotations.
|
2016-06-18 16:41:40 -07:00 |
email_mirror.py
|
Annotate zerver/lib/email_mirror.py.
|
2016-06-20 15:58:40 -07:00 |
event_queue.py
|
ClientDescriptor: Pass inline sets, not lists, to do_gc_event_queues.
|
2016-06-07 13:28:45 -07:00 |
handlers.py
|
Annotation of zerver/lib/handlers.py.
|
2016-04-08 11:18:36 -07:00 |
html_diff.py
|
zerver/lib/html_diff.py: Fix annotations.
|
2016-06-18 16:41:40 -07:00 |
initial_password.py
|
zerver/lib/initial_password.py: Encode return value.
|
2016-06-18 16:41:40 -07:00 |
logging_util.py
|
Add annotations to avatar.py, db.py, logging_util.py, unminify.py.
|
2016-06-05 12:38:20 -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
|
zerver/lib/bugdown/__init__.py: Fix string types.
|
2016-06-16 15:21:17 -07:00 |
migrate.py
|
Annotation of zerver/lib/migrate.py
|
2016-04-08 11:18:35 -07:00 |
narrow.py
|
Annotate debug.py, initial_password.py, narrow.py, response.py.
|
2016-06-04 12:56:36 -07:00 |
notifications.py
|
zerver/lib/notifications.py: Fix an annotation.
|
2016-06-21 02:20:36 +05:30 |
parallel.py
|
Purge 'from typing import *' from zerver/.
|
2016-04-07 14:07:07 -07:00 |
push_notifications.py
|
zerver/lib/push_notifications.py: Fix strings.
|
2016-06-15 15:25:28 -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
|
send_event: Remove useless return value and annotate.
|
2016-06-07 13:27:40 -07:00 |
rate_limiter.py
|
zerver/lib/rate_limiter.py: Annotate rate_limiter.rules.
|
2016-06-18 16:41:41 -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
|
Annotate debug.py, initial_password.py, narrow.py, response.py.
|
2016-06-04 12:56:36 -07:00 |
rest.py
|
[i18n] Make Json error messages translatable.
|
2016-06-04 18:48:36 -07:00 |
session_user.py
|
Annotate debug.py, initial_password.py, narrow.py, response.py.
|
2016-06-04 12:56:36 -07:00 |
socket.py
|
Annotate zerver/lib/socket.py.
|
2016-06-04 22:36:03 -07:00 |
statistics.py
|
Make zerver/lib/statistics.py pass mypy check.
|
2016-05-18 17:10:18 +05:30 |
str_utils.py
|
Improve model string representation.
|
2016-06-12 09:55:12 -07:00 |
test_helpers.py
|
send_json_payload: payload arg can be text_type.
|
2016-06-16 14:07:34 -07:00 |
test_runner.py
|
Annotate zerver.lib.test_runner.
|
2016-06-04 23:23:31 -07: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 annotations to avatar.py, db.py, logging_util.py, unminify.py.
|
2016-06-05 12:38:20 -07:00 |
upload.py
|
[third] Urlencode name of the uploaded file.
|
2016-06-14 15:32:41 -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
|
Fix annotations related to make_safe_digest and hashes.
|
2016-06-12 09:30:53 -07:00 |
validator.py
|
Add annotations for zerver/lib/validator.
|
2016-06-03 23:53:49 -07:00 |