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
2
Packages
Projects
Releases
Wiki
Activity
bc05e7a8d0
datatracker
/
ietf
/
sync
History
Henrik Levkowetz
bc05e7a8d0
Refactored many instances of msg.get_payload(decode=True).decode('utf-8') and similar to get_payload_text(msg), which uses msg.get_charset() to get the actual charset to do the decoding, in a consistent manner. Also removed some instances of force_str, but more remain.
...
- Legacy-Id: 17807
2020-05-16 20:20:05 +00:00
..
__init__.py
Revamp sync from RFC Editor to include more info, fix a couple of bugs
2012-09-17 15:45:27 +00:00
discrepancies.py
Made ietf/sync pyflakes-clean.
2014-03-16 07:49:21 +00:00
iana.py
Refactored many instances of msg.get_payload(decode=True).decode('utf-8') and similar to get_payload_text(msg), which uses msg.get_charset() to get the actual charset to do the decoding, in a consistent manner. Also removed some instances of force_str, but more remain.
2020-05-16 20:20:05 +00:00
mails.py
Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge.
2017-03-25 19:16:45 +00:00
rfceditor.py
Merged in changes from trunk up to r17584.
2020-04-07 16:02:52 +00:00
tests.py
Removed all __future__ imports.
2020-03-05 23:53:42 +00:00
urls.py
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
2017-02-11 14:43:01 +00:00
views.py
Backported patches from production
2020-02-28 20:46:20 +00:00