zulip/zerver
Anders Kaseorg 7e92ff9d0a request: Delete request.pyi and make request.py type check.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2019-08-07 15:37:21 -07:00
..
data_import slack import: Improve readability of user recipient object allocation. 2019-07-30 14:46:14 -07:00
lib request: Delete request.pyi and make request.py type check. 2019-08-07 15:37:21 -07:00
management cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
migrations production: Rename the 'zulip' system bot realm to 'zulipinternal'. 2019-07-31 16:01:36 -07:00
openapi openapi: Migrate /messages to use the new cURL example system. 2019-08-05 21:27:24 -07:00
templatetags webhooks/freshdesk/doc.md: Remove unescape_rendered_html kludge. 2019-07-03 15:05:45 -07:00
tests request: Delete request.pyi and make request.py type check. 2019-08-07 15:37:21 -07:00
tornado cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
views request: Remove ExtractRecipients type safety hole on REQ. 2019-08-07 15:26:59 -07:00
webhooks cleanup: Delete trailing newlines. 2019-08-06 23:29:11 -07:00
worker events: Rename notify_export_completed. 2019-08-07 14:18:27 -07:00
__init__.py
apps.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
context_processors.py
decorator.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
filters.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
forms.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
logging_handlers.py python: Migrate open statements to use with. 2019-07-20 15:48:52 -07:00
middleware.py middleware: Fix exception typing. 2019-07-31 12:23:20 -07:00
models.py mypy: Remove type ignore by defining ProfileDataElement using TypedDict. 2019-08-06 23:24:56 -07:00
signals.py