[IronPython] IronPython 2.6 CodePlex Source Update
merllab at microsoft.com
merllab at microsoft.com
Wed Jun 9 17:07:33 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/67591.
ADDED SOURCES
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Compiler/Ast/Comprehension.cs
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Compiler/Ast/ComprehensionFor.cs
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Compiler/Ast/ComprehensionIf.cs
$/IronPython/IronPython_Main/Languages/IronPython/Tests/Tools/baselines/itertools.log
DELETED SOURCES
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Compiler/Ast/ListComprehensionFor.cs
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Compiler/Ast/ListComprehension.cs
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Compiler/Ast/ListComprehensionIf.cs
MODIFIED SOURCES
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Compiler/Ast/Comprehension.cs
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Compiler/Ast/ComprehensionFor.cs
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Compiler/Ast/ComprehensionIf.cs
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Compiler/Ast/FlowChecker.cs
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Compiler/Ast/AstMethods.cs
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Compiler/Ast/PythonNameBinder.cs
$/IronPython/IronPython_Main/Languages/IronPython/IronPython.Modules/IterTools.cs
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Runtime/SetStorage.cs
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Compiler/Parser.cs
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/IronPython.csproj
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Compiler/Ast/PythonWalker.Generated.cs
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Runtime/Operations/PythonOps.cs
$/IronPython/IronPython_Main/Languages/IronPython/Scripts/generate_alltypes.py
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Runtime/Operations/LongOps.cs
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/Runtime/Operations/IntOps.Generated.cs
$/IronPython/IronPython_Main/Languages/IronPython/Tests/Tools/baselines/itertools.log
$/IronPython/IronPython_Main/Languages/IronPython/Tests/Tools/baselines/types_only.log
$/IronPython/IronPython_Main/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs
$/IronPython/IronPython_Main/Runtime/Microsoft.Dynamic/Math/BigIntegerV2.cs
$/IronPython/IronPython_Main/Runtime/Microsoft.Dynamic/Utils/DynamicUtils.cs
$/IronPython/IronPython_Main/Runtime/Microsoft.Dynamic/Utils/MathUtils.cs
CHECKIN COMMENTS
--------------------------------------------------------------------------------
Changeset Id: 1852414
Date: 6/8/2010 11:46:20 AM
2.7 Features:
- dictionary and set comprehensions
- bit_length() on integer types
- implement itertools.compress, combinations_with_replacement
- update itertools.count to accept arbitrary objects that implement __int__ or __float__, plus the new 'step' argument
(Shelveset: 27Features01;REDMOND\ddicato | SNAP CheckinId: 10912)
More information about the Ironpython-users
mailing list