datatracker/ietf/utils
Henrik Levkowetz 0452fca7d2 * ietf/tests.py, in reduce(): add ad-hoc fix for pathologic case of not
closing <li> tags.  BeautifulSoup can handle it, but the recursive text
   rendering code in soup2text recurses too deeply with a sufficiently long
   list...
 * ietf/tests.py, in setUp(): grab the right tuple element when extracting
   the URLs from the url test tuples
 * ietf/tests.py, in read_testurls(): close opened file
 * ietf/tests.py, in doUrlsTest(): narrower try/except clause, and a new one
 * soup2text.py, in para(): undo previous change
 - Legacy-Id: 304
2007-06-11 06:13:29 +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 * ietf/tests.py, in reduce(): add ad-hoc fix for pathologic case of not 2007-06-11 06:13:29 +00:00
templated_form.py Expanded the test code which finds urlpatterns to extract all URLs 2007-06-04 19:26:16 +00:00