1. 6d89050 Minor simplification. by Fred Drake · 23 years ago
  2. 407fea5 Really do replacement of & last to avoid bad interactions between & by Fred Drake · 23 years ago
  3. f55222d Avoid calling __dict_replace() if we don't need to -- the call is much by Fred Drake · 23 years ago
  4. 74b51ac Patch #613256: Add nescape method to xml.sax.saxutils. by Martin v. Löwis · 23 years ago
  5. dad91dd Make sure XMLGenerator uses quoteattr() instead of escape() to quote by Fred Drake · 24 years ago
  6. acd32d3 Added function xml.sax.saxutils.quoteattr(). by Fred Drake · 24 years ago
  7. 95b4ec5 Do not assume that types.UnicodeType exists; we might be running in an old by Fred Drake · 24 years ago
  8. 4ced5e7 Fix bug in prepare_input_source (patched by Paul P., sourceforge.net down by Lars Gustäbel · 25 years ago
  9. 16f6329 Make reindent.py happy (lots of trailing whitespace removed). by Fred Drake · 25 years ago
  10. bc1b5c8 Added parent attribute with getters and setters on XMLFilterBase. by Lars Gustäbel · 25 years ago
  11. 5fece7f Don't use a file object as system id; try to propagate the file name to by Martin v. Löwis · 25 years ago
  12. cf0a1cc Support non-namespace elements in *ElementNS of XMLGenerator. by Martin v. Löwis · 25 years ago
  13. 0872e05 Fix handling of file inputs on Windows; passing them to urllib.urlopen() by Fred Drake · 25 years ago
  14. 58af43f [Patch 101634] by Martin v. Löwis · 25 years ago
  15. 523b0a6 Added back the InputSource class (patch 101630). by Lars Gustäbel · 25 years ago
  16. fc643c3 Bug fix to namespace handling in XMLGenerator (now adds declarations). by Lars Gustäbel · 25 years ago
  17. c5cec51 Updated XMLGenerator to new DocumentHandler interface (patch 101572). by Lars Gustäbel · 25 years ago
  18. a12adfe Reduce the number of imports needed. by Fred Drake · 25 years ago
  19. bd8c2ae Removed unncessary dependency. by Paul Prescod · 25 years ago
  20. 45cd9de Paul Prescod <paul@prescod.net>: SAX interfaces for Python. by Fred Drake · 25 years ago