1. 1b51c3d Do not chdir when running test_xml_etree, and enhance the findfile helper. by Florent Xicluna · 15 years ago
  2. 13ba1a1 Move the xml test data to their own directory. by Florent Xicluna · 15 years ago
  3. ab364c4 Name the main method correctly so the test is run by Neal Norwitz · 17 years ago
  4. 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
  5. d28fcbc Consolidate patches #1690164, 1683397, and 1690169, all of which refactor XML-related test suites. The patches are applied together because they use a common output/xmltests file. by Collin Winter · 18 years ago
  6. ea5962f Whitespace normalization. by Tim Peters · 18 years ago
  7. 2bad58f Patch 1463026: Support default namespace in XMLGenerator. by Martin v. Löwis · 18 years ago
  8. fbdeaad expunge the xmlcore changes: by Fred Drake · 19 years ago
  9. 91c64a0 [Bug #1472827] Make saxutils.XMLGenerator handle \r\n\t in attribute values by escaping them properly. 2.4 bugfix candidate. by Andrew M. Kuchling · 19 years ago
  10. c6730e1 move the xml package implementation to xmlcore, and adjust the tests to by Fred Drake · 19 years ago
  11. 3bfed9c Delete the items variable (and explain why). by Michael W. Hudson · 21 years ago
  12. 09e2cb0 [Bug #962631] Fix typo reported by Bryan Blackburn by Andrew M. Kuchling · 21 years ago
  13. 6fd0b0d commit the portion of PyXML patch #919008 that is relevant to the by Fred Drake · 21 years ago
  14. 32f3add Add a test of interaction between & and extra replacements. by Fred Drake · 23 years ago
  15. 74b51ac Patch #613256: Add nescape method to xml.sax.saxutils. by Martin v. Löwis · 23 years ago
  16. d2909c9 Relax a test so it passes either with the standard library or PyXML. by Fred Drake · 23 years ago
  17. a729daf Add encoding declaration. by Martin v. Löwis · 23 years ago
  18. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  19. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 24 years ago
  20. c9fadf9 Add a test that xml.sax.saxutils.XMLGenerator does the right thing by Fred Drake · 24 years ago
  21. acd32d3 Added function xml.sax.saxutils.quoteattr(). by Fred Drake · 24 years ago
  22. d2bf3b7 Whitespace normalization. Leaving tokenize_tests.py alone for now. by Tim Peters · 24 years ago
  23. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  24. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  25. 0702507 Added a test case for the saxutils.prepare_input_source setSystemId bug. by Lars Gustäbel · 25 years ago
  26. 2fc5294 Added some more tests here and there. by Lars Gustäbel · 25 years ago
  27. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  28. 80670bc Add a test case for reporting the file name, and for reporting an error by Martin v. Löwis · 25 years ago
  29. 962c9e7 Add SAXReaderNotAvailable, and use it to distinguish between an by Martin v. Löwis · 25 years ago
  30. cf0a1cc Support non-namespace elements in *ElementNS of XMLGenerator. by Martin v. Löwis · 25 years ago
  31. 6a7768a Fixed misleading qname in test_xmlgen_ns (reported by loewis). by Lars Gustäbel · 25 years ago
  32. 424980f Enabled EntityResolver test again now that pyexpat.c has been fixed. by Lars Gustäbel · 25 years ago
  33. 33315b1 Use findfile to locate input and output files. by Martin v. Löwis · 25 years ago
  34. e292a24 Added EntityResolver and DTDHandler (patch 101631) with test cases. by Lars Gustäbel · 25 years ago
  35. b7536d5 Added test cases for the InputSource class. by Lars Gustäbel · 25 years ago
  36. ab64787 Added test cases for the Attributes interface. by Lars Gustäbel · 25 years ago
  37. 96753b3 Added first start on SAX 2.0 tests. by Lars Gustäbel · 25 years ago