summaryrefslogtreecommitdiffstats
path: root/Modules/pyexpat.c
Commit message (Expand)AuthorAgeFilesLines
* Assorted patches from Armin Rigo:Michael W. Hudson2002-11-081-1/+1
* Be more careful with the type of the xmlhandlersetter; it takes anFred Drake2002-09-241-1/+1
* Minor change for symmetry with PyXML: PyDoc_STR should not includeFred Drake2002-09-021-1/+1
* Squash a few calls to the hideously expensive PyObject_CallObject(o,a)Guido van Rossum2002-08-161-1/+1
* Add trace_frame. Fixes #534864. Backported to 2.2.Martin v. Löwis2002-08-041-0/+38
* Return NULL instead of 0 from function with a pointer return value.Fred Drake2002-07-191-1/+1
* Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.Mark Hammond2002-07-191-3/+2
* Removed more stray instances of statichere, but left _sre.c alone.Tim Peters2002-07-171-1/+1
* staticforward bites the dust.Jeremy Hylton2002-07-171-2/+2
* Do not depend on pymemcompat.h (was only used for PyXML); Martin likesFred Drake2002-07-021-4/+6
* Bring this back into sync with PyXML revision 1.58.Fred Drake2002-07-011-3/+10
* Define PyDoc_STRVAR if it is not available (PyXML 1.54).Martin v. Löwis2002-06-301-63/+11
* Undo usage of PyOS_snprintf (rev. 1.51 of PyXML).Martin v. Löwis2002-06-301-1/+3
* Added character data buffering to pyexpat parser objects.Fred Drake2002-06-281-20/+157
* pyexpat code cleanup and minor refactorings:Fred Drake2002-06-281-221/+176
* Integrate the changes from PyXML's version of pyexpat.c revisionsFred Drake2002-06-271-46/+109
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-22/+21
* Remove compiler warnings on Solaris 8.Neal Norwitz2002-03-201-1/+1
* Use included Expat library. Drop support for older expat versions.Martin v. Löwis2002-02-111-171/+0
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* sprintf -> PyOS_snprintf in some "obviously safe" cases.Tim Peters2001-11-281-1/+1
* assert.h was not always included by Python.h; make sure we import it forFred Drake2001-11-181-0/+3
* Patch #473265: UpdatePairedHandlers nonsensical.Martin v. Löwis2001-11-101-3/+3
* Merge 1.42 from PyXML: Flag errors resulting from argument conversion problems.Martin v. Löwis2001-11-101-2/+1
* 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