[ANN] IronPython Community Edition r6

S

Sanghyeon Seo

This is the sixth release of IronPython Community Edition (IPCE).

Download from SourceForge:
http://sourceforge.net/projects/fepy

FePy project aims to provide enhancements and add-ons for IronPython.
http://fepy.sourceforge.net/

This release is built with Mono 1.2.3.1. As this release has dropped a
patch to support Mono without Socket.{Send,Receive}BufferSize
implementation, it won't work with Mono versions below 1.2.3.

It has been a long time (more than 5 months) since the last release.
In the mean time, DLR-based IronPython 2.0 Alpha 1 was revealed, and
it was subsequently ported to Mono. As this codebase is still new,
IPCE will be based on IronPython 1.1 for the time being.

Also note that IronPython 2.0 Alpha 1 has significant performance
regression on Mono (but not on MS.NET) compared to IronPython 1.1.
http://lists.ironpython.com/pipermail/users-ironpython.com/2007-May/004915.html

Changes in this release follow.

IronPython

Updated to IronPython 1.1.

Libraries

Huge improvements to AST support.
Support inspect.getargspec().
Pickle integration with .NET Serialization.
platform module that can handle IronPython. (Anthony Baxter)
Implement os.access(). (Rachel Hestilow)

Bundles

pybench benchmark (thanks to platform module).
pyflakes code checker (thanks to AST support).
wsgiref synced to 2.5.1.

Patches

You can read the summary of applied patches here.
http://fepy.sourceforge.net/patches.html

New in this release:
patch-ironpython-import-hack
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top