]> granicus.if.org Git - python/commit
Merge with 1.25 of PyXML:
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 21 Jan 2001 10:18:10 +0000 (10:18 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 21 Jan 2001 10:18:10 +0000 (10:18 +0000)
commit0078f6cc80212844c41f556d8c9185a9b08426f0
treeb0b697de75342711544c2cb5e1be363126511470
parent172c40b20add5bb0c8736265ba7fc0033bc65cf7
Merge with 1.25 of PyXML:
Participate in garbage collection if available.
Potentially decref handlers in clear_handlers.
Partially reindent.
Put synthetic frame object on the stack to support better error output.
Expose Python codecs to pyexpat.
Add new Expat 1.2 handlers and API.
Fix memory leak: release self->handlers.
Do not expect PyModule_AddObject and PyModule_AddStringConstant in 2.0b1.
Raise exception in ParseFile.
Modules/pyexpat.c