hachoir-regex 1.0 released

2007-06-29 Thread haypo
hachoir-regex is a Python library for regular expression (regex or regexp) manupulation. You can use a|b (or) and a+b (and) operators. Expressions are optimized during the construction: merge ranges, simplify repetitions, etc. It also contains a class for pattern matching allowing to search

bbfreeze 0.94.1

2007-06-29 Thread Ralf Schmitt
Hi all, I've just uploaded bbfreeze 0.94.1 to python's cheeseshop. bbfreeze creates standalone executables from python scripts. It's similar in functionality to py2exe or cx_Freeze. This version fixes a problem with the setup.py script and now installs the patched modulegraph. It offers the

Shed Skin 0.0.22 - Build extension modules

2007-06-29 Thread Mark Dufour
Hi all, It's been a few months since the previous release, but here goes Shed Skin 0.0.22. The main focus of this release has been to add basic support for building extension modules. To build an extension module, simply use 'ss -e .. make'. A more complete changelog: -support for generating