[IronPython] IronPython 2.6 CodePlex Source Update
merllab at microsoft.com
merllab at microsoft.com
Tue Aug 17 17:39:56 CEST 2010
This is an automated email letting you know that sources
have recently been pushed out. You can download these newer
sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/75728.
ADDED SOURCES
$/IronPython/IronPython_Main/Languages/IronPython/WiX
$/IronPython/IronPython_Main/Languages/IronPython/WiX/build.bat
$/IronPython/IronPython_Main/Languages/IronPython/WiX/Core.wxs
$/IronPython/IronPython_Main/Languages/IronPython/WiX/DLR.wxs
$/IronPython/IronPython_Main/Languages/IronPython/WiX/getModuleList.py
$/IronPython/IronPython_Main/Languages/IronPython/WiX/IpyRedist.wxs
$/IronPython/IronPython_Main/Languages/IronPython/WiX/IronPython.wxs
$/IronPython/IronPython_Main/Languages/IronPython/WiX/IronStudio.wxs
$/IronPython/IronPython_Main/Languages/IronPython/WiX/MsiLicense.rtf
$/IronPython/IronPython_Main/Languages/IronPython/WiX/Tutorial.wxs
$/IronPython/IronPython_Main/Languages/IronPython/WiX/Version.wxi
MODIFIED SOURCES
$/IronPython/IronPython_Main/Languages/IronPython/IronPython.Modules/math.cs
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Modules/Builtin.cs
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Runtime/ByteArray.cs
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Runtime/Binding/MetaUserObject.cs
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Runtime/Operations/ComplexOps.cs
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Runtime/Operations/PythonOps.cs
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Runtime/Operations/StringOps.cs
$/IronPython/IronPython_Main/Languages/IronPython/Tests/test_builtinfunc.py
$/IronPython/IronPython_Main/Languages/IronPython/Tests/test_complex.py
$/IronPython/IronPython_Main/Languages/IronPython/WiX/build.bat
$/IronPython/IronPython_Main/Languages/IronPython/WiX/Core.wxs
$/IronPython/IronPython_Main/Languages/IronPython/WiX/DLR.wxs
$/IronPython/IronPython_Main/Languages/IronPython/WiX/getModuleList.py
$/IronPython/IronPython_Main/Languages/IronPython/WiX/IpyRedist.wxs
$/IronPython/IronPython_Main/Languages/IronPython/WiX/IronPython.wxs
$/IronPython/IronPython_Main/Languages/IronPython/WiX/IronStudio.wxs
$/IronPython/IronPython_Main/Languages/IronPython/WiX/MsiLicense.rtf
$/IronPython/IronPython_Main/Languages/IronPython/WiX/Tutorial.wxs
$/IronPython/IronPython_Main/Languages/IronPython/WiX/Version.wxi
CHECKIN COMMENTS
--------------------------------------------------------------------------------
Changeset Id: 1975463
Date: 8/17/2010 8:27:12 AM
Switches some CPython tests to run against 2.7 in SNAP
Fixes the following issues:
- builtin callable() has incorrect behavior on user objects
- 27902 - builtin range() now rejects float arguments
- bytearray constructor now accepts bigints
- str.find and str.rfind no longer overflow on large start indices
- added fast path for math.copysign
- 27988 - removed * from complex repr (e.g. “nan*j”)
(Shelveset: 27Snap02;REDMOND\ddicato | SNAP CheckinId: 11278)
More information about the Ironpython-users
mailing list