1. eb89746 bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622) by Serhiy Storchaka · 6 years ago
  2. 4901fe2 bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593) by Rémi Lapeyre · 6 years ago
  3. f355069 bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-13454) by Paul Monson · 6 years ago
  4. c29df65 Issue #27369: Merge test_pyexpat from 3.4 into 3.5 by Martin Panter · 9 years ago
  5. b7b5d35 Issue #27369: Merge test_pyexpat from 3.3 into 3.4 by Martin Panter · 9 years ago
  6. 076ca6c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 by Martin Panter · 9 years ago
  7. 5b6f0aa Remove duplicated tests. by Serhiy Storchaka · 9 years ago
  8. de5f9f4 Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 10 years ago
  9. 931331a Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 10 years ago
  10. 2b3b95b Close issue #22895: fix test failure introduced by the fix for issue #22462. by Antoine Pitrou · 11 years ago
  11. 0ddbf47 Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 11 years ago
  12. e7d532f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 11 years ago
  13. 1273dfc Fix accidental non-breakable spaces (U+00A0). by Serhiy Storchaka · 12 years ago
  14. 43536e9 Issue #17089: Expat parser now correctly works with string input not only when by Serhiy Storchaka · 13 years ago
  15. e26d3af Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 13 years ago
  16. 6c8b66c Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 10 years ago
  17. 3b1bc78 Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 10 years ago
  18. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 10 years ago
  19. 452196f Issue #5485: Add tests for the UseForeignDTD method of expat parser objects. by Antoine Pitrou · 15 years ago
  20. e239d23 Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL by Alexander Belopolsky · 15 years ago
  21. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 15 years ago
  22. 91d2a3f #5355 followup: add unit test for new dictionaries, and provide submodules from xml.parsers.expat as advertised. by Georg Brandl · 15 years ago
  23. b441554 #2982 More test coverage for the pyexpat parser. by Amaury Forgeot d'Arc · 15 years ago
  24. b4ba986 Issue #9402: pyexpat uses Py_DECREF() instead of PyObject_DEL() by Victor Stinner · 15 years ago
  25. 3c9e6e9 PyArg_Parse*() functions: factorize code for s/z and u/Z formats by Victor Stinner · 15 years ago
  26. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 15 years ago
  27. e4c7ce3 Merged revisions 77697 via svnmerge from by Ezio Melotti · 16 years ago
  28. 2f82738 Backport of r77429. Not merged/blocked as svnmerge.py is not liking me right now. by Brett Cannon · 16 years ago
  29. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 17 years ago
  30. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 17 years ago
  31. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 17 years ago
  32. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  33. 2380ac7 Merged revisions 59843-59863 via svnmerge from by Christian Heimes · 18 years ago
  34. 4ca9471 SF patch# 1759016 by Joe Gregorio, who writes: by Guido van Rossum · 18 years ago
  35. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
  36. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  37. 4e4035b Found another difference between old and new print: by Guido van Rossum · 18 years ago
  38. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  39. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 19 years ago
  40. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  41. 3203efb Patch #1014930. Expose current parse location to XMLParser. by Dave Cole · 21 years ago
  42. d7ea55b include at least one example of an exception passing through pyexpat by Fred Drake · 21 years ago
  43. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  44. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  45. 2a3d7db Added character data buffering to pyexpat parser objects. by Fred Drake · 23 years ago
  46. 1add023 Integrate the tests for name interning from PyXML (test_pyexpat.py by Fred Drake · 23 years ago
  47. 3c19ec4 Fix when pyexpat not built by Jeremy Hylton · 24 years ago
  48. 2f228e7 Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask". by Tim Peters · 24 years ago
  49. 8f42e2b Update test to accomodate the change to the namespace_separator parameter by Fred Drake · 24 years ago
  50. 1e0611b The "context" parameter to the ExternalEntityRefParameter exposes internal by Fred Drake · 25 years ago
  51. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  52. 7fbc85c Rename the public interface from "pyexpat" to "xml.parsers.expat". by Fred Drake · 25 years ago
  53. 265a804 Revise the test case for pyexpat to avoid using asserts. Conform better by Fred Drake · 25 years ago
  54. 7fd7e36 Change pyexpat test suite to exercise the .returns_unicode attribute, by Andrew M. Kuchling · 25 years ago
  55. e188d52 Untabified file to fix problems reported by tabnanny by Andrew M. Kuchling · 25 years ago
  56. b17664d Added test case for pyexpat module that tries to exercise all the handlers by Andrew M. Kuchling · 25 years ago