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
a32b121efb
datatracker
/
ietf
/
submit
/
parsers
History
Henrik Levkowetz
a32b121efb
Changed some instances of error strings from ascii to unicode in order to avoid problems with unicode error messages, such as the file size indications generated by django.template.defaultfilters.filesizeformat().
...
- Legacy-Id: 11220
2016-05-22 14:40:37 +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
Changed some instances of error strings from ascii to unicode in order to avoid problems with unicode error messages, such as the file size indications generated by django.template.defaultfilters.filesizeformat().
2016-05-22 14:40:37 +00:00
pdf_parser.py
Improved the verification of submitted file extensions and mimetype.
2015-08-07 12:10:26 +00:00
plain_parser.py
Improved the verification of submitted file extensions and mimetype.
2015-08-07 12:10:26 +00:00
ps_parser.py
Improved the verification of submitted file extensions and mimetype.
2015-08-07 12:10:26 +00:00
xml_parser.py
Improved the verification of submitted file extensions and mimetype.
2015-08-07 12:10:26 +00:00