datatracker/ietf/utils
2007-06-12 01:32:05 +00:00
..
.gitignore * Moved utility functions into utils/ directory, and started breaking out 2007-05-11 15:48:45 +00:00
__init__.py 'soup2text' is a html-to-text converter which uses the BeautifulSoup.py module. It converts html to plain paragraph-filled readable text. 2007-06-10 11:27:02 +00:00
cache_foreign_key.py Separating out utility functions into their own files. 2007-05-28 09:17:30 +00:00
listop.py Try to make the utils/listop functions return something sensible with empty input. 2007-06-05 15:05:31 +00:00
log.py Use the "standard" django way to get at the settings. 2007-05-24 17:36:25 +00:00
mail.py Fixing a bunch of nits pyflakes were complaining about, in order to get a clean run. There are still at least 2 cases of using undefined values which needs scrutiny. 2007-06-05 16:58:58 +00:00
soup2text.py Another soup2html() tweak to better avoid indentation at paragraph start. 2007-06-12 01:32:05 +00:00
templated_form.py Expanded the test code which finds urlpatterns to extract all URLs 2007-06-04 19:26:16 +00:00