This website requires JavaScript.
Explore
Help
Sign In
altf4arnold
/
datatracker
Watch
1
Star
0
Fork
You've already forked datatracker
0
Code
Issues
Pull requests
Actions
3
Packages
Projects
Releases
Wiki
Activity
274548f1b1
datatracker
/
ietf
/
submit
/
parsers
History
Henrik Levkowetz
274548f1b1
Check the whole draft submission text when checking mime type, and catch decoding errors and raise ValidationError when converting submission form txt file to unicode for Draft().
...
- Legacy-Id: 13759
2017-07-02 21:32:44 +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
Check the whole draft submission text when checking mime type, and catch decoding errors and raise ValidationError when converting submission form txt file to unicode for Draft().
2017-07-02 21:32:44 +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
Check the whole draft submission text when checking mime type, and catch decoding errors and raise ValidationError when converting submission form txt file to unicode for Draft().
2017-07-02 21:32:44 +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