.. |
bugdown
|
Fix twitter mock data.
|
2016-07-17 10:23:25 -07:00 |
__init__.py
|
[manual] Rename Django app from zephyr to zerver.
|
2013-08-06 07:39:36 -04:00 |
actions.py
|
Remove JsonableErrors from actions.do_update_message.
|
2016-07-15 13:55:49 -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: Type annotate variables.
|
2016-06-27 17:52:37 +05:30 |
cache.py
|
cache: Fix echoing of mkdir command to console.
|
2016-07-18 14:25:13 -07:00 |
cache_helpers.py
|
Move stringify_message_dict into to_dict_uncached.
|
2016-07-08 17:58:56 -07:00 |
camo.py
|
zerver/lib/camo.py: Type ignore statement with hex encode.
|
2016-07-07 09:52:24 -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
|
Make backend tests (hackishly) pass on python3.4.
|
2016-07-15 11:13:33 -07:00 |
db.py
|
Fix string annotations in custom cursors.
|
2016-06-28 15:58:57 +05:30 |
debug.py
|
zerver/lib/debug.py: Remove from mypy's exclude_py3.
|
2016-07-07 09:52:24 -07:00 |
digest.py
|
zerver/lib/digest.py: Fix annotations.
|
2016-06-18 16:41:40 -07:00 |
email_mirror.py
|
Change exception.message to str(exception).
|
2016-07-13 16:00:46 -07:00 |
event_queue.py
|
Remove now-unused message_cache_key message cache.
|
2016-07-08 17:58:56 -07:00 |
handlers.py
|
Change exception.message to str(exception).
|
2016-07-13 16:00:46 -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
|
zerver/lib/narrow.py: Fix annotations.
|
2016-07-04 03:01:32 +05:30 |
notifications.py
|
Add message.topic_name() helper function.
|
2016-07-14 09:54:56 -07:00 |
parallel.py
|
Remove zerver/lib/parallel.py from mypy's exclude_py3.
|
2016-07-07 09:52:24 -07:00 |
push_notifications.py
|
Switch to PyAPNS for sending push notifications.
|
2016-07-13 10:55:07 -07:00 |
queue.py
|
Annotate zerver/lib/queue.py.
|
2016-07-04 03:01:32 +05:30 |
rate_limiter.py
|
zerver: Fix lines with length greater than 120.
|
2016-07-08 11:41:43 -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
|
Decode response.content everywhere except in tests.
|
2016-07-12 14:06:29 -07:00 |
rest.py
|
Modify rest_dispatch to support method specific flags.
|
2016-06-27 10:53:15 -07:00 |
session_user.py
|
zerver/lib/session_user.py: Replace Dict by Mapping.
|
2016-06-29 10:36:50 -07:00 |
socket.py
|
Use abstract types in annotations.
|
2016-07-04 03:01:32 +05:30 |
statistics.py
|
zerver/lib/statistics.py: Fix annotations.
|
2016-06-27 18:03:29 +05:30 |
str_utils.py
|
zerver/lib/str_utils.py: Allow specifying encoding.
|
2016-07-07 10:06:22 -07:00 |
test_helpers.py
|
Add test_helpers.client_patch_multipart().
|
2016-07-13 22:53:40 -07:00 |
test_runner.py
|
Show skipped tests in test runner.
|
2016-07-12 09:27:55 -07:00 |
timeout.py
|
zerver/lib/timeout.py: Replace isAlive by is_alive.
|
2016-07-06 11:49:48 -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
|
tornado_ioloop_logging.py: Ignore because of missing stub.
|
2016-07-07 10:02:08 -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
|
upload: Fix exception uploaded files with unknown content type.
|
2016-07-13 10:57:55 -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 |