I’ve released the version 0.2r of pyxser my python-object to xml serializer/deserializer. You can get more information about pyxser in the pyxser web page. I’ve removed most bugs — any software always have bugs — and it’s currently too much stable as I want.
The current ChangeLog for pyxser-0.2r is:
0.2rc1 (2009.04.08):
Daniel Molina Wegener <dmw at coder dot cl>
* Added serialize_c14n()
* Added serialize_c14n_strict()
* Added validate_c14n()
* Added encodings support
* Added serialization depth support
0.2r (2009.04.18):
Daniel Molina Wegener <dmw at coder dot cl>
* Removed memory leaks concerning libxml2 usage.
* Removed memory leaks concerning Python C/API usage.
* Improved fault detection.
* Improved pointer checking deallocations.
* Added unit test test-utf8-prof.py with 50.000 cilces ;)
* Every serilization is made into unicode objects.
Well, the pyxser 0.2 release is ready for production environments and I think that is thread safe too.
