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
3
Packages
Projects
Releases
Wiki
Activity
8e8c3ff5e2
datatracker
/
ietf
/
utils
History
Henrik Levkowetz
8e8c3ff5e2
* ietf/tests.py: Remove filetime() again -- not using it.
...
* ietf/utils/soup2text.py: Do line ending normalization. - Legacy-Id: 315
2007-06-11 17:26:59 +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: Remove filetime() again -- not using it.
2007-06-11 17:26:59 +00:00
templated_form.py
Expanded the test code which finds urlpatterns to extract all URLs
2007-06-04 19:26:16 +00:00