zulip/zerver/lib
Aditya Bansal a68376e2ba zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
..
bugdown zerver/lib/bugdown/__init__.py: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
url_preview zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
webhooks zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
__init__.py
actions.py zerver/lib/actions.py: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
addressee.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
alert_words.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
api_test_helpers.py pypi packaging: Upgrade to release 0.4.6. 2018-04-27 14:50:25 -07:00
attachments.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:56:40 -08:00
avatar.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
avatar_hash.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
bot_config.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
bot_lib.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
bot_storage.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
bulk_create.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
cache.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
cache_helpers.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
camo.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
ccache.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
context_managers.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:45:52 -08:00
create_user.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
db.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
debug.py mypy: Migrate lib/debug.py to python3.5 annotations. 2018-03-12 11:23:30 -07:00
digest.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
domains.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
email_mirror.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
emoji.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
error_notify.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
events.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
exceptions.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
export.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
feedback.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
fix_unreads.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
generate_test_data.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
hotspots.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
html_diff.py mypy: Remove type: ignores that are unnecessary with new mypy. 2017-11-25 10:06:28 -08:00
i18n.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
import_realm.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
initial_password.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
integrations.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
json_encoder_for_html.py mypy: Fix annotations for json_encoder_for_html. 2017-11-22 01:32:46 -08:00
logging_util.py settings: Fix double negative in LOGGING_NOT_DISABLED. 2018-03-21 18:03:05 -07:00
management.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
mdiff.py mypy: Amend diff_strings to return str or raise DiffException. 2018-02-13 11:40:51 -08:00
mention.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
message.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
migrate.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
mobile_auth_otp.py zerver/lib/mobile_auth_otp: Sweep force_str. 2017-12-26 09:09:31 -05:00
name_restrictions.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
narrow.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
notifications.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
onboarding.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
outgoing_webhook.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
parallel.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
profile.py mypy: Improve typing to profile.py & remove FuncT from decorator.py. 2017-10-29 17:10:13 -07:00
push_notifications.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
queue.py mypy: Remove some now-unnecessary type: ignores. 2018-03-28 10:39:05 -07:00
rate_limiter.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
realm_icon.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
redis_utils.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
request.py request: Add new str_validator validator type. 2018-05-03 21:11:02 -07:00
request.pyi validators: Improve mypy type annotations. 2018-05-03 21:27:43 -07:00
response.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
rest.py uploads: Add new way of querying for mobile uploads endpoint. 2018-04-13 17:51:45 -07:00
retention.py zerver/lib: Use python 3 syntax for typing. 2017-11-28 17:15:14 -08:00
send_email.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
sessions.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
slack_data_to_zulip_data.py i18n: Add missing strings for custom profile fields and fix capitalization. 2018-05-06 19:44:36 -07:00
slack_message_conversion.py Slack importer: Map Slack channel mentions to Zulip stream mentions. 2018-04-09 10:47:39 -07:00
soft_deactivation.py soft_deactivation: Change `<` to `<=` in add_missing_messages. 2018-04-16 11:28:08 -07:00
sqlalchemy_utils.py zerver/lib: Use python 3 syntax for typing. 2017-11-21 20:45:52 -08:00
statistics.py zerver/lib: Use Python 3 syntax for typing for several files. 2017-11-28 17:02:24 -08:00
str_utils.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
stream_recipient.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
stream_subscription.py Mypy: Use models.py QuerySet annotation approach in stream_subscription.py. 2018-03-15 12:54:43 -07:00
stream_topic.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
streams.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
subdomains.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
test_classes.py zerver/lib/test_classes.py: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
test_data.source.txt test_data.source.txt: Replace postmodernism generator text with a play. 2017-08-23 13:00:39 -07:00
test_fixtures.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
test_helpers.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
test_runner.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
tex.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
timeout.py mypy: Add assertion in timeout.py. 2018-04-25 08:58:55 -07:00
timestamp.py zerver/lib: Use python 3 syntax for typing. 2017-11-18 16:09:04 -08:00
timezone.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
topic_mutes.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
type_debug.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
types.py profile: Add choice field. 2018-04-26 00:35:51 -07:00
unminify.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
upload.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
user_agent.py tests: Move zerver/fixtures to zerver/tests/fixtures for clarity. 2018-04-19 21:50:17 -07:00
user_groups.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
users.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
utils.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00
validator.py zerver/lib: Change use of typing.Text to str. 2018-05-12 15:22:39 -07:00