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
e55c42b20f
datatracker
/
ietf
/
submit
/
parsers
History
Henrik Levkowetz
1225f8af6b
Refactored submission code to be clearer and only do mimetype extraction in one place, made the point where files are saved less obscure, fixed bytes/str issues for file read and write, fixed regex strings, fixed variable name visibility due to scope changes in py3.
...
- Legacy-Id: 16375
2019-07-04 15:49:42 +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
Refactored submission code to be clearer and only do mimetype extraction in one place, made the point where files are saved less obscure, fixed bytes/str issues for file read and write, fixed regex strings, fixed variable name visibility due to scope changes in py3.
2019-07-04 15:49:42 +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
Refactored submission code to be clearer and only do mimetype extraction in one place, made the point where files are saved less obscure, fixed bytes/str issues for file read and write, fixed regex strings, fixed variable name visibility due to scope changes in py3.
2019-07-04 15:49:42 +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