Search
1
vote

Problem with indexers of generic collections

For generic .NET types the problem happens when a first access to the indexer is wrong, for example: Right: IronPython 2.7 Alpha 1 (2.7.0.1) on .NET 4.0.30319.1 Type "help", "copyright", "credits"...

Id #32217 | Planned Release: None | Last Updated: Thu at 8:56 AM by VitalySavkin | Created On: Thu at 8:56 AM by VitalySavkin
1
vote

strftime does not format %f correctly

IronPython 3.0 DEBUG (3.0.0.0) on .NET 4.0.30319.237 Type "help", "copyright", "credits" or "license" for more information. >>> import datetime >>> d = datetime.datetime(2012,2,8,4,5,6,12314) >>> d...

Id #32215 | Planned Release: None | Last Updated: Thu at 4:20 AM by slide_o_mix | Created On: Thu at 4:20 AM by slide_o_mix
1
vote

Unable to pass None to a function that accepts another type

Having a problem passing 'None' to a COM Interop method that can accept 'Nothing' (in VBA). Running IronPython 2.7.1 My code (with considerable snippage): t = System.Type.GetTypeFromProgID("Micro...

Id #32192 | Planned Release: None | Last Updated: Tue at 12:40 AM by HarryTuttle | Created On: Tue at 12:29 AM by HarryTuttle
1
vote

IronPython should skip leading NLToken's in interactive code

>>> import tokenize, cStringIO >>> tokenize.tokenize(cStringIO.StringIO('#foo\n1+2').readline) 1,0-1,4: COMMENT '#foo' 1,4-1,5: NL '\n' 2,0-2,1: NUMBER '1' 2,1-2,2: ...

Id #32188 | Planned Release: None | Last Updated: Mon at 6:46 PM by dinov | Created On: Mon at 6:46 PM by dinov
1
vote

Deriving from C# class and interfaces

With IronPython 2.6.2 I can't seem to derive from a C# base class and implement an interface. It seems in this case the property 'Name' does not get attached to the derived type as 'get_Name', whic...

Id #32166 | Planned Release: None | Last Updated: Thu at 2:46 AM by slide_o_mix | Created On: Feb 2 at 4:19 PM by kvncode
1
vote

KeyError exception accessing threading.currentThread()

I'm using the Task Parallel Library from IronPython along with the python logging module. Sometimes an exception is thrown by the logging module when calling one of the logging methods. The excepti...

Id #32125 | Planned Release: None | Last Updated: Jan 24 at 5:48 PM by jamesholland | Created On: Jan 24 at 5:48 PM by jamesholland
1
vote

Add StackOverflow to website support page

Add a link to StackOverflow on the website support page.

Id #32070 | Planned Release: None | Last Updated: Wed at 10:15 PM by slide_o_mix | Created On: Jan 12 at 8:55 PM by jdhardy
1
vote

xml.dom.minidom.parse not working in ironpython 2.7

This seems to be happening with any XML file I try to parse with minidom, I don't think it depends on the file contents at all. IronPython 2.7.1 (2.7.0.40) on .NET 4.0.30319.239 Type "help", "copy...

Id #32049 | Planned Release: None | Last Updated: Jan 10 at 12:40 PM by slide_o_mix | Created On: Jan 8 at 10:07 AM by MarioVilas
1
vote

ctypes: Compatibility issue with CPython

The following code works in CPython but not in IronPython: >>> from ctypes import * >>> c_char_p(byref(c_char())) Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError...

Id #32048 | Planned Release: None | Last Updated: Jan 10 at 9:44 AM by MarioVilas | Created On: Jan 7 at 5:04 PM by MarioVilas
1
vote

current working directory lost in compiled script

If I compile a script using a (slightly modified) version of pyc.py the working directory is changed to the folder containing the .exe-file, regardless of the location from where the .exe is called...

Id #32045 | Planned Release: None | Last Updated: Jan 6 at 6:17 AM by peterSchwalm | Created On: Jan 6 at 5:35 AM by peterSchwalm
Show 10  25  50  100 Work Items
1-10 of 950 Work Items < Previous 1 2 3 4 5 6 7 8 9 10 ... Next >
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.2.7.18398