.. |
management
|
Removed unused imports.
|
2019-07-04 21:06:57 +00:00 |
migrations
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
templatetags
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +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
|
Fixed a str/bytes issue with a hashlib function call, and removed an unused import.
|
2019-07-04 20:59:40 +00:00 |
admin.py
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
aliases.py
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
bootstrap.py
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +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
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
draft.py
|
Changed a bunch of regexes to use r strings; also miscellaneous smaller fixes.
|
2019-07-04 15:51:05 +00:00 |
draft_search.py
|
Changed a bunch of regexes to use r strings; also miscellaneous smaller fixes.
|
2019-07-04 15:51:05 +00:00 |
fields.py
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
history.py
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
html.py
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
log.py
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
mail.py
|
Changed our parseaddr() and formataddr() to work correctly with python3.
|
2019-07-04 21:00:48 +00:00 |
markup_txt.py
|
Changed a bunch of regexes to use r strings; also miscellaneous smaller fixes.
|
2019-07-04 15:51:05 +00:00 |
models.py
|
Added proxy ForeignKey and OneToOneField classes which set the now required on_delete parameter on the fields to the legacy value.
|
2018-02-20 15:33:20 +00:00 |
ordereddict.py
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
pdf.py
|
Changed a bunch of regexes to use r strings; also miscellaneous smaller fixes.
|
2019-07-04 15:51:05 +00:00 |
pipe.py
|
Adapted the pipe() code to python3; API changes and str/byte handling.
|
2019-06-30 21:01:44 +00:00 |
resources.py
|
Added the option to order API resource lists by primary key, for stable ordering when paging through a list.
|
2019-06-18 12:40:19 +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
|
Fixed a test that compared an int with a meeting number string. Changed meeting test data to use meeting number 72 instead of 42, because proceedings code gives 404 for meetings before 65. Changed a number of StringIO() to BytesIO().
|
2019-07-04 16:01:32 +00:00 |
test_runner.py
|
Removed unused imports.
|
2019-07-04 21:06:57 +00:00 |
test_smtpserver.py
|
Fixed API changes in SMTPChannel
|
2019-06-28 20:52:15 +00:00 |
test_utils.py
|
Fixed a bunch of str/bytes issues.
|
2019-06-30 20:54:09 +00:00 |
tests.py
|
Removed unused imports.
|
2019-07-04 21:06:57 +00:00 |
tests_restapi.py
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
texescape.py
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
text.py
|
Removed unused imports.
|
2019-07-04 21:06:57 +00:00 |
textupload.py
|
Fixed a bunch of str/bytes issues.
|
2019-06-30 20:54:09 +00:00 |
timezone.py
|
Fixed a time arithmetics issue in meeting cutoff date methods
|
2017-07-23 14:47:46 +00:00 |
urls.py
|
Cleaned up the remaining explicit url names, using dotted-paths to view
|
2017-02-26 23:21:49 +00:00 |
validators.py
|
Removed unused imports.
|
2019-07-04 21:06:57 +00:00 |