summaryrefslogtreecommitdiffstats
path: root/Modules/pyexpat.c
Commit message (Expand)AuthorAgeFilesLines
* Change clear_handlers argument to indicate whether this is an initialization.Martin v. Löwis2001-10-211-9/+10
* Reactivate participation of expat parsers in GC. Fixes bug #462710.Martin v. Löwis2001-09-231-2/+33
* Include ctype.h after Python.h.Martin v. Löwis2001-09-191-1/+1
* Patch to bug #461753: Allow None in ExternalEntityParserCreate.Martin v. Löwis2001-09-191-1/+1
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-171-12/+15
* Squash compiler wng about mixing signed and unsigned in comparison.Tim Peters2001-07-281-1/+2
* ParserCreate(): Allow an empty string for the namespace_separator argument;Fred Drake2001-04-251-68/+82
* get_version_string(): New function -- returns a Python string object thatFred Drake2001-03-241-3/+24
* Variety of small INC/DECREF patches that fix reported memory leaksJeremy Hylton2001-03-131-3/+0
* Wrap some long lines, use only C89 /* */ comments, and add spaces aroundFred Drake2001-03-011-14/+15
* Bug #132816: Compiler warning in PYEXPAT.C for extra ';'Tim Peters2001-02-171-5/+5
* Remove the old version of my_StartElementHandler(). This was conditionallyFred Drake2001-02-161-17/+0
* xmlparseobject: Remove the unused conv_attrs field, added anFred Drake2001-02-141-87/+156
* set_error(): Handle construction of pyexpat.error exceptions. TheyFred Drake2001-02-081-153/+456
* Support older PYTHON_API_VERSIONs for backwards compatibility.Martin v. Löwis2001-02-061-2/+7
* Fix arguments for PyFrame_New(). The previous checkin used the wrongJeremy Hylton2001-01-251-1/+0
* PEP 227 implementationJeremy Hylton2001-01-251-1/+5
* Fix off-by-one error in array size.Martin v. Löwis2001-01-221-1/+1
* Fixed teensy memory leak, but doesn't help test_sax on Windows.Tim Peters2001-01-221-0/+1
* Fix typo: MICRO instead of MINOR.Martin v. Löwis2001-01-211-1/+1
* Merge with 1.25 of PyXML:Martin v. Löwis2001-01-211-40/+355
* Mark the "encoding" parameter to ExternalEntityParserCreate() as optionalFred Drake2001-01-031-1/+1
* When using the latest & greatest version of Expat (currently in the ExpatFred Drake2000-12-211-0/+7
* Add returns_unicode to the __members__ list.Fred Drake2000-12-161-1/+2
* ParserCreate(): Added test that the namespace_separator value, if given,Fred Drake2000-10-291-0/+9
* PyModule_AddStringConstant(): Make this static since it isn't usedFred Drake2000-09-291-1/+5
* Remove unused VERSION #define.Martin v. Löwis2000-09-291-5/+26
* Repaired damaged string.Tim Peters2000-09-241-1/+1
* xmlparse_ExternalEntityParserCreate(): Add required cast to return toFred Drake2000-09-241-1/+1
* Added ExternalEntityParserCreate method (patch 101635).Lars Gustäbel2000-09-241-0/+66
* Change the name of the exception from "pyexpat.error" toFred Drake2000-09-231-12/+13
* When PyInt_FromLong() returns NULL, you do not need to checkFred Drake2000-09-221-4/+2
* Fix for SF bug 115051: Dodgy use of PyTuple_SET_ITEM in pyexpat.cTim Peters2000-09-221-2/+1
* Remove debugging print. ;(Fred Drake2000-09-221-2/+0
* Remove memory leaks of strings/Unicode objects passed into the characterFred Drake2000-09-211-58/+21
* 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