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