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
5
Packages
Projects
Releases
Wiki
Activity
ab173cb2eb
datatracker
/
ietf
/
api
History
Henrik Levkowetz
ab173cb2eb
Removed further six usage: six.string_types, six.integer_types, six.moves.urllib instances.
...
- Legacy-Id: 17390
2020-03-05 20:46:58 +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
Removed further six usage: six.string_types, six.integer_types, six.moves.urllib instances.
2020-03-05 20:46:58 +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