1. 929b704 bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564) by Mickaël Schoentgen · 6 years ago
  2. da08470 bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553) by Serhiy Storchaka · 6 years ago
  3. 61de087 Issue #2175: SAX parsers now support a character stream of InputSource object. by Serhiy Storchaka · 10 years ago
  4. fc8e9b0 Issue #22915: SAX parser now supports files opened with file descriptor or by Serhiy Storchaka · 11 years ago
  5. 3eab6b3 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 12 years ago
  6. c502df4 Issue #17915: Fix interoperability of xml.sax with file objects returned by by Georg Brandl · 12 years ago
  7. 88efc52 Issue #1470548: XMLGenerator now works with binary output streams. by Serhiy Storchaka · 12 years ago
  8. 6b03ee6 Issue #5027: The standard `xml` namespace is now understood by by Antoine Pitrou · 15 years ago
  9. a90032a #1343: Add short_empty_elements option to XMLGenerator. by R. David Murray · 15 years ago
  10. fe99105 Use true booleans and PEP8 for argdefaults. by Georg Brandl · 16 years ago
  11. 1afc169 Make a new urllib package . by Jeremy Hylton · 17 years ago
  12. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 18 years ago
  13. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 18 years ago
  14. 93f3910 types.StringType is gone, use str directly instead. by Walter Dörwald · 18 years ago
  15. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
  16. 3b27105 Use explicit relative import to make this work again. by Guido van Rossum · 19 years ago
  17. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago[Renamed (98%) from Lib/xmlcore/sax/saxutils.py]
  18. 2def11a Use *absolute* imports now that they are required. (Should this go into 2.5?) by Neal Norwitz · 19 years ago
  19. c6730e1 move the xml package implementation to xmlcore, and adjust the tests to by Fred Drake · 20 years ago[Renamed from Lib/xml/sax/saxutils.py]
  20. e4772f3 fix XMLFilterBase.resolveEntity() so the caller gets the result by Fred Drake · 21 years ago
  21. 910b282 when only using half of the return value of os.path.split(), use by Fred Drake · 21 years ago
  22. 06d9b1f SF bug #902037: relative on-disk SYSTEM id handling is incorrect by Raymond Hettinger · 21 years ago
  23. ae20722 Consider output encoding in XMLGenerator. Fixes #938076. Backported to 2.3. by Martin v. Löwis · 21 years ago
  24. 0ea558f Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637. by Martin v. Löwis · 21 years ago
  25. 0eadaac Whitespace normalization. by Tim Peters · 22 years ago
  26. 6d89050 Minor simplification. by Fred Drake · 23 years ago
  27. 407fea5 Really do replacement of & last to avoid bad interactions between & by Fred Drake · 23 years ago
  28. f55222d Avoid calling __dict_replace() if we don't need to -- the call is much by Fred Drake · 23 years ago
  29. 74b51ac Patch #613256: Add nescape method to xml.sax.saxutils. by Martin v. Löwis · 23 years ago
  30. dad91dd Make sure XMLGenerator uses quoteattr() instead of escape() to quote by Fred Drake · 24 years ago
  31. acd32d3 Added function xml.sax.saxutils.quoteattr(). by Fred Drake · 24 years ago
  32. 95b4ec5 Do not assume that types.UnicodeType exists; we might be running in an old by Fred Drake · 25 years ago
  33. 4ced5e7 Fix bug in prepare_input_source (patched by Paul P., sourceforge.net down by Lars Gustäbel · 25 years ago
  34. 16f6329 Make reindent.py happy (lots of trailing whitespace removed). by Fred Drake · 25 years ago
  35. bc1b5c8 Added parent attribute with getters and setters on XMLFilterBase. by Lars Gustäbel · 25 years ago
  36. 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
  37. cf0a1cc Support non-namespace elements in *ElementNS of XMLGenerator. by Martin v. Löwis · 25 years ago
  38. 0872e05 Fix handling of file inputs on Windows; passing them to urllib.urlopen() by Fred Drake · 25 years ago
  39. 58af43f [Patch 101634] by Martin v. Löwis · 25 years ago
  40. 523b0a6 Added back the InputSource class (patch 101630). by Lars Gustäbel · 25 years ago
  41. fc643c3 Bug fix to namespace handling in XMLGenerator (now adds declarations). by Lars Gustäbel · 25 years ago
  42. c5cec51 Updated XMLGenerator to new DocumentHandler interface (patch 101572). by Lars Gustäbel · 25 years ago
  43. a12adfe Reduce the number of imports needed. by Fred Drake · 25 years ago
  44. bd8c2ae Removed unncessary dependency. by Paul Prescod · 25 years ago
  45. 45cd9de Paul Prescod <paul@prescod.net>: SAX interfaces for Python. by Fred Drake · 25 years ago