[IronPython] IronPython v1.1 RC1 Released

Dino Viehland dinov at exchange.microsoft.com
Fri Mar 23 21:09:07 CET 2007


Hello IronPython Community,

We have just released IronPython 1.1 Release Candidate 1. IronPython v1.1 is a minor update to IronPython including both new functionality as well as a number of targeted bug fixes.  The new functionality in v1.1 includes several new modules (array, SHA, MD5, and select), support for XML Doc comments within the help system and __doc__ tags, as well as support for loading cached pre-compiled modules.  If no regressions are discovered with this release then we will re-release the same binary as v1.1 final.
 You can download the release from: 1.1 Release Candidate

We'd like to thank everyone in the community for your bug reports and suggestions that helped make this a better release: Anthony Baxter, Arman0, Christian Muirhead, Doubleyewdee, Eloff, Jörgen Stenarson, Py_Sunil, Seo Sanghyeon, Tarlano, and Whit537.

More complete list of changes and bug fixes:
============================================
CodePlex bug # 1216: ironpython shows different error msgs when we use cpython's os module
CodePlex bug #1403 int.__dict__[0]=0
CodePlex bug #2704 __import__ and packages aren't mixing well
CodePlex bug #5083 operator.__contains__ is broken
CodePlex bug #5445 socket.getaddrinfo(...) does not throw on nonsense parameters
CodePlex bug #5446 socket.getaddrinfo(...) proto parameter CodePlex bug #5566 base64 slash bug
CodePlex bug #5609 (Py2.5) File lacks __enter__ and __exit__
CodePlex bug #5641 co_name in code objects is None
CodePlex bug #5712 iterating over __main__.__dict__ throws
CodePlex bug #5904 Multi-line dictionary expressions in IP interpreter console not compatible w/ CPython Interpreter console
CodePlex bug #6010 UnicodeErrorInit sets @object instead of object
CodePlex bug #6142 Setting func_name on function doesn't show up in __name__
CodePlex bug #6265 maxsplit keyword arg of re.split not accepted
CodePlex bug #6704 globals().fromkeys(...) broken
CodePlex bug #6706 globals().Values enumerator broken
CodePlex bug #6735 help incorrectly displays arguments for params functions
CodePlex bug #6805 func_code.co_argcount and func_code.co_flags are wrong
CodePlex bug #7532 func_defaults is empty tuple when there are no defaults
CodePlex bug #7982 ^L yields SyntaxError CodePlex bug #7827 IronPython thread module does not implement stack_size
CodePlex bug #7828 IronPython lock type does not support context manager methods

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20070323/c3ae85d6/attachment.html>


More information about the Ironpython-users mailing list