[IronPython] IronPython 2.6 CodePlex Source Update

merllab at microsoft.com merllab at microsoft.com
Wed Oct 14 21:11:20 CEST 2009


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/60083.

ADDED SOURCES
	$/IronPython/IronPython_2_6/Doc/dotnet-integration.rst
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Stubs.cs

MODIFIED SOURCES
	$/IronPython/IronPython_2_6/Doc/dotnet-integration.rst
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Math/BigIntegerV4.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/LightLambda.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Actions/ActionBinder.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/ReflectedCaller.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/TypeUtils.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/HashSet.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/ComInterop/Variant.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/ComInterop/ComRuntimeHelpers.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Math/BigIntegerV2.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/LightLambda.Generated.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Microsoft.Dynamic.csproj
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Properties/AssemblyInfo.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/CallInfo.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/Properties/AssemblyInfo.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/CFuncPtr.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/IronPython.Modules.csproj
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/cPickle.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonGetMemberBinder.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/BuiltinMethodDescriptor.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/DynamicBaseTypeAttribute.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/OperatorMapping.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/StringOps.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/TraceBack.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Generator.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonOptions.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonTracebackListener.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Properties/AssemblyInfo.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Parser.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/SharedGlobalAllocator.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/RunnableScriptCode.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/OnDiskScriptCode.cs
	$/IronPython/IronPython_2_6/Src/IronPython/IronPython.csproj
	$/IronPython/IronPython_2_6/Src/IronPythonTest/IronPythonTest.csproj
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/Chiron.csproj
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/BrowserVirtualFilesystem.cs
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/XapBuilder.cs
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/BrowserScriptHost.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/PlatformAdaptationLayer.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ObjectOperations.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Microsoft.Scripting.csproj
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/ExceptionFactory.Generated.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/CatchBlock.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/TypeBinaryExpression.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/NewArrayExpression.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/Expression.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/LambdaExpression.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/SwitchExpression.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/CallSite.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/ILGen.cs
	$/IronPython/IronPython_2_6/Src/IronPythonTest/BindTest.cs
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Repl.cs
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Microsoft.Scripting.Silverlight.csproj
	$/IronPython/IronPython_2_6/Src/IronPythonConsole/Console.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/time.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/PythonOps.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/ObjectOps.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonFile.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Importer.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Modules/imp.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/AstGenerator.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/RuntimeScriptCode.cs
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/DynamicAppManifest.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/NewTypeMaker.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/TypeInfo.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/NewStringFormatter.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonScriptCode.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/DictionaryGlobalAllocator.cs
	$/IronPython/IronPython_2_6/Src/IronPythonTest/EngineTest.cs
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/ErrorFormatter.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.Core.csproj
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/AssemblyInfo.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/MemberExpression.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/GotoExpression.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/UnaryExpression.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/LoopExpression.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/DynamicObject.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/BoundConstants.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.ExtensionAttribute.csproj
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebuggableLambdaBuilder.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/ContractUtils.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/ParameterExpression.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/MethodCallExpression.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/Microsoft.Scripting.Debugging.csproj
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/IndexExpression.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/DynamicExpression.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Stubs.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ScopeStorage.cs
	$/IronPython/IronPython_2_6/Src/Tests/test_cliclass.py
	$/IronPython/IronPython_2_6/Src/Tests/test_cPickle.py
	$/IronPython/IronPython_2_6/Src/Scripts/generate_dynamic_instructions.py
	$/IronPython/IronPython_2_6/Src/Scripts/generate_comdispatch.py
	$/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/ClrAssembly.csproj
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Properties/AssemblyInfo.cs
	$/IronPython/IronPython_2_6/Src/Tests/test_methodbinder1.py
	$/IronPython/IronPython_2_6/Src/Tests/test_imp.py
	$/IronPython/IronPython_2_6/Src/Tests/test_strformat.py
	$/IronPython/IronPython_2_6/Src/Tests/test_methoddispatch.py
	$/IronPython/IronPython_2_6/Src/Tests/test_syntax.py
	$/IronPython/IronPython_2_6/Src/Tests/test_sys.py






More information about the Ironpython-users mailing list