[IronPython] IronPython 2.6 CodePlex Source Update

merllab at microsoft.com merllab at microsoft.com
Mon Feb 8 21:08:06 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/63857.

ADDED SOURCES
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonDocumentationProvider.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/DocumentationOperations.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/MemberDoc.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/MemberKind.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/OverloadDoc.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ParameterDoc.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ParameterFlags.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DocumentationProvider.cs

MODIFIED SOURCES
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonDocumentationProvider.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/_weakref.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/_collections.cs
	$/IronPython/IronPython_2_6/Src/IronPython.Modules/array.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/OldInstance.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/DocBuilder.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/CommonDictionaryStorage.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonTuple.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonFunction.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/ByteArray.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/List.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Modules/Builtin.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Compiler/Parser.cs
	$/IronPython/IronPython_2_6/Src/IronPython/IronPython.csproj
	$/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/Importer.cs
	$/IronPython/IronPython_2_6/Src/IronPythonTest/DynamicRegressions.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/IValueEquality.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/CompiledCode.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/BaseSymbolDictionary.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/GlobalSuppressions.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Properties/ExtensionAssemblyInfo.cs
	$/IronPython/IronPython_2_6/Config/Unsigned/App.config
	$/IronPython/IronPython_2_6/Config/Signed/App.config
	$/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/Operations/InstanceOps.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonContext.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonDictionary.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/Set.cs
	$/IronPython/IronPython_2_6/Src/IronPython/Runtime/ModuleContext.cs
	$/IronPython/IronPython_2_6/Src/IronPythonTest/EngineTest.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/DocumentationOperations.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/MemberDoc.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/MemberKind.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/OverloadDoc.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ParameterDoc.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ParameterFlags.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ExceptionOperations.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Providers/HostingHelpers.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DocumentationProvider.cs
	$/IronPython/IronPython_2_6/Src/Tests/interop/net/dynamic/dynamic_regressions.py
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptEngine.cs
	$/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Microsoft.Scripting.csproj
	$/IronPython/IronPython_2_6/Src/Tests/test_bytes.py
	$/IronPython/IronPython_2_6/Src/Tests/test_class.py






More information about the Ironpython-users mailing list