ironpythonbot

Results 85 comments of ironpythonbot

On _2007-10-31 05:05:27 UTC_, **sborde** commented: http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=8333 reported these additional issues - CPython has nt.dup, nt.dup2, nt.execv,nt.execve functions while IP does not have

On _2007-10-31 05:07:04 UTC_, **sborde** commented: http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=8786 reports these issues in nt: access dup dup2 execv execve fsync isatty lseek pipe popen4 start_float_times statvfs_result system strerror

On _2013-05-27 05:52:14 UTC_, **paweljasinski** commented: I have looked at dup and dup2. Here is what I have found: From what I can tell ip builds its own layer to...

On _2006-09-12 05:01:37 UTC_, **unknown user** commented: We want to provide a good profiling story for IronPython but won't get to this until potentially 2.0.

On _2009-04-14 02:33:03 UTC_, **harrypierson** commented: Need to add IPy specific doc strings for str, int, float and object

On _2012-03-21 04:22:10 UTC_, **jonathanhiga** commented: Interactive summary: IronPython 2.7.2.1 (2.7.0.40) on .NET 4.0.30319.239 (32-bit) Type "help", "copyright", "credits" or "license" for more information. metadata = [{'column_name': 'splunge', 'data_type': 'varchar(128)'}]...

On _2009-08-15 07:17:48 UTC_, **dinov** commented: This is all correct except we create dict by default currently.

On _2011-01-23 03:14:11 UTC_, **tonyheupel** commented: Same exception but hosted inside of C# using IronPython scripts as plugins. I am using a FileWatcher to detect when an IronPython script changes...

On _2009-11-16 06:46:36 UTC_, **dfugate** commented: No dev-added regression, and the message isn't completely correct yet either: D:\vsl\Merlin\Main\Languages\IronPython\Tests>26 -c "import collections;collections.deque('abc', 2, 2)" Traceback (most recent call last): File "",...

On _2009-10-28 07:31:19 UTC_, **fuzzyman** commented: Yes it does...