web developer & system programmer

coder . cl

ramblings and rants on software development...


Print Article R -a +A

pyxser-1.0 release candidate 1

by Daniel Molina Wegener on 2009.04.26
posted in: programming, projects, python, pyxser

pyxser-1.0rc1 is here!. I’ve finished the preliminary work on pyxser, now it have a solid stability and have no memory leaks, running up to 1,400,000 pyxser operations without crashing. The current ChangeLog for this release is as follows:

1.0rc1 (2009.04.26):

        Daniel Molina Wegener <dmw arroba coder dot cl>
        * Added both byte string and unicode returning and procesing
        functions. This means that we have serialize(),
        serialize_c14n(), serialize_c14n_strict(), unserialize(),
        validate() and validate_c14n() functions for byte strings
        and u_serialize(), u_serialize_c14n(), u_serialize_c14n_strict(),
        u_unserialize(), u_validate() and u_validate_c14n() for
        unicode strings.
        * Removed memory leaks, now it runs over 1400000 pyxser
        operations without crashing (100000 cicles testing every
        function).
        * Removed bugs concerning reference counting that was
        crashing when trying to access unserialized objects attributes.
        * This is an approach to a production environment release ;)



Now it also supports both byte string and unicode strings on output and procesing with the proper documentation for both function sets. You can read more about pyxser on the pyxser web page. Thanks for testing and enjoy ;).


No coments yet.

post a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>