1. 06dd8cf Fix memory leak: free memory storing the content model passed to the by Fred Drake · 21 years ago
  2. c847f40 Conditionalize features not found in PyXML 1.95.2. by Martin v. Löwis · 21 years ago
  3. 069dde2 Merge with PyXML 1.71: by Martin v. Löwis · 21 years ago
  4. fa56e2d SF # 669553, fix memory (ref) leaks by Neal Norwitz · 21 years ago
  5. 019a78e Assorted patches from Armin Rigo: by Michael W. Hudson · 22 years ago
  6. 117ac85 Be more careful with the type of the xmlhandlersetter; it takes an by Fred Drake · 22 years ago
  7. f57b22a Minor change for symmetry with PyXML: PyDoc_STR should not include by Fred Drake · 22 years ago
  8. 84b2bed Squash a few calls to the hideously expensive PyObject_CallObject(o,a) by Guido van Rossum · 22 years ago
  9. 7d6e19d Add trace_frame. Fixes #534864. Backported to 2.2. by Martin v. Löwis · 22 years ago
  10. 814f9fe Return NULL instead of 0 from function with a pointer return value. by Fred Drake · 22 years ago
  11. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  12. 0c32279 Removed more stray instances of statichere, but left _sre.c alone. by Tim Peters · 22 years ago
  13. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  14. b28467b Do not depend on pymemcompat.h (was only used for PyXML); Martin likes by Fred Drake · 22 years ago
  15. 7c75bf2 Bring this back into sync with PyXML revision 1.58. by Fred Drake · 22 years ago
  16. b4fcf4d Define PyDoc_STRVAR if it is not available (PyXML 1.54). by Martin v. Löwis · 22 years ago
  17. 6b2cf0e Undo usage of PyOS_snprintf (rev. 1.51 of PyXML). by Martin v. Löwis · 22 years ago
  18. 2a3d7db Added character data buffering to pyexpat parser objects. by Fred Drake · 22 years ago
  19. 71b63ff pyexpat code cleanup and minor refactorings: by Fred Drake · 22 years ago
  20. b91a36b Integrate the changes from PyXML's version of pyexpat.c revisions by Fred Drake · 22 years ago
  21. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  22. 3afb2d2 Remove compiler warnings on Solaris 8. Can go into 2.2.x, but not necessary. by Neal Norwitz · 22 years ago
  23. cf453fe Use included Expat library. Drop support for older expat versions. by Martin v. Löwis · 22 years ago
  24. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  25. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  26. 8188e79 assert.h was not always included by Python.h; make sure we import it for by Fred Drake · 23 years ago
  27. 42ba08f Patch #473265: UpdatePairedHandlers nonsensical. by Martin v. Löwis · 23 years ago
  28. 1d7c55f Merge 1.42 from PyXML: Flag errors resulting from argument conversion problems. by Martin v. Löwis · 23 years ago
  29. 5b68ce3 Change clear_handlers argument to indicate whether this is an initialization. by Martin v. Löwis · 23 years ago
  30. 894258c Reactivate participation of expat parsers in GC. Fixes bug #462710. by Martin v. Löwis · 23 years ago
  31. 7090ed1 Include ctype.h after Python.h. by Martin v. Löwis · 23 years ago
  32. c57428d Patch to bug #461753: Allow None in ExternalEntityParserCreate. by Martin v. Löwis · 23 years ago
  33. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  34. 9544fc5 Squash compiler wng about mixing signed and unsigned in comparison. by Tim Peters · 23 years ago
  35. cde7913 ParserCreate(): Allow an empty string for the namespace_separator argument; by Fred Drake · 23 years ago
  36. 4113b13 get_version_string(): New function -- returns a Python string object that by Fred Drake · 23 years ago
  37. 30c9f39 Variety of small INC/DECREF patches that fix reported memory leaks by Jeremy Hylton · 23 years ago
  38. bb66a20 Wrap some long lines, use only C89 /* */ comments, and add spaces around by Fred Drake · 23 years ago
  39. 63cb99e Bug #132816: Compiler warning in PYEXPAT.C for extra ';' by Tim Peters · 23 years ago
  40. 6bfa31c Remove the old version of my_StartElementHandler(). This was conditionally by Fred Drake · 23 years ago
  41. bd6101c xmlparseobject: Remove the unused conv_attrs field, added an by Fred Drake · 23 years ago
  42. 85d835f set_error(): Handle construction of pyexpat.error exceptions. They by Fred Drake · 23 years ago
  43. 76192ee Support older PYTHON_API_VERSIONs for backwards compatibility. by Martin v. Löwis · 23 years ago
  44. 78dc825 Fix arguments for PyFrame_New(). The previous checkin used the wrong by Jeremy Hylton · 23 years ago
  45. 903f654 PEP 227 implementation by Jeremy Hylton · 23 years ago
  46. 3af7cc0 Fix off-by-one error in array size. by Martin v. Löwis · 23 years ago
  47. e815786 Fixed teensy memory leak, but doesn't help test_sax on Windows. by Tim Peters · 23 years ago
  48. 6512dbd Fix typo: MICRO instead of MINOR. by Martin v. Löwis · 23 years ago
  49. 0078f6c Merge with 1.25 of PyXML: by Martin v. Löwis · 23 years ago
  50. 2d4ac20 Mark the "encoding" parameter to ExternalEntityParserCreate() as optional by Fred Drake · 24 years ago
  51. 738293d When using the latest & greatest version of Expat (currently in the Expat by Fred Drake · 24 years ago
  52. e8f3ad5 Add returns_unicode to the __members__ list. Fix a small style consistency nit. by Fred Drake · 24 years ago
  53. 4ba298c ParserCreate(): Added test that the namespace_separator value, if given, by Fred Drake · 24 years ago
  54. a77254a PyModule_AddStringConstant(): Make this static since it isn't used by Fred Drake · 24 years ago
  55. c0718eb Remove unused VERSION #define. by Martin v. Löwis · 24 years ago
  56. 51dc968 Repaired damaged string. by Tim Peters · 24 years ago
  57. 28adf52 xmlparse_ExternalEntityParserCreate(): Add required cast to return to by Fred Drake · 24 years ago
  58. 4a30a07 Added ExternalEntityParserCreate method (patch 101635). by Lars Gustäbel · 24 years ago
  59. 93adb69 Change the name of the exception from "pyexpat.error" to by Fred Drake · 24 years ago
  60. 676940b When PyInt_FromLong() returns NULL, you do not need to check by Fred Drake · 24 years ago
  61. 954eef7 Fix for SF bug 115051: Dodgy use of PyTuple_SET_ITEM in pyexpat.c by Tim Peters · 24 years ago
  62. 0f6dcb3 Remove debugging print. ;( by Fred Drake · 24 years ago
  63. ca1f426 Remove memory leaks of strings/Unicode objects passed into the character by Fred Drake · 24 years ago
  64. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  65. 6d7c442 Try to supply a prototype for the module init function but avoid by Tim Peters · 24 years ago
  66. 6f98762 initpyexpat(): Code cleanup; makes it more robust and reduces warnings. by Fred Drake · 24 years ago
  67. 9ed49e9 Fix the evil booboos. ;( Causes discussed with Jeremy offline. by Fred Drake · 24 years ago
  68. c23b523 Remove the Py_FatalError() from initpyexpat(); the Guido has decreed by Fred Drake · 24 years ago
  69. 3531730 Mark Favas's fix for typos in docstrings. by Thomas Wouters · 24 years ago
  70. 0582df9 Convert coding style to be internally consistent and similar to the by Fred Drake · 24 years ago
  71. c72c3be Fix bugs in readinst(): by Andrew M. Kuchling · 24 years ago
  72. a4e75d7 Patch #100854 from jhylton: eliminate compiler warnings in pyexpat: by Andrew M. Kuchling · 24 years ago
  73. 7bd9f41 pyexpat.errors is a *strange* module! by Fred Drake · 24 years ago
  74. 637f664 Fixes for compilation problems on Tru64 reported by Mark Favas by Andrew M. Kuchling · 24 years ago
  75. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  76. beba056 Added support for passing Unicode strings to Expat handlers by default. by Andrew M. Kuchling · 24 years ago
  77. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  78. 5db862d Skip Montanaro: add string precisions to calls to PyErr_Format by Guido van Rossum · 24 years ago
  79. 5961f5a Make it compile on Windows. by Guido van Rossum · 24 years ago
  80. b7f1053 Added Python interface to Expat XML parser. by Andrew M. Kuchling · 24 years ago