datatracker/ietf/api
2020-03-05 14:41:41 +00:00
..
management Updated the file header generated by the makeresources managment command to set Copyright and file encoding, and use io.open() for py2/3 compatibility. 2019-07-15 14:35:25 +00:00
templates/api Added a very simple html version of the json API, to make it easier to explore the api manually. 2015-08-09 16:28:55 +00:00
__init__.py Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc. 2019-07-15 19:14:04 +00:00
__init__.pyi Added a type hint stub file for ietf/api/__init__.py, to capture variables created during module initialization. 2019-10-01 20:29:02 +00:00
serializer.py Removed six.text_type(), changed six.moves.urllib to plain urllib, and removed now unused six imports. 2020-03-05 14:41:41 +00:00
tests.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
urls.py Merged in [15263], [15264], [15265], [15287] from rcross@amsl.com: 2018-10-08 14:23:51 +00:00
views.py Move Session.status, .requested, and .requested_by to a new SchedulingEvent 2019-12-05 12:41:09 +00:00