1. 929b704 bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564) by Mickaël Schoentgen · 5 years ago
  2. 90d0cfb bpo-35202: Remove unused imports in tests. (GH-10561) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  3. a6dc531 bpo-34789: make xml.sax.make_parser accept iterables of all types (GH-9576) by Andrés Delfino · 6 years ago
  4. 17b1d5d bpo-17239: Disable external entities in SAX parser (GH-9217) by Christian Heimes · 6 years ago
  5. ef9c0e7 bpo-30264: ExpatParser closes the source on error (#1451) by Victor Stinner · 7 years ago
  6. 9749b5a Issue #24125: Saved error's line and column numbers when an error is occured by Serhiy Storchaka · 9 years ago
  7. ab91478 Issue #24125: Saved error's line and column numbers when an error is occured by Serhiy Storchaka · 9 years ago
  8. 778db28 Issue #10590: xml.sax.parseString() now supports string argument. by Serhiy Storchaka · 9 years ago
  9. f1468eb Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). by Serhiy Storchaka · 9 years ago
  10. 13e41c5 Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). by Serhiy Storchaka · 9 years ago
  11. 61de087 Issue #2175: SAX parsers now support a character stream of InputSource object. by Serhiy Storchaka · 9 years ago
  12. aa9563c Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). by Serhiy Storchaka · 9 years ago
  13. fc8e9b0 Issue #22915: SAX parser now supports files opened with file descriptor or by Serhiy Storchaka · 10 years ago
  14. 90a2427 Close file before reopening to keep Windows happy in test_sax. by Richard Oudkerk · 11 years ago
  15. 2adb6fe Fix ResourceWarnings in test_sax by Antoine Pitrou · 11 years ago
  16. 3eab6b3 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  17. 64949fa merge with 3.2 by Georg Brandl · 11 years ago
  18. c502df4 Issue #17915: Fix interoperability of xml.sax with file objects returned by by Georg Brandl · 11 years ago
  19. f3a1b6e Merge #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 11 years ago
  20. a846f5a #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 11 years ago
  21. d9a550b Issue #1470548: Add test for fragment producing with XMLGenerator. by Serhiy Storchaka · 11 years ago
  22. a5f13d2 Issue #1470548: Add test for fragment producing with XMLGenerator. by Serhiy Storchaka · 11 years ago
  23. 9fef188 Issue #1470548: XMLGenerator now works with binary output streams. by Serhiy Storchaka · 11 years ago
  24. 88efc52 Issue #1470548: XMLGenerator now works with binary output streams. by Serhiy Storchaka · 11 years ago
  25. e080a7a Fix tests for issue #11159. by Serhiy Storchaka · 11 years ago
  26. 1a4ed4c Fix tests for issue #11159. by Serhiy Storchaka · 11 years ago
  27. efbf40f Issue #11159: Add tests for testing SAX parser support of non-ascii file names. by Serhiy Storchaka · 11 years ago
  28. d520239 Issue #11159: Add tests for testing SAX parser support of non-ascii file names. by Serhiy Storchaka · 11 years ago
  29. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  30. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  31. 7c038b4 merge 11164 by Martin v. Löwis · 13 years ago
  32. 867754e merge 11164 by Martin v. Löwis · 13 years ago
  33. 2f48d89 Stop trying to use _xmlplus in the xml module. Closes #11164. by Martin v. Löwis · 13 years ago
  34. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  35. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  36. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  37. d5df36d fix resource warnings in test_sax #10269 by Benjamin Peterson · 14 years ago
  38. 43ffd5c Merged revisions 85861 via svnmerge from by Antoine Pitrou · 14 years ago
  39. d72402e Recode modules from latin-1 to utf-8 by Antoine Pitrou · 14 years ago
  40. 0619ae7 Merged revisions 85858 via svnmerge from by Antoine Pitrou · 14 years ago
  41. 6b03ee6 Issue #5027: The standard `xml` namespace is now understood by by Antoine Pitrou · 14 years ago
  42. a90032a #1343: Add short_empty_elements option to XMLGenerator. by R. David Murray · 14 years ago
  43. 6c6f851 Issue #9425: skip tests if a filename is not encodable by Victor Stinner · 14 years ago
  44. f15351d Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from by Florent Xicluna · 14 years ago
  45. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  46. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  47. a7f4f5a #2501 xml.sax.parser doesn't terminate when given a filename; enable some more tests! by Benjamin Peterson · 16 years ago
  48. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  49. bbe741d Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from by Christian Heimes · 16 years ago
  50. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  51. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  52. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  53. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  54. 091153d Make test_sax pass. by Guido van Rossum · 17 years ago
  55. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  56. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  57. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  58. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  59. c6730e1 move the xml package implementation to xmlcore, and adjust the tests to by Fred Drake · 19 years ago
  60. 3bfed9c Delete the items variable (and explain why). by Michael W. Hudson · 20 years ago
  61. 09e2cb0 [Bug #962631] Fix typo reported by Bryan Blackburn by Andrew M. Kuchling · 20 years ago
  62. 6fd0b0d commit the portion of PyXML patch #919008 that is relevant to the by Fred Drake · 20 years ago
  63. 32f3add Add a test of interaction between & and extra replacements. by Fred Drake · 22 years ago
  64. 74b51ac Patch #613256: Add nescape method to xml.sax.saxutils. by Martin v. Löwis · 22 years ago
  65. d2909c9 Relax a test so it passes either with the standard library or PyXML. by Fred Drake · 22 years ago
  66. a729daf Add encoding declaration. by Martin v. Löwis · 22 years ago
  67. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  68. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  69. c9fadf9 Add a test that xml.sax.saxutils.XMLGenerator does the right thing by Fred Drake · 23 years ago
  70. acd32d3 Added function xml.sax.saxutils.quoteattr(). by Fred Drake · 23 years ago
  71. d2bf3b7 Whitespace normalization. Leaving tokenize_tests.py alone for now. by Tim Peters · 24 years ago
  72. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  73. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  74. 0702507 Added a test case for the saxutils.prepare_input_source setSystemId bug. by Lars Gustäbel · 24 years ago
  75. 2fc5294 Added some more tests here and there. by Lars Gustäbel · 24 years ago
  76. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  77. 80670bc Add a test case for reporting the file name, and for reporting an error by Martin v. Löwis · 24 years ago
  78. 962c9e7 Add SAXReaderNotAvailable, and use it to distinguish between an by Martin v. Löwis · 24 years ago
  79. cf0a1cc Support non-namespace elements in *ElementNS of XMLGenerator. by Martin v. Löwis · 24 years ago
  80. 6a7768a Fixed misleading qname in test_xmlgen_ns (reported by loewis). by Lars Gustäbel · 24 years ago
  81. 424980f Enabled EntityResolver test again now that pyexpat.c has been fixed. by Lars Gustäbel · 24 years ago
  82. 33315b1 Use findfile to locate input and output files. by Martin v. Löwis · 24 years ago
  83. e292a24 Added EntityResolver and DTDHandler (patch 101631) with test cases. by Lars Gustäbel · 24 years ago
  84. b7536d5 Added test cases for the InputSource class. by Lars Gustäbel · 24 years ago
  85. ab64787 Added test cases for the Attributes interface. by Lars Gustäbel · 24 years ago
  86. 96753b3 Added first start on SAX 2.0 tests. by Lars Gustäbel · 24 years ago