|
|
1-10 of 545
< Previous Next >
|
E:\vslprf\Merlin\Main\Languages\IronPython\Tests>26
Python 2.6 (r26:66721, Oct 2 2008, 11:35:03) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more info...
id# 23205 | Planned Release: None | Last Updated: Today at 10:30 PM by dfugate | Created On: Today at 10:30 PM by dfugate
This should always be True under IronPython.
id# 23203 | Planned Release: 2.6 | Last Updated: Today at 7:43 PM by dfugate | Created On: Today at 7:43 PM by dfugate
E:\vslprf\Merlin\Main\Languages\IronPython\Tests>ipyd
IronPython 2.6 Beta 1 DEBUG (2.6.0.10) on .NET 2.0.50727.3053
Type "help", "copyright", "credits" or "license" for more information.
>>> import...
id# 23147 | Planned Release: 2.6 Beta 2 | Last Updated: Thu at 8:10 PM by dfugate | Created On: Thu at 8:10 PM by dfugate
Looks like we only recognize System.Int32's as being numbers:
ipyd -c "import numbers;import System;print isinstance(System.Int16(1), numbers.Number)"
False
ipyd -c "import numbers;import System;...
id# 23146 | Planned Release: 2.6 | Last Updated: Thu at 8:02 PM by dfugate | Created On: Thu at 8:02 PM by dfugate
<Test>python26.py</Test>
E:\vslprf\Merlin\Main\Languages\IronPython\Tests>26 -c "print bin(-2147483649L)"
-0b10000000000000000000000000000001
E:\vslprf\Merlin\Main\Languages\IronPython\Tests>ipyd ...
id# 23143 | Planned Release: 2.6 Beta 2 | Last Updated: Thu at 6:40 PM by dfugate | Created On: Thu at 6:35 PM by dfugate
<Test>(CPy)test_print.py</Test>
E:\vslprf\Merlin\External.LCA_RESTRICTED\Languages\IronPython\26\Lib>ipyd
IronPython 2.6 Beta 1 DEBUG (2.6.0.10) on .NET 2.0.50727.3053
Type "help", "copyright", "c...
id# 23132 | Planned Release: 2.6 | Last Updated: Wed at 11:58 PM by dfugate | Created On: Wed at 11:58 PM by dfugate
<Test>NEEDED</Test>
CPython provides a site-packages directory for a user's locally installed Python modules and packages. Other than simply creating this directory, we'd likely need some very sm...
id# 23130 | Planned Release: None | Last Updated: Wed at 6:39 PM by dfugate | Created On: Wed at 6:39 PM by dfugate
In order to reduce perf issues on 64-bit OS, make the standard version of IronPython 32-bit specific and include a second ipy(w)64.exe app that is processor agnostic.
id# 23084 | Planned Release: 2.6 Beta 2 | Last Updated: Jun 15 at 9:35 PM by fbergman | Created On: Jun 15 at 6:36 PM by harrypierson
when using the Common Compiler Infrastructure - Metadata project, IronPython is failing to resolve the IAssembly.GetAllTypes method. Attached is a sample Python file as well as the compiled CCI bin...
id# 23028 | Planned Release: 2.6 | Last Updated: Jun 15 at 6:32 PM by harrypierson | Created On: Jun 10 at 11:43 PM by harrypierson
test_codecencodings_cn
test_codecencodings_hk
test_codecencodings_kr
test_codecencodings_jp
test_codecencodings_tw
these have gone unnoticed because they're mixed new-style/old-style classes and d...
id# 23026 | Planned Release: 2.6 | Last Updated: Jun 15 at 6:32 PM by harrypierson | Created On: Jun 10 at 8:58 PM by dinov
|
|
1-10 of 545
< Previous 1 2 3 4 5 6 7 8 9 10 ... Next >
|
|
|
|