datatracker/ietf/utils
2020-04-07 18:33:24 +00:00
..
management Fixed a pyflakes issue. 2020-03-20 18:59:16 +00:00
migrations Fixed incorrect type hints for Migration.dependencies. 2019-09-30 16:25:58 +00:00
templatetags Remove the not-quite-working customization widgets from /meeting/upcoming and /meeting/past. Simplify those views. Correct the list of sessions on those pages when one interim has more than one session. Fixes #2938. Partially addresses #2937. Commit ready for merge. 2020-03-27 22:47:38 +00:00
.gitignore * Moved utility functions into utils/ directory, and started breaking out 2007-05-11 15:48:45 +00:00
__init__.py Cleaned out some (arbitrary) submodule name imports into ietf.utils, and made the corresponding import statements import the names directly from the correct submodules. 2014-03-16 07:09:38 +00:00
accesstoken.py Py2/3 compatibility: Added __future__ import. 2019-07-15 15:47:31 +00:00
admin.py Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue. 2019-07-16 13:20:05 +00:00
aliases.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
bootstrap.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
bower_storage.py Cleaned up bower_storage a bit. 2015-08-01 15:03:40 +00:00
crawlurls.txt Put a proper command-line interface on the test crawler, spit out number of errors (if any), also add wrapper script for running the test-crawler and idindex generation scripts, in the future other (safe, non-mutating) scripts operating on real data can be added too 2014-01-12 16:55:42 +00:00
decorators.py Python2/3 compatibility: Added force_str or force_bytes in some places, to ensure the argument right type 2019-07-15 15:49:35 +00:00
draft.py Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run. 2019-09-30 15:42:18 +00:00
draft_search.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
fields.py Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc. 2019-07-15 19:14:04 +00:00
history.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
html.py Added cleaning of the session request form's 'comments' field, to convert any html entered to text. Related to [17322]. 2020-02-21 21:36:18 +00:00
log.py Improve performance of log.assertion() and log.unreachable() 2020-03-23 22:02:58 +00:00
mail.py Made email Message-ID fields generated by the datatracker more uniform. 2020-02-27 20:23:20 +00:00
markup_txt.py Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc. 2019-07-15 19:14:04 +00:00
mime.py Added a workaround for the current libmagic which quite easily can mischaracterise text/plain documents as text/x-Algol68. Fixes issues #2941 and #2956. 2020-04-07 18:33:24 +00:00
models.py Added a utility function to convert objects to dictionaries (for comparison, for instance) 2020-03-19 22:42:43 +00:00
ordereddict.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
patch.py Updated patch.py to avoid deprecation and pyflakes warnings. 2020-02-26 17:22:12 +00:00
pdf.py Read pdf files as binary. 2019-07-17 16:05:19 +00:00
pipe.py Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue. 2019-07-16 13:20:05 +00:00
resources.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
serialize.py Dump redacted events in DeletedEvent table 2012-11-07 14:59:17 +00:00
storage.py Added a pylint rc-file, and fixed or silenced a number of issues found by pylint using the settings .pylintrc (which enable only error checking). 2016-09-08 14:48:59 +00:00
test_data.py 12/13 merged into 6.113.1.dev0 with migration ordering failure 2019-12-13 19:53:45 +00:00
test_runner.py Added a newline to test run output, to separate dot progress indication from teardown message. 2020-01-22 23:17:44 +00:00
test_smtpserver.py Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc. 2019-07-15 19:14:04 +00:00
test_textupload.py Fix #2584 - Add additional content validation for uploaded texts. 2019-10-23 20:15:30 +00:00
test_utils.py Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc. 2019-07-15 19:14:04 +00:00
tests.py Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run. 2019-09-30 15:42:18 +00:00
tests_restapi.py Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc. 2019-07-15 19:14:04 +00:00
texescape.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
text.py Merged in work from sasha@dashcare.nl on Review Queue Managemnt: 2019-12-04 23:02:52 +00:00
textupload.py Merged in [16922] from sasha@dashcare.nl: 2019-10-26 15:42:58 +00:00
timezone.py Fixed a time arithmetics issue in meeting cutoff date methods 2017-07-23 14:47:46 +00:00
urls.py Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc. 2019-07-15 19:14:04 +00:00
validators.py Added cleaning of the session request form's 'comments' field, to convert any html entered to text. Related to [17322]. 2020-02-21 21:36:18 +00:00