Hi all,
I have just released Shed Skin
0.0.27. Thanks in large part to the
GHOP students, this new release comes with some interesting new
goodies:
- support for 're', via libpcre (perl-compatible-regular-expressions)
- support for 'time' (except for time.strptime under Windows)
- basic support for 'staticmethod' and 'property'
- support for 'fnmatch', 'glob' (bootstrapped)
- improved support for 'os' (POSIX)
- OSX support again (including extension modules!)
- many fixes for multi-dir/multi-file projects
- several builtin optimizations (zip, list(str)..)
- type model for 'datetime' (no C++ implementation yet)
- split up compiler core, ss.py, into several files
- many minor bugfixes
As for the 4 new modules (re, time, fnmatch, glob), this means Shed
Skin now supports most of the following modules: