[IronPython] IronPython 2.6 CodePlex Source Update

merllab at microsoft.com merllab at microsoft.com
Wed Jan 27 21:10:44 CET 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/63614.

ADDED SOURCES
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ArgumentArray.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ControlFlowInstructions.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/LessThanInstruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/StackOperations.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ArrayOperations.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/DynamicInstructionN.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/FieldOperations.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/AddInstruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/LocalAccess.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/DivInstruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/GreaterThanInstruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/EqualInstruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/NumericConvertInstruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/DynamicInstructions.Generated.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/DynamicSplatInstruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionFactory.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/TypeOperations.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/NotEqualInstruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/Instruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/BranchLabel.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/LoopCompiler.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/LocalVariables.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/ILightCallSiteBinder.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Ast/BlockBuilder.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Ast/Utils.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Ast/LightDynamicExpression.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Ast/ExpressionCollectionBuilder.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/IInvokeOnGetBinder.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/CustomInstanceDictionaryStorage.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/SequenceTypeInfoAttribute.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/CollectionDebugView.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/ObjectDebugView.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonContext.Generated.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/DictionaryTypeInfoAttribute.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ILoopStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/GetParentContextFromFunctionExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/GetGlobalContextExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/DynamicGetMemberExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/AstMethods.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/DynamicConvertExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/SerializedScopeStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/PythonConstantExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonDynamicExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/LookupCompilationMode.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/UncollectableCompilationMode.Generated.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/ToDiskCompilationMode.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/CollectableCompilationMode.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/UncollectableCompilationMode.cs
	$/IronPython/IronPython_2_6/Src/IronPythonTest/DynamicRegressions.cs
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/Notification.cs
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/NotifyIcon.ico
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/DetailsForm.cs
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/DetailsForm.Designer.cs
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/DetailsForm.resx
	$/IronPython/IronPython_2_6/Src/Tests/modules/type_related
	$/IronPython/IronPython_2_6/Src/Tests/modules/system_related/time_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/system_related/sys_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/system_related/gc_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/system_related/nt_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/system_related/_locale_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/system_related/thread_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/system_related/__init__.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/type_related/types_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/type_related/__init__.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/type_related/_struct_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/type_related/array_test.py
	$/IronPython/IronPython_2_6/Src/Scripts/generate_UncollectableCompilationMode.py
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ExpressionUtils.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/NativeMethods.cs
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc
	$/IronPython/IronPython_2_6/Src/Tests/modules/io_related
	$/IronPython/IronPython_2_6/Src/Tests/modules/network_related
	$/IronPython/IronPython_2_6/Src/Tests/modules/system_related
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/_sha256.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/_warnings_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/system_namespaces.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/_random_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/future_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/math_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/__init__.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/_weakref_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/datetime_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/_sha512.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/operator_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/io_related/copy_reg_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/io_related/re_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/io_related/binascii_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/io_related/_bytesio_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/io_related/cStringIO_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/io_related/cPickle_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/io_related/codecs_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/io_related/marshal_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/io_related/__init__.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/io_related/_fileio_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/network_related/__init__.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/network_related/_ssl_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/network_related/socket_test.py
	$/IronPython/IronPython_2_6/Src/Tests/encoded_files/cp1019.py
	$/IronPython/IronPython_2_6/Src/Tests/interop/net/dynamic
	$/IronPython/IronPython_2_6/Src/Tests/interop/net/versions
	$/IronPython/IronPython_2_6/Src/Tests/interop/net/dynamic/dynamic_regressions.py
	$/IronPython/IronPython_2_6/Src/Tests/interop/net/dynamic/__init__.py
	$/IronPython/IronPython_2_6/Src/Tests/interop/net/versions/__init__.py
	$/IronPython/IronPython_2_6/Src/Tests/interop/net/versions/four_dot_zero.py

DELETED SOURCES
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/TypeExtensions.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/ReflectedCaller.Generated.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/ReflectedCaller.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/DynamicInstructions.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/DynamicInstructions.Generated.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/DynamicRuntimeHostingProvider.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/DictionaryGlobalAllocator.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/CustomOldClassDictionary.cs
	$/IronPython/IronPython_2_6/Src/Tests/modules/_ssl_test.py
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/SavableGlobalAllocator.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/AstGenerator.cs
	$/IronPython/IronPython_2_6/Src/Tests/test_future.py
	$/IronPython/IronPython_2_6/Src/Tests/test_gc.py
	$/IronPython/IronPython_2_6/Src/Tests/test_datetime.py
	$/IronPython/IronPython_2_6/Src/Tests/test_weakref.py
	$/IronPython/IronPython_2_6/Src/Tests/test_struct.py
	$/IronPython/IronPython_2_6/Src/Tests/test_sys.py
	$/IronPython/IronPython_2_6/Src/Tests/test_marshal.py
	$/IronPython/IronPython_2_6/Src/Tests/test_math.py
	$/IronPython/IronPython_2_6/Src/Tests/test_binascii.py
	$/IronPython/IronPython_2_6/Src/Tests/test_nt.py
	$/IronPython/IronPython_2_6/Src/Tests/test_re.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/_warnings_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/system_namespaces.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/_fileio_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/array_test.py
	$/IronPython/IronPython_2_6/Src/Scripts/generate_SharedGlobalAllocator.py
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/SharedGlobalAllocator.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/ArrayGlobalAllocator.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/SharedGlobalAllocator.Generated.cs
	$/IronPython/IronPython_2_6/Src/Tests/test_cPickle.py
	$/IronPython/IronPython_2_6/Src/Tests/test_random.py
	$/IronPython/IronPython_2_6/Src/Tests/test_codecs.py
	$/IronPython/IronPython_2_6/Src/Tests/test_socket.py
	$/IronPython/IronPython_2_6/Src/Tests/test_cStringIO.py
	$/IronPython/IronPython_2_6/Src/Tests/test_copy_reg.py
	$/IronPython/IronPython_2_6/Src/Tests/test_locale.py
	$/IronPython/IronPython_2_6/Src/Tests/test_thread.py
	$/IronPython/IronPython_2_6/Src/Tests/test_operator.py
	$/IronPython/IronPython_2_6/Src/Tests/test_interpret_sanity.py
	$/IronPython/IronPython_2_6/Src/Tests/test_time.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/_sha256.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/_bytesio_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/_sha512.py

