1. 2314a04 Use string methods. Re-organize imports to Python Normal Form. by Fred Drake · 23 years ago
  2. 0f9bfd3 Convert most uses of the string module to string methods. (string.join() lives!) by Fred Drake · 24 years ago
  3. 7190247 Remove the annoying __version__ definitions. by Fred Drake · 24 years ago
  4. a4699a7 Pick the "escape" function from the standard library instead of from PyXML. by Fred Drake · 24 years ago
  5. 53eae8e convert(): Add support for ESIS '&' lines, and make sure we don't by Fred Drake · 26 years ago
  6. f032cdb Some minor cleanup. by Fred Drake · 26 years ago
  7. c4811d8 Modify to perform "---" to "—" conversion outside of by Fred Drake · 26 years ago
  8. 607aed7 Some adjustments, mostly to make it more general. by Fred Drake · 26 years ago
  9. 279ca75 Be a little smarter on some attribute values, making an assumption about by Fred Drake · 27 years ago
  10. a49a4ea Add "term" to AUTOCLOSE. by Fred Drake · 27 years ago
  11. 43278f0 convert(): Added parameter "autoclose", which should be a sequence of by Fred Drake · 27 years ago
  12. 36dfe58 isnmtoken(), istoken(): Fix to ensure the regex has to match the by Fred Drake · 27 years ago
  13. f82e4ab format_attrs(): Attempt a bit more minimization for SGML output. by Fred Drake · 27 years ago
  14. 79ad1f1 Escape special characters on output. by Fred Drake · 27 years ago
  15. 4abcffb Don't pass around a list of known empty elements, since the ESIS by Fred Drake · 27 years ago
  16. f077b9d Use esistools, getopt. by Fred Drake · 27 years ago
  17. 30a68c7 Moved into tools/sgmlconv/. by Fred Drake · 27 years ago