zulip/zerver/lib/markdown
Alex Vandiver 4ab9cd7cf2 markdown: Prevent OverflowError with large time integers.
`<time:1234567890123>` causes a "signed integer is greater than
maximum" exception from dateutil.parser; datetime also cannot handle
it ("year 41091 is out of range") but that is a ValueError which is
already caught.

Catch the OverflowError thrown by dateutil.
2024-01-05 12:01:06 -08:00
..
__init__.py markdown: Prevent OverflowError with large time integers. 2024-01-05 12:01:06 -08:00
api_arguments_table_generator.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
api_return_values_table_generator.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
fenced_code.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
help_emoticon_translations_table.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
help_relative_links.py gear_menu_popover: Update the rocket icon used for plan and pricing. 2023-12-13 07:59:13 -08:00
help_settings_links.py help: Update documentation to use new "#groups" UI. 2023-12-07 06:35:38 -08:00
include.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
nested_code_blocks.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
priorities.py markdown: Rewrite /static/ images to use staticfiles_storage.url. 2023-02-14 17:17:06 -05:00
static.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
tabbed_sections.py help: Add tab for Zulip 8.0+ features. 2023-11-29 23:44:00 -08:00