summaryrefslogtreecommitdiffstats
path: root/Modules/pyexpat.c
Commit message (Expand)AuthorAgeFilesLines
* Convert coding style to be internally consistent and similar to theFred Drake2000-07-121-545/+531
* Fix bugs in readinst():Andrew M. Kuchling2000-07-121-10/+25
* Patch #100854 from jhylton: eliminate compiler warnings in pyexpat:Andrew M. Kuchling2000-07-121-21/+22
* pyexpat.errors is a *strange* module!Fred Drake2000-07-041-14/+15
* Fixes for compilation problems on Tru64 reported by Mark FavasAndrew M. Kuchling2000-07-041-16/+16
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Added support for passing Unicode strings to Expat handlers by default.Andrew M. Kuchling2000-06-271-485/+663
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-2/+2
* Skip Montanaro: add string precisions to calls to PyErr_FormatGuido van Rossum2000-04-101-1/+1
* Make it compile on Windows.Guido van Rossum2000-03-311-2/+4
* Added Python interface to Expat XML parser.Andrew M. Kuchling2000-03-311-0/+868