[IronPython] IronPython 2.6 CodePlex Source Update
merllab at microsoft.com
merllab at microsoft.com
Tue Mar 16 16:53:53 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/64769.
MODIFIED SOURCES
$/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonDocumentationProvider.cs
$/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/ParameterDoc.cs
$/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/DocBuilder.cs
$/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/BuiltinFunction.cs
$/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/PythonTypeOps.cs
$/IronPython/IronPython_Main/Src/IronPythonTest/EngineTest.cs
$/IronPython/IronPython_Main/Src/Tests/test_cliclass.py
$/IronPython/IronPython_Main/Src/Tests/test_methoddispatch.py
$/IronPython/IronPython_Main/Src/Tests/test_help.py
$/IronPython/IronPython_Main/Src/Tests/test_genericmeth.py
$/IronPython/IronPython_Main/Src/Tests/test_doc.py
$/IronPython/IronPython_Main/Src/Tests/test_property.py
$/IronPython/IronPython_Main/Tutorial/Tutorial.htm
CHECKIN COMMENTS
--------------------------------------------------------------------------------
Changeset Id: 1679518
Date: 3/15/2010 2:13:31 PM
Improves auto-doc and makes it so we can get good overload documentation for built-in functions from the DLR hosting doc APIs.
Fixes our documentation of built-in functions so types are displayed in the Python 3.x annotation format. Updates tests so they expect the correct results.
Also fixes hosting API documentation of delegates – rather than documenting the underlying method we now properly document the delegate invocation signature.
Adds a new Documentation property to ParameterDoc objects so you can get the individual documentation for each parameter.
(Shelveset: ImproveAutoDocFinal2;REDMOND\dinov | SNAP CheckinId: 10516)
More information about the Ironpython-users
mailing list