1. 70e7980 r698@Silves: collinwinter | 2007-08-24 10:57:15 -0700 by Collin Winter · 18 years ago
  2. 091153d Make test_sax pass. by Guido van Rossum · 18 years ago
  3. 1b01e5c Fix some more has_key() uses. This could really use a tool to automate... by Guido van Rossum · 19 years ago
  4. 3b27105 Use explicit relative import to make this work again. by Guido van Rossum · 19 years ago
  5. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago[Renamed (98%) from Lib/xmlcore/sax/xmlreader.py]
  6. 7ec155f Fix relative import. This fixes test_sax.py. by Guido van Rossum · 19 years ago
  7. 2def11a Use *absolute* imports now that they are required. (Should this go into 2.5?) by Neal Norwitz · 19 years ago
  8. c6730e1 move the xml package implementation to xmlcore, and adjust the tests to by Fred Drake · 19 years ago[Renamed from Lib/xml/sax/xmlreader.py]
  9. 0e44923 SF patch 672098: Three __contains__ implementations by Raymond Hettinger · 22 years ago
  10. 2c07195 Previous check-in was by mistake, undo it. by Martin v. Löwis · 24 years ago
  11. 22adac5 Patch #416220: Fix misplaced paren. by Martin v. Löwis · 24 years ago
  12. 904f2fc Import the exceptions that this module can raise. by Fred Drake · 24 years ago
  13. 711a5bd Synchronize with PyXML 1.5. by Martin v. Löwis · 24 years ago
  14. ec126da When raising KeyError, provide the key value that failed. by Fred Drake · 24 years ago
  15. 16f6329 Make reindent.py happy (lots of trailing whitespace removed). by Fred Drake · 25 years ago
  16. 31b485f In an incremental parser, close the parser after feeding everything. by Martin v. Löwis · 25 years ago
  17. 491ded7 Remove dependency from saxutils when loading xmlreader by Martin v. Löwis · 25 years ago
  18. bb75713 Improvements to doco strings. by Lars Gustäbel · 25 years ago
  19. e292a24 Added EntityResolver and DTDHandler (patch 101631) with test cases. by Lars Gustäbel · 25 years ago
  20. 523b0a6 Added back the InputSource class (patch 101630). by Lars Gustäbel · 25 years ago
  21. 32bf12e Updated to final Attributes interface (patch 101632). by Lars Gustäbel · 25 years ago
  22. 07cbc4e Paul Prescod <paul@prescod.net>: by Fred Drake · 25 years ago
  23. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 25 years ago
  24. f9059eb fixed indentation in several places by Skip Montanaro · 25 years ago
  25. 45cd9de Paul Prescod <paul@prescod.net>: SAX interfaces for Python. by Fred Drake · 25 years ago