[IronPython] IronPython 2.6 CodePlex Source Update

merllab at microsoft.com merllab at microsoft.com
Mon Sep 6 17:57:36 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/76875.

ADDED SOURCES
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Runtime/Calls/BlockDispatcherProcN.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Runtime/Calls/BlockDispatcherUnsplatProcN.cs

DELETED SOURCES
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Builtins/MutableString.KBinaryContent.cs

MODIFIED SOURCES
	$/IronPython/IronPython_Main/External.LCA_RESTRICTED/Languages/IronPython/27/Lib/test/test_memoryview.py
	$/IronPython/IronPython_Main/Languages/IronPython/IronPython.Modules/_ctypes/_ctypes.cs
	$/IronPython/IronPython_Main/Languages/IronPython/IronPython.Modules/_ctypes/Array.cs
	$/IronPython/IronPython_Main/Languages/IronPython/IronPython.Modules/_ctypes/CData.cs
	$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Runtime/ByteArray.cs
	$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Runtime/Bytes.cs
	$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Runtime/IBufferProtocol.cs
	$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Runtime/MemoryView.cs
	$/IronPython/IronPython_Main/Languages/Ruby/IronRuby.Tests/RubyTests.cs
	$/IronPython/IronPython_Main/Languages/Ruby/IronRuby.Tests/Parser/ParserTests.cs
	$/IronPython/IronPython_Main/Languages/Ruby/IronRuby.Tests/Parser/TokenizerTestDriver.cs
	$/IronPython/IronPython_Main/Languages/Ruby/IronRuby.Tests/Runtime/BlockTests.cs
	$/IronPython/IronPython_Main/Languages/Ruby/IronRuby.Tests/Runtime/IoTests.cs
	$/IronPython/IronPython_Main/Languages/Ruby/IronRuby.Tests/Runtime/MutableStringTests.cs
	$/IronPython/IronPython_Main/Languages/Ruby/IronRuby.Tests/Runtime/RegexTests.cs
	$/IronPython/IronPython_Main/Languages/Ruby/IronRuby.Tests/Runtime/RemotingTests.cs
	$/IronPython/IronPython_Main/Languages/Ruby/IronRuby.Tests/Runtime/StringTests.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Libraries.LCA_RESTRICTED/Initializers.Generated.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Libraries.LCA_RESTRICTED/Builtins/FileOps.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Libraries.LCA_RESTRICTED/Builtins/IoOps.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Libraries.LCA_RESTRICTED/Builtins/ModuleOps.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Libraries.LCA_RESTRICTED/Builtins/MutableStringOps.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Libraries.LCA_RESTRICTED/Builtins/ProcOps.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Libraries.LCA_RESTRICTED/Builtins/RubyEncodingOps.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Libraries.LCA_RESTRICTED/Builtins/Signal.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Libraries.LCA_RESTRICTED/Builtins/SymbolOps.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Libraries.LCA_RESTRICTED/ParseTree/IronRubyParseTreeOps.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Ruby.csproj
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Builtins/CharacterMap.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Builtins/MutableString.BinaryContent.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Builtins/MutableString.CharArrayContent.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Builtins/MutableString.Content.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Builtins/MutableString.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Builtins/MutableString.StringContent.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Builtins/MutableStringBuilder.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Builtins/Proc.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Builtins/RubyEncoding.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Builtins/RubyMethod.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Builtins/RubyRegex.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Compiler/AstGenerator.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Compiler/Errors.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Compiler/ReflectionCache.Generated.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Compiler/Ast/AstFactory.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Compiler/Ast/BlockDefinition.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Compiler/Ast/Parameters.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Compiler/Ast/Expressions/RegularExpression.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Compiler/Ast/Expressions/StringConstructor.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Compiler/Ast/Expressions/StringLiteral.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Compiler/Ast/Expressions/SymbolLiteral.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Compiler/Parser/Parser.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Compiler/Parser/Parser.Generated.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Compiler/Parser/Parser.y
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Compiler/Parser/Tokenizer.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Compiler/Parser/TokenValue.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Runtime/BlockParam.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Runtime/Protocols.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Runtime/RubyContext.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Runtime/RubyExceptions.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Runtime/RubyOps.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Runtime/RubyUtils.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Runtime/Utils.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Runtime/Calls/BlockDispatcher.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Runtime/Calls/BlockDispatcherN.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Runtime/Calls/BlockDispatcherProcN.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Runtime/Calls/BlockDispatchers.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Runtime/Calls/BlockDispatcherUnsplatN.cs
	$/IronPython/IronPython_Main/Languages/Ruby/Ruby/Runtime/Calls/BlockDispatcherUnsplatProcN.cs
	$/IronPython/IronPython_Main/Scripts/Bat/BuildRowan.cmd

CHECKIN COMMENTS
--------------------------------------------------------------------------------
Changeset Id: 1997373
Date: 9/3/2010 4:18:39 PM

Fixes for memory view so we pass test_memoryview.  Adds a .GenericTest file for test_memoryview.









More information about the Ironpython-users mailing list