[IronPython] Last change needed for working tempfiles

2010-02-18 Thread Martin (gzlist)
As mentioned in the release thread[1] tempfiles nearly work in IronPython 2.6.1 RC 1 now, they go away when explicitly closed or when the process ends, thanks to adding support[2] for the os.O_TEMPORARY flag. The current bug[3] is actually fixed as stated in IronPython 2.6.1 RC 1 as can be seen by

Re: [IronPython] Announcing IronPython 2.6.1 RC1

2010-02-10 Thread Martin (gzlist)
On 10/02/2010, David DiCato ddic...@microsoft.com wrote: In addition, we've made a substantial improvement in import time. Not only does this reduce startup time, but can speed up the importing of large, definition-heavy modules by up to 50%. This is an good improvement, has reduced the

[IronPython] The tale of a full HybridMapping and a not so tempfile

2009-10-22 Thread Martin (gzlist)
I'm trying to complete some work getting a big project running on IronPython, but hit an issue where everything in the test suite would start failing after a certain point with errors along the lines of: Traceback (most recent call last): ... File C:\Program Files\IronPython

Re: [IronPython] Bazaar on IronPython

2009-07-02 Thread Martin (gzlist)
On 01/07/2009, Seo Sanghyeon sanx...@gmail.com wrote: You seem to use xmllib to get ElementTree working. If you need pyexpat for IronPython, you can use my implementation: Yes, and I'm aware of Jeff's subprocess module as well. Was just trying to keep the number of extra things someone needed

Re: [IronPython] Bazaar on IronPython

2009-07-02 Thread Martin (gzlist)
On 02/07/2009, Dino Viehland di...@microsoft.com wrote: * Even non re.RE_Pattern objects shouldn't confuse warnings filtering (Regression in IronPython 2.6 beta 1) (too crazy for a bug entry) Are you just saying that we have a bug in our re implementation which is breaking warning filtering?

[IronPython] Bazaar on IronPython

2009-06-29 Thread Martin (gzlist)
For anyone who is interested, I have done a little work getting the DVCS bazaar working on IronPython 2.0 and 2.6 - please see this message and attached patch: https://lists.canonical.com/archives/bazaar/2009q2/060028.html I've yet to have a chance to go through the codeplex bugtracker and match