web developer & system programmer

coder . cl

ramblings and rants on software development...


Print Article R -a +A

[ANN] pyxser-1.4.4r was released

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

Hello, today I’ve released pyxser-1.4.4r, the publishing message is as follows:


Hello Python Community.

I’m pleased to announce pyxser-1.4.4r, a python extension which contains functions to serialize and deserialize Python Objects into XML. It is a model based serializer. Here is the ChangeLog entry for this release:

my contribution to free/open source software

by Daniel Molina Wegener on 2010.04.01
posted in: c, caffeine, development, programming, projects, python, pyxser

I’ve worked on FOSS for years. Currently I have two active projects pyxser and caffeine. Both of them requires a great effort to being completed. Take an overview on their development:

[ann] pyxser-1.4.2r available

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

Dear pyxser users, I’m pleased to announce that I’ve released pyxser-1.4.2r. The current ChangeLog for this release is as follows:

1.4.2r (2010.02.10):

        Daniel Molina Wegener <dmw at coder dot cl>
        * pyxser_collections.c: Added constraint checks for NULL
        pointers removing nested statements.
        * pyxser.c: Removed nested statements.
        * pyxser_tools.c: Added constratints checks for NULL pointers,
        removed nested statements and added strict checking for lists
        since it was crashing with an ambigous list definition that
        can not be handled by PyList_Check().
        * test-utf8.py: Added tests to determine if it continue
        crashing with module serialization.

        Thanks to pyxser users for their feedback.

[ann] pyxser-1.4r is available

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

As you have seen in my last post, I’ve been working on some strong changes on pyxser. Today I’ve released pyxser-1.4r and the announcement message:

incomming changes for pyxser-1.4

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

pyxser, my Python-Object to XML serializer is suffering few changes, but important ones. The main change is the fact that I will add a type map optional parameter for deserialization functions. How should it work?