[IronPython] [ANN] IronPython Community Edition 1.0r1

Sanghyeon Seo sanxiyn at gmail.com
Thu Sep 14 07:25:24 CEST 2006


I am happy to announce IronPython Community Edition (IPCE for short)
1.0 revision 1, based on IronPython 1.0, to the world.

Get it here:
http://sparcs.kaist.ac.kr/~tinuviel/download/IPCE-1.0r1.zip

Binary is built with Mono 1.1.17.1.

Benefits of this edition:

1. You don't need to fight Mono with non-working line editing or
white-on-white "blind" console on Linux or Mac. A fix for this issue
and fixed binary is already included.

2. You don't need to edit makefile to build from the source on Mono.

3. Various bugfixes are included: patches are available here:
http://sparcs.kaist.ac.kr/~tinuviel/fepy/patches/1.0/

patch-ironpython-mono-console
patch-ironpython-mono-makefile
Discussed above.

patch-ironpython-co-flags
This patch fixes an issue that co_flags reports **-argument only
function to have *-argument as well.

patch-ironpython-codedom-empty-return
This patch fixes an issue that CodeDom generator doesn't handle empty
return statements.

patch-ironpython-oldstyle-setattr
This patch fixes an issue that __setattr__ wasn't called for old-style classes.

patch-ironpython-os-utime
This patch fixes an issue that os.utime didn't set modified time and
set access time wrong.

patch-ironpython-re-backslash-escape
This patch fixes an issue that backslash escape \\ wasn't properly
handled in regular expression.

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list