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/69747.
ADDED SOURCES $/IronPython/IronPython_Main/Languages/IronPython/Tests/Tools/baselines/mmap.log $/IronPython/IronPython_Main/Solutions/IronPython4.sln $/IronPython/IronPython_Main/Test/DlrComLibrary/DlrComLibrary.vcxproj.filters $/IronPython/IronPython_Main/Test/DlrComLibrary/DlrComLibrary.vcxproj $/IronPython/IronPython_Main/Test/DlrComLibrary/DlrComLibraryPS.vcxproj.filters $/IronPython/IronPython_Main/Test/DlrComLibrary/DlrComLibraryPS.vcxproj DELETED SOURCES $/IronPython/IronPython_Main/Solutions/IronPython.sln $/IronPython/IronPython_Main/Test/DlrComLibrary/DlrComLibrary.vcproj $/IronPython/IronPython_Main/Runtime/Microsoft.Scripting.Core $/IronPython/IronPython_Main/Test/DlrComLibrary/DlrComLibraryPS.vcproj MODIFIED SOURCES $/IronPython/IronPython_Main/Languages/IronPython/IronPython/Compiler/Parser.cs $/IronPython/IronPython_Main/Languages/IronPython/IronPython/Runtime/PythonContext.cs $/IronPython/IronPython_Main/Hosts/Silverlight/Microsoft.Scripting.SilverLight/Microsoft.Scripting.Silverlight.csproj $/IronPython/IronPython_Main/Languages/IronPython/IronPython/IronPython.csproj $/IronPython/IronPython_Main/Languages/IronPython/IronPython/Runtime/Types/TypeInfo.cs $/IronPython/IronPython_Main/Languages/IronPython/IronPython.Modules/IronPython.Modules.csproj $/IronPython/IronPython_Main/Languages/IronPython/IronPython/Runtime/Operations/PythonOps.cs $/IronPython/IronPython_Main/Hosts/Silverlight/Chiron/Chiron.csproj $/IronPython/IronPython_Main/Languages/IronPython/IronPython/Runtime/Types/CustomAttributeTracker.cs $/IronPython/IronPython_Main/Config/Signed/App.config $/IronPython/IronPython_Main/Languages/IronPython/Tests/Tools/baselines/mmap.log $/IronPython/IronPython_Main/Languages/IronPython/Tests/Tools/logmodule.py $/IronPython/IronPython_Main/Languages/IronPython/IronPythonConsoleAny/IronPythonConsoleAny.csproj $/IronPython/IronPython_Main/Languages/IronPython/Tests/test_class.py $/IronPython/IronPython_Main/Languages/IronPython/IronPythonWindow/IronPythonWindow.csproj $/IronPython/IronPython_Main/Runtime/Microsoft.Dynamic/Actions/MemberTracker.cs $/IronPython/IronPython_Main/Languages/IronPython/IronPythonConsole/IronPythonConsole.csproj $/IronPython/IronPython_Main/Languages/IronPython/Tests/test_imp.py $/IronPython/IronPython_Main/Runtime/Microsoft.Dynamic/Microsoft.Dynamic.csproj $/IronPython/IronPython_Main/Languages/IronPython/IronPythonTest/EngineTest.cs $/IronPython/IronPython_Main/Languages/IronPython/IronPythonTest/IronPythonTest.csproj $/IronPython/IronPython_Main/Runtime/Microsoft.Dynamic/Actions/BoundMemberTracker.cs $/IronPython/IronPython_Main/Languages/IronPython/Scripts/generate_tree.py $/IronPython/IronPython_Main/Languages/IronPython/IronPythonWindowAny/IronPythonWindowAny.csproj $/IronPython/IronPython_Main/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.SetMember.cs $/IronPython/IronPython_Main/Languages/IronPython/Tests/test_ipye.py $/IronPython/IronPython_Main/Solutions/IronPython4.sln $/IronPython/IronPython_Main/Runtime/Microsoft.Scripting/Microsoft.Scripting.csproj $/IronPython/IronPython_Main/Test/ClrAssembly/ClrAssembly.csproj $/IronPython/IronPython_Main/Runtime/Microsoft.Scripting.Debugging/Microsoft.Scripting.Debugging.csproj $/IronPython/IronPython_Main/Test/DlrComLibrary/DlrComLibrary.sln $/IronPython/IronPython_Main/Test/DlrComLibrary/DlrComLibrary.vcxproj.filters $/IronPython/IronPython_Main/Test/DlrComLibrary/DlrComLibrary.vcxproj $/IronPython/IronPython_Main/Test/DlrComLibrary/DlrComLibraryPS.vcxproj.filters $/IronPython/IronPython_Main/Test/DlrComLibrary/DlrComLibraryPS.vcxproj $/IronPython/IronPython_Main/Tutorial/Tutorial.htm CHECKIN COMMENTS -------------------------------------------------------------------------------- Changeset Id: 1873787 Date: 6/17/2010 2:43:47 PM 27247 __delattr__ doesn't work on instance attributes of user defined instance Our implementation is totally wrong – we’re doing the descriptor protocol instead of doing object.__delattr__ 26940 Wrong line numbers in traceback when encoding is specified We should always seek back to the beginning of the file so line numbers remain correct 27547 Problem with ScriptSource.GetCodeProperties() We need to pass empty parameters if we fail to parse them Flow through error suggestion on SetMember actions and respect it This fixes IronPython so it works w/ DynamicObject subclasses for module scopes (Shelveset: AFewSmallBugsFinal2;REDMOND\dinov | SNAP CheckinId: 10944) _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com