datatracker/ietf/submit/parsers
2020-01-18 14:59:08 +00:00
..
.gitignore Ignore *.pyc files under ietf/submit, as elsewhere. 2011-04-12 15:57:35 +00:00
__init__.py Cutoff dates and basic checkings over the plain file. See #580 2011-02-03 11:46:04 +00:00
base.py Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run. 2019-09-30 15:42:18 +00:00
pdf_parser.py Changed the acceptable mime type for uploaded xml files to be either text/xml or application/xml. 2016-06-06 07:38:02 +00:00
plain_parser.py Fixed a Py3 issue trying run .decode() on (already decoded) str. 2020-01-18 14:59:08 +00:00
ps_parser.py Changed the acceptable mime type for uploaded xml files to be either text/xml or application/xml. 2016-06-06 07:38:02 +00:00
xml_parser.py Changed the acceptable mime type for uploaded xml files to be either text/xml or application/xml. 2016-06-06 07:38:02 +00:00