1. 676940b When PyInt_FromLong() returns NULL, you do not need to check by Fred Drake · 25 years ago
  2. 954eef7 Fix for SF bug 115051: Dodgy use of PyTuple_SET_ITEM in pyexpat.c by Tim Peters · 25 years ago
  3. 0f6dcb3 Remove debugging print. ;( by Fred Drake · 25 years ago
  4. ca1f426 Remove memory leaks of strings/Unicode objects passed into the character by Fred Drake · 25 years ago
  5. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 25 years ago
  6. 6d7c442 Try to supply a prototype for the module init function but avoid by Tim Peters · 25 years ago
  7. 6f98762 initpyexpat(): Code cleanup; makes it more robust and reduces warnings. by Fred Drake · 25 years ago
  8. 9ed49e9 Fix the evil booboos. ;( Causes discussed with Jeremy offline. by Fred Drake · 25 years ago
  9. c23b523 Remove the Py_FatalError() from initpyexpat(); the Guido has decreed by Fred Drake · 25 years ago
  10. 3531730 Mark Favas's fix for typos in docstrings. by Thomas Wouters · 25 years ago
  11. 0582df9 Convert coding style to be internally consistent and similar to the by Fred Drake · 25 years ago
  12. c72c3be Fix bugs in readinst(): by Andrew M. Kuchling · 25 years ago
  13. a4e75d7 Patch #100854 from jhylton: eliminate compiler warnings in pyexpat: by Andrew M. Kuchling · 25 years ago
  14. 7bd9f41 pyexpat.errors is a *strange* module! by Fred Drake · 25 years ago
  15. 637f664 Fixes for compilation problems on Tru64 reported by Mark Favas by Andrew M. Kuchling · 25 years ago
  16. fd71b9e Change copyright notice. by Guido van Rossum · 25 years ago
  17. beba056 Added support for passing Unicode strings to Expat handlers by default. by Andrew M. Kuchling · 25 years ago
  18. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 25 years ago
  19. 5db862d Skip Montanaro: add string precisions to calls to PyErr_Format by Guido van Rossum · 25 years ago
  20. 5961f5a Make it compile on Windows. by Guido van Rossum · 25 years ago
  21. b7f1053 Added Python interface to Expat XML parser. by Andrew M. Kuchling · 25 years ago