MODIFIED SOURCES
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ArgumentArray.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ControlFlowInstructions.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/LessThanInstruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/StackOperations.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ArrayOperations.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/DynamicInstructionN.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/FieldOperations.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/AddInstruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/LocalAccess.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/DivInstruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/GreaterThanInstruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/EqualInstruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/NumericConvertInstruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/DynamicInstructions.Generated.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/DynamicSplatInstruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionFactory.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/TypeOperations.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/NotEqualInstruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/Instruction.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/BranchLabel.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/LoopCompiler.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/LocalVariables.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/ILightCallSiteBinder.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Ast/BlockBuilder.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Ast/Utils.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Ast/LightDynamicExpression.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Ast/ExpressionCollectionBuilder.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/IInvokeOnGetBinder.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/CustomInstanceDictionaryStorage.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/SequenceTypeInfoAttribute.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/CollectionDebugView.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/ObjectDebugView.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonContext.Generated.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/DictionaryTypeInfoAttribute.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ILoopStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/GetParentContextFromFunctionExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/GetGlobalContextExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/DynamicGetMemberExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/AstMethods.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/DynamicConvertExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/SerializedScopeStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/PythonConstantExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonDynamicExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/LookupCompilationMode.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/UncollectableCompilationMode.Generated.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/ToDiskCompilationMode.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/CollectableCompilationMode.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/UncollectableCompilationMode.cs
	$/IronPython/IronPython_2_6/Src/IronPythonTest/DynamicRegressions.cs
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/Notification.cs
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/NotifyIcon.ico
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/DetailsForm.cs
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/DetailsForm.Designer.cs
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/DetailsForm.resx
	$/IronPython/IronPython_2_6/Doc/dotnet-integration.rst
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/CommandLine.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/MathUtils.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Math/BigIntegerV4.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/TokenizerBuffer.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/AssemblyTypeNames.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Generation/AssemblyGen.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/LightLambda.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/LightDelegateCreator.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Ast/UnaryExpression.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Actions/Calls/OverloadResolver.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ParameterWrapper.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Actions/Calls/MethodCandidate.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Actions/ActionBinder.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Actions/NamespaceTracker.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.DeleteMember.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/PerfTrack.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/OptionsParser.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/CollectionUtils.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/TypeUtils.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/DynamicUtils.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/ThreadLocal.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Math/BigIntegerV2.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/MetaObjectExtensions.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Generation/ILGen.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Generation/ToDiskRewriter.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/LightLambdaClosureVisitor.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/Interpreter/LastFaultingLineExpression.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Interpreter/InterpretedFrame.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Ast/MethodCallExpression.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Ast/FinallyFlowControlExpression.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Ast/FlowControlRewriter.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ParameterMapping.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Actions/Calls/BindingResult.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Actions/Calls/SimpleArgBuilder.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Actions/Calls/DefaultOverloadResolver.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Actions/Calls/CallFailureReason.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.Conversions.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Actions/EventTracker.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.GetMember.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Actions/OperatorInfo.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.Operations.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.SetMember.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.Invoke.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Microsoft.Dynamic.csproj
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/DelegateInfo.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ScriptingRuntimeHelpers.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/ReflectionUtils.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/Expression.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/ILGen.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.Core.csproj
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/CFuncPtrType.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/UnionType.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/SimpleType.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/CFuncPtr.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/_ctypes.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/nt.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/IronPython.Modules.csproj
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/math.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/_collections.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/_winreg.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/ModuleOps.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Hosting/PythonService.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonUnaryOperationBinder.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaPythonType.Calls.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/CreateFallbackBinder.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonGetMemberBinder.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaUserObject.Members.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonBinaryOperationBinder.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonProtocol.Operations.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaUserObject.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/ConversionBinder.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonSetIndexBinder.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonOperationKind.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/OldInstance.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonType.Generated.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/BuiltinFunction.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/DocBuilder.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedIndexer.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonTypeDictSlot.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/UserTypeOps.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/StringOps.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/PythonExceptions.cs
	$/IronPython/IronPython_2_6/Src/Tests/Modes/ConsoleHelp.Debug.out
	$/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/paramsinretval.py
	$/IronPython/IronPython_2_6/Src/Tests/interop/net/method/test_arguments.py
	$/IronPython/IronPython_2_6/Src/Tests/interop/net/type/test_reachtype.py
	$/IronPython/IronPython_2_6/Src/IronPythonTest/EngineTest.cs
	$/IronPython/IronPython_2_6/Src/Scripts/generate_reflected_calls.py
	$/IronPython/IronPython_2_6/Src/Scripts/generate_walker.py
	$/IronPython/IronPython_2_6/Src/Scripts/generate_calls.py
	$/IronPython/IronPython_2_6/Src/IronPython/GlobalSuppressions.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonCompilerOptions.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/GeneratorRewriter.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonScriptCode.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/YieldExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ExecStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/SliceExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/TupleExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/AssignmentStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/UnaryExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ListExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/PythonAst.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/PrintStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/OrExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/SuiteStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/AssertStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/MemberExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ExpressionStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/misc_util.py
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Set.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonDictionary.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonModule.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonContext.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/OutputWriter.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/ObjectAttributesAdapter.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/LongOps.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/NewTypeMaker.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonType.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedGetterSetter.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonInvokeBinder.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/CompatibilityInvokeBinder.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/SlotOrFunction.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonGetIndexBinder.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/Binders.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/Microsoft.Scripting.Debugging.csproj
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/TypeUtils.cs
	$/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/ClrAssembly.csproj
	$/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/methodargs.cs
	$/IronPython/IronPython_2_6/Config/Signed/App.config
	$/IronPython/IronPython_2_6/Config/Unsigned/App.config
	$/IronPython/IronPython_2_6/Src/IronPythonWindowAny/IronPythonWindowAny.csproj
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/BrowserScriptHost.cs
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/Chiron.cs
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/HttpServer.cs
	$/IronPython/IronPython_2_6/Src/IronPythonConsoleAny/IronPythonConsoleAny.csproj
	$/IronPython/IronPython_2_6/Src/IronPythonWindow/IronPythonWindow.csproj
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonGlobal.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/LazyCode.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/ClosureInfo.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/CompilationMode.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonGlobalVariableExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/ClosureExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/RuntimeScriptCode.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/WhileStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/FromImportStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ParenthesisExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/NameExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/VariableKind.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/BreakStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/LambdaExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/AugmentedAssignStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ErrorExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/IfStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/GlobalStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/PythonNameBinder.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ImportStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/Node.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/PythonVariable.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/WeakRef.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Importer.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/PythonOps.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonTypeUserDescriptorSlot.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/OldClass.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedProperty.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonDeleteMemberBinder.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonBinder.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/BindingHelpers.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonDeleteIndexBinder.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaPythonObject.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonOperationBinder.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaOldInstance.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Hosting/Python.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/_codecs.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/re.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/socket.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/PointerType.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/StructType.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/Array.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/INativeType.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/SimpleCData.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/ArrayType.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/CData.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/SimpleTypeKind.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebugContext.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebuggableLambdaBuilder.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.ExtensionAttribute.csproj
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/ConstantCheck.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/DynamicObject.cs
	$/IronPython/IronPython_2_6/Src/Tests/test_traceback.py
	$/IronPython/IronPython_2_6/Src/Tests/regressions.py
	$/IronPython/IronPython_2_6/Src/Tests/test_genericmeth.py
	$/IronPython/IronPython_2_6/Src/Tests/test_stdconsole.py
	$/IronPython/IronPython_2_6/Src/Tests/RunAgainstCpy.py
	$/IronPython/IronPython_2_6/Src/Tests/test_superconsole.py
	$/IronPython/IronPython_2_6/Src/Tests/test_bigint.py
	$/IronPython/IronPython_2_6/Src/Tests/test_methoddispatch.py
	$/IronPython/IronPython_2_6/Src/Tests/test_generator.py
	$/IronPython/IronPython_2_6/Src/Tests/test_numberhash.py
	$/IronPython/IronPython_2_6/Src/Tests/test_help.py
	$/IronPython/IronPython_2_6/Src/Tests/test_property.py
	$/IronPython/IronPython_2_6/Src/Tests/test_dict.py
	$/IronPython/IronPython_2_6/Src/Tests/test_stdmodules.py
	$/IronPython/IronPython_2_6/Src/Tests/test_inheritance.py
	$/IronPython/IronPython_2_6/Src/Tests/test_unicode.py
	$/IronPython/IronPython_2_6/Src/Tests/test_list.py
	$/IronPython/IronPython_2_6/Src/Tests/interop/net/type/test_clrtype.py
	$/IronPython/IronPython_2_6/Tutorial/Tutorial.htm
	$/IronPython/IronPython_2_6/Src/IronPythonConsole/IronPythonConsole.csproj
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Microsoft.Scripting.Silverlight.csproj
	$/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/Chiron.csproj
	$/IronPython/IronPython_2_6/Src/IronPythonTest/IronPythonTest.csproj
	$/IronPython/IronPython_2_6/Src/Scripts/generate_AssemblyTypeNames.py
	$/IronPython/IronPython_2_6/Src/Scripts/generate_dynamic_instructions.py
	$/IronPython/IronPython_2_6/Src/IronPython/IronPython.csproj
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/ReducableDynamicExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/OnDiskScriptCode.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/RunnableScriptCode.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Tokenizer.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Parser.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ConditionalExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ConstantExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/BackQuoteExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/DelStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/BinaryExpression.Generated.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/CallExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/Parameter.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/AndExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/EmptyStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/DictionaryExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ListComprehensionFor.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/RaiseStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ScopeStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/TryStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/FunctionDefinition.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ReturnStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/SequenceExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/BinaryExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/Arg.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ForStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ContinueStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/GeneratorExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ClassDefinition.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/Expression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/WithStatement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/PythonReference.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/Statement.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/IndexExpression.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ListComprehension.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ListComprehensionIf.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Modules/Builtin.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/assert_util.py
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/CodeContext.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/FunctionCode.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonTracebackListener.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/List.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonFunction.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonTuple.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Generator.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/TracePipeline/TracePipeline.cs
	$/IronPython/IronPython_2_6/Src/Tests/test_dllsite.py
	$/IronPython/IronPython_2_6/Src/Tests/test_function.py
	$/IronPython/IronPython_2_6/Src/Tests/test_cliclass.py
	$/IronPython/IronPython_2_6/Src/Tests/test_ironmath.py
	$/IronPython/IronPython_2_6/Src/Tests/test_exceptions.py
	$/IronPython/IronPython_2_6/Src/Tests/test_namebinding.py
	$/IronPython/IronPython_2_6/Src/Tests/test_methodbinder1.py
	$/IronPython/IronPython_2_6/Src/Tests/test_class.py
	$/IronPython/IronPython_2_6/Src/Tests/test_winforms.py
	$/IronPython/IronPython_2_6/Src/Tests/test_str.py
	$/IronPython/IronPython_2_6/Src/Tests/test_importpkg.py
	$/IronPython/IronPython_2_6/Src/Tests/test_memory.py
	$/IronPython/IronPython_2_6/Src/Tests/test_ipye.py
	$/IronPython/IronPython_2_6/Src/Tests/test_complex.py
	$/IronPython/IronPython_2_6/Src/Tests/Modes/ConsoleHelp.Release.out
	$/IronPython/IronPython_2_6/Src/Tests/Modes/ConsoleFlags.ps1
	$/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/baseclasscs.cs
	$/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/dynamicobjmodel.cs
	$/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/indexerdefinitionsvb.vb
	$/IronPython/IronPython_2_6/Src/Tests/interop/com/apps/excel.py
	$/IronPython/IronPython_2_6/Src/Tests/interop/net/test_accessibility.py
	$/IronPython/IronPython_2_6/Src/Tests/interop/net/derivation/test_method_override.py
	$/IronPython/IronPython_2_6/Src/Tests/interop/net/property/test_indexervb.py
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/Scope.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DynamicOperations.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Microsoft.Scripting.csproj
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ErrorSink.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/LanguageOptions.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ScopeStorage.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptEngine.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/LanguageSetup.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptRuntime.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptScope.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Providers/HostingHelpers.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/PlatformAdaptationLayer.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/LanguageContext.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ErrorListenerProxy.cs
	$/IronPython/IronPython_2_6/Src/Tests/modules/system_related/time_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/system_related/sys_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/system_related/gc_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/system_related/nt_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/system_related/_locale_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/system_related/thread_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/system_related/__init__.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/type_related/types_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/type_related/__init__.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/type_related/_struct_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/type_related/array_test.py
	$/IronPython/IronPython_2_6/Src/Scripts/generate_UncollectableCompilationMode.py
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ExpressionUtils.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/NativeMethods.cs
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/_sha256.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/_warnings_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/system_namespaces.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/_random_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/future_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/math_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/__init__.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/_weakref_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/datetime_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/_sha512.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/misc/operator_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/io_related/copy_reg_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/io_related/re_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/io_related/binascii_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/io_related/_bytesio_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/io_related/cStringIO_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/io_related/cPickle_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/io_related/codecs_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/io_related/marshal_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/io_related/__init__.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/io_related/_fileio_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/network_related/__init__.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/network_related/_ssl_test.py
	$/IronPython/IronPython_2_6/Src/Tests/modules/network_related/socket_test.py
	$/IronPython/IronPython_2_6/Src/Tests/encoded_files/cp1019.py
	$/IronPython/IronPython_2_6/Src/Tests/interop/net/dynamic/dynamic_regressions.py
	$/IronPython/IronPython_2_6/Src/Tests/interop/net/dynamic/__init__.py
	$/IronPython/IronPython_2_6/Src/Tests/interop/net/versions/__init__.py
	$/IronPython/IronPython_2_6/Src/Tests/interop/net/versions/four_dot_zero.py






More information about the Ironpython-users mailing list