zulip/zerver/tornado
Anders Kaseorg d0f4af5f8c python: Catch JSONDecodeError instead of ValueError when decoding JSON.
These weren’t wrong since orjson.JSONDecodeError subclasses
json.JSONDecodeError which subclasses ValueError, but the more
specific ones express the intention more clearly.

(ujson raised ValueError directly, as did json in Python 2.)

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-08-12 11:59:59 -07:00
..
__init__.py
application.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
autoreload.py docs: Fix capitalization of keyboard keys. 2020-08-11 10:25:53 -07:00
descriptors.py event_queue: Fix strict_optional errors. 2020-07-06 11:25:48 -07:00
django_api.py python: Replace ujson with orjson. 2020-08-11 10:55:12 -07:00
event_queue.py python: Catch JSONDecodeError instead of ValueError when decoding JSON. 2020-08-12 11:59:59 -07:00
exceptions.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
handlers.py logging: Report stack_info on logging.exception calls. 2020-08-11 10:16:54 -07:00
ioloop_logging.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
sharding.py tornado: Split address from port more carefully. 2020-06-29 22:19:47 -07:00
views.py python: Replace ujson with orjson. 2020-08-11 10:55:12 -07:00