summaryrefslogtreecommitdiffstats
path: root/Modules/pyexpat.c
Commit message (Expand)AuthorAgeFilesLines
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-16/+0
* Try to supply a prototype for the module init function but avoidTim Peters2000-08-261-1/+1
* initpyexpat(): Code cleanup; makes it more robust and reduces warnings.Fred Drake2000-08-251-126/+143
* Fix the evil booboos. ;( Causes discussed with Jeremy offline.Fred Drake2000-08-241-2/+2
* Remove the Py_FatalError() from initpyexpat(); the Guido has decreedFred Drake2000-08-241-10/+22
* Mark Favas's fix for typos in docstrings.Thomas Wouters2000-07-221-4/+4
* 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