1. 17b1d5d bpo-17239: Disable external entities in SAX parser (GH-9217) by Christian Heimes · 6 years ago
  2. ef9c0e7 bpo-30264: ExpatParser closes the source on error (#1451) by Victor Stinner · 8 years ago
  3. 9749b5a Issue #24125: Saved error's line and column numbers when an error is occured by Serhiy Storchaka · 10 years ago
  4. ab91478 Issue #24125: Saved error's line and column numbers when an error is occured by Serhiy Storchaka · 10 years ago
  5. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 10 years ago
  6. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 10 years ago
  7. 61de087 Issue #2175: SAX parsers now support a character stream of InputSource object. by Serhiy Storchaka · 10 years ago
  8. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  9. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  10. 90b60a6 close the source's byte stream by Benjamin Peterson · 14 years ago
  11. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 15 years ago
  12. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 17 years ago
  13. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  14. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago[Renamed (95%) from Lib/xmlcore/sax/expatreader.py]
  15. c6730e1 move the xml package implementation to xmlcore, and adjust the tests to by Fred Drake · 19 years ago[Renamed (95%) from Lib/xml/sax/expatreader.py]
  16. 593d6b3 [Bug #1281032] Pass encoding from the input source to pyexpat's ParserCreate() by Andrew M. Kuchling · 19 years ago
  17. 456ab1d Swap public and system ID in start_doctype_decl. Fixes #780300. by Martin v. Löwis · 21 years ago
  18. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  19. 3f1b528 Merge with PyXML 1.28: by Martin v. Löwis · 22 years ago
  20. d1b516c Fix spacing. by Martin v. Löwis · 22 years ago
  21. 18476a3 Merge changes from PyXML: by Martin v. Löwis · 22 years ago
  22. ab19962 Use more string methods, remove import string by Neal Norwitz · 22 years ago
  23. da204da Not sure why the regression test missed this, but the PyXML tests caught it. by Fred Drake · 23 years ago
  24. 012c81f Avoid creating circular references between the ExpatParser and the by Fred Drake · 23 years ago
  25. c974bf4 Get the whitespace right! by Fred Drake · 23 years ago
  26. e3c37d6 Ugly fix used when pyexpat is not available. by Jeremy Hylton · 23 years ago
  27. fb73bb1 Synchronize with 1.13 of PyXML: by Martin v. Löwis · 23 years ago
  28. 70d39a6 Re-indent. by Martin v. Löwis · 24 years ago
  29. 0591725 Synchronize with PyXML 1.10 by Martin v. Löwis · 24 years ago
  30. 16f6329 Make reindent.py happy (lots of trailing whitespace removed). by Fred Drake · 24 years ago
  31. d2f5a9a Fixed a bug that caused namespace names to be reported as lists rather by Lars Gustäbel · 24 years ago
  32. 55b4efd Fixed minor problem with reset(). by Lars Gustäbel · 24 years ago
  33. 04f4943 _exceptions: Format a missing system id as <unknown>. by Martin v. Löwis · 24 years ago
  34. 2aa93ef Don't report a final chunk for an external entity parser. by Martin v. Löwis · 24 years ago
  35. ee1dc15 Move translation from expat.error to SAXParseException into feed, so that by Martin v. Löwis · 24 years ago
  36. 962c9e7 Add SAXReaderNotAvailable, and use it to distinguish between an by Martin v. Löwis · 24 years ago
  37. 3f0969f Use string functions instead of methods to allow sharing this module with PyXML by Martin v. Löwis · 24 years ago
  38. 2066fa0 Find feature names in handler. by Martin v. Löwis · 24 years ago
  39. 3a361f4 Fixed another bug. by Lars Gustäbel · 24 years ago
  40. bb75713 Improvements to doco strings. by Lars Gustäbel · 24 years ago
  41. e292a24 Added EntityResolver and DTDHandler (patch 101631) with test cases. by Lars Gustäbel · 24 years ago
  42. 523b0a6 Added back the InputSource class (patch 101630). by Lars Gustäbel · 24 years ago
  43. 32bf12e Updated to final Attributes interface (patch 101632). by Lars Gustäbel · 24 years ago
  44. f43cf31 Updated to new *NS signatures (patch 101573). by Lars Gustäbel · 24 years ago
  45. ddb4867 Conform more closely with the Python style guide. by Fred Drake · 24 years ago
  46. 96ea196 Use the public name for the Expat parser; "pyexpat" is deprecated. by Fred Drake · 24 years ago
  47. 26a7983 fix indentation in one docstring by Skip Montanaro · 24 years ago
  48. 6c4753f Used original SAX handling form. by Paul Prescod · 24 years ago
  49. 45cd9de Paul Prescod <paul@prescod.net>: SAX interfaces for Python. by Fred Drake · 24 years ago