1-10 of 545 < Previous Next >
1 vote

nt.system(some garbage command) should return a non-zero exit code; not throw a WindowsError

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
1 vote

2.6: Implement sys.dont_write_bytecode

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
1 vote

str(System.Char(...)) broken

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
1 vote

2.6: PEP 3141 should be applicable to all .NET numeric types

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
1 vote

bin(n > System.Int32.MaxValue) broken

<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
1 vote

print(None) broken

<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
1 vote

IronPython should provide/support a lib\site-packages directory

<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
2 votes

Mark ipy(w).exe as 32-bit specific and add ipy(w)64.exe as processor agnostic

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
1 vote

Method name resolution failing on CCI

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
1 vote

multibyte encoding tests are failing

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 >
Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Version 2009.6.1.15196