From sanxiyn at gmail.com Tue Sep 1 08:47:54 2009 From: sanxiyn at gmail.com (Seo Sanghyeon) Date: Tue, 1 Sep 2009 15:47:54 +0900 Subject: [IronPython] IronPython Tools and IDEs In-Reply-To: <4A9C3FD5.4010501@voidspace.org.uk> References: <4A9C3FD5.4010501@voidspace.org.uk> Message-ID: <5b0248170908312347n4990a706wbeb9528801e2137e@mail.gmail.com> 2009/9/1 Michael Foord : > http://www.voidspace.org.uk/ironpython/tools-and-ides.shtml This is a great article. Maybe you should link to IronPython integration feature request on Microsoft Connect in Visual Studio summary session so that people who read the article can vote on it? -- Seo Sanghyeon From fuzzyman at voidspace.org.uk Tue Sep 1 11:35:26 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Tue, 01 Sep 2009 10:35:26 +0100 Subject: [IronPython] IronPython Tools and IDEs In-Reply-To: <5b0248170908312347n4990a706wbeb9528801e2137e@mail.gmail.com> References: <4A9C3FD5.4010501@voidspace.org.uk> <5b0248170908312347n4990a706wbeb9528801e2137e@mail.gmail.com> Message-ID: <4A9CEADE.3010605@voidspace.org.uk> Seo Sanghyeon wrote: > 2009/9/1 Michael Foord : > >> http://www.voidspace.org.uk/ironpython/tools-and-ides.shtml >> > > This is a great article. > > Maybe you should link to IronPython integration feature request on > Microsoft Connect in Visual Studio summary session so that people who > read the article can vote on it? > > Ok - good point. Thanks Michael -- http://www.ironpythoninaction.com/ From davidescobar at ieee.org Wed Sep 2 02:40:38 2009 From: davidescobar at ieee.org (David Escobar) Date: Tue, 1 Sep 2009 17:40:38 -0700 Subject: [IronPython] CallTargetX delegates Message-ID: <38ef96bd0909011740va89b93cw9d051ddc778507f7@mail.gmail.com> In IronPython 2.6 beta 2, did the CallTargetX delegates get moved to another module or were they simply removed altogether? The only delegate in IronPython.Compiler is CallTarget0. I checked IronPython 2.0.2 and it has up to CallTarget16. -------------- next part -------------- An HTML attachment was scrubbed... URL: From dinov at microsoft.com Wed Sep 2 03:19:31 2009 From: dinov at microsoft.com (Dino Viehland) Date: Wed, 2 Sep 2009 01:19:31 +0000 Subject: [IronPython] CallTargetX delegates In-Reply-To: <38ef96bd0909011740va89b93cw9d051ddc778507f7@mail.gmail.com> References: <38ef96bd0909011740va89b93cw9d051ddc778507f7@mail.gmail.com> Message-ID: <1A472770E042064698CB5ADC83A12ACD0460BBBA@TK5EX14MBXC116.redmond.corp.microsoft.com> Yes. CallTarget's were really a part of IronPython's internal calling convention for used defined functions. We kept CallTarget0 around because we knew lots of users had come to depend on that one when they needed a delegate type. But we removed all the others and switched to using Func<...> internally. Ideally you can switch to using Func<> as well. From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of David Escobar Sent: Tuesday, September 01, 2009 5:41 PM To: Discussion of IronPython Subject: [IronPython] CallTargetX delegates In IronPython 2.6 beta 2, did the CallTargetX delegates get moved to another module or were they simply removed altogether? The only delegate in IronPython.Compiler is CallTarget0. I checked IronPython 2.0.2 and it has up to CallTarget16. -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidescobar at ieee.org Wed Sep 2 07:38:25 2009 From: davidescobar at ieee.org (David Escobar) Date: Tue, 1 Sep 2009 22:38:25 -0700 Subject: [IronPython] CallTargetX delegates In-Reply-To: <1A472770E042064698CB5ADC83A12ACD0460BBBA@TK5EX14MBXC116.redmond.corp.microsoft.com> References: <38ef96bd0909011740va89b93cw9d051ddc778507f7@mail.gmail.com> <1A472770E042064698CB5ADC83A12ACD0460BBBA@TK5EX14MBXC116.redmond.corp.microsoft.com> Message-ID: <38ef96bd0909012238n28717531mde636d1bd8a1ae13@mail.gmail.com> Ok cool. I've used Func<> from C# before. That did the trick. Thanks. On Tue, Sep 1, 2009 at 6:19 PM, Dino Viehland wrote: > Yes. CallTarget?s were really a part of IronPython?s internal calling > convention for used defined functions. We kept CallTarget0 around because > we knew lots of users had come to depend on that one when they needed a > delegate type. But we removed all the others and switched to using Func > internally. Ideally you can switch to using Func<> as well. > > > > *From:* users-bounces at lists.ironpython.com [mailto: > users-bounces at lists.ironpython.com] *On Behalf Of *David Escobar > *Sent:* Tuesday, September 01, 2009 5:41 PM > *To:* Discussion of IronPython > *Subject:* [IronPython] CallTargetX delegates > > > > In IronPython 2.6 beta 2, did the CallTargetX delegates get moved to > another module or were they simply removed altogether? The only delegate in > IronPython.Compiler is CallTarget0. I checked IronPython 2.0.2 and it has up > to CallTarget16. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From daftspaniel at gmail.com Wed Sep 2 11:59:14 2009 From: daftspaniel at gmail.com (Davy Mitchell) Date: Wed, 2 Sep 2009 10:59:14 +0100 Subject: [IronPython] CallTargetX delegates In-Reply-To: <38ef96bd0909012238n28717531mde636d1bd8a1ae13@mail.gmail.com> References: <38ef96bd0909011740va89b93cw9d051ddc778507f7@mail.gmail.com> <1A472770E042064698CB5ADC83A12ACD0460BBBA@TK5EX14MBXC116.redmond.corp.microsoft.com> <38ef96bd0909012238n28717531mde636d1bd8a1ae13@mail.gmail.com> Message-ID: <20253b0c0909020259n30624877q2deb01678d86c665@mail.gmail.com> Could someone pop an example of this on http://www.ironpython.info? Sounds like it could be a common 'gotcha' especially for newbies running old example code. Cheers, Davy On Wed, Sep 2, 2009 at 6:38 AM, David Escobar wrote: > Ok cool. I've used Func<> from C# before. That did the trick. Thanks. > > > On Tue, Sep 1, 2009 at 6:19 PM, Dino Viehland wrote: >> >> Yes.? CallTarget?s were really a part of IronPython?s internal calling >> convention for used defined functions.? We kept CallTarget0 around because >> we knew lots of users had come to depend on that one when they needed a >> delegate type.? But we removed all the others and switched to using Func >> internally.? Ideally you can switch to using Func<> as well. >> >> >> >> From: users-bounces at lists.ironpython.com >> [mailto:users-bounces at lists.ironpython.com] On Behalf Of David Escobar >> Sent: Tuesday, September 01, 2009 5:41 PM >> To: Discussion of IronPython >> Subject: [IronPython] CallTargetX delegates >> >> >> >> In IronPython 2.6 beta 2, did the CallTargetX delegates get moved to >> another module or were they simply removed altogether? The only delegate in >> IronPython.Compiler is CallTarget0. I checked IronPython 2.0.2 and it has up >> to CallTarget16. > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > -- -- Davy Stuff - http://daftspaniel.blogspot.com Geeky Stuff - http://daftpython.blogspot.com Davy's Ironpython Editor - http://code.google.com/p/davysironpythoneditor/ From zachc at microsoft.com Wed Sep 2 17:07:27 2009 From: zachc at microsoft.com (Zach Crowell) Date: Wed, 2 Sep 2009 15:07:27 +0000 Subject: [IronPython] Template library Message-ID: Anyone know a template library that works well with IronPython? After a very brief exploration: * django.template fails quickly due to str/unicode issues * Mako and Genshi both require the missing compiler module * Evoque is using unsupported re extensions * Tempita is much lighter on features and works in simple test cases * IronPython ASP.NET integration works but is very much HTML-specific (unless I missed another way to utilize it) Zach From fuzzyman at voidspace.org.uk Wed Sep 2 17:14:21 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Wed, 02 Sep 2009 16:14:21 +0100 Subject: [IronPython] Template library In-Reply-To: References: Message-ID: <4A9E8BCD.3050901@voidspace.org.uk> Zach Crowell wrote: > Anyone know a template library that works well with IronPython? > > After a very brief exploration: > > * django.template fails quickly due to str/unicode issues > Can you be more specific? > * Mako and Genshi both require the missing compiler module > A compatible version of the compiler module might be in the FePy project: http://fepy.sf.net > * Evoque is using unsupported re extensions > Are these standard parts of the Python re module that are not supported? Can you check codeplex for issues and if they aren't there create issues for them. Thanks Michael > * Tempita is much lighter on features and works in simple test cases > * IronPython ASP.NET integration works but is very much HTML-specific (unless I missed another way to utilize it) > > Zach > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From mdraghi at gmail.com Wed Sep 2 17:46:43 2009 From: mdraghi at gmail.com (Mariano Draghi) Date: Wed, 2 Sep 2009 12:46:43 -0300 Subject: [IronPython] Template library In-Reply-To: References: Message-ID: On Wed, Sep 2, 2009 at 12:07 PM, Zach Crowell wrote: > Anyone know a template library that works well with IronPython? > > After a very brief exploration: > > ? ?* django.template fails quickly due to str/unicode issues > ? ?* Mako and Genshi both require the missing compiler module > ? ?* Evoque is using unsupported re extensions > ? ?* Tempita is much lighter on features and works in simple test cases > ? ?* IronPython ASP.NET integration works but is very much HTML-specific (unless I missed another way to utilize it) > We've been using Cheetah [1] in production for almost two years now, in multiple projects. We're using IPy 1.1, though, as we have issues with Cheetah + IPy 2.x [2] (mainly, *extremely* poor performance, and incompatibilities with / lack of some standard modules (md5 and inspect if I remember well)). But with IPy 1.1 everything works perfectly fine, and Cheetah Templates is a robust, mature and powerful solution. Regards, [1] - http://www.cheetahtemplate.org/ [2] - http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=17753 -- Mariano From zachc at microsoft.com Wed Sep 2 17:59:03 2009 From: zachc at microsoft.com (Zach Crowell) Date: Wed, 2 Sep 2009 15:59:03 +0000 Subject: [IronPython] Template library In-Reply-To: <4A9E8BCD.3050901@voidspace.org.uk> References: <4A9E8BCD.3050901@voidspace.org.uk> Message-ID: Regarding django, I would guess there is some assertion around str/unicode type checking. (As a Microsoft employee, I have legal approval for personal/internal use of these modules in binary form, but I currently cannot review or modify them.) I'll re-run the Evoque test later. D:\>ipy -X:Frames IronPython 2.6 Beta 2 (2.6.0.20) on .NET 2.0.50727.3053 Type "help", "copyright", "credits" or "license" for more information. >>> import clr >>> clr.AddReference('django') >>> import django.template Traceback (most recent call last): File "", line 1, in File "django\template\__init__.py", line 59, in django\template\__init__.py File "django\utils\text", line 126, in django\utils\text File "django\utils\functional", line 235, in __wrapper__ File "django\utils\functional", line 163, in __init__ File "django\utils\functional", line 175, in __prepare_class__ AssertionError: Cannot call lazy() with both str and unicode return types. -----Original Message----- From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Michael Foord Sent: Wednesday, September 02, 2009 08:14 To: Discussion of IronPython Subject: Re: [IronPython] Template library Zach Crowell wrote: > Anyone know a template library that works well with IronPython? > > After a very brief exploration: > > * django.template fails quickly due to str/unicode issues > Can you be more specific? > * Mako and Genshi both require the missing compiler module > A compatible version of the compiler module might be in the FePy project: http://fepy.sf.net > * Evoque is using unsupported re extensions > Are these standard parts of the Python re module that are not supported? Can you check codeplex for issues and if they aren't there create issues for them. Thanks Michael > * Tempita is much lighter on features and works in simple test cases > * IronPython ASP.NET integration works but is very much HTML-specific (unless I missed another way to utilize it) > > Zach > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog _______________________________________________ Users mailing list Users at lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com From fuzzyman at voidspace.org.uk Wed Sep 2 18:43:27 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Wed, 02 Sep 2009 17:43:27 +0100 Subject: [IronPython] Template library In-Reply-To: References: <4A9E8BCD.3050901@voidspace.org.uk> Message-ID: <4A9EA0AF.6000209@voidspace.org.uk> Zach Crowell wrote: > Regarding django, I would guess there is some assertion around str/unicode type checking. (As a Microsoft employee, I have legal approval for personal/internal use of these modules in binary form, but I currently cannot review or modify them.) I'll re-run the Evoque test later. > > D:\>ipy -X:Frames > IronPython 2.6 Beta 2 (2.6.0.20) on .NET 2.0.50727.3053 > Type "help", "copyright", "credits" or "license" for more information. > >>>> import clr >>>> clr.AddReference('django') >>>> import django.template >>>> > Traceback (most recent call last): > File "", line 1, in > File "django\template\__init__.py", line 59, in django\template\__init__.py > File "django\utils\text", line 126, in django\utils\text > File "django\utils\functional", line 235, in __wrapper__ > File "django\utils\functional", line 163, in __init__ > File "django\utils\functional", line 175, in __prepare_class__ > AssertionError: Cannot call lazy() with both str and unicode return types. > I can report this issue to the django guys. I'm still interested in making sure that the other problems you reported are entered as codeplex issues if necessary (please). I'd much rather see the new _ast module supported in IronPython than the old compiler module by the way... Michael > -----Original Message----- > From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Michael Foord > Sent: Wednesday, September 02, 2009 08:14 > To: Discussion of IronPython > Subject: Re: [IronPython] Template library > > Zach Crowell wrote: > >> Anyone know a template library that works well with IronPython? >> >> After a very brief exploration: >> >> * django.template fails quickly due to str/unicode issues >> >> > Can you be more specific? > > >> * Mako and Genshi both require the missing compiler module >> >> > A compatible version of the compiler module might be in the FePy > project: http://fepy.sf.net > > >> * Evoque is using unsupported re extensions >> >> > > Are these standard parts of the Python re module that are not supported? > Can you check codeplex for issues and if they aren't there create issues > for them. > > Thanks > > Michael > > >> * Tempita is much lighter on features and works in simple test cases >> * IronPython ASP.NET integration works but is very much HTML-specific (unless I missed another way to utilize it) >> >> Zach >> _______________________________________________ >> Users mailing list >> Users at lists.ironpython.com >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> >> > > > -- > http://www.ironpythoninaction.com/ > http://www.voidspace.org.uk/blog > > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From dinov at microsoft.com Wed Sep 2 18:46:15 2009 From: dinov at microsoft.com (Dino Viehland) Date: Wed, 2 Sep 2009 16:46:15 +0000 Subject: [IronPython] Template library In-Reply-To: <4A9EA0AF.6000209@voidspace.org.uk> References: <4A9E8BCD.3050901@voidspace.org.uk> <4A9EA0AF.6000209@voidspace.org.uk> Message-ID: <1A472770E042064698CB5ADC83A12ACD04610421@TK5EX14MBXC116.redmond.corp.microsoft.com> Michael Foord wrote: > I can report this issue to the django guys. I'm still interested in > making sure that the other problems you reported are entered as > codeplex > issues if necessary (please). Jeff Hardy might also already have a fix for this issue over at: http://bitbucket.org/jdhardy/django-ipy/ From jdhardy at gmail.com Wed Sep 2 21:25:05 2009 From: jdhardy at gmail.com (Jeff Hardy) Date: Wed, 2 Sep 2009 13:25:05 -0600 Subject: [IronPython] Template library In-Reply-To: <4A9EA0AF.6000209@voidspace.org.uk> References: <4A9E8BCD.3050901@voidspace.org.uk> <4A9EA0AF.6000209@voidspace.org.uk> Message-ID: On Wed, Sep 2, 2009 at 10:43 AM, Michael Foord wrote: > I'd much rather see the new _ast module supported in IronPython than the old > compiler module by the way... > I haven't checked to see if it works with 2.6b2, but it should work with 2.6b1 (I think...): http://bitbucket.org/jdhardy/_ast/ Dan Eloff wrote it originally; I just put it up. Both Mako and Genshi can use it; Genshi has some deeper Unicode issues that I haven't had the time to look in to. - Jeff From jdhardy at gmail.com Wed Sep 2 21:26:30 2009 From: jdhardy at gmail.com (Jeff Hardy) Date: Wed, 2 Sep 2009 13:26:30 -0600 Subject: [IronPython] Template library In-Reply-To: <1A472770E042064698CB5ADC83A12ACD04610421@TK5EX14MBXC116.redmond.corp.microsoft.com> References: <4A9E8BCD.3050901@voidspace.org.uk> <4A9EA0AF.6000209@voidspace.org.uk> <1A472770E042064698CB5ADC83A12ACD04610421@TK5EX14MBXC116.redmond.corp.microsoft.com> Message-ID: Yeah, that is dealt with. There are still some cases where it likes to encode output that it shouldn't that was unable to track down. - Jeff On Wed, Sep 2, 2009 at 10:46 AM, Dino Viehland wrote: > Michael Foord wrote: >> I can report this issue to the django guys. I'm still interested in >> making sure that the other problems you reported are entered as >> codeplex >> issues if necessary (please). > > Jeff Hardy might also already have a fix for this issue over at: > > http://bitbucket.org/jdhardy/django-ipy/ > > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > From zachc at microsoft.com Wed Sep 2 23:06:21 2009 From: zachc at microsoft.com (Zach Crowell) Date: Wed, 2 Sep 2009 21:06:21 +0000 Subject: [IronPython] Template library In-Reply-To: References: <4A9E8BCD.3050901@voidspace.org.uk> Message-ID: Here's a simple repro of the Evoque re issue. Unfortunately, the error doesn't give any indication on what regex caused the failure, and I can't really take a look. D:\>ipy IronPython 2.6 Beta 2 (2.6.0.20) on .NET 2.0.50727.3053 Type "help", "copyright", "credits" or "license" for more information. >>> import clr >>> clr.AddReference('evoque') >>> from evoque.domain import Domain Traceback (most recent call last): File "", line 1, in File "evoque\domain", line 12, in evoque\domain File "evoque\collection", line 11, in evoque\collection File "evoque\translate", line 53, in evoque\translate re.error: Unrecognized extension ( >>> Zach -----Original Message----- From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Zach Crowell Sent: Wednesday, September 02, 2009 08:59 To: Discussion of IronPython Subject: Re: [IronPython] Template library Regarding django, I would guess there is some assertion around str/unicode type checking. (As a Microsoft employee, I have legal approval for personal/internal use of these modules in binary form, but I currently cannot review or modify them.) I'll re-run the Evoque test later. D:\>ipy -X:Frames IronPython 2.6 Beta 2 (2.6.0.20) on .NET 2.0.50727.3053 Type "help", "copyright", "credits" or "license" for more information. >>> import clr >>> clr.AddReference('django') >>> import django.template Traceback (most recent call last): File "", line 1, in File "django\template\__init__.py", line 59, in django\template\__init__.py File "django\utils\text", line 126, in django\utils\text File "django\utils\functional", line 235, in __wrapper__ File "django\utils\functional", line 163, in __init__ File "django\utils\functional", line 175, in __prepare_class__ AssertionError: Cannot call lazy() with both str and unicode return types. -----Original Message----- From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Michael Foord Sent: Wednesday, September 02, 2009 08:14 To: Discussion of IronPython Subject: Re: [IronPython] Template library Zach Crowell wrote: > Anyone know a template library that works well with IronPython? > > After a very brief exploration: > > * django.template fails quickly due to str/unicode issues > Can you be more specific? > * Mako and Genshi both require the missing compiler module > A compatible version of the compiler module might be in the FePy project: http://fepy.sf.net > * Evoque is using unsupported re extensions > Are these standard parts of the Python re module that are not supported? Can you check codeplex for issues and if they aren't there create issues for them. Thanks Michael > * Tempita is much lighter on features and works in simple test cases > * IronPython ASP.NET integration works but is very much HTML-specific (unless I missed another way to utilize it) > > Zach > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog _______________________________________________ Users mailing list Users at lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ Users mailing list Users at lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com From dinov at microsoft.com Wed Sep 2 23:13:42 2009 From: dinov at microsoft.com (Dino Viehland) Date: Wed, 2 Sep 2009 21:13:42 +0000 Subject: [IronPython] Template library In-Reply-To: References: <4A9E8BCD.3050901@voidspace.org.uk> Message-ID: <1A472770E042064698CB5ADC83A12ACD04612C4E@TK5EX14MBXC116.redmond.corp.microsoft.com> Zach Crowell wrote: > Here's a simple repro of the Evoque re issue. Unfortunately, the error > doesn't give any indication on what regex caused the failure, and I > can't really take a look. > > D:\>ipy > IronPython 2.6 Beta 2 (2.6.0.20) on .NET 2.0.50727.3053 > Type "help", "copyright", "credits" or "license" for more information. > >>> import clr > >>> clr.AddReference('evoque') > >>> from evoque.domain import Domain > Traceback (most recent call last): > File "", line 1, in > File "evoque\domain", line 12, in evoque\domain > File "evoque\collection", line 11, in evoque\collection > File "evoque\translate", line 53, in evoque\translate > re.error: Unrecognized extension ( According to the comment in re.cs this is "yes/no if group exists" and we don't support it currently. This might be rather easy to implement. Hey Zach, if you fix it we'll accept the fix from you given that you work at MS :) Either way I've opened a bug to track it: http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=24524 I'll try and look at it before 2.6 is done but I'm busy w/ some other stuff right now. From zachc at microsoft.com Wed Sep 2 23:26:58 2009 From: zachc at microsoft.com (Zach Crowell) Date: Wed, 2 Sep 2009 21:26:58 +0000 Subject: [IronPython] Template library In-Reply-To: <1A472770E042064698CB5ADC83A12ACD04612C4E@TK5EX14MBXC116.redmond.corp.microsoft.com> References: <4A9E8BCD.3050901@voidspace.org.uk> <1A472770E042064698CB5ADC83A12ACD04612C4E@TK5EX14MBXC116.redmond.corp.microsoft.com> Message-ID: Wow, I'm a bit out of it today - didn't dawn on me to just walk through the re module sources, as that would be the normal thing to do. Thanks Dino. And maybe on a day when I'm more alert :) -----Original Message----- From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Dino Viehland Sent: Wednesday, September 02, 2009 14:14 To: Discussion of IronPython Subject: Re: [IronPython] Template library Zach Crowell wrote: > Here's a simple repro of the Evoque re issue. Unfortunately, the error > doesn't give any indication on what regex caused the failure, and I > can't really take a look. > > D:\>ipy > IronPython 2.6 Beta 2 (2.6.0.20) on .NET 2.0.50727.3053 > Type "help", "copyright", "credits" or "license" for more information. > >>> import clr > >>> clr.AddReference('evoque') > >>> from evoque.domain import Domain > Traceback (most recent call last): > File "", line 1, in > File "evoque\domain", line 12, in evoque\domain > File "evoque\collection", line 11, in evoque\collection > File "evoque\translate", line 53, in evoque\translate > re.error: Unrecognized extension ( According to the comment in re.cs this is "yes/no if group exists" and we don't support it currently. This might be rather easy to implement. Hey Zach, if you fix it we'll accept the fix from you given that you work at MS :) Either way I've opened a bug to track it: http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=24524 I'll try and look at it before 2.6 is done but I'm busy w/ some other stuff right now. _______________________________________________ Users mailing list Users at lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com From david.mcwright at usbfmi.com Thu Sep 3 21:46:11 2009 From: david.mcwright at usbfmi.com (dippim) Date: Thu, 3 Sep 2009 12:46:11 -0700 (PDT) Subject: [IronPython] Using PYC in IP 2.6 Message-ID: <749bb344-7c4f-44c1-b725-f31622851a2c@g1g2000vbr.googlegroups.com> I'm new to IronPython and I think I may have something fouled up. I wrote a very small windows forms app and tried compiling it to winexe using pyc.py as follows: C:\Program Files\IronPython 2.6\Samples\pyc>ipy pyc.py /main:test.py / target:winexe The compile works fine and I can execute the resulting test.exe fine UNLESS I remove the original test.py file from the directory the test.exe file is being executed from. If I remove the test.py file, the program crashes. If I put it back, then everything is fine again. This can't be by design? What have I screwed up? Thanks, David From dinov at microsoft.com Thu Sep 3 21:53:01 2009 From: dinov at microsoft.com (Dino Viehland) Date: Thu, 3 Sep 2009 19:53:01 +0000 Subject: [IronPython] Using PYC in IP 2.6 In-Reply-To: <749bb344-7c4f-44c1-b725-f31622851a2c@g1g2000vbr.googlegroups.com> References: <749bb344-7c4f-44c1-b725-f31622851a2c@g1g2000vbr.googlegroups.com> Message-ID: <1A472770E042064698CB5ADC83A12ACD0462477F@TK5EX14MBXC116.redmond.corp.microsoft.com> dippim wrote: > The compile works fine and I can execute the resulting test.exe fine > UNLESS I remove the original test.py file from the directory the > test.exe file is being executed from. If I remove the test.py file, > the program crashes. If I put it back, then everything is fine > again. > This can't be by design? What have I screwed up? Is this beta 1? I think there was a bug there that prevented this from working properly. I think if you specify test.py twice (once as main and once as another module) it'll work on B1. It appears to be fixed in B2. From david.mcwright at usbfmi.com Thu Sep 3 23:06:54 2009 From: david.mcwright at usbfmi.com (dippim) Date: Thu, 3 Sep 2009 14:06:54 -0700 (PDT) Subject: [IronPython] Using PYC in IP 2.6 In-Reply-To: <1A472770E042064698CB5ADC83A12ACD0462477F@TK5EX14MBXC116.redmond.corp.microsoft.com> References: <749bb344-7c4f-44c1-b725-f31622851a2c@g1g2000vbr.googlegroups.com> <1A472770E042064698CB5ADC83A12ACD0462477F@TK5EX14MBXC116.redmond.corp.microsoft.com> Message-ID: Thanks Dino, Specifying test.py twice solved the problem. I updated pyc.py and that solved it more permanently! :) Thanks Again, David On Sep 3, 3:53?pm, Dino Viehland wrote: > dippim wrote: > > The compile works fine and I can execute the resulting test.exe fine > > UNLESS I remove the original test.py file from the directory the > > test.exe file is being executed from. ?If I remove the test.py file, > > the program crashes. ?If I put it back, then everything is fine > > again. > > This can't be by design? ?What have I screwed up? > > Is this beta 1? ?I think there was a bug there that prevented this from > working properly. ?I think if you specify test.py twice (once as main and > once as another module) it'll work on B1. ?It appears to be fixed in B2. > > _______________________________________________ > Users mailing list > Us... at lists.ironpython.comhttp://lists.ironpython.com/listinfo.cgi/users-ironpython.com From abaranosky at hotmail.com Fri Sep 4 09:06:39 2009 From: abaranosky at hotmail.com (Alexander Baranosky) Date: Fri, 4 Sep 2009 03:06:39 -0400 Subject: [IronPython] Using IronPython with C# Message-ID: I want to setup a project in .NET, using ironpython for unit testing and C# for writing the main project assemblies. I am not really a Python programmer, and am looking into the different IDE's. I like PyScripter so far but not sure how to use IronPython from it or how I can hook my Python tests up with my C# generated assemblies. Any help is appreciated. All the Best, Alex _________________________________________________________________ With Windows Live, you can organize, edit, and share your photos. http://www.windowslive.com/Desktop/PhotoGallery -------------- next part -------------- An HTML attachment was scrubbed... URL: From fuzzyman at voidspace.org.uk Fri Sep 4 13:05:29 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Fri, 04 Sep 2009 12:05:29 +0100 Subject: [IronPython] REMINDER: PyCon 2010: Call for Proposals] Message-ID: <4AA0F479.4040709@voidspace.org.uk> Call for proposals -- PyCon 2010 -- =============================================================== Due date: October 1st, 2009 Want to showcase your skills as a Python Hacker? Want to have hundreds of people see your talk on the subject of your choice? Have some hot button issue you think the community needs to address, or have some package, code or project you simply love talking about? Want to launch your master plan to take over the world with python? PyCon is your platform for getting the word out and teaching something new to hundreds of people, face to face. Previous PyCon conferences have had a broad range of presentations, from reports on academic and commercial projects, tutorials on a broad range of subjects and case studies. All conference speakers are volunteers and come from a myriad of backgrounds. Some are new speakers, some are old speakers. Everyone is welcome so bring your passion and your code! We're looking to you to help us top the previous years of success PyCon has had. PyCon 2010 is looking for proposals to fill the formal presentation tracks. The PyCon conference days will be February 19-22, 2010 in Atlanta, Georgia, preceded by the tutorial days (February 17-18), and followed by four days of development sprints (February 22-25). Online proposal submission is open now! Proposals will be accepted through October 1st, with acceptance notifications coming out on November 15th. For the detailed call for proposals, please see: For videos of talks from previous years - check out: We look forward to seeing you in Atlanta! -- http://www.ironpythoninaction.com/ From fuzzyman at voidspace.org.uk Fri Sep 4 13:57:42 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Fri, 04 Sep 2009 12:57:42 +0100 Subject: [IronPython] Using IronPython with C# In-Reply-To: References: Message-ID: <4AA100B6.9030802@voidspace.org.uk> Alexander Baranosky wrote: > I want to setup a project in .NET, using ironpython for unit testing > and C# for writing the main project assemblies. I am not really a > Python programmer, and am looking into the different IDE's. I like > PyScripter so far but not sure how to use IronPython from it or how I > can hook my Python tests up with my C# generated assemblies. I've not used PyScripter but it has a reputation as a good Python IDE. My experience has been that I prefer working with Python IDEs for IronPython than .NET IDEs as they have better features for working with Python code (and IronPython code is just Python code after all). I did a write-up of several popular IDEs and their support for IronPython: * http://www.voidspace.org.uk/ironpython/tools-and-ides.shtml IDEs covered: * IronPython Studio and Visual Studio * SharpDevelop * Wing * Eclipse with PyDev * Assorted other editors Plus it looks at some of the standard tools useful for developing with Python and IronPython. HTH Michael > > Any help is appreciated. > > All the Best, > Alex > > ------------------------------------------------------------------------ > With Windows Live, you can organize, edit, and share your photos. > Click here. > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ From merllab at microsoft.com Fri Sep 4 15:44:36 2009 From: merllab at microsoft.com (merllab at microsoft.com) Date: Fri, 4 Sep 2009 06:44:36 -0700 Subject: [IronPython] IronPython 2.6 CodePlex Source Update Message-ID: This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/58803. ADDED SOURCES $/IronPython/IronPython_Main/Src/IronPython.Modules/GlobalSuppressions.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ModuleOptions.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonScopeExtension.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ModuleContext.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/PythonSavableScriptCode.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/SavableScriptCode.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DynamicDelegateCreator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/VariantBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/VariantArray.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/VariantArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/Variant.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/UnknownArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/TypeUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/StringArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/SplatCallSite.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/SimpleArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/NullArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/IPseudoComObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/IDispatchMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/IDispatchComObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/Helpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ExcepInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/Errors.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ErrorArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/DispCallableMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/DispCallable.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/DispatchArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/DateTimeArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/CurrencyArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ConvertibleArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ConvertArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ConversionArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComInvokeBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComInvokeAction.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComFallbackMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComEventSinksContainer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComEventSinkProxy.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComEventSink.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComDispIds.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComBinderHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/CollectionExtensions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/BoundDispEvent.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/BoolArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ArgBuilder.cs DELETED SOURCES $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic $/IronPython/IronPython_Main/Src/IronPython/Compiler/SavableScriptCode.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/ScopeOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/GlobalScopeDictionaryStorage.cs MODIFIED SOURCES $/IronPython/IronPython_Main/Src/IronPython.Modules/GlobalSuppressions.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ModuleOptions.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonScopeExtension.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ModuleContext.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/PythonSavableScriptCode.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/SharedGlobalAllocator.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/SharedGlobalAllocator.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/RunnableScriptCode.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/CodeContext.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/BrowserVirtualFilesystem.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/DynamicEngine.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/DontMapGetMemberNamesToDirAttribute.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/DontMapIEnumerableToContainsAttribute.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/DontMapIDisposableToContextManagerAttribute.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/DontMapIEnumerableToIterAttribute.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/DontMapICollectionToLenAttribute.cs $/IronPython/IronPython_Main/Src/IronPython/Modules/imp.cs $/IronPython/IronPython_Main/Src/IronPython/Modules/Builtin.cs $/IronPython/IronPython_Main/Src/IronPython/Modules/sys.cs $/IronPython/IronPython_Main/Src/IronPythonConsoleAny/IronPythonConsoleAny.csproj $/IronPython/IronPython_Main/Src/IronPythonWindowAny/IronPythonWindowAny.csproj $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/NativeFunctions.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/CFuncPtr.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/Structure.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/_ctypes.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/CFuncPtrType.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/CData.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/ArrayType.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonOverloadResolver.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/FutureBuiltins.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.Core.csproj $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Properties/ExtensionAssemblyInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.ExtensionAttribute.csproj $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Microsoft.Scripting.Silverlight.csproj $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Properties/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/ErrorFormatter.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/DynamicApplication.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/Properties/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonBinder.Create.cs $/IronPython/IronPython_Main/Src/IronPython/Lib/iptest/test_env.py $/IronPython/IronPython_Main/Src/IronPython/Compiler/GeneratorRewriter.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/BuiltinFunction.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonFunction.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/CachedNewTypeInfo.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/DictionaryGlobalAllocator.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/PythonScriptCode.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/GlobalAllocator.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/ArrayGlobalAllocator.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/SavableGlobalAllocator.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/RuntimeScriptCode.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_collections.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonGetIndexBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonSetIndexBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Python3Warning.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/NewStringFormatter.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Bytes.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonOperationBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonGetMemberBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonInvokeBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonSetMemberBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/OnDiskScriptCode.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/CompatibilityInvokeBinder.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_struct.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ModuleLoader.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/CompiledLoader.cs $/IronPython/IronPython_Main/Src/IronPython/Hosting/PythonService.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ClrModule.cs $/IronPython/IronPython_Main/Src/IronPython/Hosting/PythonCodeDomCodeGen.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaOldInstance.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaPythonObject.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaPythonType.Calls.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/BindingHelpers.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaPythonFunction.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaUserObject.Members.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonProtocol.Operations.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaUserObject.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaPythonType.Members.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaMethod.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/ConversionBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaOldClass.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/DelegateOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/BuiltinFunctionOverloadMapper.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/DocBuilder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/FunctionCode.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonFunction.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/DefaultContext.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Descriptors.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Method.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/PythonCompilerOptions.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/TypeInfo.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ModuleDictionaryStorage.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/ComOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonDictionary.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/CommonDictionaryStorage.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ScopeDictionaryStorage.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_functools.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/PythonExceptions.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/PythonExceptions.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonModule.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/xxsubtype.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/FunctionType.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/BuiltinFunction.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/ReflectedField.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/BuiltinMethodDescriptor.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/ConstructorFunction.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/ReflectedEvent.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/PythonType.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/ReflectedGetterSetter.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/PythonTypeOps.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/array.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonAsciiEncoding.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonTuple.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/OldInstance.cs $/IronPython/IronPython_Main/Src/IronPython/GlobalSuppressions.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/TraceBack.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/TypeCache.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/OldClass.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/EmptyType.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/ObjectOps.cs $/IronPython/IronPython_Main/Src/IronPython.sln $/IronPython/IronPython_Main/Src/IronPython/IronPython.csproj $/IronPython/IronPython_Main/Src/IronPython/Compiler/Parser.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Tokenizer.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/TokenKind.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/AssertStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/AssignmentStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/AstGenerator.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/BinaryExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/CallExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ClassDefinition.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/DelStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/DictionaryExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/FromImportStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/FunctionDefinition.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/GlobalStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/IfStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ImportStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ListComprehension.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ListExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/NameExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/PrintStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/PythonAst.cs $/IronPython/IronPython_Main/Src/Scripts/generate_calls.py $/IronPython/IronPython_Main/Src/Scripts/generate_exceptions.py $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ScopeStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/SequenceExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/SuiteStatement.cs $/IronPython/IronPython_Main/Src/Scripts/generate_typecache.py $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/TryStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/TupleExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/WhileStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/WithStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Hosting/PythonCommandLine.cs $/IronPython/IronPython_Main/Src/IronPython/Properties/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/OutputWriter.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/cPickle.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/cStringIO.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/datetime.cs $/IronPython/IronPython_Main/Src/Tests/test_builtinfunc.py $/IronPython/IronPython_Main/Src/Tests/test_cliclass.py $/IronPython/IronPython_Main/Src/IronPython.Modules/IronPython.Modules.csproj $/IronPython/IronPython_Main/Src/IronPython.Modules/IterTools.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/marshal.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/math.cs $/IronPython/IronPython_Main/Src/Tests/test_codecs.py $/IronPython/IronPython_Main/Src/IronPython.Modules/nt.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/operator.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/re.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/socket.cs $/IronPython/IronPython_Main/Src/Tests/test_dict.py $/IronPython/IronPython_Main/Src/IronPython.Modules/thread.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/time.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_weakref.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/Properties/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/IronPythonConsole/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/IronPythonConsole/IronPythonConsole.csproj $/IronPython/IronPython_Main/Src/Tests/test_help.py $/IronPython/IronPython_Main/Src/IronPythonTest/BinderTest.cs $/IronPython/IronPython_Main/Src/Tests/test_ipye.py $/IronPython/IronPython_Main/Src/IronPythonTest/EngineTest.cs $/IronPython/IronPython_Main/Src/Tests/test_isinstance.py $/IronPython/IronPython_Main/Src/IronPythonTest/IronPythonTest.csproj $/IronPython/IronPython_Main/Src/IronPythonWindow/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/IronPythonWindow/IronPythonWindow.csproj $/IronPython/IronPython_Main/Src/Tests/test_re.py $/IronPython/IronPython_Main/Src/Tests/test_socket.py $/IronPython/IronPython_Main/Src/Tests/test_stdconsole.py $/IronPython/IronPython_Main/Src/Tests/test_superconsole.py $/IronPython/IronPython_Main/Src/IronPython/Runtime/Enumerate.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Set.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Importer.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/DictionaryOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonFile.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Converter.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonContext.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/XRange.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonBuffer.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/List.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Slice.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Generator.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/StringFormatter.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/LiteralParser.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/InstanceOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/PythonCalls.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/StringOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/FloatOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/UserTypeOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/PythonOps.cs $/IronPython/IronPython_Main/Src/Tests/test_ipyc.py $/IronPython/IronPython_Main/Src/Scripts/generate_comdispatch.py $/IronPython/IronPython_Main/Src/Tests/ClrAssembly/ClrAssembly.csproj $/IronPython/IronPython_Main/Src/Scripts/run_interactive.py $/IronPython/IronPython_Main/Src/Tests/interop/net/type/test_assembly.py $/IronPython/IronPython_Main/Src/Tests/interop/net/derivation/test_simplederive.py $/IronPython/IronPython_Main/Src/Tests/interop/net/field/test_instance_fields.py $/IronPython/IronPython_Main/Src/Tests/pyc/test_pyc.ps1 $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/CollectionUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/InvariantContext.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Interpreter/Instruction.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/GeneratorRewriter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Generation/CompilerHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/ArgumentBinding.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/BinderOps.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Interpreter/LightCompiler.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Math/BigInteger.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/Scope.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/CandidateSet.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComMethodDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Generation/Snippets.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/ObjectOperations.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/EventTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.SetMember.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/ParamsDictArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ScriptDomainManager.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DlrConfiguration.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/ParameterMapping.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/MethodCallExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/LanguageContext.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ReadOnlyDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/ScriptRuntime.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/SymbolTable.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/ActionBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ScriptCode.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/UnaryExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/ApplicableCandidate.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/ScriptScope.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/TypeExtensions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComTypeDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Microsoft.Scripting.csproj $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.Invoke.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Generation/AssemblyGen.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/VarEnumSelector.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/PropertyTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/OverloadResolver.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ScopeExtension.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComTypeLibDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/LegacyScriptCode.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/BinaryExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/SymbolId.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.Operations.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComTypeClassDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/BinderHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComRuntimeHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Properties/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DynamicOperations.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ParamDictionaryAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/OperatorInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/GlobalSuppressions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ICustomScriptCodeData.cs $/IronPython/IronPython_Main/Src/Tests/interop/com/dlrcomlib/pytraits/method.py $/IronPython/IronPython_Main/Src/Tests/interop/com/apps/msagent.py $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Interpreter/InterpretedFrame.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/InstanceBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/Microsoft.Scripting.Debugging.csproj $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/DebugFrame.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/IConvertibleMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/SavableScriptCode.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DynamicDelegateCreator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/VariantBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/VariantArray.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/VariantArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/Variant.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/UnknownArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/TypeUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/StringArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/SplatCallSite.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/SimpleArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/NullArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/IPseudoComObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/IDispatchMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/IDispatchComObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/Helpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ExcepInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/Errors.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ErrorArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/DispCallableMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/DispCallable.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/DispatchArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/DateTimeArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/CurrencyArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ConvertibleArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ConvertArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ConversionArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComInvokeBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComInvokeAction.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComFallbackMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComEventSinksContainer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComEventSinkProxy.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComEventSink.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComDispIds.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComBinderHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/CollectionExtensions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/BoundDispEvent.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/BoolArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ArgBuilder.cs CHECKIN COMMENTS -------------------------------------------------------------------------------- Changeset Id: 1102911 Date: 9/2/2009 9:22:51 PM (dinov) Enable FxCop, fix a bunch of violations. Removes dead code, marks methods as static that don?t use their instances, suppresses lots of readonly fields shouldn?t be mutable, introduces some checked arithmetic to avoid overflow, fixes a couple of P/Invoke signatures in ctypes, switches to returning IList instead of T[], removes unused member variables, removes unnecessary initialization, use String.IsNullOrEmpty, remove static ctors, add NaturalResourcesLanguage attr, seal attributes, mark exception as serializable, avoids locking on public objects. (Shelveset: FxCopFinal;REDMOND\dinov | SNAP CheckinId: 9318) -------------------------------------------------------------------------------- Changeset Id: 1101879 Date: 9/2/2009 12:16:39 PM (dinov) Move to using IDictionary forms for keyword args. Still support IAttributesCollection for external code. Also fixing a couple of small ctypes intermittent failures. One is an implementation issue, one a test issue. (Shelveset: IDOtoIDictFinal;REDMOND\dinov | SNAP CheckinId: 9301) -------------------------------------------------------------------------------- Changeset Id: 1100737 Date: 9/1/2009 5:38:43 PM (dfugate) - iptest.test_env.py: added the ability to detect if we're running under Windows 7 - test_builtinfunc.py: test_dir was adapted some time ago to run under .NET 4.0 Beta, but will fail if the DLR bits come from MS.Scripting.Core. Fixed - test_cliclass.py: non-generic version of System.Function is in .NET 4.0 Beta. This required a test case change - test_ipye.py: partial trust is broken under .NET 4.0 Beta (CP24085). test_formatexception_exceptiondetail was too strict WRT stack traces (that have changed under .NET 4.0) - fixed - test_isinstance.py: test_mutable_ValueTypes broken under .NET 4.0 Beta (CP24083) - interop.com.apps.msagent: msagent was removed in Windows 7 (Shelveset: NET40_BUGS02;REDMOND\dfugate | SNAP CheckinId: 9294) -------------------------------------------------------------------------------- Changeset Id: 1100364 Date: 9/1/2009 3:04:11 PM (dfugate) - test_pyc.ps1: Pyc tool is totally busted under .NET 4.0 Beta. Disabled (CP24497) - interop.net.type.test_assembly: test needed to be updated to run under .NET 4.0 (more methods added to System.Reflection.Emit.AssemblyBuilder) - interop.net.derivation.test_simplederive: a test case wasn't taking into account that the .NET version number can be something other than 2.x. Fixed - test_codecs.py: utf-16-be isn't supported under .NET 4.0 Beta? Disabled some test cases (CP24082) - test_help.py: help doesn't work on (all?) CLR types under .NET 4.0 Beta. Disabled a test case (CP24508) - test_ipyc.py: clr.CompileSubclassTypes/clr.AddReference broken under .NET 4.0 Beta. Disabled a test case (CP24509) - test_socket.py: socket.gethostbyaddr("") broken under .NET 4.0 Beta. Disabled a test case (CP24495) - test_stdconsole.py: test setup was incorrect (never checked that %TEMP%\IronPython was on disk). Fixed - (CPy) test_long.py: comparisons between floats/complex/etc created from huge long integers are broken under .NET 4.0 Beta. Disabled a test case (CP24091) - iptest.test_env: added "is_net40" attribute - test.test_support: added "is_net40" attribute (Shelveset: NET40_BUGS01;REDMOND\dfugate | SNAP CheckinId: 9292) -------------------------------------------------------------------------------- Changeset Id: 1100015 Date: 9/1/2009 11:39:16 AM (dinov) Fixes issues that block moving the hosting APIs into their own DLL: Savable ScriptCode support moves into a specialized subclass ActionBinder property is removed from LanguageContext CreateDelegate/GetDelegate moves off of LanguageContext into new DynamicDelegateCreator class Protected internal APIs are made public This actually isn?t a problem for moving the hosting APIs but is actually broken ? all functionality the user-facing APIs use should be public. Removed some dead code Removed dependencies on AstUtils preferring to use the normal Expression APIs instead Removed dependency on Unitinialized.Instance Removed string versions of Operation APIs (Shelveset: HapiLayeringFixesFinal;REDMOND\dinov | SNAP CheckinId: 9289) -------------------------------------------------------------------------------- Changeset Id: 1096158 Date: 8/29/2009 2:14:01 PM (dinov) Cleans up the Scope APIs and moves IronPython off of using DLR-based scopes for locals and modules. Introduces a new ModuleContext which represents the top-level context for IronPython code. CodeContext now holds onto a ModuleContext and a PythonDictionary of locals. When it?s the global CodeContext the locals dictionary is the same as the ModuleContext?s dictionary. PythonModule is a new IDO which just enables dotting through module properties ? it?s basically everything that used to live on ScopeOps + the IDO implementation. In the future we can probably improve this and start doing cached module lookups. The old PythonModule is now renamed PythonScopeExtension. This does not yet move off of IAttributesCollection ? I?ll do that as the next step. (Shelveset: NewScopeCleanupFinal2;REDMOND\dinov | SNAP CheckinId: 9283) -------------------------------------------------------------------------------- Changeset Id: 1090808 Date: 8/26/2009 3:39:29 PM (dfugate) Jim saw test_areraise fail sporadically Monday night. Adding a "sleep(3)" to try to fix what is presumably a test issue. (Shelveset: SUPERCONSOLE;REDMOND\dfugate | SNAP CheckinId: m10062) -------------------------------------------------------------------------------- Changeset Id: 1090802 Date: 8/26/2009 3:36:21 PM (dfugate) We we using the MS.Scripting namespace in an IP assembly. Fixed. (Shelveset: FUNCTIONTYPE;REDMOND\dfugate | SNAP CheckinId: m10062) -------------------------------------------------------------------------------- Changeset Id: 1087759 Date: 8/25/2009 10:57:05 AM (dinov) Tracing: Adds support for tracing modules and classes. This is flowing through the sequence point information and moving to using FunctionCode directly for classes lazy code. For module execution we always check if we need the debuggable version of the code and if so transform the code to get it. Startup: Using ReadOnlyCollectionBuilder is more places to avoid copies. Improving our code gen for debug statements. Caching frequently used methods during code gen (e.g. MakeFunction) Adding a flag to prevent the loops-trigger-compilation in the interpreter. We pass this flag for top-level modules which prevents us compiling a bunch of standard Python modules. Fixing DynamicOperations so it supports CreateInstacne and InvokeMember w/ multiple parameters 24397: dict: setdefault and __missing__ Need to only call TryGetValue when we?re actually doing something which is equivalent to d[item] 24391: Can't intialize managed struct with long or int members Title is required We?re passing code context when we don?t need to Fixing an extra warning reported by Michael when using ?m Making value types settable but report a warning Fixing an intermittent failure in test_superconsole (Shelveset: TracingAndStartupPerfFinal;REDMOND\dinov | SNAP CheckinId: 9242) From fuzzyman at voidspace.org.uk Fri Sep 4 21:41:18 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Fri, 04 Sep 2009 20:41:18 +0100 Subject: [IronPython] PyDev Extensions goes open source Message-ID: <4AA16D5E.2090602@voidspace.org.uk> Hello all, One of the IDEs I reviewed in my article on IDEs and Tools for IronPython was Eclipse with the PyDev extensions. The PyDev extensions are a set of extensions for Eclipse that include both Python *and* very good IronPython support. They used to be commercial - but as of their release today they are open source! http://pydev.org/ My preferred IDE is still Wing, but for IronPython Eclipse and PyDev is a very good - and now completely open source - alternative. All the best, Michael Foord -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From abaranosky at hotmail.com Fri Sep 4 23:20:55 2009 From: abaranosky at hotmail.com (Alexander Baranosky) Date: Fri, 4 Sep 2009 17:20:55 -0400 Subject: [IronPython] Using IronPython with C# In-Reply-To: <4AA100B6.9030802@voidspace.org.uk> References: <4AA100B6.9030802@voidspace.org.uk> Message-ID: Thank you Michael, I have seen the article you linked to. I now would like to know how to access the IronPython assemblies (modules?) in PyScripter (remember I'm pretty new to Python). It doesn't immediately recognize the IronPython I try to import. Also, how can I import assemblies from C# into an IronPython script? Thanks for the help, Alex > Alexander Baranosky wrote: > > I want to setup a project in .NET, using ironpython for unit testing > > and C# for writing the main project assemblies. I am not really a > > Python programmer, and am looking into the different IDE's. I like > > PyScripter so far but not sure how to use IronPython from it or how I > > can hook my Python tests up with my C# generated assemblies. > > I've not used PyScripter but it has a reputation as a good Python IDE. > My experience has been that I prefer working with Python IDEs for > IronPython than .NET IDEs as they have better features for working with > Python code (and IronPython code is just Python code after all). > > I did a write-up of several popular IDEs and their support for IronPython: > > * http://www.voidspace.org.uk/ironpython/tools-and-ides.shtml > > IDEs covered: > > * IronPython Studio and Visual Studio > * SharpDevelop > * Wing > * Eclipse with PyDev > * Assorted other editors > > Plus it looks at some of the standard tools useful for developing with > Python and IronPython. > > HTH > > Michael > > > > > Any help is appreciated. > > > > All the Best, > > Alex > > > > ------------------------------------------------------------------------ > > With Windows Live, you can organize, edit, and share your photos. > > Click here. > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Users mailing list > > Users at lists.ironpython.com > > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > > -- > http://www.ironpythoninaction.com/ > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _________________________________________________________________ Hotmail? is up to 70% faster. Now good news travels really fast. http://windowslive.com/online/hotmail?ocid=PID23391::T:WLMTAGL:ON:WL:en-US:WM_HYGN_faster:082009 -------------- next part -------------- An HTML attachment was scrubbed... URL: From fuzzyman at voidspace.org.uk Sat Sep 5 00:32:16 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Fri, 04 Sep 2009 23:32:16 +0100 Subject: [IronPython] Using IronPython with C# In-Reply-To: References: <4AA100B6.9030802@voidspace.org.uk> Message-ID: <4AA19570.8050306@voidspace.org.uk> Alexander Baranosky wrote: > Thank you Michael, > > I have seen the article you linked to. > > I now would like to know how to access the IronPython assemblies > (modules?) in PyScripter (remember I'm pretty new to Python). The answer to that is 'it depends', and what it depends on most is how you organise your project. :-) I would recommend IronPython in Action as giving you a good introduction to topics like this, but then I would wouldn't I... PyScripter almost certainly doesn't have any specific support for IronPython so it won't 'recognise' *any* of the .NET things you use from IronPython (which is why I recommended the article on IronPython IDEs) but as a capable Python IDE you will still be able to use PyScripter for editing your Python code - you'll just need to use external tools to run them with IronPython. Basically, to run a Python file with IronPython you run: > path\to\ipy.exe path\to\ipy_script.py ipy.exe has references to the IronPython assemblies and so will use them automatically. Not *entirely* sure what you mean by " how to access the IronPython assemblies (modules?) in PyScripter". > It doesn't immediately recognize the IronPython I try to import. > Also, how can I import assemblies from C# into an IronPython script? > To import from a C# assembly in IronPython the dll file must be contained in a directory on sys.path. You first need to add a reference to the assembly and then you can import from the namespaces it contains. Code like: import sys sys.path.append(r'C:\path\to\assemblies') import clr clr.AddReference('AssemblyName') import AssemblyName Where the second AssemblyName is really a namespace. I hope that helps at least a bit... All the best, Michael Foord > Thanks for the help, > Alex > > > > Alexander Baranosky wrote: > > > I want to setup a project in .NET, using ironpython for unit testing > > > and C# for writing the main project assemblies. I am not really a > > > Python programmer, and am looking into the different IDE's. I like > > > PyScripter so far but not sure how to use IronPython from it or how I > > > can hook my Python tests up with my C# generated assemblies. > > > > I've not used PyScripter but it has a reputation as a good Python IDE. > > My experience has been that I prefer working with Python IDEs for > > IronPython than .NET IDEs as they have better features for working with > > Python code (and IronPython code is just Python code after all). > > > > I did a write-up of several popular IDEs and their support for > IronPython: > > > > * http://www.voidspace.org.uk/ironpython/tools-and-ides.shtml > > > > IDEs covered: > > > > * IronPython Studio and Visual Studio > > * SharpDevelop > > * Wing > > * Eclipse with PyDev > > * Assorted other editors > > > > Plus it looks at some of the standard tools useful for developing with > > Python and IronPython. > > > > HTH > > > > Michael > > > > > > > > Any help is appreciated. > > > > > > All the Best, > > > Alex > > > > > > > ------------------------------------------------------------------------ > > > With Windows Live, you can organize, edit, and share your photos. > > > Click here. > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > Users mailing list > > > Users at lists.ironpython.com > > > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > > > > > > -- > > http://www.ironpythoninaction.com/ > > > > _______________________________________________ > > Users mailing list > > Users at lists.ironpython.com > > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > ------------------------------------------------------------------------ > Hotmail? is up to 70% faster. Now good news travels really fast. Try > it now. > > > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From robertuva at gmail.com Sun Sep 6 04:26:07 2009 From: robertuva at gmail.com (Bob Uva) Date: Sat, 5 Sep 2009 19:26:07 -0700 Subject: [IronPython] MissingMemberException but it definitely exists Message-ID: I just started using IronPython and am using SharpDevelop as an IDE. I'm creating a REST web service, and have a class that has a function named 'run' in it. When I create an instance of the class and then try calling its run function I get a MissingMemberException saying that the class has no attribute 'run'. This exception is thrown from Microsoft.Scripting.Actions.MatchCaller.Call2. Shown below is the call stack shown in the exception dialog from the IDE. I've even reduced the run function to just calling pass and that doesn't work. Any ideas where to look to debug this further? Thanks, Bob System.MissingMemberException: 'AddressFilesService' object has no attribute 'run' at Microsoft.Scripting.Actions.MatchCaller.Call2 at Microsoft.Scripting.Actions.CallSite>.UpdateAndExecute at Microsoft.Scripting.Actions.UpdateDelegates.Update2 at DLRCachedCode.$51 at Microsoft.Scripting.Actions.MatchCaller.Call1 at Microsoft.Scripting.Actions.CallSite>.UpdateAndExecute at Microsoft.Scripting.Actions.UpdateDelegates.Update1 at System.Threading.ThreadHelper.ThreadStart_Context at System.Threading.ExecutionContext.Run at System.Threading.ThreadHelper.ThreadStart -- Bob Uva Software Development Consultant Portland, OR mobile: 503-810-6387 eMail: robertuva at gmail.com From calmasy at gmail.com Sun Sep 6 22:43:13 2009 From: calmasy at gmail.com (=?ISO-8859-1?Q?Count_L=E1szl=F3_de_Alm=E1sy?=) Date: Sun, 6 Sep 2009 14:43:13 -0600 Subject: [IronPython] PyDev Extensions goes open source In-Reply-To: <4AA16D5E.2090602@voidspace.org.uk> References: <4AA16D5E.2090602@voidspace.org.uk> Message-ID: does it really require IronPython 2.6? requiring a developmental release seems odd to me. On Fri, Sep 4, 2009 at 1:41 PM, Michael Foord wrote: > Hello all, > > One of the IDEs I reviewed in my article on IDEs and Tools for IronPython > was Eclipse with the PyDev extensions. The PyDev extensions are a set of > extensions for Eclipse that include both Python *and* very good IronPython > support. They used to be commercial - but as of their release today they are > open source! > > http://pydev.org/ > > My preferred IDE is still Wing, but for IronPython Eclipse and PyDev is a > very good - and now completely open source - alternative. -- Cheers, L?szl? From merllab at microsoft.com Mon Sep 7 17:59:13 2009 From: merllab at microsoft.com (merllab at microsoft.com) Date: Mon, 7 Sep 2009 08:59:13 -0700 Subject: [IronPython] IronPython 2.6 CodePlex Source Update Message-ID: <9f81f5d6-20f0-40ea-810d-3fff03895147@tk5-exsmh-c102.redmond.corp.microsoft.com> This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/58898. ADDED SOURCES $/IronPython/IronPython_Main/Src/IronPython/Runtime/AttributesDictionaryStorage.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ScopeStorage.cs MODIFIED SOURCES $/IronPython/IronPython_Main/Src/IronPython/Runtime/ModuleContext.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/IDispatchMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/IPseudoComObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/SplatCallSite.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/TypeUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/Variant.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/VariantArray.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/SavableScriptCode.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/IConvertibleMetaObject.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/UnboundNameException.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/DynamicAppManifest.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/PythonType.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/DontMapICollectionToLenAttribute.cs $/IronPython/IronPython_Main/Src/IronPython/Modules/Builtin.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Modules/imp.cs $/IronPython/IronPython_Main/Src/IronPython/Modules/Builtin.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/PythonTypeDataSlot.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/AttributesDictionaryStorage.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ModuleOptions.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonScopeExtension.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/PythonSavableScriptCode.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/BoolArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/CollectionExtensions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComDispIds.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComInvokeAction.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComInvokeBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/DispatchArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/DispCallableMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ExcepInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/Helpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/IDispatchComObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/VariantBuilder.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/SharedGlobalAllocator.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/SharedGlobalAllocator.Generated.cs $/IronPython/IronPython_Main/Src/Scripts/generate_SharedGlobalAllocator.py $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/IComConvertible.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/RunnableScriptCode.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/BinaryExpression.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/CodeContext.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonDynamicStackFrame.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Settings.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/BrowserVirtualFilesystem.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/DynamicEngine.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_locale.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/DontMapGetMemberNamesToDirAttribute.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/DontMapIEnumerableToContainsAttribute.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/DontMapIDisposableToContextManagerAttribute.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/DontMapIEnumerableToIterAttribute.cs $/IronPython/IronPython_Main/Src/IronPython/Modules/sys.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/Win32Exception.cs $/IronPython/IronPython_Main/Src/IronPythonTest/ClrType.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonTracebackListener.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/ConversionResultKind.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/MemberRequestKind.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/XapHttpHandler.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Repl.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Window.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_codecs.cs $/IronPython/IronPython_Main/Src/IronPythonConsoleAny/IronPythonConsoleAny.csproj $/IronPython/IronPython_Main/Src/IronPythonWindowAny/IronPythonWindowAny.csproj $/IronPython/IronPython_Main/Src/IronPython.Modules/_bytesio.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_fileio.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/CollectionUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/CompilerServices/DebugLambdaInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/CompilerServices/IDebugCompilerSupport.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/DebugContext.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/DebugContext.GeneratorLoopProc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/DebugFrame.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/DebuggableLambdaBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/DebugGenerator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/DebugInfoRewriter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/DebugMode.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/DebugSourceFile.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/DebugSourceSpan.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/DebugThread.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/DefaultRuntimeVariablesImpl/DebugRuntimeVariables.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/DefaultRuntimeVariablesImpl/DefaultDebugThread.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/DefaultRuntimeVariablesImpl/DefaultDebugThreadFactory.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/DelegateHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/ForceToGeneratorLoopException.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/FunctionInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/IDebugCallback.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/InvokeTargets.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/LambdaWalker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/Microsoft.Scripting.Debugging.csproj $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/Microsoft.Scripting.Debugging.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/RuntimeOps.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/RuntimeVariablesSupport/IDebugRuntimeVariables.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/RuntimeVariablesSupport/IDebugThreadFactory.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/ScopedRuntimeVariables.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/ThreadLocal.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/TraceEventKind.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/TracePipeline/ITraceCallback.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/TracePipeline/ITracePipeline.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/TracePipeline/TracePipeline.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/VariableInfo.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_codecs_cn.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_multibytecodec.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/BytesConversionAttribute.cs $/IronPython/IronPython_Main/Src/Tests/dynamic_sanity/dynamic_sanity.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ModuleGlobalCache.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/DebugViewWriter.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/NamespaceTrackerOps.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_md5.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_sha256.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_sha.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_sha512.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/BinaryRetTypeBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/BinaryRetTypeBinder.Generated.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/NativeFunctions.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/NativeArgument.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/PointerType.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/CFuncPtr.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/Field.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/Structure.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Interpreter/InterpretedFrame.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/_ctypes.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/UnionType.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/LocalOrArg.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/Extensions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Generation/ParameterInfoWrapper.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/AnalyzedTree.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/MimeTypeSection.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Generation/Snippets.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/ObjectOperations.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/ConversionResult.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ReflectionCache.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/EventTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/AssemblyTypeNames.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DynamicLanguageProviderAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/NewArrayExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Utils/Action.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/UnaryOperationBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/NarrowingLevel.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/DeleteIndexBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DelegateSignatureInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/LambdaParameterRewriter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/ArgumentType.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/NewExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.SetMember.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/CallSite.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/DynamicMetaObjectBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/ParamsDictArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/MethodCandidate.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ScriptDomainManager.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DlrConfiguration.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/DefaultExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Interpreter/LightDelegateCreator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/CallFailureReason.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/XapBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/ParameterMapping.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/SuperConsole.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Binary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/CheckedDictionaryEnumerator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/StackSpiller.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/LanguageContext.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ParserSink.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/DebugInfoExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/StackSpiller.Bindings.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/LambdaExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ReadOnlyDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/CallSiteBinder.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/ErrorFormatter.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/LanguageInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Argument.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Utils/ReadOnlyDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComTypeLibMemberDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/MemberMemberBinding.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/DynamicExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/PositionTrackingWriter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/DynamicSiteHelper.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/DelegateHelpers.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/TypeLibInfoMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/Remote/RemoteConsoleHost.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/ConvertBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/DebugOptions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/DelegateHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/CatchBlock.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/CallTypes.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/Cast.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/LanguageOptions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Properties/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/ConditionalBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/SetIndexBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/ActionBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/SharedIO.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/Expression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ScriptCode.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/ExpandoObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/ReferenceArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Configuration/OptionElement.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/TypeUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/ConsoleHostOptionsParser.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/ConstructorTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/StringUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/IRestrictedMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/DynamicObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/ApplicableCandidate.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.ControlFlow.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/LoopStatement.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/MemberInitExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/BindingRestrictionsHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/ElementInit.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ConsoleStreamType.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/ExpressionStringBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/TypeExtensions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/ExpressionType.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/BinaryOperationBinder.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/HtmlFormatter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Expressions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/NestedTypeTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/TokenCategory.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/ConditionalExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Utils/ReferenceEqualityComparer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Utils/CollectionExtensions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComTypeDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/ErrorInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Address.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ISlice.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ExceptionHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/Set.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/SetMemberBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/Remote/ConsoleRestartManager.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Microsoft.Scripting.csproj $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/InvokeBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/BindingResult.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/SymbolDocumentInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/SymbolDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ReflectedCaller.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/BoundConstants.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/SourceSpan.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/ReturnReferenceArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/NewArrayExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/SourceCodeReader.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/BinderType.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/ArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/WeakCollection.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ExceptionFactory.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/TypeUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Utils/ExceptionFactory.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/VarEnumSelector.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/AppManifestTemplate.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/UpdateDelegates.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/BinaryExpression.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/BrowserScriptHost.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/SymbolDocumentGenerator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ExceptionUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/ILGen.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/OverloadResolver.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/ConstantExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ScopeExtension.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/BaseSymbolDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/ExtensionPropertyTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Lambda.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Utils/Function.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComTypeLibDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/CallInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/BinaryExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/ScriptHostProxy.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/DebugInfoGenerator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ListEqualityComparer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/GetIndexBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/GotoExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/TypeTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/ListArgumentProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ExtensionTypeAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Configuration/LanguageElementCollection.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ExplicitConversionMethodAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/RuntimeVariablesExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/GlobalSuppressions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/Remote/RemoteRuntimeServer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/GetMemberBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Generation/ConstantCheck.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/TypeEnumMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/AssemblyGen.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/ScriptIO.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/CallSiteOps.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/LabelTarget.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/IArgumentProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/Closure.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/IOUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/IDynamicMetaObjectProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/LambdaBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/ReflectedPropertyTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/BinderHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/ListInitExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/OutArgBuilder.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/HttpSocket.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Utils/TypeExtensions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/ConstantCheck.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/RuntimeVariableList.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/StaticExtensionMethodAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/ExpandoClass.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Properties/ExtensionAssemblyInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DelegateInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Properties/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ReferenceEqualityComparer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/StreamContentProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/NullTextContentProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/MemberAssignment.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/EmptyStatements.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/DeleteMemberBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/CommandLine.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Interpreter/LightLambda.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Stubs.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/CustomTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/MemberExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/ActualArguments.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/Remote/RemoteCommandDispatcher.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/VariableDictionaryExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/ExpressionVisitor.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/RuleCache.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComEventDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Utils/Helpers.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/HttpRequestData.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/LabelInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/OptionsParser.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Logical.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/OperatorSlotAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/MemberBinding.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/ErrorListener.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/DynamicMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/SourceLocation.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/VariableBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/ParamsArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/ComboBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Utils/TrueReadOnlyCollection.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Generation/TypeGen.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Properties/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/DynamicUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.Core.csproj $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/Remote/RemoteConsoleCommandLine.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Utils/ContractUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/IfStatementBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/IMembersList.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/DefaultOverloadResolver.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/ByRefReturnBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ReflectedCaller.Generated.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/Zip.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/OperatorInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/Extensible.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/CompilerScope.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/GlobalSuppressions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/MethodCallExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/IFastSettable.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/FutureBuiltins.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/MutableTuple.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/IPythonConvertible.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonOverloadResolver.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ICustomScriptCodeData.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/Union.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/StructType.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/MemoryHolder.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/SimpleTypeKind.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/ArrayType.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes_test.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/CData.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/SimpleType.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/ModuleOps.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/Pointer.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/INativeType.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/Array.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/CFuncPtrType.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/SimpleCData.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/MarshalCleanup.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Parser.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Token.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Tokenizer.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/TokenKind.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/AndExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/Arg.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/AssertStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/AssignmentStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/AstGenerator.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/AugmentedAssignStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/BackQuoteExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/BinaryExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/BreakStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/CallExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ClassDefinition.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ConditionalExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ConstantExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ContinueStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/DelStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/DictionaryExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/DottedName.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/EmptyStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ErrorExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ExecStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/Expression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ExpressionStatement.cs $/IronPython/IronPython_Main/Tutorial/Extend/csextend.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ForStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/FromImportStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/FunctionDefinition.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/GeneratorExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/GlobalStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/IfStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/IfStatementTest.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ImportStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/IndexExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/LambdaExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ListComprehension.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ListComprehensionFor.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ListComprehensionIf.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ListExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/MemberExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/NameExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/Node.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/OrExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/Parameter.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ParenthesisExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/PrintStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/PythonAst.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/PythonNameBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/PythonOperator.cs $/IronPython/IronPython_Main/Src/Scripts/generate_dynsites.py $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/PythonWalker.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/RaiseStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ReturnStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ScopeStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/SequenceExpression.cs $/IronPython/IronPython_Main/Src/Scripts/generate_ops.py $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/SliceExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/Statement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/SuiteStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/TryStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/TupleExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/UnaryExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/WhileStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/WithStatement.cs $/IronPython/IronPython_Main/Src/Tests/c1.cs $/IronPython/IronPython_Main/Src/Tests/c3.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/OutputWriter.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/binascii.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/copy_reg.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/cPickle.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/cStringIO.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/datetime.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/errno.cs $/IronPython/IronPython_Main/Src/Tests/test_cliclass.py $/IronPython/IronPython_Main/Src/IronPython.Modules/gc.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/IronPython.Modules.csproj $/IronPython/IronPython_Main/Src/IronPython.Modules/IterTools.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/marshal.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/math.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/math.Generated.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/nt.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/operator.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/re.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/select.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/socket.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/thread.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/time.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_random.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_sre.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_weakref.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_weakref.Generated.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/Properties/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/IronPythonConsole/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/IronPythonConsole/Console.cs $/IronPython/IronPython_Main/Src/IronPythonTest/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/IronPythonTest/BindTest.cs $/IronPython/IronPython_Main/Src/IronPythonTest/DelegateTest.cs $/IronPython/IronPython_Main/Src/IronPythonTest/DeTest.cs $/IronPython/IronPython_Main/Src/IronPythonTest/Enums.cs $/IronPython/IronPython_Main/Src/IronPythonTest/InheritTest.cs $/IronPython/IronPython_Main/Src/IronPythonTest/IntegerTest.cs $/IronPython/IronPython_Main/Src/IronPythonTest/IronPythonTest.csproj $/IronPython/IronPython_Main/Src/IronPythonTest/LoadTest.cs $/IronPython/IronPython_Main/Src/IronPythonWindow/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Importer.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/DictionaryOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/CompareUtil.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonFile.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonContext.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Super.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/XRange.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Interfaces.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/StringFormatter.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/LiteralParser.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/WrapperDictionary.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/WeakRef.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/LongOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/EnumOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/StringOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/DecimalOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/FloatOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/IntOps.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/IntOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/UserTypeOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/ArrayOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/CharOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/PythonAssemblyOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/OldInstance.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/TypeCache.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/ReflectedSlotProperty.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/DictProxy.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/Mro.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/PythonReference.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/PythonVariable.cs $/IronPython/IronPython_Main/Src/IronPython/Properties/Visibility.cs $/IronPython/IronPython_Main/Src/AssemblyVersion.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/TypeTrackerOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/OldInstance.cs $/IronPython/IronPython_Main/Src/Tests/c4.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonTuple.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/array.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/ExtensionPropertyInfo.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/ReflectedExtensionProperty.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/ReflectedIndexer.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/BuiltinMethodDescriptor.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/PythonTypeUserDescriptorSlot.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/PythonTypeTypeSlot.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/IPythonObject.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/ReflectedField.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/PythonTypeDictSlot.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/BuiltinFunction.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/PythonTypeSlot.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/FunctionType.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/xxsubtype.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/YieldExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonModule.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/KwCallInfo.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/IParameterSequence.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/MissingParameter.cs $/IronPython/IronPython_Main/Src/Scripts/generate_tree.py $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/OldInstanceException.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/EnvironmentException.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/IndentationException.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/FloatingPointException.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/OSException.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/SyntaxWarningException.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/RuntimeException.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/PythonExceptions.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/LookupException.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/FutureWarningException.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/UserWarningException.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/ImportWarningException.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/ReferenceException.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/PendingDeprecationWarningException.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/SystemExitException.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/GeneratorExitException.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/StopIterationException.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/ImportException.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/AssertionException.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/TabException.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/RuntimeWarningException.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/PythonExceptions.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/UnicodeTranslateException.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/WarningException.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/DeprecationWarningException.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/UnicodeWarningException.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/UnicodeException.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/IPythonException.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/ObjectException.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonNarrowing.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/NameType.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_functools.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ThrowingErrorSink.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/DictionaryStorage.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ScopeDictionaryStorage.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/CommonDictionaryStorage.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonDictionary.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ModuleName.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/RelativeModuleName.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/SymbolIdDictionaryStorage.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/ComOps.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/VariableKind.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/FlowChecker.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ModuleDictionaryStorage.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ErrorCodes.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/ResolvedMember.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/SlotFieldAttribute.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/TypeInfo.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/TypeInfo.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/CustomAttributeTracker.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/PythonCompilerOptions.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/ListOfTOps.cs $/IronPython/IronPython_Main/Src/IronPythonTest/Stress/Engine.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_winreg.cs $/IronPython/IronPython_Main/Src/IronPythonTest/ProtocolTest.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/DBNullOps.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/cmath.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ssl.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/DictionaryOfTOps.cs $/IronPython/IronPython_Main/Src/IronPythonTest/StringDictionaryStorage.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/PythonCallTargets.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Method.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Descriptors.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/FunctionAttributes.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/DefaultContext.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonFunction.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/FunctionCode.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ClassMethodDescriptor.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/CompileFlags.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/NewTypeInfo.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/DynamicBaseTypeAttribute.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/NameConverter.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/NewTypeMaker.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/DocBuilder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/BuiltinFunctionOverloadMapper.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/DelegateOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/ConditionalBuilder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/SlotOrFunction.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaOldClass.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/ConversionBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/IPythonSite.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaMethod.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaPythonType.Members.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaUserObject.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonProtocol.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaBuiltinFunction.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonProtocol.Operations.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/OperatorStrings.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/Binders.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaUserObject.Members.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaPythonFunction.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaPythonType.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/BindingHelpers.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaPythonType.Calls.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaPythonObject.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaBuiltinMethodDescriptor.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaOldInstance.cs $/IronPython/IronPython_Main/Src/IronPython/Hosting/PythonCodeDomCodeGen.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ClrModule.cs $/IronPython/IronPython_Main/Src/IronPython/Hosting/PythonService.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/CompiledLoader.cs $/IronPython/IronPython_Main/Src/IronPython/Hosting/Python.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ModuleLoader.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/NoLineFeedSourceContentProvider.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_struct.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonTypeAttribute.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonHiddenAttribute.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonModuleAttribute.cs $/IronPython/IronPython_Main/Src/IronPython/MaybeNotImplementedAttribute.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Index.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ClassMethodAttribute.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Reversed.cs $/IronPython/IronPython_Main/Src/IronPythonTest/MemberMappingTests.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/WrapperDescriptorAttribute.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/BindingWarnings.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/WarningInfo.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonOptions.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/CompatibilityInvokeBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/CreateFallbackBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/IPythonInvokable.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/IPythonGetable.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/OnDiskScriptCode.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/InstanceCreator.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonSetMemberBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonInvokeBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonGetMemberBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonOperationBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonDeleteMemberBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Bytes.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/NewStringFormatter.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/StringFormatSpec.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ByteArray.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/ByteOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/IListOfByteOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/BytesWarningException.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_warnings.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Python3Warning.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/OperatorMapping.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonDeleteSliceBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonOperationKind.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonSetIndexBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/IPythonOperable.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonGetIndexBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonBinaryOperationBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonGetSliceBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonDeleteIndexBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonUnaryOperationBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonSetSliceBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonIndexType.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_collections.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/RuntimeScriptCode.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/SavableGlobalAllocator.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/RuntimeVariablesDictionaryStorage.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/BuiltinsDictionaryStorage.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/CustomDictionaryStorage.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/GlobalDictionaryStorage.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/PythonGlobal.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/PythonGlobalVariableExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/ArrayGlobalAllocator.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/GlobalAllocator.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/PythonScriptCode.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/DictionaryGlobalAllocator.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/CachedNewTypeInfo.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Profiler.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonFunction.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/BuiltinFunction.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/ReducableDynamicExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/FastBindResult.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/IFastInvokable.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/FastSetBase.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/IFastGettable.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/FastGetBase.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/ClosureInfo.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/CompilationMode.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/ClosureExpression.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_heapq.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/LazyCode.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/GeneratorRewriter.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/SiteLocalStorage.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/PythonSiteCache.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonBinder.Create.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/ContextArgBuilder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/SiteLocalStorageBuilder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/BufferException.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/MultiRuntimeAwareAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/ConsoleHost.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/CollectionUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/EnumUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/LabelExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/ExpressionQuoter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Utils/StrongBox.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/TryStatementBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/CompilerScope.Storage.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Generation/ToDiskRewriter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/CallSiteHelpers.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/HttpServer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ExtraKeyEnumerator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Statements.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Utils/CacheDict.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/ScriptSource.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/OffsetTrackingILGenerator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/NotNullAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/SwitchExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/GeneratorExpression.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/Chiron.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/Operators.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/CallFailure.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComHresults.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/Expression.DebuggerProxy.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/TypeBinaryExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Unary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/SwitchCase.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/BoundMemberTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/PlatformAdaptationLayer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Math/Complex64.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Interpreter/Instruction.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/TrackerTypes.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/BindingRestrictions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/ParameterExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/StackSpiller.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/HoistedLocals.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/CustomSymbolDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/BlockExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/MetaObjectExtensions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ModuleChangeEventType.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/Crc32.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/CollectionExtensions.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/SilverlightVersion.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/Set.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Generation/MethodSignatureInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComType.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/StackSpiller.Temps.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/BindingTarget.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/SkipInterpretExpression.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/ExtensionTypes.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/FieldTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Utils/Extension.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/TextContentProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/ConstantExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/ArgumentBinding.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/ScriptEngine.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Utils/IRuntimeVariables.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/DynamicApplication.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/BinderOps.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/InvokeMemberBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/UnaryExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/MethodTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/TryExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ValueArray.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/ComboActionRewriter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/SourceFileContentProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DocumentationAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/CreateInstanceBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/IndexExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/InvocationExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/CopyOnWriteList.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/ExtensionBinaryOperationBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Utils/ReadOnlyCollectionBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/KeyedQueue.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/MemberListBinding.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/LoopExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.DeleteMember.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.Invoke.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Generation/AssemblyGen.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/MemberTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/SymbolConstantExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/Cast.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Configuration/OptionElementCollection.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/ConsoleOptions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/CodeDomCodeGen.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComInterop.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/PropertyTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Generation/KeyedQueue.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/ScriptHost.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Generation/FieldBuilderExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Interpreter/LightLambdaClosureVisitor.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/YieldExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ErrorSink.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Interpreter/LastFaultingLineExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/KeywordConstructorReturnBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/ReturnBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.Operations.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/ExtensionUnaryOperationBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/IValueEquality.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/ConsoleHostOptions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComTypeClassDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComRuntimeHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Generation/IExpressionSerializable.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/ExceptionOperations.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/OperationMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/Block.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/SimpleArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Interpreter/Interpreter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/MethodGroup.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/NamespaceTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/InvalidImplementationException.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Interpreter/DynamicInstructions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/LanguageSetup.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/IAttributesCollection.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.MethodCalls.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/ExtensionMethodTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Interpreter/DynamicInstructions.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/BasicConsole.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/RestrictedArguments.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/InstanceBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/TypeInferer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/VariantArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/UnknownArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/StringArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/SimpleArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/NullArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/Errors.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ErrorArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/DispCallable.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/DateTimeArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/CurrencyArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ConvertibleArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ConvertArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ConversionArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComFallbackMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComEventSinksContainer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComEventSinkProxy.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComEventSink.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComBinderHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/BoundDispEvent.cs $/IronPython/IronPython_Main/Src/IronPython/IronPython.csproj $/IronPython/IronPython_Main/Src/IronPython/Resources.Designer.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Tokenizer.Generated.cs $/IronPython/IronPython_Main/Src/Tests/c2.cs $/IronPython/IronPython_Main/Src/IronPython/Hosting/PythonCommandLine.cs $/IronPython/IronPython_Main/Src/IronPython/Hosting/PythonConsoleOptions.cs $/IronPython/IronPython_Main/Src/IronPython/Hosting/PythonOptionsParser.cs $/IronPython/IronPython_Main/Src/IronPython/Properties/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/Tests/test_builtinfunc.py $/IronPython/IronPython_Main/Src/IronPythonConsole/IronPythonConsole.csproj $/IronPython/IronPython_Main/Src/IronPythonTest/AttrInjectorTest.cs $/IronPython/IronPython_Main/Src/IronPythonTest/BinderTest.cs $/IronPython/IronPython_Main/Src/IronPythonTest/Cmplx.cs $/IronPython/IronPython_Main/Src/IronPythonTest/Conversions.cs $/IronPython/IronPython_Main/Src/IronPythonTest/DefaultParams.cs $/IronPython/IronPython_Main/Src/IronPythonTest/EngineTest.cs $/IronPython/IronPython_Main/Src/IronPythonTest/Events.cs $/IronPython/IronPython_Main/Src/IronPythonTest/ExceptionConverter.cs $/IronPython/IronPython_Main/Src/IronPythonTest/Exceptions.cs $/IronPython/IronPython_Main/Src/IronPythonTest/Explicit.cs $/IronPython/IronPython_Main/Src/IronPythonTest/GenMeth.cs $/IronPython/IronPython_Main/Src/IronPythonTest/Indexable.cs $/IronPython/IronPython_Main/Src/IronPythonTest/IronMath.cs $/IronPython/IronPython_Main/Src/IronPythonTest/NestedClass.cs $/IronPython/IronPython_Main/Src/IronPythonTest/NullableTest.cs $/IronPython/IronPython_Main/Src/IronPythonTest/StaticTest.cs $/IronPython/IronPython_Main/Src/IronPythonTest/TypeDescriptor.cs $/IronPython/IronPython_Main/Src/IronPythonWindow/IronPythonWindow.cs $/IronPython/IronPython_Main/Src/IronPythonWindow/IronPythonWindow.csproj $/IronPython/IronPython_Main/Src/IronPython/Runtime/Enumerate.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ObjectAttributesAdapter.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Set.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Converter.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ConversionWrappers.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Symbols.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Symbols.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonBuffer.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/List.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Slice.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Generator.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/BoolOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/InstanceOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/PythonCalls.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/PythonOps.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/CustomTypeDescHelpers.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/PythonOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/ComplexOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/ObjectOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/EmptyType.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/OldClass.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/TraceBack.cs $/IronPython/IronPython_Main/Src/IronPython/GlobalSuppressions.cs $/IronPython/IronPython_Main/Src/IronPythonTest/OperatorTest.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/TypeGroupOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/CustomOldClassDictionary.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonAsciiEncoding.cs $/IronPython/IronPython_Main/Src/Scripts/generate_reflected_calls.py $/IronPython/IronPython_Main/Src/Tests/compat/sbs_library.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/PythonTypeOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/ReflectedGetterSetter.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/PythonType.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/ReflectedEvent.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/ReflectedProperty.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/ConstructorFunction.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/PythonTypeWeakRefSlot.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/DynamicHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/CallTargets.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DynamicNull.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/SourceStringContentProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/MemberGroup.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/AssemblyQualifiedTypeName.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/ErrorListenerProxy.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/PerfTrack.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/TopNamespaceTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Generation/DynamicILGen.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/SpecSharp.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComParamDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/SynchronizedDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/FlowControlRewriter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/NoSideEffectsAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/InvariantContext.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Interceptor.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ReturnFixer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/CompilerOptions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/Generator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/KeywordArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Configuration/Section.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/Style.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/TransformDictEnumerator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ReflectionUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/OperationBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Generation/DelegateHelpers.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/GeneratorRewriter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Providers/HostingHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComClassMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Generation/CompilerHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Severity.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/TextStream.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Interpreter/LightCompiler.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DefaultLanguageContext.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Math/BigInteger.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/FinallyFlowControlExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/OverloadResolverFactory.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/Scope.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/IConsole.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/CandidateSet.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/KeyboardInterruptException.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/Candidate.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/NewExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ModuleChangeEventArgs.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComTypeEnumDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/Publisher.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/TokenizerService.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/Assert.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/ICommandDispatcher.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComMethodDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/DebugStatement.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/TokenCategorizer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/Uninitialized.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/SourceUnit.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Interpreter/LightLambda.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/ErrorSinkProxyListener.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/CallSignature.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ScriptingRuntimeHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/DictionaryUnionEnumerator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/TypeGroup.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Configuration/LanguageElement.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/CompilerContext.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/SyntaxErrorException.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/CompiledCode.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/MethodCallExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Generation/DelegateHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/CacheDict.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ArgumentTypeException.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/SourceFileInformation.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/ScriptRuntime.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.Conversions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/TypeLibMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/DefaultArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/AmbiguousFileNameException.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/OperationFailed.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/SymbolTable.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.GetMember.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/UnaryExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast/IfStatementTest.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComTypeLibInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/ScriptScope.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions/Calls/ParameterWrapper.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Generation/ILGen.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/ScriptRuntimeSetup.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Interpreter/RuntimeVariables.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/LanguageBoundTextContentProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ContextId.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ThreadLocal.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/WeakHandle.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/PropertyMethodAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/SourceCodeKind.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/LegacyScriptCode.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/SymbolId.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DlrCachedCodeAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/IdDispenser.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ImplicitConversionMethodAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/LocalsDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ScriptCodeParseResult.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/WeakDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DynamicOperations.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/RestrictedMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/TokenTriggers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/TokenizerBuffer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ArrayUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DynamicStackFrame.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ParamDictionaryAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/TokenInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ContractUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/MathUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DynamicRuntimeHostingProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DynamicDelegateCreator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ScopeStorage.cs CHECKIN COMMENTS -------------------------------------------------------------------------------- Changeset Id: 1107406 Date: 9/4/2009 3:35:01 PM (dinov) Makes Scope objects backed by IDynamicMetaObjectProvider objects instead of an IAttributesCollection. Adds a wrapper object for backwards compatibility w/ existing IAttributesCollections. Scope now implements IDMOP so that you can do gets/sets/deletes against it. It forwards these calls directly through to the storage object which is backing it and does an instance restriction on its self. Adds new ScopeStorage class which is the default expando object used for storage of scopes. Scope storage supports both case sensitive and case insensitive attribute lookups. This exposes an API which allows consumers to cache results against an individual scope (again in either a case sensitive or insensitive way). Languages can hold onto these objects so that they can quickly access the value (just a field load) in a cached manner. This is also a publicly exposed API so that languages can create pre-compiled rules against it and don?t need to do code gen for every single member that is accessed. IronRuby and IronPython are updated to have direct access to scope objects if their storage is a ScopeStorage object. (Shelveset: DynamicScopesFinal6;REDMOND\dinov | SNAP CheckinId: 9344) -------------------------------------------------------------------------------- Changeset Id: 1107115 Date: 9/4/2009 12:51:22 PM (dinov) Removes SymbolIds from the IronPython ASTs and compiler Improves repeated import performance (cuts time in half for importing something already imported): adds caching at the module level for __name__, __package__, __path__, at the built-in module level for __import__. Removes thread statics which are used before/after entering importing, moves this logic into module execution instead constant string arrays in to-disk code are now created only once (SymbolId arrays were always re-created so this will be a perf improvement for pre-compiled code) adds "msir" alias for measuring IronRuby runtimes (similar to msip and mscp which is already present) (Shelveset: RemoveCompilerSymbolIdsFinal;REDMOND\dinov | SNAP CheckinId: 9341) From fuzzyman at voidspace.org.uk Mon Sep 7 18:11:19 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Mon, 07 Sep 2009 17:11:19 +0100 Subject: [IronPython] Error message for duplicate keyword arguments Message-ID: <4AA530A7.7020101@voidspace.org.uk> Hello all, A confusing error message from IronPython 2.6 B2: >>> def f(a=None): ... pass ... >>> f(1, a=3) Traceback (most recent call last): File "", line 1, in TypeError: f() takes at most 1 non-keyword argument (1 given) CPython: >>> def f(a=None): ... pass ... >>> f(100, a='fish') Traceback (most recent call last): File "", line 1, in TypeError: f() got multiple values for keyword argument 'a' >>> -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From fuzzyman at voidspace.org.uk Mon Sep 7 23:30:24 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Mon, 07 Sep 2009 22:30:24 +0100 Subject: [IronPython] MissingMemberException but it definitely exists In-Reply-To: References: Message-ID: <4AA57B70.1000508@voidspace.org.uk> Bob Uva wrote: > I just started using IronPython and am using SharpDevelop as an IDE. > I'm creating a REST web service, and have a class that has a function > named 'run' in it. When I create an instance of the class and then try > calling its run function I get a MissingMemberException saying that > the class has no attribute 'run'. This exception is thrown from > Microsoft.Scripting.Actions.MatchCaller.Call2. Shown below is the call > stack shown in the exception dialog from the IDE. I've even reduced > the run function to just calling pass and that doesn't work. Any ideas > where to look to debug this further? > Can you reproduce a minimal example - without seeing any code it is impossible to have any idea. The first suspect I'm afraid is that the object isn't what you think it is and doesn't have a run member. Michael > Thanks, > Bob > > System.MissingMemberException: 'AddressFilesService' object has no > attribute 'run' > at Microsoft.Scripting.Actions.MatchCaller.Call2 > at Microsoft.Scripting.Actions.CallSite>.UpdateAndExecute > at Microsoft.Scripting.Actions.UpdateDelegates.Update2 > at DLRCachedCode.$51 > at Microsoft.Scripting.Actions.MatchCaller.Call1 > at Microsoft.Scripting.Actions.CallSite>.UpdateAndExecute > at Microsoft.Scripting.Actions.UpdateDelegates.Update1 > at System.Threading.ThreadHelper.ThreadStart_Context > at System.Threading.ExecutionContext.Run > at System.Threading.ThreadHelper.ThreadStart > > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From robertuva at gmail.com Tue Sep 8 00:03:03 2009 From: robertuva at gmail.com (Bob Uva) Date: Mon, 7 Sep 2009 15:03:03 -0700 Subject: [IronPython] MissingMemberException but it definitely exists In-Reply-To: <4AA57B70.1000508@voidspace.org.uk> References: <4AA57B70.1000508@voidspace.org.uk> Message-ID: I was able to get it working by, piece by piece, recreating the class in a different file. When I was done I had what looked like exactly the same source but worked in one file, not the other. Couldn't get the original to ever work, so I just went with the new one. Pretty frustrating. Bob On Mon, Sep 7, 2009 at 2:30 PM, Michael Foord wrote: > Bob Uva wrote: >> >> I just started using IronPython and am using SharpDevelop as an IDE. >> I'm creating a REST web service, and have a class that has a function >> named 'run' in it. When I create an instance of the class and then try >> calling its run function I get a MissingMemberException saying that >> the class has no attribute 'run'. This exception is thrown from >> Microsoft.Scripting.Actions.MatchCaller.Call2. Shown below is the call >> stack shown in the exception dialog from the IDE. I've even reduced >> the run function to just calling pass and that doesn't work. Any ideas >> where to look to debug this further? >> > > Can you reproduce a minimal example - without seeing any code it is > impossible to have any idea. The first suspect I'm afraid is that the object > isn't what you think it is and doesn't have a run member. > > Michael > >> Thanks, >> ?Bob >> >> System.MissingMemberException: 'AddressFilesService' object has no >> attribute 'run' >> ? at Microsoft.Scripting.Actions.MatchCaller.Call2 >> ? at >> Microsoft.Scripting.Actions.CallSite>.UpdateAndExecute >> ? at Microsoft.Scripting.Actions.UpdateDelegates.Update2 >> ? at DLRCachedCode.$51 >> ? at Microsoft.Scripting.Actions.MatchCaller.Call1 >> ? at >> Microsoft.Scripting.Actions.CallSite>.UpdateAndExecute >> ? at Microsoft.Scripting.Actions.UpdateDelegates.Update1 >> ? at System.Threading.ThreadHelper.ThreadStart_Context >> ? at System.Threading.ExecutionContext.Run >> ? at System.Threading.ThreadHelper.ThreadStart >> >> > > > -- > http://www.ironpythoninaction.com/ > http://www.voidspace.org.uk/blog > > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- Bob Uva Software Development Consultant Portland, OR mobile: 503-810-6387 eMail: robertuva at gmail.com From fuzzyman at voidspace.org.uk Tue Sep 8 00:05:28 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Mon, 07 Sep 2009 23:05:28 +0100 Subject: [IronPython] MissingMemberException but it definitely exists In-Reply-To: References: <4AA57B70.1000508@voidspace.org.uk> Message-ID: <4AA583A8.9000607@voidspace.org.uk> Bob Uva wrote: > I was able to get it working by, piece by piece, recreating the class > in a different file. When I was done I had what looked like exactly > the same source but worked in one file, not the other. Couldn't get > the original to ever work, so I just went with the new one. Pretty > frustrating. > Odd. Not a problem I've ever had - but I've had my own frustrations with IronPython and Silverlight in the last couple of days (Silverlight calling my event handlers about a thousand times and even with the events unhooked - switching from instance methods to functions worked but screwed up my app architecture). Michael > Bob > > On Mon, Sep 7, 2009 at 2:30 PM, Michael Foord wrote: > >> Bob Uva wrote: >> >>> I just started using IronPython and am using SharpDevelop as an IDE. >>> I'm creating a REST web service, and have a class that has a function >>> named 'run' in it. When I create an instance of the class and then try >>> calling its run function I get a MissingMemberException saying that >>> the class has no attribute 'run'. This exception is thrown from >>> Microsoft.Scripting.Actions.MatchCaller.Call2. Shown below is the call >>> stack shown in the exception dialog from the IDE. I've even reduced >>> the run function to just calling pass and that doesn't work. Any ideas >>> where to look to debug this further? >>> >>> >> Can you reproduce a minimal example - without seeing any code it is >> impossible to have any idea. The first suspect I'm afraid is that the object >> isn't what you think it is and doesn't have a run member. >> >> Michael >> >> >>> Thanks, >>> Bob >>> >>> System.MissingMemberException: 'AddressFilesService' object has no >>> attribute 'run' >>> at Microsoft.Scripting.Actions.MatchCaller.Call2 >>> at >>> Microsoft.Scripting.Actions.CallSite>.UpdateAndExecute >>> at Microsoft.Scripting.Actions.UpdateDelegates.Update2 >>> at DLRCachedCode.$51 >>> at Microsoft.Scripting.Actions.MatchCaller.Call1 >>> at >>> Microsoft.Scripting.Actions.CallSite>.UpdateAndExecute >>> at Microsoft.Scripting.Actions.UpdateDelegates.Update1 >>> at System.Threading.ThreadHelper.ThreadStart_Context >>> at System.Threading.ExecutionContext.Run >>> at System.Threading.ThreadHelper.ThreadStart >>> >>> >>> >> -- >> http://www.ironpythoninaction.com/ >> http://www.voidspace.org.uk/blog >> >> >> _______________________________________________ >> Users mailing list >> Users at lists.ironpython.com >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> >> > > > > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From robertuva at gmail.com Tue Sep 8 00:08:09 2009 From: robertuva at gmail.com (Bob Uva) Date: Mon, 7 Sep 2009 15:08:09 -0700 Subject: [IronPython] MissingMemberException but it definitely exists In-Reply-To: <4AA583A8.9000607@voidspace.org.uk> References: <4AA57B70.1000508@voidspace.org.uk> <4AA583A8.9000607@voidspace.org.uk> Message-ID: Michael, Saw your tweets about the Silverlight woes. Hope to avoid those problems when I follow in your footsteps soon. I'm going to a Silverlight one-day event in Redmond next week and would like to try some IronPython - Silverlight stuff before I get there. Bob On Mon, Sep 7, 2009 at 3:05 PM, Michael Foord wrote: > Bob Uva wrote: >> >> I was able to get it working by, piece by piece, recreating the class >> in a different file. When I was done I had what looked like exactly >> the same source but worked in one file, not the other. Couldn't get >> the original to ever work, so I just went with the new one. Pretty >> frustrating. >> > > Odd. Not a problem I've ever had - but I've had my own frustrations with > IronPython and Silverlight in the last couple of days (Silverlight calling > my event handlers about a thousand times and even with the events unhooked - > switching from instance methods to functions worked but screwed up my app > architecture). > > Michael > >> Bob >> >> On Mon, Sep 7, 2009 at 2:30 PM, Michael Foord >> wrote: >> >>> >>> Bob Uva wrote: >>> >>>> >>>> I just started using IronPython and am using SharpDevelop as an IDE. >>>> I'm creating a REST web service, and have a class that has a function >>>> named 'run' in it. When I create an instance of the class and then try >>>> calling its run function I get a MissingMemberException saying that >>>> the class has no attribute 'run'. This exception is thrown from >>>> Microsoft.Scripting.Actions.MatchCaller.Call2. Shown below is the call >>>> stack shown in the exception dialog from the IDE. I've even reduced >>>> the run function to just calling pass and that doesn't work. Any ideas >>>> where to look to debug this further? >>>> >>>> >>> >>> Can you reproduce a minimal example - without seeing any code it is >>> impossible to have any idea. The first suspect I'm afraid is that the >>> object >>> isn't what you think it is and doesn't have a run member. >>> >>> Michael >>> >>> >>>> >>>> Thanks, >>>> ?Bob >>>> >>>> System.MissingMemberException: 'AddressFilesService' object has no >>>> attribute 'run' >>>> ?at Microsoft.Scripting.Actions.MatchCaller.Call2 >>>> ?at >>>> >>>> Microsoft.Scripting.Actions.CallSite>.UpdateAndExecute >>>> ?at Microsoft.Scripting.Actions.UpdateDelegates.Update2 >>>> ?at DLRCachedCode.$51 >>>> ?at Microsoft.Scripting.Actions.MatchCaller.Call1 >>>> ?at >>>> >>>> Microsoft.Scripting.Actions.CallSite>.UpdateAndExecute >>>> ?at Microsoft.Scripting.Actions.UpdateDelegates.Update1 >>>> ?at System.Threading.ThreadHelper.ThreadStart_Context >>>> ?at System.Threading.ExecutionContext.Run >>>> ?at System.Threading.ThreadHelper.ThreadStart >>>> >>>> >>>> >>> >>> -- >>> http://www.ironpythoninaction.com/ >>> http://www.voidspace.org.uk/blog >>> >>> >>> _______________________________________________ >>> Users mailing list >>> Users at lists.ironpython.com >>> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >>> >>> >> >> >> >> > > > -- > http://www.ironpythoninaction.com/ > http://www.voidspace.org.uk/blog > > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- Bob Uva Software Development Consultant Portland, OR mobile: 503-810-6387 eMail: robertuva at gmail.com From fuzzyman at voidspace.org.uk Tue Sep 8 00:10:07 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Mon, 07 Sep 2009 23:10:07 +0100 Subject: [IronPython] MissingMemberException but it definitely exists In-Reply-To: References: <4AA57B70.1000508@voidspace.org.uk> <4AA583A8.9000607@voidspace.org.uk> Message-ID: <4AA584BF.10805@voidspace.org.uk> Bob Uva wrote: > Michael, > > Saw your tweets about the Silverlight woes. Hope to avoid those > problems when I follow in your footsteps soon. I'm going to a > Silverlight one-day event in Redmond next week and would like to try > some IronPython - Silverlight stuff before I get there. > Generally developing for Silverlight with IronPython is great fun - but this was a real pain point. :-) Anyway, I've made real progress with Try Python. http://www.trypython.org/ Michael > Bob > > On Mon, Sep 7, 2009 at 3:05 PM, Michael Foord wrote: > >> Bob Uva wrote: >> >>> I was able to get it working by, piece by piece, recreating the class >>> in a different file. When I was done I had what looked like exactly >>> the same source but worked in one file, not the other. Couldn't get >>> the original to ever work, so I just went with the new one. Pretty >>> frustrating. >>> >>> >> Odd. Not a problem I've ever had - but I've had my own frustrations with >> IronPython and Silverlight in the last couple of days (Silverlight calling >> my event handlers about a thousand times and even with the events unhooked - >> switching from instance methods to functions worked but screwed up my app >> architecture). >> >> Michael >> >> >>> Bob >>> >>> On Mon, Sep 7, 2009 at 2:30 PM, Michael Foord >>> wrote: >>> >>> >>>> Bob Uva wrote: >>>> >>>> >>>>> I just started using IronPython and am using SharpDevelop as an IDE. >>>>> I'm creating a REST web service, and have a class that has a function >>>>> named 'run' in it. When I create an instance of the class and then try >>>>> calling its run function I get a MissingMemberException saying that >>>>> the class has no attribute 'run'. This exception is thrown from >>>>> Microsoft.Scripting.Actions.MatchCaller.Call2. Shown below is the call >>>>> stack shown in the exception dialog from the IDE. I've even reduced >>>>> the run function to just calling pass and that doesn't work. Any ideas >>>>> where to look to debug this further? >>>>> >>>>> >>>>> >>>> Can you reproduce a minimal example - without seeing any code it is >>>> impossible to have any idea. The first suspect I'm afraid is that the >>>> object >>>> isn't what you think it is and doesn't have a run member. >>>> >>>> Michael >>>> >>>> >>>> >>>>> Thanks, >>>>> Bob >>>>> >>>>> System.MissingMemberException: 'AddressFilesService' object has no >>>>> attribute 'run' >>>>> at Microsoft.Scripting.Actions.MatchCaller.Call2 >>>>> at >>>>> >>>>> Microsoft.Scripting.Actions.CallSite>.UpdateAndExecute >>>>> at Microsoft.Scripting.Actions.UpdateDelegates.Update2 >>>>> at DLRCachedCode.$51 >>>>> at Microsoft.Scripting.Actions.MatchCaller.Call1 >>>>> at >>>>> >>>>> Microsoft.Scripting.Actions.CallSite>.UpdateAndExecute >>>>> at Microsoft.Scripting.Actions.UpdateDelegates.Update1 >>>>> at System.Threading.ThreadHelper.ThreadStart_Context >>>>> at System.Threading.ExecutionContext.Run >>>>> at System.Threading.ThreadHelper.ThreadStart >>>>> >>>>> >>>>> >>>>> >>>> -- >>>> http://www.ironpythoninaction.com/ >>>> http://www.voidspace.org.uk/blog >>>> >>>> >>>> _______________________________________________ >>>> Users mailing list >>>> Users at lists.ironpython.com >>>> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >>>> >>>> >>>> >>> >>> >>> >> -- >> http://www.ironpythoninaction.com/ >> http://www.voidspace.org.uk/blog >> >> >> _______________________________________________ >> Users mailing list >> Users at lists.ironpython.com >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> >> > > > > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From marco.parenzan at libero.it Tue Sep 8 00:40:55 2009 From: marco.parenzan at libero.it (Marco Parenzan) Date: Tue, 8 Sep 2009 00:40:55 +0200 Subject: [IronPython] Probing for Modules Message-ID: <00c801ca300c$4346e1a0$c9d4a4e0$@parenzan@libero.it> Dear all, I have not read Hosting document yet, but I advance with an answer. What about "module probing": I don't know how it is called in Python and DLR. Probing is the assembly discovery in .NET. Where should I look if I'd like to change the way the DLR discover modules? For example, if I'd like to store python modules in a DB and not in file system? Do I have an API and some events (like AssemblyResolve event?) Or do I have some code to change in DLR code base? Thanks in advance. Marco Parenzan -------------- next part -------------- An HTML attachment was scrubbed... URL: From dinov at microsoft.com Tue Sep 8 01:21:01 2009 From: dinov at microsoft.com (Dino Viehland) Date: Mon, 7 Sep 2009 23:21:01 +0000 Subject: [IronPython] Probing for Modules In-Reply-To: <00c801ca300c$4346e1a0$c9d4a4e0$@parenzan@libero.it> References: <00c801ca300c$4346e1a0$c9d4a4e0$@parenzan@libero.it> Message-ID: <1A472770E042064698CB5ADC83A12ACD04663D31@TK5EX14MBXC116.redmond.corp.microsoft.com> In Python speak it's importing. Python has very rich import semantics and has multiple ways of being hooked. Here's some info on that http://wikikk.com/doc/2.3/whatsnew/section-pep302.html. That'll leave all the normal file system access there (for things like the standard library) and still let you plug in to the import machinery. >From the DLR side we just talk to the "file system" where the file system is defined by the PlatformAdaptionLayer. IronPython uses the PAL to implement its normal import machinery. So for storing files in the database you could subclass PlatformAdaptionLayer and override the various file system APIs. You'll need a ScriptHost that provides the PAL and you provide the type of the ScriptHost via a ScriptRuntimeSetup class when creating the ScriptRuntime. This is the mechanism Silverlight causes module imports to get redirected. From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Marco Parenzan Sent: Monday, September 07, 2009 3:41 PM To: users at lists.ironpython.com Subject: [IronPython] Probing for Modules Dear all, I have not read Hosting document yet, but I advance with an answer. What about "module probing": I don't know how it is called in Python and DLR. Probing is the assembly discovery in .NET. Where should I look if I'd like to change the way the DLR discover modules? For example, if I'd like to store python modules in a DB and not in file system? Do I have an API and some events (like AssemblyResolve event?) Or do I have some code to change in DLR code base? Thanks in advance. Marco Parenzan -------------- next part -------------- An HTML attachment was scrubbed... URL: From fuzzyman at voidspace.org.uk Tue Sep 8 01:26:59 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Tue, 8 Sep 2009 00:26:59 +0100 Subject: [IronPython] Probing for Modules In-Reply-To: <00c801ca300c$4346e1a0$c9d4a4e0$@parenzan@libero.it> References: <00c801ca300c$4346e1a0$c9d4a4e0$@parenzan@libero.it> Message-ID: <1E1BB776-78E5-47CE-B24F-5C6041EF20D0@voidspace.org.uk> From within Python you could look at "import hooks" as a way of customising import behaviour. Michael -- http://www.ironpythoninaction.com On 7 Sep 2009, at 23:40, "Marco Parenzan" wrote: > Dear all, > > > > I have not read Hosting document yet, but I advance with an answer. > What about ?module probing?: I don?t know how it is called in > Python and DLR. Probing is the assembly discovery in .NET. > > Where should I look if I?d like to change the way the DLR discover m > odules? For example, if I?d like to store python modules in a DB and > not in file system? > > Do I have an API and some events (like AssemblyResolve event?) Or do > I have some code to change in DLR code base? > > > > Thanks in advance. > > > > Marco Parenzan > > > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From dinov at microsoft.com Tue Sep 8 18:27:07 2009 From: dinov at microsoft.com (Dino Viehland) Date: Tue, 8 Sep 2009 16:27:07 +0000 Subject: [IronPython] Error message for duplicate keyword arguments In-Reply-To: <4AA530A7.7020101@voidspace.org.uk> References: <4AA530A7.7020101@voidspace.org.uk> Message-ID: <1A472770E042064698CB5ADC83A12ACD0466885F@TK5EX14MBXC116.redmond.corp.microsoft.com> Filed as 24576 (http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=24576) I don't know that it'll get fixed for 2.6 (although I will take a look). But I think keyword arg calling needs some general work post-2.6 so that polymorphic and megamorphic cases work faster and this fix could at least be done at the same time as that. > -----Original Message----- > From: users-bounces at lists.ironpython.com [mailto:users- > bounces at lists.ironpython.com] On Behalf Of Michael Foord > Sent: Monday, September 07, 2009 9:11 AM > To: Discussion of IronPython > Subject: [IronPython] Error message for duplicate keyword arguments > > Hello all, > > A confusing error message from IronPython 2.6 B2: > > >>> def f(a=None): > ... pass > ... > >>> f(1, a=3) > Traceback (most recent call last): > File "", line 1, in > TypeError: f() takes at most 1 non-keyword argument (1 given) > > > CPython: > > >>> def f(a=None): > ... pass > ... > >>> f(100, a='fish') > Traceback (most recent call last): > File "", line 1, in > TypeError: f() got multiple values for keyword argument 'a' > >>> > > > > -- > http://www.ironpythoninaction.com/ > http://www.voidspace.org.uk/blog > > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com From fuzzyman at voidspace.org.uk Tue Sep 8 18:29:55 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Tue, 08 Sep 2009 17:29:55 +0100 Subject: [IronPython] Error message for duplicate keyword arguments In-Reply-To: <1A472770E042064698CB5ADC83A12ACD0466885F@TK5EX14MBXC116.redmond.corp.microsoft.com> References: <4AA530A7.7020101@voidspace.org.uk> <1A472770E042064698CB5ADC83A12ACD0466885F@TK5EX14MBXC116.redmond.corp.microsoft.com> Message-ID: <4AA68683.6060809@voidspace.org.uk> Dino Viehland wrote: > Filed as 24576 (http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=24576) > > I don't know that it'll get fixed for 2.6 (although I will take a look). But > I think keyword arg calling needs some general work post-2.6 so that > polymorphic and megamorphic cases work faster and this fix could at least be > done at the same time as that. > > It's a nuisance for the Python Tutorial, which gives an example of what happens when you call a function incorrectly and the error message from IronPython is both different and confusing. :-) Michael > >> -----Original Message----- >> From: users-bounces at lists.ironpython.com [mailto:users- >> bounces at lists.ironpython.com] On Behalf Of Michael Foord >> Sent: Monday, September 07, 2009 9:11 AM >> To: Discussion of IronPython >> Subject: [IronPython] Error message for duplicate keyword arguments >> >> Hello all, >> >> A confusing error message from IronPython 2.6 B2: >> >> >>> def f(a=None): >> ... pass >> ... >> >>> f(1, a=3) >> Traceback (most recent call last): >> File "", line 1, in >> TypeError: f() takes at most 1 non-keyword argument (1 given) >> >> >> CPython: >> >> >>> def f(a=None): >> ... pass >> ... >> >>> f(100, a='fish') >> Traceback (most recent call last): >> File "", line 1, in >> TypeError: f() got multiple values for keyword argument 'a' >> >>> >> >> >> >> -- >> http://www.ironpythoninaction.com/ >> http://www.voidspace.org.uk/blog >> >> >> _______________________________________________ >> Users mailing list >> Users at lists.ironpython.com >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From Jimmy.Schementi at microsoft.com Tue Sep 8 18:50:11 2009 From: Jimmy.Schementi at microsoft.com (Jimmy Schementi) Date: Tue, 8 Sep 2009 16:50:11 +0000 Subject: [IronPython] MissingMemberException but it definitely exists In-Reply-To: <4AA584BF.10805@voidspace.org.uk> References: <4AA57B70.1000508@voidspace.org.uk> <4AA583A8.9000607@voidspace.org.uk> <4AA584BF.10805@voidspace.org.uk> Message-ID: <01BEE797-06AB-481A-950C-217A9DD7274B@microsoft.com> Michael, under what situation does SL call your event handlers repeatidly? I'd be interested to know if even c# event handlers do the same thing in your situation. ~Jimmy On Sep 7, 2009, at 3:11 PM, "Michael Foord" wrote: > Bob Uva wrote: >> Michael, >> >> Saw your tweets about the Silverlight woes. Hope to avoid those >> problems when I follow in your footsteps soon. I'm going to a >> Silverlight one-day event in Redmond next week and would like to try >> some IronPython - Silverlight stuff before I get there. >> > > Generally developing for Silverlight with IronPython is great fun - > but this was a real pain point. :-) > > Anyway, I've made real progress with Try Python. > > http://www.trypython.org/ > > Michael > >> Bob >> >> On Mon, Sep 7, 2009 at 3:05 PM, Michael Foord> > wrote: >> >>> Bob Uva wrote: >>> >>>> I was able to get it working by, piece by piece, recreating the >>>> class >>>> in a different file. When I was done I had what looked like exactly >>>> the same source but worked in one file, not the other. Couldn't get >>>> the original to ever work, so I just went with the new one. Pretty >>>> frustrating. >>>> >>>> >>> Odd. Not a problem I've ever had - but I've had my own >>> frustrations with >>> IronPython and Silverlight in the last couple of days (Silverlight >>> calling >>> my event handlers about a thousand times and even with the events >>> unhooked - >>> switching from instance methods to functions worked but screwed up >>> my app >>> architecture). >>> >>> Michael >>> >>> >>>> Bob >>>> >>>> On Mon, Sep 7, 2009 at 2:30 PM, Michael Foord>>> > >>>> wrote: >>>> >>>> >>>>> Bob Uva wrote: >>>>> >>>>> >>>>>> I just started using IronPython and am using SharpDevelop as an >>>>>> IDE. >>>>>> I'm creating a REST web service, and have a class that has a >>>>>> function >>>>>> named 'run' in it. When I create an instance of the class and >>>>>> then try >>>>>> calling its run function I get a MissingMemberException saying >>>>>> that >>>>>> the class has no attribute 'run'. This exception is thrown from >>>>>> Microsoft.Scripting.Actions.MatchCaller.Call2. Shown below is >>>>>> the call >>>>>> stack shown in the exception dialog from the IDE. I've even >>>>>> reduced >>>>>> the run function to just calling pass and that doesn't work. >>>>>> Any ideas >>>>>> where to look to debug this further? >>>>>> >>>>>> >>>>>> >>>>> Can you reproduce a minimal example - without seeing any code it >>>>> is >>>>> impossible to have any idea. The first suspect I'm afraid is >>>>> that the >>>>> object >>>>> isn't what you think it is and doesn't have a run member. >>>>> >>>>> Michael >>>>> >>>>> >>>>> >>>>>> Thanks, >>>>>> Bob >>>>>> >>>>>> System.MissingMemberException: 'AddressFilesService' object has >>>>>> no >>>>>> attribute 'run' >>>>>> at Microsoft.Scripting.Actions.MatchCaller.Call2 >>>>>> at >>>>>> >>>>>> Microsoft.Scripting.Actions.CallSite< >>>>>> Microsoft.Func< >>>>>> Microsoft.Scripting.Actions.CallSite, >>>>>> System.Object, >>>>>> Microsoft.Scripting.Runtime.CodeContext, >>>>>> System.Object>>.UpdateAndExecute >>>>>> at Microsoft.Scripting.Actions.UpdateDelegates.Update2 >>>>>> at DLRCachedCode.$51 >>>>>> at Microsoft.Scripting.Actions.MatchCaller.Call1 >>>>>> at >>>>>> >>>>>> Microsoft.Scripting.Actions.CallSite< >>>>>> Microsoft.Func< >>>>>> Microsoft.Scripting.Actions.CallSite, >>>>>> System.Object,System.Object>>.UpdateAndExecute >>>>>> at Microsoft.Scripting.Actions.UpdateDelegates.Update1 >>>>>> at System.Threading.ThreadHelper.ThreadStart_Context >>>>>> at System.Threading.ExecutionContext.Run >>>>>> at System.Threading.ThreadHelper.ThreadStart >>>>>> >>>>>> >>>>>> >>>>>> >>>>> -- >>>>> http://www.ironpythoninaction.com/ >>>>> http://www.voidspace.org.uk/blog >>>>> >>>>> >>>>> _______________________________________________ >>>>> Users mailing list >>>>> Users at lists.ironpython.com >>>>> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >>>>> >>>>> >>>>> >>>> >>>> >>>> >>> -- >>> http://www.ironpythoninaction.com/ >>> http://www.voidspace.org.uk/blog >>> >>> >>> _______________________________________________ >>> Users mailing list >>> Users at lists.ironpython.com >>> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >>> >>> >> >> >> >> > > > -- > http://www.ironpythoninaction.com/ > http://www.voidspace.org.uk/blog > > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > From dinov at microsoft.com Tue Sep 8 18:58:54 2009 From: dinov at microsoft.com (Dino Viehland) Date: Tue, 8 Sep 2009 16:58:54 +0000 Subject: [IronPython] Error message for duplicate keyword arguments In-Reply-To: <4AA68683.6060809@voidspace.org.uk> References: <4AA530A7.7020101@voidspace.org.uk> <1A472770E042064698CB5ADC83A12ACD0466885F@TK5EX14MBXC116.redmond.corp.microsoft.com> <4AA68683.6060809@voidspace.org.uk> Message-ID: <1A472770E042064698CB5ADC83A12ACD0466AE7F@TK5EX14MBXC116.redmond.corp.microsoft.com> Michael wrote: > It's a nuisance for the Python Tutorial, which gives an example of what > happens when you call a function incorrectly and the error message from > IronPython is both different and confusing. :-) The good news then is that it does look easy to fix :) From fuzzyman at voidspace.org.uk Tue Sep 8 19:33:38 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Tue, 08 Sep 2009 18:33:38 +0100 Subject: [IronPython] Error message for duplicate keyword arguments In-Reply-To: <1A472770E042064698CB5ADC83A12ACD0466AE7F@TK5EX14MBXC116.redmond.corp.microsoft.com> References: <4AA530A7.7020101@voidspace.org.uk> <1A472770E042064698CB5ADC83A12ACD0466885F@TK5EX14MBXC116.redmond.corp.microsoft.com> <4AA68683.6060809@voidspace.org.uk> <1A472770E042064698CB5ADC83A12ACD0466AE7F@TK5EX14MBXC116.redmond.corp.microsoft.com> Message-ID: <4AA69572.3080701@voidspace.org.uk> Dino Viehland wrote: > Michael wrote: > >> It's a nuisance for the Python Tutorial, which gives an example of what >> happens when you call a function incorrectly and the error message from >> IronPython is both different and confusing. :-) >> > > The good news then is that it does look easy to fix :) > Great. :-) Thanks Michael > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From fuzzyman at voidspace.org.uk Tue Sep 8 20:17:10 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Tue, 08 Sep 2009 19:17:10 +0100 Subject: [IronPython] MissingMemberException but it definitely exists In-Reply-To: <01BEE797-06AB-481A-950C-217A9DD7274B@microsoft.com> References: <4AA57B70.1000508@voidspace.org.uk> <4AA583A8.9000607@voidspace.org.uk> <4AA584BF.10805@voidspace.org.uk> <01BEE797-06AB-481A-950C-217A9DD7274B@microsoft.com> Message-ID: <4AA69FA6.2090103@voidspace.org.uk> Jimmy Schementi wrote: > Michael, under what situation does SL call your event handlers > repeatidly? I'd be interested to know if even c# event handlers do the > same thing in your situation. > > Hey Jimmy. I don't know whether a minimal repro will be possible, or whether it was something specific to my situation. I have four comboboxes setup as two pairs (as you can see in the UI for Try Python). Changing a selection in any of the two pairs will set the selection to the corresponding entry in the paired combobox. Obviously to avoid the programmatic selection change triggering *another* event I unhook the handlers around it - which seemed to make no difference when the event handlers were instance methods. Approximation of the code for just two comboboxes: class ComboHandler(object): def __init__(class, combo1, combo2, combo3, combo4): self.combo1 = combo1 self.combo2 = combo2 combo1.SelectedIndex = combo2.SelectedIndex = 0 self.hook_events() def hook_events(self): self.combo1.SelectionChanged += self.change1 self.combo2.SelectionChanged += self.change2 def unhook_events(self): self.combo1.SelectionChanged -= self.change1 self.combo2.SelectionChanged -= self.change2 def change1(self, sender, event): self.unhook_events() self.combo2.SelectedIndex = self.combo1.SelectedIndex self.hook_events() def change2(self, sender, event): self.unhook_events() self.combo1.SelectedIndex = self.combo2.SelectedIndex self.hook_events() The code works when I turned it back into functions instead of instance methods - but would call the handlers hundreds of times when left as instance methods. I even tried storing a *single* reference to each of the methods and hooking and unhooking the same objects rather than doing a lookup each time. To no avail. Given how much time I burned on it I was happy to end up with something that worked... All the best, Michael > ~Jimmy > > On Sep 7, 2009, at 3:11 PM, "Michael Foord" > wrote: > > >> Bob Uva wrote: >> >>> Michael, >>> >>> Saw your tweets about the Silverlight woes. Hope to avoid those >>> problems when I follow in your footsteps soon. I'm going to a >>> Silverlight one-day event in Redmond next week and would like to try >>> some IronPython - Silverlight stuff before I get there. >>> >>> >> Generally developing for Silverlight with IronPython is great fun - >> but this was a real pain point. :-) >> >> Anyway, I've made real progress with Try Python. >> >> http://www.trypython.org/ >> >> Michael >> >> >>> Bob >>> >>> On Mon, Sep 7, 2009 at 3:05 PM, Michael Foord>> >>>> wrote: >>>> >>>> Bob Uva wrote: >>>> >>>> >>>>> I was able to get it working by, piece by piece, recreating the >>>>> class >>>>> in a different file. When I was done I had what looked like exactly >>>>> the same source but worked in one file, not the other. Couldn't get >>>>> the original to ever work, so I just went with the new one. Pretty >>>>> frustrating. >>>>> >>>>> >>>>> >>>> Odd. Not a problem I've ever had - but I've had my own >>>> frustrations with >>>> IronPython and Silverlight in the last couple of days (Silverlight >>>> calling >>>> my event handlers about a thousand times and even with the events >>>> unhooked - >>>> switching from instance methods to functions worked but screwed up >>>> my app >>>> architecture). >>>> >>>> Michael >>>> >>>> >>>> >>>>> Bob >>>>> >>>>> On Mon, Sep 7, 2009 at 2:30 PM, Michael Foord>>>> >>>>> wrote: >>>>> >>>>> >>>>> >>>>>> Bob Uva wrote: >>>>>> >>>>>> >>>>>> >>>>>>> I just started using IronPython and am using SharpDevelop as an >>>>>>> IDE. >>>>>>> I'm creating a REST web service, and have a class that has a >>>>>>> function >>>>>>> named 'run' in it. When I create an instance of the class and >>>>>>> then try >>>>>>> calling its run function I get a MissingMemberException saying >>>>>>> that >>>>>>> the class has no attribute 'run'. This exception is thrown from >>>>>>> Microsoft.Scripting.Actions.MatchCaller.Call2. Shown below is >>>>>>> the call >>>>>>> stack shown in the exception dialog from the IDE. I've even >>>>>>> reduced >>>>>>> the run function to just calling pass and that doesn't work. >>>>>>> Any ideas >>>>>>> where to look to debug this further? >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> Can you reproduce a minimal example - without seeing any code it >>>>>> is >>>>>> impossible to have any idea. The first suspect I'm afraid is >>>>>> that the >>>>>> object >>>>>> isn't what you think it is and doesn't have a run member. >>>>>> >>>>>> Michael >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>> Thanks, >>>>>>> Bob >>>>>>> >>>>>>> System.MissingMemberException: 'AddressFilesService' object has >>>>>>> no >>>>>>> attribute 'run' >>>>>>> at Microsoft.Scripting.Actions.MatchCaller.Call2 >>>>>>> at >>>>>>> >>>>>>> Microsoft.Scripting.Actions.CallSite< >>>>>>> Microsoft.Func< >>>>>>> Microsoft.Scripting.Actions.CallSite, >>>>>>> System.Object, >>>>>>> Microsoft.Scripting.Runtime.CodeContext, >>>>>>> System.Object>>.UpdateAndExecute >>>>>>> at Microsoft.Scripting.Actions.UpdateDelegates.Update2 >>>>>>> at DLRCachedCode.$51 >>>>>>> at Microsoft.Scripting.Actions.MatchCaller.Call1 >>>>>>> at >>>>>>> >>>>>>> Microsoft.Scripting.Actions.CallSite< >>>>>>> Microsoft.Func< >>>>>>> Microsoft.Scripting.Actions.CallSite, >>>>>>> System.Object,System.Object>>.UpdateAndExecute >>>>>>> at Microsoft.Scripting.Actions.UpdateDelegates.Update1 >>>>>>> at System.Threading.ThreadHelper.ThreadStart_Context >>>>>>> at System.Threading.ExecutionContext.Run >>>>>>> at System.Threading.ThreadHelper.ThreadStart >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> -- >>>>>> http://www.ironpythoninaction.com/ >>>>>> http://www.voidspace.org.uk/blog >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Users mailing list >>>>>> Users at lists.ironpython.com >>>>>> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> -- >>>> http://www.ironpythoninaction.com/ >>>> http://www.voidspace.org.uk/blog >>>> >>>> >>>> _______________________________________________ >>>> Users mailing list >>>> Users at lists.ironpython.com >>>> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >>>> >>>> >>>> >>> >>> >>> >> -- >> http://www.ironpythoninaction.com/ >> http://www.voidspace.org.uk/blog >> >> >> _______________________________________________ >> Users mailing list >> Users at lists.ironpython.com >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> >> > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From k.kanryu at gmail.com Wed Sep 9 12:13:05 2009 From: k.kanryu at gmail.com (KATO Kanryu) Date: Wed, 9 Sep 2009 19:13:05 +0900 Subject: [IronPython] How to integrate IronPython 2.6 to C# program? Message-ID: Hi, I has integrated ipy 2.0 to my C# program. But for ipy 2.6, I compiled success but run failed with type error. Where is some tutorial about this? Regards, KATO Kanryu From dinov at microsoft.com Wed Sep 9 18:17:41 2009 From: dinov at microsoft.com (Dino Viehland) Date: Wed, 9 Sep 2009 16:17:41 +0000 Subject: [IronPython] How to integrate IronPython 2.6 to C# program? In-Reply-To: References: Message-ID: <1A472770E042064698CB5ADC83A12ACD04674F7E@TK5EX14MBXC116.redmond.corp.microsoft.com> Can you include a little more information? Such as the stack trace of the exception and what the code is doing when it happens? > -----Original Message----- > From: users-bounces at lists.ironpython.com [mailto:users- > bounces at lists.ironpython.com] On Behalf Of KATO Kanryu > Sent: Wednesday, September 09, 2009 3:13 AM > To: Discussion of IronPython > Subject: [IronPython] How to integrate IronPython 2.6 to C# program? > > Hi, > > I has integrated ipy 2.0 to my C# program. > But for ipy 2.6, I compiled success but run failed with type error. > > Where is some tutorial about this? > > Regards, > KATO Kanryu > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com From k.kanryu at gmail.com Thu Sep 10 03:57:11 2009 From: k.kanryu at gmail.com (KATO Kanryu) Date: Thu, 10 Sep 2009 10:57:11 +0900 Subject: [IronPython] How to integrate IronPython 2.6 to C# program? In-Reply-To: <1A472770E042064698CB5ADC83A12ACD04674F7E@TK5EX14MBXC116.redmond.corp.microsoft.com> References: <1A472770E042064698CB5ADC83A12ACD04674F7E@TK5EX14MBXC116.redmond.corp.microsoft.com> Message-ID: now, I made it about running my C# program with ipy2.6 . > Can you include a little more information? OK. Here are my code and setups. --- // [1] call sample public static int Main(string[] args) { var options = new Dictionary(); options["Frames"] = ScriptingRuntimeHelpers.True; var pythonEngine = Python.CreateEngine(options); var source = pythonEngine.CreateScriptSourceFromFile(args[0], System.Text.Encoding.UTF8); var scriptScope = pythonEngine.CreateScope(); source.Execute(scriptScope); Console.WriteLine("OK"); return 0; } ... [2] Building ipy with IronPython_Main\Src\IronPython.Modules_collections.cs /// [assembly: PythonModule("collections", typeof(IronPython.Modules.PythonCollections))] changeing from "_collections" to "collections" because of imported by 'threading.py' . [3] ipy of options Some code arise a error with calling sys._getframe . (I cannot specify where of codes arise the error.) But ipy 2.6 doesn't define sys._getframe as default. We should set the options. Currently, a DeprecationWarning arise. --- ./main.py:1: DeprecationWarning: object.__new__() takes no parameters ... But it runs faster than one of 2.0 . boot time of my program, from 5.7sec to 4.3sec . From merllab at microsoft.com Thu Sep 10 00:57:01 2009 From: merllab at microsoft.com (merllab at microsoft.com) Date: Wed, 9 Sep 2009 15:57:01 -0700 Subject: [IronPython] IronPython 2.6 CodePlex Source Update Message-ID: <4549aea8-17d9-47bc-826c-d71f195a4460@tk5-exsmh-c102.redmond.corp.microsoft.com> This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/58969. ADDED SOURCES $/IronPython/IronPython_2_6/Tools/Scripts $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.field.test_fields_inside_enum.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.event.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.field.test_field_misc.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.type.test_reachtype.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.derivation.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.type.test_clr_array.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.test_dynamicobjectmodel.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.field.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.derivation.test_ctor_override.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.property.test_indexervb.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.derivation.test_simplederive.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.method.test_operators.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.type.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.insert_csharp.html $/IronPython/IronPython_2_6/Src/Tests/plans/debugging.pdb_mod.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.type.test_ctor.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.type.test_assembly.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.event.test_event.html $/IronPython/IronPython_2_6/Src/Tests/pickles/cp18666.pickle $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/while_loop.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/for_loop.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/try_else.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/define.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/try_finally1.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/try_finally3.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_library.cs $/IronPython/IronPython_2_6/Src/Tests/compat/rulediff.py $/IronPython/IronPython_2_6/Src/Tests/compat/common.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_parse_string.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_func_args.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_typeop.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_class_compare.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_simple_ops.py $/IronPython/IronPython_2_6/Src/Tests/compat/testdata.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_true_division.py $/IronPython/IronPython_2_6/Src/Tests/debugging/pdb_mod/__init__.py $/IronPython/IronPython_2_6/Src/Tests/debugging/pdb_mod $/IronPython/IronPython_2_6/Src/Tests/debugging/mdbg_tool $/IronPython/IronPython_2_6/Src/Tests/debugging/vs $/IronPython/IronPython_2_6/Src/Tests/Inputs/UseCLI.py $/IronPython/IronPython_2_6/Src/Tests/Inputs/uninitializedGlobal.py $/IronPython/IronPython_2_6/Src/Tests/Inputs/exitFuncRuns.py $/IronPython/IronPython_2_6/Src/Tests/Inputs/exit.py $/IronPython/IronPython_2_6/Src/Tests/Inputs/simpleCommand.py $/IronPython/IronPython_2_6/Src/Tests/silverlight_sanity/app/app.py $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/select.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/xxsubtype.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/thread.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/cPickle.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/_weakref.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/_winreg.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/copy_reg.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/_codecs.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/_sre.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/nt.log $/IronPython/IronPython_2_6/Src/Tests/Tools/clr_helpers.py $/IronPython/IronPython_2_6/Src/Tests/Tools/cpy_tests.py $/IronPython/IronPython_2_6/Src/Tests/Tools/cmodule.py $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines $/IronPython/IronPython_2_6/Src/Tests/Tools/logmodule.py $/IronPython/IronPython_2_6/Src/Tests/Tools/stdmodules.py $/IronPython/IronPython_2_6/Src/Tests/Tools/cleantests.py $/IronPython/IronPython_2_6/Src/Tests/dynamic_sanity/mock.py $/IronPython/IronPython_2_6/Src/Tests/dynamic_sanity/dynamic_sanity.cs $/IronPython/IronPython_2_6/Src/Tests/interop/net/property/test_indexervb.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/property/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/property/test_indexercs.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/property/test_property.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/field/test_initonly_fields.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/field/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/field/test_instance_fields.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/derivation/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/derivation/test_method_override.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/derivation/test_property_override.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/derivation/test_simplederive.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t1c.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3b.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t5a.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t2e.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t5c1.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t7a.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t5b.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t2f.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t7f.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t7b.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3d.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/module.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t1a.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t2c.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t4b.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3h.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3e.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t1b.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3c0.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3a.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3g2.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t6.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3c1.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t7d.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/event/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/type/test_defaultmember.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/type/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/type/test_clr_array.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/type/test_ctor.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/method/test_operators.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/method/test_op_explicit.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/test_dynamicobjectmodel.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/field $/IronPython/IronPython_2_6/Src/Tests/interop/net/derivation $/IronPython/IronPython_2_6/Src/Tests/interop/net/test_accessibility.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder $/IronPython/IronPython_2_6/Src/Tests/interop/net/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/test_loadorder.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/event $/IronPython/IronPython_2_6/Src/Tests/interop/net/type $/IronPython/IronPython_2_6/Src/Tests/interop/net/method $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/pytraits/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/pytraits/method.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/SimpleErrors.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/DispEvents.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/OptionalParams.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/apps/__init__.py $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComInvokeAction.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/CurrencyArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComDispIds.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/IDispatchMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComEventSinkProxy.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/Errors.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/Helpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComHresults.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/IPseudoComObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/Variant.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComType.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/SimpleArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComInvokeBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/StringArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/TypeLibInfoMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComEventSink.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/VariantBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/TypeUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/VarEnumSelector.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/TypeEnumMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComTypeDesc.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/SplatCallSite.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/VariantArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComTypeLibMemberDesc.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComEventSinksContainer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/VariantArray.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComBinderHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ExceptionUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/IOUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ReadOnlyDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ConsoleStreamType.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/WeakCollection.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/EnumUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/CheckedDictionaryEnumerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ValueArray.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/StringUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/CopyOnWriteList.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/Set.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/DynamicUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ListEqualityComparer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ReferenceEqualityComparer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/TypeUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ReflectedCaller.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ReflectedCaller.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/TypeExtensions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/CollectionExtensions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ExceptionFactory.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/CollectionUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ObjectOperations.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptHost.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptEngine.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ErrorSinkProxyListener.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Configuration $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptSource.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptRuntime.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptScope.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Providers/HostingHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/ICommandDispatcher.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/ConsoleHostOptions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/IConsole.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/ConsoleOptions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/BasicConsole.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/Style.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/Remote/RemoteRuntimeServer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/Remote/RemoteCommandDispatcher.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/Remote/RemoteConsoleHost.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/Remote/RemoteConsoleCommandLine.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Configuration/LanguageElementCollection.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Configuration/Section.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Configuration/OptionElementCollection.cs $/IronPython/IronPython_2_6/Src/Tests/test_cPickle.py $/IronPython/IronPython_2_6/Src/Tests/test_random.py $/IronPython/IronPython_2_6/Src/Tests/test_numtypes.py $/IronPython/IronPython_2_6/Src/Tests/test_dllsite.py $/IronPython/IronPython_2_6/Src/Tests/test_codecs.py $/IronPython/IronPython_2_6/Src/Tests/check_result.bat $/IronPython/IronPython_2_6/Src/Tests/test_function.py $/IronPython/IronPython_2_6/Src/Tests/perf_micro_calls.py $/IronPython/IronPython_2_6/Src/Tests/test_conditional.py $/IronPython/IronPython_2_6/Src/Tests/test_slice.py $/IronPython/IronPython_2_6/Src/Tests/test_imp.py $/IronPython/IronPython_2_6/Src/Tests/timeit.py $/IronPython/IronPython_2_6/Src/Tests/test_privateBinding.py $/IronPython/IronPython_2_6/Src/Tests/test_statics.py $/IronPython/IronPython_2_6/Src/Tests/modules $/IronPython/IronPython_2_6/Src/Tests/test_cliclass.py $/IronPython/IronPython_2_6/Src/Tests/test_clrnuminterop.py $/IronPython/IronPython_2_6/Src/Tests/testpkg1 $/IronPython/IronPython_2_6/Src/Tests/test_ironmath.py $/IronPython/IronPython_2_6/Src/Tests/test_exceptions.py $/IronPython/IronPython_2_6/Src/Tests/Modes $/IronPython/IronPython_2_6/Src/Tests/versions $/IronPython/IronPython_2_6/Src/Tests/test_methodbinder2.py $/IronPython/IronPython_2_6/Src/Tests/test_python25.py $/IronPython/IronPython_2_6/Src/Tests/test_slots.py $/IronPython/IronPython_2_6/Src/Tests/test_socket.py $/IronPython/IronPython_2_6/Src/Tests/test_excinfo.py $/IronPython/IronPython_2_6/Src/Tests/test_compiler.py $/IronPython/IronPython_2_6/Src/Tests/test_in.py $/IronPython/IronPython_2_6/Src/Tests/test_kwarg.py $/IronPython/IronPython_2_6/Src/Tests/test_file.py $/IronPython/IronPython_2_6/Src/Tests/Inc $/IronPython/IronPython_2_6/Src/Tests/test_array.py $/IronPython/IronPython_2_6/Src/Tests/c1.cs $/IronPython/IronPython_2_6/Src/Tests/test_index.py $/IronPython/IronPython_2_6/Src/Tests/test_delegate.py $/IronPython/IronPython_2_6/Src/Tests/test_namebinding.py $/IronPython/IronPython_2_6/Src/Tests/test_number.py $/IronPython/IronPython_2_6/Src/Tests/test_cStringIO.py $/IronPython/IronPython_2_6/Src/Tests/test_bool.py $/IronPython/IronPython_2_6/Src/Tests/test_system_timers.py $/IronPython/IronPython_2_6/Src/Tests/test_methodbinder1.py $/IronPython/IronPython_2_6/Src/Tests/harness.py $/IronPython/IronPython_2_6/Src/Tests/test_class.py $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly $/IronPython/IronPython_2_6/Src/Tests/test_attribute_customize.py $/IronPython/IronPython_2_6/Src/Tests/run.py $/IronPython/IronPython_2_6/Src/Tests/test_missing.py $/IronPython/IronPython_2_6/Src/Tests/test_winforms.py $/IronPython/IronPython_2_6/Src/Tests/test_copy_reg.py $/IronPython/IronPython_2_6/Src/Tests/test_locale.py $/IronPython/IronPython_2_6/Src/Tests/test_str.py $/IronPython/IronPython_2_6/Src/Tests/c2.cs $/IronPython/IronPython_2_6/Src/Tests/test_thread.py $/IronPython/IronPython_2_6/Src/Tests/test_formatting.py $/IronPython/IronPython_2_6/Src/Tests/Inputs $/IronPython/IronPython_2_6/Src/Tests/test_importpkg.py $/IronPython/IronPython_2_6/Src/Tests/test_decorator.py $/IronPython/IronPython_2_6/Src/Tests/test_specialcontext.py $/IronPython/IronPython_2_6/Src/Tests/test_memory.py $/IronPython/IronPython_2_6/Src/Tests/badil.py $/IronPython/IronPython_2_6/Src/Tests/c3.cs $/IronPython/IronPython_2_6/Src/Tests/test_operator.py $/IronPython/IronPython_2_6/Src/Tests/test_clrload2.py $/IronPython/IronPython_2_6/Src/Tests/test_interpret_sanity.py $/IronPython/IronPython_2_6/Src/Tests/debugging $/IronPython/IronPython_2_6/Src/Tests/custombuiltins.py $/IronPython/IronPython_2_6/Src/Tests/test_tcf.py $/IronPython/IronPython_2_6/Src/Tests/test_ipye.py $/IronPython/IronPython_2_6/Src/Tests/test_metaclass.py $/IronPython/IronPython_2_6/Src/Tests/test_interactive.py $/IronPython/IronPython_2_6/Src/Tests/test_time.py $/IronPython/IronPython_2_6/Src/Tests/plans $/IronPython/IronPython_2_6/Src/Tests/test_iterator.py $/IronPython/IronPython_2_6/Src/Tests/test_complex.py $/IronPython/IronPython_2_6/Src/Tests/functions/__init__.py $/IronPython/IronPython_2_6/Src/Tests/functions/signatures.py $/IronPython/IronPython_2_6/Src/Tests/modules/_sha256.py $/IronPython/IronPython_2_6/Src/Tests/modules/_bytesio_test.py $/IronPython/IronPython_2_6/Src/Tests/modules/_sha512.py $/IronPython/IronPython_2_6/Src/Tests/pyc/pkg $/IronPython/IronPython_2_6/Src/Tests/pyc/pycpkgtest.py $/IronPython/IronPython_2_6/Src/Tests/pyc/console_hw.py $/IronPython/IronPython_2_6/Src/Tests/pyc/test_pyc.ps1 $/IronPython/IronPython_2_6/Src/Tests/pyc/pkg/a.py $/IronPython/IronPython_2_6/Src/Tests/testpkg1/mod1.py $/IronPython/IronPython_2_6/Src/Tests/Modes/ConsoleHelp.Release.out $/IronPython/IronPython_2_6/Src/Tests/Modes/ConsoleFlags.ps1 $/IronPython/IronPython_2_6/Src/Tests/versions/python26.py $/IronPython/IronPython_2_6/Src/Tests/specialcontext/Consoleless.ps1 $/IronPython/IronPython_2_6/Src/Tests/specialcontext/verify_ipyw.py $/IronPython/IronPython_2_6/Src/Tests/hosting/editor_svcs $/IronPython/IronPython_2_6/Src/Tests/hosting/editor_svcs/errorlistener.py $/IronPython/IronPython_2_6/Src/Tests/hosting/stress/__init__.py $/IronPython/IronPython_2_6/Src/Tests/Inc/toexec.py $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadexception.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/delegatedefinitions.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/typeforwardee3.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/defaultmembersvb.vb $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/baseclasscs.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/returnvalues.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/typeforwardee2.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/propertydefinitions.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/dynamicobjmodel.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/TypeSamples.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/typeforwarder3.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/typeforwarder2.il $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/indexerdefinitionsvb.vb $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/operators.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/testsupport.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/typeforwarder1.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_2.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_4a.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_3c.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_1a.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_3b.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_4c.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_4b.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_1c.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_4.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_2e.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_2b.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_7c.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_3.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_3f.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_6a.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_2d.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_7b.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_3h.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_3a.cs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComLibrary.vcproj $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/OutParams.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/Properties.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/ReadMe.txt $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/MultipleParams.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/HiddenMembers.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/dllmain.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComLibrary.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/Properties.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DispEvents.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComLibraryPS.vcproj $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/IndexedProp.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/ProvidesClassInfo.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/NonDispatch.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/Setup $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/ReturnValues.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/OptionalParams.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/ProvidesClassInfo.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComLibrary.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/InOutParams.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/dllmain.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/HiddenMembers.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/IndexedProp.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/NoTypeInfo.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/SimpleErrors.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrUniversalObj.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/IndexedProp.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/OutParams.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/ParamsInRetval.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/MultipleParams.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/Resource.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/OptionalParams.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComServer.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/stdafx.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/_IDispEventsEvents_CP.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/Properties.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComStopwatch.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/Setup/Setup.vdproj $/IronPython/IronPython_2_6/Src/Tests/interop/com $/IronPython/IronPython_2_6/Src/Tests/interop/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/net $/IronPython/IronPython_2_6/Src/Tests/interop/com/apps $/IronPython/IronPython_2_6/Src/Tests/interop/com/compat/hw.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/apps/adodb.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/apps/word.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/apps/excel.py $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Microsoft.Scripting.Silverlight.csproj $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Settings.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Repl.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Properties/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/HttpSocket.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/LanguageInfo.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/HtmlFormatter.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/slx.png $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/Chiron.csproj $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/Properties $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/MimeTypeSection.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/HttpRequestData.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/Zip.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/ClrType.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/InheritTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/BindTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/DeTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/MemberMappingTests.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/LoadTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/IntegerTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/StringDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/ProtocolTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/IronPythonTest.csproj $/IronPython/IronPython_2_6/Src/IronPythonTest/Exceptions.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/StaticTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/Indexable.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/Stress $/IronPython/IronPython_2_6/Src/IronPythonTest/Enums.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/DelegateTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/Explicit.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/Stress/Engine.cs $/IronPython/IronPython_2_6/Src/Scripts/generate_exception_factory.py $/IronPython/IronPython_2_6/Src/Scripts/generate_typecache.py $/IronPython/IronPython_2_6/Src/Scripts/generate_symboltable.py $/IronPython/IronPython_2_6/Src/Scripts/generate_comdispatch.py $/IronPython/IronPython_2_6/Src/Scripts/generate_dynsites.py $/IronPython/IronPython_2_6/Src/Scripts/generate_AssemblyTypeNames.py $/IronPython/IronPython_2_6/Src/Scripts/generate.py $/IronPython/IronPython_2_6/Src/Scripts/generate_tree.py $/IronPython/IronPython_2_6/Src/Scripts/run_compiled.py $/IronPython/IronPython_2_6/Src/Scripts/CompareDirs.py $/IronPython/IronPython_2_6/Src/Scripts/generate_alltypes.py $/IronPython/IronPython_2_6/Src/Scripts/radix_generator.py $/IronPython/IronPython_2_6/Src/Scripts/test_cgcheck.py $/IronPython/IronPython_2_6/Src/Scripts/generate_SharedGlobalAllocator.py $/IronPython/IronPython_2_6/Src/Scripts/generate_tuples.py $/IronPython/IronPython_2_6/Src/Scripts/generate_dynamic_instructions.py $/IronPython/IronPython_2_6/Src/Scripts/generate_ops.py $/IronPython/IronPython_2_6/Src/IronPythonWindow/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/IronPythonWindow/ipyw.ico $/IronPython/IronPython_2_6/Src/IronPython/IronPython.csproj $/IronPython/IronPython_2_6/Src/IronPython/Resources.Designer.cs $/IronPython/IronPython_2_6/Src/IronPython/Modules $/IronPython/IronPython_2_6/Src/IronPython/Properties $/IronPython/IronPython_2_6/Src/IronPython/Runtime $/IronPython/IronPython_2_6/Src/IronPython/Compiler/ReducableDynamicExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/OnDiskScriptCode.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Token.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/RunnableScriptCode.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/SharedGlobalAllocator.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/ArrayGlobalAllocator.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Tokenizer.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/TokenKind.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Parser.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/SharedGlobalAllocator.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonCallTargets.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ConditionalExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ConstantExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/BackQuoteExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/DelStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/BinaryExpression.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/CallExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/Parameter.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/AndExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/EmptyStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/DictionaryExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ListComprehensionFor.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/RaiseStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ScopeStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/PythonOperator.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/TryStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/FunctionDefinition.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ReturnStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/SequenceExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/BinaryExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/IfStatementTest.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/Arg.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ForStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ContinueStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/GeneratorExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/PythonWalker.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ClassDefinition.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/Expression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/WithStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/PythonReference.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/Statement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/FlowChecker.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/IndexExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ListComprehension.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ListComprehensionIf.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/RelativeModuleName.cs $/IronPython/IronPython_2_6/Src/IronPython/Modules/sys.cs $/IronPython/IronPython_2_6/Src/IronPython/Modules/Builtin.cs $/IronPython/IronPython_2_6/Src/IronPython/Modules/Builtin.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Lib/__future__.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest $/IronPython/IronPython_2_6/Src/IronPython/Lib/site.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/runpy.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/warning_util.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/runner.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/console_util.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/file_util.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/assert_util.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/test_env.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/util.py $/IronPython/IronPython_2_6/Src/IronPython/Properties/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Descriptors.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/DontMapICollectionToLenAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/DefaultContext.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations $/IronPython/IronPython_2_6/Src/IronPython/Runtime/CompareUtil.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/CodeContext.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Bytes.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/SiteLocalStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Slice.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/FunctionCode.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonTracebackListener.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/WrapperDictionary.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonHiddenAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/RuntimeVariablesDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/WarningInfo.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/CompileFlags.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonDynamicStackFrame.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/CompiledLoader.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonAsciiEncoding.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/DictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Index.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ErrorCodes.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ModuleLoader.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonNarrowing.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonFunction.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/BytesConversionAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ThrowingErrorSink.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ModuleOptions.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/SymbolIdDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Symbols.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/DontMapIEnumerableToContainsAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/AttributesDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ClassMethodDescriptor.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Method.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Converter.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/List.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/FunctionAttributes.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonBuffer.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ConversionWrappers.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/NameType.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonOptions.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/StringFormatSpec.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ByteArray.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonFunction.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/BuiltinsDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonTuple.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Generator.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonTypeAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/CustomDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonModuleAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Symbols.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/DontMapGetMemberNamesToDirAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/CommonDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/OSException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/PythonExceptions.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/TabException.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/GeneratorExitException.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/Win32Exception.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/UnicodeException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/PythonExceptions.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/ImportException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/TraceBack.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/UnicodeWarningException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/ObjectException.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/UserWarningException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/AssertionException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/DeprecationWarningException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/OldInstanceException.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/StopIterationException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/PythonTypeOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/StringOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/UserTypeOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/ListOfTOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/TypeTrackerOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/PythonCalls.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/BoolOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/ComOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/FloatOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/CharOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/NamespaceTrackerOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/CachedNewTypeInfo.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/BuiltinFunction.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/OperatorMapping.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedSlotProperty.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonAssemblyOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ExtensionPropertyInfo.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedExtensionProperty.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/DictProxy.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/InstanceCreator.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/DynamicBaseTypeAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/FunctionType.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonTypeDictSlot.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedIndexer.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/CustomAttributeTracker.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/DocBuilder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonTypeDataSlot.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/SlotFieldAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/Mro.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/TypeCache.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/OldInstance.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/BuiltinFunction.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/BuiltinMethodDescriptor.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ResolvedMember.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonType.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/OldInstance.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/FastBindResult.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonDeleteSliceBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonOperationKind.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonSetIndexBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/IComConvertible.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/ConversionBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/IPythonSite.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaMethod.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/IPythonOperable.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaUserObject.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaBuiltinFunction.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonProtocol.Operations.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/FastSetBase.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonBinaryOperationBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/OperatorStrings.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonSetMemberBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/IPythonInvokable.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonGetSliceBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaUserObject.Members.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaPythonFunction.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaPythonType.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/BinaryRetTypeBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonGetMemberBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/ContextArgBuilder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/CreateFallbackBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaPythonType.Calls.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonOverloadResolver.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonUnaryOperationBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/IPythonGetable.cs $/IronPython/IronPython_2_6/Src/IronPython/Hosting/PythonService.cs $/IronPython/IronPython_2_6/Src/IronPython/Hosting/PythonOptionsParser.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/cPickle.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/binascii.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/copy_reg.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/ModuleOps.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/select.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/array.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_sha.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_md5.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/GlobalSuppressions.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes_test.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/xxsubtype.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_codecs_cn.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_sha512.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_bytesio.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_winreg.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_warnings.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/thread.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_collections.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_weakref.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/marshal.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ssl.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/errno.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/math.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/IronPython.Modules.csproj $/IronPython/IronPython_2_6/Src/IronPython.Modules/Properties $/IronPython/IronPython_2_6/Src/IronPython.Modules/_fileio.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/nt.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_sre.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/Extensions.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/_ctypes.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/MarshalCleanup.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/CFuncPtr.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/SimpleType.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/UnionType.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/Pointer.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/NativeFunctions.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/MemoryHolder.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/CFuncPtrType.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/Field.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/Properties/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/ScopedRuntimeVariables.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/IDebugCallback.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/InvokeTargets.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebugMode.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/Microsoft.Scripting.Debugging.txt $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/RuntimeOps.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebugInfoRewriter.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebugGenerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebugFrame.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/CompilerServices $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebugThread.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DefaultRuntimeVariablesImpl $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/CollectionUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/TracePipeline/TracePipeline.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/TracePipeline/ITraceCallback.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DefaultRuntimeVariablesImpl/DebugRuntimeVariables.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DefaultRuntimeVariablesImpl/DefaultDebugThread.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/RuntimeVariablesSupport/IDebugRuntimeVariables.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/RuntimeVariablesSupport/IDebugThreadFactory.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.Core.csproj $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/DebugKey.snk $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/AnalyzedTree.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Statements.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/StackSpiller.Bindings.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/StackSpiller.Temps.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Expressions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/VariableBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Unary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/DebugInfoGenerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/DelegateHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Lambda.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/ILGen.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/OffsetTrackingILGenerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/StackSpiller.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/SymbolDocumentGenerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/CompilerScope.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/DeleteIndexBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/GetIndexBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/ExpandoClass.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/ConvertBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/CallSite.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/GetMemberBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/DeleteMemberBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/CallSiteOps.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/RuleCache.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/UpdateDelegates.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/IDynamicMetaObjectProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/CallSiteBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/DynamicMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/InvokeBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/CallInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/Expression.DebuggerProxy.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/ConditionalExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/ConstantExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/SwitchExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/ExpressionVisitor.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/LabelExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/BinaryExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/LambdaExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/Expression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/NewArrayExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/TypeBinaryExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/CatchBlock.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/DefaultExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/TryExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/SwitchCase.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/IRuntimeVariables.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/Action.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/Function.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/CollectionExtensions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/ExceptionFactory.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/StrongBox.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Microsoft.Scripting.csproj $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SourceCodeReader.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Microsoft.Scripting.txt $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/KeyboardInterruptException.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SourceSpan.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/CompilerOptions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ErrorSink.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ScriptCodeParseResult.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/LanguageOptions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Math $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SourceUnit.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SourceCodeKind.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/MutableTuple.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ArgumentTypeException.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Properties $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Severity.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/InvalidImplementationException.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/TextContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ReflectedPropertyTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ConditionalBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ComboActionRewriter.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.SetMember.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/TrackerTypes.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ConstructorTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/CustomTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ExtensionBinaryOperationBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ExtensionUnaryOperationBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/MemberRequestKind.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/OperatorInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/TypeTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/MethodTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/CallSignature.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/NoSideEffectsAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/FieldTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ExtensionPropertyTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/DynamicSiteHelper.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ErrorInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/EventTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ParamsDictArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ActualArguments.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/CallFailureReason.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/MethodCandidate.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ReferenceArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ReturnReferenceArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/NarrowingLevel.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/DefaultOverloadResolver.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/CallFailure.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ParamsArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ConversionResult.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/OverloadResolver.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/OutArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ParameterMapping.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ArgumentBinding.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/ConstantExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/GeneratorExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/LambdaBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/SkipInterpretExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/IfStatementBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/BinaryExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/LambdaParameterRewriter.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/EmptyStatements.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/NewArrayExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/TryStatementBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/MethodCallExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/LoopStatement.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/IfStatementTest.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/VariableDictionaryExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/DynamicInstructions.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/LastFaultingLineExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/LightCompiler.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/RuntimeVariables.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/DynamicInstructions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/LightLambda.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/LightLambdaClosureVisitor.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/Interpreter.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/CompilerHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/Snippets.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/ToDiskRewriter.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/ConstantCheck.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/DelegateHelpers.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/ParameterInfoWrapper.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/TypeGen.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/MethodSignatureInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ContextId.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/AssemblyTypeNames.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/Cast.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/Scope.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ScriptingRuntimeHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/TokenTriggers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/TransformDictEnumerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DlrCachedCodeAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DynamicOperations.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ModuleChangeEventArgs.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/Cast.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/IdDispenser.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/BinderOps.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ReturnFixer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DynamicStackFrame.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/SourceStringContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ImplicitConversionMethodAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/RestrictedMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/CallTargets.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/LocalsDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/PositionTrackingWriter.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/OperatorSlotAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/AmbiguousFileNameException.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/LanguageBoundTextContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DefaultLanguageContext.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/InvariantContext.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ModuleChangeEventType.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/TokenizerService.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DynamicRuntimeHostingProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/CompilerContext.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/TokenInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Math/BigInteger.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/NullArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComInterop.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/CompiledCode.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/GlobalSuppressions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/KeyedQueue.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/IExpressionSerializable.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/DebugOptions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/UnknownArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/TypeLibMetaObject.cs $/IronPython/IronPython_2_6/Src/Tests/pyc/winforms_hw.py $/IronPython/IronPython_2_6/Src/Tests/Modes/ConsoleHelp.Debug.out $/IronPython/IronPython_2_6/Src/Tests/versions/__init__.py $/IronPython/IronPython_2_6/Src/Tests/hosting/stress/engine.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/dlrcomserver.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/pytraits $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/paramsinretval.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/pytraits/obj.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/method/test_arguments.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/method/test_op_implicit.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/method/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/type/test_reachtype.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/event/test_event.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3i.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t2d.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t4c.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t7c.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t2g.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t5c2.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t7e.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t2a.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t2h.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3c2.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/derivation/test_special_method.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/field/test_literal_fields.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/field/test_fields_inside_enum.py $/IronPython/IronPython_2_6/Src/Tests/Tools/modulediff.py $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/datetime.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/__builtin__.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/array.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/types_only.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/cStringIO.log $/IronPython/IronPython_2_6/Src/Tests/silverlight_sanity/app $/IronPython/IronPython_2_6/Src/Tests/Inputs/raise.py $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.type.test_defaultmember.html $/IronPython/IronPython_2_6/Tools/Scripts/pyc.py $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ErrorArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/DateTimeArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ConvertibleArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ConvertArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComRuntimeHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComMethodDesc.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComFallbackMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComEventDesc.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComClassMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/BoundDispEvent.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/UnaryExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/SourceFileInformation.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/FinallyFlowControlExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/TopNamespaceTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/NamespaceTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/MemberTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/DynamicExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/ExpressionType.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/IndexExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/MemberListBinding.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/IArgumentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/ListArgumentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SymbolId.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SourceFileContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/TokenCategory.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SourceLocation.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.DeleteMember.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Interceptor.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.Invoke.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ExtensionMethodTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ConversionResultKind.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.GetMember.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/MemberGroup.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.Conversions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ReturnBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/TypeInferer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/InstanceBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/SimpleArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/OverloadResolverFactory.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ParameterWrapper.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/RestrictedArguments.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/LightDelegateCreator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/Instruction.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/InterpretedFrame.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/LightLambda.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/LegacyScriptCode.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/StreamContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/MetaObjectExtensions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/Extensible.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DelegateInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ExceptionHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ScriptCode.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/SavableScriptCode.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/CustomSymbolDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/BaseSymbolDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/NotNullAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DynamicLanguageProviderAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/IMembersList.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ScriptDomainManager.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ExplicitConversionMethodAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/BinderType.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/StaticExtensionMethodAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Math/Complex64.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Properties/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ContractUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/AssemblyQualifiedTypeName.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/CacheDict.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/Assert.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptIO.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Providers $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ErrorListener.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/LanguageSetup.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/TokenCategorizer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/SuperConsole.cs $/IronPython/IronPython_2_6/License.Rtf $/IronPython/IronPython_2_6/Tutorial/dialog2.jpg $/IronPython/IronPython_2_6/Tutorial/dialog1.jpg $/IronPython/IronPython_2_6/Src/Hosts $/IronPython/IronPython_2_6/Src/IronPythonConsoleAny $/IronPython/IronPython_2_6/Src/IronPythonWindow $/IronPython/IronPython_2_6/Src/IronPython $/IronPython/IronPython_2_6/Src/IronPython.Modules $/IronPython/IronPython_2_6/Src/MSSharedLibDelaySigned.snk $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/ErrorFormatter.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/DynamicEngine.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/DynamicApplication.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/sl.png $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/AppManifestTemplate.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/Properties/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/EngineTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/IronMath.cs $/IronPython/IronPython_2_6/Src/Scripts/generate_reflected_calls.py $/IronPython/IronPython_2_6/Src/Scripts/ipcom.ps1 $/IronPython/IronPython_2_6/Src/Scripts/generate_walker.py $/IronPython/IronPython_2_6/Src/Scripts/test_parrot.py $/IronPython/IronPython_2_6/Src/Scripts/test_builder.py $/IronPython/IronPython_2_6/Src/Scripts/generate_casts.py $/IronPython/IronPython_2_6/Src/Scripts/generate_calls.py $/IronPython/IronPython_2_6/Src/Scripts/run_interactive.py $/IronPython/IronPython_2_6/Src/Scripts/generate_exceptions.py $/IronPython/IronPython_2_6/Src/Scripts/clean.py $/IronPython/IronPython_2_6/Src/Scripts/smtpmailer.py $/IronPython/IronPython_2_6/Src/Scripts/generate_math.py $/IronPython/IronPython_2_6/Src/IronPython/MaybeNotImplementedAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Resources.resx $/IronPython/IronPython_2_6/Src/IronPython/GlobalSuppressions.cs $/IronPython/IronPython_2_6/Src/IronPython/Lib $/IronPython/IronPython_2_6/Src/IronPython/Hosting $/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonCompilerOptions.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast $/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonSavableScriptCode.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/DictionaryGlobalAllocator.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/GlobalAllocator.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/GeneratorRewriter.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonScriptCode.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/YieldExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/DottedName.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ExecStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/SliceExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/TupleExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/AssignmentStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/UnaryExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ListExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/PythonAst.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/PrintStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ModuleName.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/OrExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/SuiteStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/AssertStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/MemberExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ExpressionStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/misc_util.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/process_util.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/__init__.py $/IronPython/IronPython_2_6/Src/IronPython/Properties/Visibility.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ClassMethodAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ScopeDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions $/IronPython/IronPython_2_6/Src/IronPython/Runtime/FutureBuiltins.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ModuleContext.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Set.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/NoLineFeedSourceContentProvider.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonDictionary.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonModule.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonContext.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Interfaces.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/NewStringFormatter.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Reversed.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/OutputWriter.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/KwCallInfo.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/StringFormatter.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ClrModule.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ObjectAttributesAdapter.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Profiler.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/RuntimeException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/ReferenceException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/IndentationException.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/WarningException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/BufferException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/EnvironmentException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/SystemExitException.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/UnicodeTranslateException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/RuntimeWarningException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/SyntaxWarningException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/PendingDeprecationWarningException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/ArrayOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/ComplexOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/DecimalOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/LongOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/TypeGroupOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/PythonOps.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/DelegateOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/IListOfByteOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/InstanceOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/NewTypeInfo.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedField.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/TypeInfo.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/NewTypeMaker.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/TypeInfo.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonType.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedGetterSetter.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/DynamicHelpers.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/CustomOldClassDictionary.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/BuiltinFunctionOverloadMapper.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ConstructorFunction.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonInvokeBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/CompatibilityInvokeBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/SlotOrFunction.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaOldClass.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/IFastSettable.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaPythonType.Members.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/IFastInvokable.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonGetIndexBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/Binders.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/BinaryRetTypeBinder.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonSetSliceBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaBuiltinMethodDescriptor.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/FastGetBase.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/SiteLocalStorageBuilder.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/cmath.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_locale.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_multibytecodec.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/ThreadLocal.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/TracePipeline $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/FunctionInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/LambdaWalker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/Microsoft.Scripting.Debugging.csproj $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DelegateHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebugContext.GeneratorLoopProc.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebugSourceFile.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/TraceEventKind.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/CompilerServices/DebugLambdaInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/GlobalSuppressions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Properties $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/HoistedLocals.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/RuntimeVariableList.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/Set.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/KeyedQueue.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LabelInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/ExpandoObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/SetIndexBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/InvokeMemberBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/MethodCallExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/ParameterExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/RuntimeVariablesExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/TypeUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/NewExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/ContractUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/ReferenceEqualityComparer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/TrueReadOnlyCollection.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/CacheDict.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/ReadOnlyDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/ReadOnlyCollectionBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ArgumentType.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Argument.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/BinderHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/BoundMemberTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ActionBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ApplicableCandidate.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ThreadLocal.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/Publisher.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/WeakHandle.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/DictionaryUnionEnumerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ReflectionUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/WeakDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/SynchronizedDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/Remote/ConsoleRestartManager.cs $/IronPython/IronPython_2_6/Src/Tests/functions $/IronPython/IronPython_2_6/Src/Tests/compat $/IronPython/IronPython_2_6/Src/Tests/c4.cs $/IronPython/IronPython_2_6/Src/Tests/modules/_ssl_test.py $/IronPython/IronPython_2_6/Src/Tests/hosting/__init__.py $/IronPython/IronPython_2_6/Src/Tests/hosting/editor_svcs/__init__.py $/IronPython/IronPython_2_6/Src/Tests/hosting/editor_svcs/tokencategorizer.py $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/ClrAssembly.csproj $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/dummy.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/indexerdefinitionscs.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/missingtype.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/eventdefinitions.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/typeforwardee1.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/fieldtests.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/methodargs.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadtypesample.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/defaultmemberscs.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/baseclassvb.vb $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_2g.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_2h.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_5b.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_2a.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_7a.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_2c.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_3g.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_1b.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_5a.cs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComLibrary.def $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/ReturnValues.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/NoTypeInfo.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComStopwatch.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/HiddenMembers.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComLibrary.idl $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComServer.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrUniversalObj.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrUniversalObj.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/OptionalParams.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/ParamsInRetval.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComLibrary.rc $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/OutParams.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/ParamsInRetval.h $/IronPython/IronPython_2_6/Src/Tests/encoded_files/cp11334_ok.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/compat $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib $/IronPython/IronPython_2_6/Src/Tests/interop/com/apps/MultiOffice.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/apps/scriptpw.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/apps/msagent.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_simple_compare.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_builtin.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/try_except1.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/try_except3.py $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.test_loadorder.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.test_accessibility.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.derivation.test_event_override.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.method.html $/IronPython/IronPython_2_6/Src/Tests/plans/generic_plan_template.py $/IronPython/IronPython_2_6/Src/Tests/plans/debugging.mdbg_tool.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.derivation.test_method_signature.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.method.test_op_explicit.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.method.test_returnvalue.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.method.test_arguments.html $/IronPython/IronPython_2_6/Src/Tests/plans/debugging.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.property.test_property.html $/IronPython/IronPython_2_6/Doc/IronPython.css $/IronPython/IronPython_2_6/Config $/IronPython/IronPython_2_6/Doc $/IronPython/IronPython_2_6/License.html $/IronPython/IronPython_2_6/Tutorial/csx.bat $/IronPython/IronPython_2_6/Tutorial/debugvbx.py $/IronPython/IronPython_2_6/Tutorial/calculator.py $/IronPython/IronPython_2_6/Config/Signed/App.config $/IronPython/IronPython_2_6/Config/Unsigned/App.config $/IronPython/IronPython_2_6/Src/App.config $/IronPython/IronPython_2_6/Src/IronPython.sln $/IronPython/IronPython_2_6/Src/IronPythonWindowAny/IronPythonWindowAny.csproj $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/BrowserScriptHost.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/DynamicAppManifest.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/Chiron.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/App.config $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/XapHttpHandler.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/XapBuilder.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/Crc32.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/HttpServer.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/README.txt $/IronPython/IronPython_2_6/Src/IronPythonTest/BinderTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/GenMeth.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/TypeDescriptor.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/NestedClass.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/OperatorTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/Conversions.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/Events.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/Cmplx.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/ExceptionConverter.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/NullableTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/AttrInjectorTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/DefaultParams.cs $/IronPython/IronPython_2_6/Src/Scripts/copyrights.py $/IronPython/IronPython_2_6/Src/Scripts/generate_indicetest.py $/IronPython/IronPython_2_6/Src/Scripts/make_meta1.py $/IronPython/IronPython_2_6/Src/Scripts/test_pystone.py $/IronPython/IronPython_2_6/Src/IronPythonConsoleAny/IronPythonConsoleAny.csproj $/IronPython/IronPython_2_6/Src/IronPythonWindow/IronPythonWindow.cs $/IronPython/IronPython_2_6/Src/IronPythonWindow/IronPythonWindow.csproj $/IronPython/IronPython_2_6/Src/IronPythonWindow/ipy.ico $/IronPython/IronPython_2_6/Src/IronPython/Compiler $/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonGlobal.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/LazyCode.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/ClosureInfo.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/CompilationMode.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonGlobalVariableExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/ClosureExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/SavableGlobalAllocator.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Tokenizer.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/RuntimeScriptCode.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/WhileStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/FromImportStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ParenthesisExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/NameExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/VariableKind.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/BreakStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/LambdaExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/AugmentedAssignStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ErrorExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/IfStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/GlobalStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/AstGenerator.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/PythonNameBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ImportStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/Node.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/PythonVariable.cs $/IronPython/IronPython_2_6/Src/IronPython/Modules/imp.cs $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/cominterop_util.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/type_util.py $/IronPython/IronPython_2_6/Src/IronPython/Runtime/DontMapIEnumerableToIterAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/MissingParameter.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/DictionaryOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/UnboundNameException.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ModuleDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/WrapperDescriptorAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonScopeExtension.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/WeakRef.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ModuleGlobalCache.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/DontMapIDisposableToContextManagerAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/LiteralParser.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/IParameterSequence.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Enumerate.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/XRange.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Super.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/BindingWarnings.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Importer.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Python3Warning.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonFile.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/GlobalDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/FloatingPointException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/FutureWarningException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/LookupException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/BytesWarningException.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/IPythonException.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/ImportWarningException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/DBNullOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/ByteOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/ObjectOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/IntOps.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/CustomTypeDescHelpers.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/IntOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/DictionaryOfTOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/EnumOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/PythonOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonSiteCache.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonTypeUserDescriptorSlot.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedEvent.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/IPythonObject.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/NameConverter.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonTypeTypeSlot.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonTypeSlot.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/OldClass.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonTypeWeakRefSlot.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/EmptyType.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedProperty.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/ConditionalBuilder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/IPythonConvertible.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonDeleteMemberBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonProtocol.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonBinder.Create.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/BindingHelpers.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonDeleteIndexBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaPythonObject.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/IFastGettable.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonIndexType.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonOperationBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaOldInstance.cs $/IronPython/IronPython_2_6/Src/IronPython/Hosting/Python.cs $/IronPython/IronPython_2_6/Src/IronPython/Hosting/PythonCodeDomCodeGen.cs $/IronPython/IronPython_2_6/Src/IronPython/Hosting/PythonCommandLine.cs $/IronPython/IronPython_2_6/Src/IronPython/Hosting/PythonConsoleOptions.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_codecs.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/datetime.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/re.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/IterTools.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/socket.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_heapq.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/operator.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes $/IronPython/IronPython_2_6/Src/IronPython.Modules/gc.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_random.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_functools.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_weakref.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_sha256.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_struct.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/time.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/math.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/cStringIO.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/PointerType.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/StructType.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/Structure.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/Array.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/Union.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/INativeType.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/SimpleCData.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/ArrayType.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/CData.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/LocalOrArg.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/NativeArgument.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/SimpleTypeKind.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebugSourceSpan.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebugContext.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/Microsoft.Scripting.Debugging.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/ForceToGeneratorLoopException.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebuggableLambdaBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/VariableInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/RuntimeVariablesSupport $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/TracePipeline/ITracePipeline.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/CompilerServices/IDebugCompilerSupport.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DefaultRuntimeVariablesImpl/DefaultDebugThreadFactory.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Stubs.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.ExtensionAttribute.csproj $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/ExpressionQuoter.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Binary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.ControlFlow.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Logical.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/ConstantCheck.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/DelegateHelpers.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Address.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/StackSpiller.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/AssemblyGen.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/CompilerScope.Storage.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/Closure.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/BoundConstants.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/SetMemberBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/CreateInstanceBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/BindingRestrictions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/DynamicMetaObjectBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/DynamicObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/CallSiteHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/BinaryOperationBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/UnaryOperationBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/MemberMemberBinding.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/LoopExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/MemberBinding.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/ListInitExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/BlockExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/ElementInit.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/LabelTarget.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/DebugViewWriter.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/MemberAssignment.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/SymbolDocumentInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/UnaryExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/GotoExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/MemberExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/InvocationExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/MemberInitExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/DebugInfoExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/ExpressionStringBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Properties/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Properties/ExtensionAssemblyInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/Extension.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/TypeExtensions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/Helpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/IAttributesCollection.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SyntaxErrorException.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/MultiRuntimeAwareAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/IValueEquality.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/PlatformAdaptationLayer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SymbolTable.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/PerfTrack.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SpecSharp.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/PropertyTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.MethodCalls.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/OperationBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.Operations.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/MethodGroup.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/TypeGroup.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ComboBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/OperationMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/NestedTypeTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/KeywordConstructorReturnBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/Candidate.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/KeywordArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/CandidateSet.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/DefaultArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/BindingResult.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ByRefReturnBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/BindingTarget.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/DebugStatement.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/FlowControlRewriter.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/Block.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/SymbolConstantExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/YieldExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/GeneratorRewriter.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/NewExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/AssemblyGen.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/DelegateHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/DynamicILGen.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/FieldBuilderExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/ILGen.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ReflectionCache.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ParamDictionaryAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/SymbolDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ExtensionTypeAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DynamicNull.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/LanguageContext.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ICustomScriptCodeData.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ScopeStorage.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DlrConfiguration.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/OperationFailed.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DelegateSignatureInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ParserSink.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DynamicDelegateCreator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/BindingRestrictionsHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ScopeExtension.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ISlice.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/IConvertibleMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/Uninitialized.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/SharedIO.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/NullTextContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ExtraKeyEnumerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/PropertyMethodAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/TokenizerBuffer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/CodeDomCodeGen.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/Generator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/IRestrictedMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DocumentationAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/Operators.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/CallTypes.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/DispCallableMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComTypeEnumDesc.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComParamDesc.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/BoolArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ExcepInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/IDispatchComObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComTypeLibInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/DispatchArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComTypeLibDesc.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ConversionArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComTypeClassDesc.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/DispCallable.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/CollectionExtensions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/TextStream.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ArrayUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/MathUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ErrorListenerProxy.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ExceptionOperations.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptRuntimeSetup.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptHostProxy.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/OptionsParser.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/ConsoleHost.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/Remote $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/ConsoleHostOptionsParser.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/CommandLine.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Configuration/LanguageElement.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Configuration/OptionElement.cs $/IronPython/IronPython_2_6/Src/Tests/test_traceback.py $/IronPython/IronPython_2_6/Src/Tests/test_exceptions_generated.py $/IronPython/IronPython_2_6/Src/Tests/test_exec.py $/IronPython/IronPython_2_6/Src/Tests/test_builtinfunc.py $/IronPython/IronPython_2_6/Src/Tests/test_listcomp.py $/IronPython/IronPython_2_6/Src/Tests/regressions.py $/IronPython/IronPython_2_6/Src/Tests/test_future.py $/IronPython/IronPython_2_6/Src/Tests/test_tuple.py $/IronPython/IronPython_2_6/Src/Tests/test_genericmeth.py $/IronPython/IronPython_2_6/Src/Tests/test_clruse.py $/IronPython/IronPython_2_6/Src/Tests/pyc $/IronPython/IronPython_2_6/Src/Tests/test_syntax.py $/IronPython/IronPython_2_6/Src/Tests/test_stdconsole.py $/IronPython/IronPython_2_6/Src/Tests/RunAgainstCpy.py $/IronPython/IronPython_2_6/Src/Tests/test_doc.py $/IronPython/IronPython_2_6/Src/Tests/specialcontext $/IronPython/IronPython_2_6/Src/Tests/test_gc.py $/IronPython/IronPython_2_6/Src/Tests/test_datetime.py $/IronPython/IronPython_2_6/Src/Tests/test_generator_throw.py $/IronPython/IronPython_2_6/Src/Tests/test_weakref.py $/IronPython/IronPython_2_6/Src/Tests/hosting $/IronPython/IronPython_2_6/Src/Tests/test_struct.py $/IronPython/IronPython_2_6/Src/Tests/test_superconsole.py $/IronPython/IronPython_2_6/Src/Tests/test_nofuture.py $/IronPython/IronPython_2_6/Src/Tests/test_bigint.py $/IronPython/IronPython_2_6/Src/Tests/test_methoddispatch.py $/IronPython/IronPython_2_6/Src/Tests/test_threadsafety.py $/IronPython/IronPython_2_6/Src/Tests/test_generator.py $/IronPython/IronPython_2_6/Src/Tests/dllsite.py $/IronPython/IronPython_2_6/Src/Tests/test_numberhash.py $/IronPython/IronPython_2_6/Src/Tests/test_clrexception.py $/IronPython/IronPython_2_6/Src/Tests/test_clrload.py $/IronPython/IronPython_2_6/Src/Tests/test_set.py $/IronPython/IronPython_2_6/Src/Tests/test_nonetype.py $/IronPython/IronPython_2_6/Src/Tests/test_sys.py $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary $/IronPython/IronPython_2_6/Src/Tests/test_help.py $/IronPython/IronPython_2_6/Src/Tests/test_marshal.py $/IronPython/IronPython_2_6/Src/Tests/test_property.py $/IronPython/IronPython_2_6/Src/Tests/encoded_files $/IronPython/IronPython_2_6/Src/Tests/interop $/IronPython/IronPython_2_6/Src/Tests/dynamic_sanity $/IronPython/IronPython_2_6/Src/Tests/run_transformed.bat $/IronPython/IronPython_2_6/Src/Tests/test_buffer.py $/IronPython/IronPython_2_6/Src/Tests/test_math.py $/IronPython/IronPython_2_6/Src/Tests/test_binascii.py $/IronPython/IronPython_2_6/Src/Tests/Tools $/IronPython/IronPython_2_6/Src/Tests/silverlight_sanity $/IronPython/IronPython_2_6/Src/Tests/test_dict.py $/IronPython/IronPython_2_6/Src/Tests/test_xrange.py $/IronPython/IronPython_2_6/Src/Tests/test_stdmodules.py $/IronPython/IronPython_2_6/Src/Tests/test_attrinjector.py $/IronPython/IronPython_2_6/Src/Tests/toimport.py $/IronPython/IronPython_2_6/Src/Tests/test_inheritance.py $/IronPython/IronPython_2_6/Src/Tests/test_with.py $/IronPython/IronPython_2_6/Src/Tests/test_strformat.py $/IronPython/IronPython_2_6/Src/Tests/pretest.py $/IronPython/IronPython_2_6/Src/Tests/test_nt.py $/IronPython/IronPython_2_6/Src/Tests/test_re.py $/IronPython/IronPython_2_6/Src/Tests/test_isinstance.py $/IronPython/IronPython_2_6/Src/Tests/transform.py $/IronPython/IronPython_2_6/Src/Tests/test_attr.py $/IronPython/IronPython_2_6/Src/Tests/test_ipyc.py $/IronPython/IronPython_2_6/Src/Tests/test_closure.py $/IronPython/IronPython_2_6/Src/Tests/test_protected.py $/IronPython/IronPython_2_6/Src/Tests/test_fuzz_parser.py $/IronPython/IronPython_2_6/Src/Tests/test_unicode.py $/IronPython/IronPython_2_6/Src/Tests/test_bytes.py $/IronPython/IronPython_2_6/Src/Tests/test_peverify.py $/IronPython/IronPython_2_6/Src/Tests/test_assert.py $/IronPython/IronPython_2_6/Src/Tests/test_exceptionconverter.py $/IronPython/IronPython_2_6/Src/Tests/test_execfile.py $/IronPython/IronPython_2_6/Src/Tests/pickles $/IronPython/IronPython_2_6/Src/Tests/test_list.py $/IronPython/IronPython_2_6/Src/Tests/modules/_warnings_test.py $/IronPython/IronPython_2_6/Src/Tests/modules/system_namespaces.py $/IronPython/IronPython_2_6/Src/Tests/modules/__init__.py $/IronPython/IronPython_2_6/Src/Tests/modules/_fileio_test.py $/IronPython/IronPython_2_6/Src/Tests/modules/array_test.py $/IronPython/IronPython_2_6/Src/Tests/pyc/console_hw_args.py $/IronPython/IronPython_2_6/Src/Tests/pyc/other_hw.py $/IronPython/IronPython_2_6/Src/Tests/pyc/pkg/__init__.py $/IronPython/IronPython_2_6/Src/Tests/pyc/pkg/b.py $/IronPython/IronPython_2_6/Src/Tests/testpkg1/__init__.py $/IronPython/IronPython_2_6/Src/Tests/hosting/stress $/IronPython/IronPython_2_6/Src/Tests/Inc/execfile_scope.py $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/userdefinedconversions.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_5c.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_2f.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_6b.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_3e.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_5.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_3d.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_3i.cs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/NoTypeInfo.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComLibraryps.def $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/MultipleParams.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComServer.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/SimpleErrors.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/_IDlrComServerEvents_CP.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/NonDispatch.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DispEvents.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/stdafx.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComLibrary.sln $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/ReturnValues.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/ProvidesClassInfo.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/InOutParams.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/SimpleErrors.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/InOutParams.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComStopwatch.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/targetver.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DispEvents.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/NonDispatch.rgs $/IronPython/IronPython_2_6/Src/Tests/encoded_files/cp11334_warn.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/compat/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/compat/hw_client.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/InOutParams.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/ReturnValues.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/typelib.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/MultipleParams.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/OutParams.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/properties.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/pytraits/prop.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/insert_csharp.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/property $/IronPython/IronPython_2_6/Src/Tests/interop/net/method/test_returnvalue.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/type/test_assembly.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/type/test_clrtype.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/event/test_delegate.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3f.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3g1.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t4a.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t2b.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t1d.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/derivation/test_method_signature.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/derivation/test_event_override.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/derivation/test_ctor_override.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/field/test_static_fields.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/field/test_field_misc.py $/IronPython/IronPython_2_6/Src/Tests/dynamic_sanity/dynamic_runner.bat $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/gc.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/time.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/sys.log $/IronPython/IronPython_2_6/Src/Tests/silverlight_sanity/run.bat $/IronPython/IronPython_2_6/Src/Tests/Inputs/syntaxError.py $/IronPython/IronPython_2_6/Src/Tests/Inputs/exitFuncRaises.py $/IronPython/IronPython_2_6/Src/Tests/Inputs/RemoteConsole.py $/IronPython/IronPython_2_6/Src/Tests/debugging/__init__.py $/IronPython/IronPython_2_6/Src/Tests/debugging/vs/__init__.py $/IronPython/IronPython_2_6/Src/Tests/debugging/mdbg_tool/__init__.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_library.dll $/IronPython/IronPython_2_6/Src/Tests/compat/runsbs.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_newtype.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/shared.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/try_except2.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/if_true.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/try_finally2.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/__init__.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/if_false.py $/IronPython/IronPython_2_6/Src/Tests/plans/debugging.vs.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.property.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.method.test_op_implicit.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.derivation.test_special_method.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.event.test_delegate.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.derivation.test_property_override.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.property.test_indexercs.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.derivation.test_method_override.html $/IronPython/IronPython_2_6/Tutorial $/IronPython/IronPython_2_6/Src $/IronPython/IronPython_2_6/Tools $/IronPython/IronPython_2_6/Readme.html $/IronPython/IronPython_2_6/Tutorial/Extend $/IronPython/IronPython_2_6/Tutorial/debugging.py $/IronPython/IronPython_2_6/Tutorial/debugcsx.py $/IronPython/IronPython_2_6/Tutorial/wfdemo.py $/IronPython/IronPython_2_6/Tutorial/winforms.py $/IronPython/IronPython_2_6/Tutorial/xmlutil.py $/IronPython/IronPython_2_6/Tutorial/vbx.bat $/IronPython/IronPython_2_6/Tutorial/Calc.xaml $/IronPython/IronPython_2_6/Tutorial/Tutorial.htm $/IronPython/IronPython_2_6/Tutorial/load.xml $/IronPython/IronPython_2_6/Tutorial/spellcheck.py $/IronPython/IronPython_2_6/Tutorial/avalon.py $/IronPython/IronPython_2_6/Tutorial/pyevent.py $/IronPython/IronPython_2_6/Tutorial/first.py $/IronPython/IronPython_2_6/Tutorial/Extend/csextend.cs $/IronPython/IronPython_2_6/Tutorial/Extend/vbxtest.py $/IronPython/IronPython_2_6/Tutorial/Extend/csxtest.py $/IronPython/IronPython_2_6/Tutorial/Extend/vbextend.vb $/IronPython/IronPython_2_6/Config/Signed $/IronPython/IronPython_2_6/Config/Unsigned $/IronPython/IronPython_2_6/Src/IronPythonConsole $/IronPython/IronPython_2_6/Src/IronPythonWindowAny $/IronPython/IronPython_2_6/Src/IronPythonTest $/IronPython/IronPython_2_6/Src/Scripts $/IronPython/IronPython_2_6/Src/Runtime $/IronPython/IronPython_2_6/Src/Tests $/IronPython/IronPython_2_6/Src/AssemblyVersion.cs $/IronPython/IronPython_2_6/Src/IronPythonConsole/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/IronPythonConsole/Console.cs $/IronPython/IronPython_2_6/Src/IronPythonConsole/IronPythonConsole.csproj $/IronPython/IronPython_2_6/Src/IronPythonConsole/ipy.ico $/IronPython/IronPython_2_6/Src/Hosts/SilverLight $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/SilverlightVersion.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Window.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/agdlr.js $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/agdlr.css $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/ExtensionTypes.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Properties $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/BrowserVirtualFilesystem.cs MODIFIED SOURCES $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.field.test_fields_inside_enum.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.event.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.field.test_field_misc.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.type.test_reachtype.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.derivation.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.type.test_clr_array.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.test_dynamicobjectmodel.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.field.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.derivation.test_ctor_override.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.property.test_indexervb.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.derivation.test_simplederive.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.method.test_operators.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.type.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.insert_csharp.html $/IronPython/IronPython_2_6/Src/Tests/plans/debugging.pdb_mod.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.type.test_ctor.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.type.test_assembly.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.event.test_event.html $/IronPython/IronPython_2_6/Src/Tests/pickles/cp18666.pickle $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/while_loop.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/for_loop.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/try_else.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/define.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/try_finally1.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/try_finally3.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_library.cs $/IronPython/IronPython_2_6/Src/Tests/compat/rulediff.py $/IronPython/IronPython_2_6/Src/Tests/compat/common.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_parse_string.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_func_args.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_typeop.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_class_compare.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_simple_ops.py $/IronPython/IronPython_2_6/Src/Tests/compat/testdata.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_true_division.py $/IronPython/IronPython_2_6/Src/Tests/debugging/pdb_mod/__init__.py $/IronPython/IronPython_2_6/Src/Tests/Inputs/UseCLI.py $/IronPython/IronPython_2_6/Src/Tests/Inputs/uninitializedGlobal.py $/IronPython/IronPython_2_6/Src/Tests/Inputs/exitFuncRuns.py $/IronPython/IronPython_2_6/Src/Tests/Inputs/exit.py $/IronPython/IronPython_2_6/Src/Tests/Inputs/simpleCommand.py $/IronPython/IronPython_2_6/Src/Tests/silverlight_sanity/app/app.py $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/select.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/xxsubtype.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/thread.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/cPickle.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/_weakref.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/_winreg.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/copy_reg.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/_codecs.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/_sre.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/nt.log $/IronPython/IronPython_2_6/Src/Tests/Tools/clr_helpers.py $/IronPython/IronPython_2_6/Src/Tests/Tools/cpy_tests.py $/IronPython/IronPython_2_6/Src/Tests/Tools/cmodule.py $/IronPython/IronPython_2_6/Src/Tests/Tools/logmodule.py $/IronPython/IronPython_2_6/Src/Tests/Tools/stdmodules.py $/IronPython/IronPython_2_6/Src/Tests/Tools/cleantests.py $/IronPython/IronPython_2_6/Src/Tests/dynamic_sanity/mock.py $/IronPython/IronPython_2_6/Src/Tests/dynamic_sanity/dynamic_sanity.cs $/IronPython/IronPython_2_6/Src/Tests/interop/net/property/test_indexervb.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/property/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/property/test_indexercs.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/property/test_property.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/field/test_initonly_fields.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/field/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/field/test_instance_fields.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/derivation/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/derivation/test_method_override.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/derivation/test_property_override.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/derivation/test_simplederive.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t1c.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3b.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t5a.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t2e.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t5c1.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t7a.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t5b.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t2f.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t7f.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t7b.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3d.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/module.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t1a.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t2c.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t4b.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3h.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3e.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t1b.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3c0.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3a.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3g2.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t6.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3c1.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t7d.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/event/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/type/test_defaultmember.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/type/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/type/test_clr_array.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/type/test_ctor.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/method/test_operators.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/method/test_op_explicit.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/test_dynamicobjectmodel.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/test_accessibility.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/test_loadorder.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/pytraits/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/pytraits/method.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/SimpleErrors.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/DispEvents.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/OptionalParams.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/apps/__init__.py $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComInvokeAction.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/CurrencyArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComDispIds.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/IDispatchMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComEventSinkProxy.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/Errors.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/Helpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComHresults.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/IPseudoComObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/Variant.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComType.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/SimpleArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComInvokeBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/StringArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/TypeLibInfoMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComEventSink.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/VariantBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/TypeUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/VarEnumSelector.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/TypeEnumMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComTypeDesc.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/SplatCallSite.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/VariantArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComTypeLibMemberDesc.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComEventSinksContainer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/VariantArray.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComBinderHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ExceptionUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/IOUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ReadOnlyDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ConsoleStreamType.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/WeakCollection.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/EnumUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/CheckedDictionaryEnumerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ValueArray.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/StringUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/CopyOnWriteList.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/Set.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/DynamicUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ListEqualityComparer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ReferenceEqualityComparer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/TypeUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ReflectedCaller.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ReflectedCaller.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/TypeExtensions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/CollectionExtensions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ExceptionFactory.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/CollectionUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ObjectOperations.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptHost.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptEngine.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ErrorSinkProxyListener.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptSource.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptRuntime.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptScope.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Providers/HostingHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/ICommandDispatcher.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/ConsoleHostOptions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/IConsole.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/ConsoleOptions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/BasicConsole.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/Style.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/Remote/RemoteRuntimeServer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/Remote/RemoteCommandDispatcher.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/Remote/RemoteConsoleHost.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/Remote/RemoteConsoleCommandLine.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Configuration/LanguageElementCollection.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Configuration/Section.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Configuration/OptionElementCollection.cs $/IronPython/IronPython_2_6/Src/Tests/test_cPickle.py $/IronPython/IronPython_2_6/Src/Tests/test_random.py $/IronPython/IronPython_2_6/Src/Tests/test_numtypes.py $/IronPython/IronPython_2_6/Src/Tests/test_dllsite.py $/IronPython/IronPython_2_6/Src/Tests/test_codecs.py $/IronPython/IronPython_2_6/Src/Tests/check_result.bat $/IronPython/IronPython_2_6/Src/Tests/test_function.py $/IronPython/IronPython_2_6/Src/Tests/perf_micro_calls.py $/IronPython/IronPython_2_6/Src/Tests/test_conditional.py $/IronPython/IronPython_2_6/Src/Tests/test_slice.py $/IronPython/IronPython_2_6/Src/Tests/test_imp.py $/IronPython/IronPython_2_6/Src/Tests/timeit.py $/IronPython/IronPython_2_6/Src/Tests/test_privateBinding.py $/IronPython/IronPython_2_6/Src/Tests/test_statics.py $/IronPython/IronPython_2_6/Src/Tests/test_cliclass.py $/IronPython/IronPython_2_6/Src/Tests/test_clrnuminterop.py $/IronPython/IronPython_2_6/Src/Tests/test_ironmath.py $/IronPython/IronPython_2_6/Src/Tests/test_exceptions.py $/IronPython/IronPython_2_6/Src/Tests/test_methodbinder2.py $/IronPython/IronPython_2_6/Src/Tests/test_python25.py $/IronPython/IronPython_2_6/Src/Tests/test_slots.py $/IronPython/IronPython_2_6/Src/Tests/test_socket.py $/IronPython/IronPython_2_6/Src/Tests/test_excinfo.py $/IronPython/IronPython_2_6/Src/Tests/test_compiler.py $/IronPython/IronPython_2_6/Src/Tests/test_in.py $/IronPython/IronPython_2_6/Src/Tests/test_kwarg.py $/IronPython/IronPython_2_6/Src/Tests/test_file.py $/IronPython/IronPython_2_6/Src/Tests/test_array.py $/IronPython/IronPython_2_6/Src/Tests/c1.cs $/IronPython/IronPython_2_6/Src/Tests/test_index.py $/IronPython/IronPython_2_6/Src/Tests/test_delegate.py $/IronPython/IronPython_2_6/Src/Tests/test_namebinding.py $/IronPython/IronPython_2_6/Src/Tests/test_number.py $/IronPython/IronPython_2_6/Src/Tests/test_cStringIO.py $/IronPython/IronPython_2_6/Src/Tests/test_bool.py $/IronPython/IronPython_2_6/Src/Tests/test_system_timers.py $/IronPython/IronPython_2_6/Src/Tests/test_methodbinder1.py $/IronPython/IronPython_2_6/Src/Tests/harness.py $/IronPython/IronPython_2_6/Src/Tests/test_class.py $/IronPython/IronPython_2_6/Src/Tests/test_attribute_customize.py $/IronPython/IronPython_2_6/Src/Tests/run.py $/IronPython/IronPython_2_6/Src/Tests/test_missing.py $/IronPython/IronPython_2_6/Src/Tests/test_winforms.py $/IronPython/IronPython_2_6/Src/Tests/test_copy_reg.py $/IronPython/IronPython_2_6/Src/Tests/test_locale.py $/IronPython/IronPython_2_6/Src/Tests/test_str.py $/IronPython/IronPython_2_6/Src/Tests/c2.cs $/IronPython/IronPython_2_6/Src/Tests/test_thread.py $/IronPython/IronPython_2_6/Src/Tests/test_formatting.py $/IronPython/IronPython_2_6/Src/Tests/test_importpkg.py $/IronPython/IronPython_2_6/Src/Tests/test_decorator.py $/IronPython/IronPython_2_6/Src/Tests/test_specialcontext.py $/IronPython/IronPython_2_6/Src/Tests/test_memory.py $/IronPython/IronPython_2_6/Src/Tests/badil.py $/IronPython/IronPython_2_6/Src/Tests/c3.cs $/IronPython/IronPython_2_6/Src/Tests/test_operator.py $/IronPython/IronPython_2_6/Src/Tests/test_clrload2.py $/IronPython/IronPython_2_6/Src/Tests/test_interpret_sanity.py $/IronPython/IronPython_2_6/Src/Tests/custombuiltins.py $/IronPython/IronPython_2_6/Src/Tests/test_tcf.py $/IronPython/IronPython_2_6/Src/Tests/test_ipye.py $/IronPython/IronPython_2_6/Src/Tests/test_metaclass.py $/IronPython/IronPython_2_6/Src/Tests/test_interactive.py $/IronPython/IronPython_2_6/Src/Tests/test_time.py $/IronPython/IronPython_2_6/Src/Tests/test_iterator.py $/IronPython/IronPython_2_6/Src/Tests/test_complex.py $/IronPython/IronPython_2_6/Src/Tests/functions/__init__.py $/IronPython/IronPython_2_6/Src/Tests/functions/signatures.py $/IronPython/IronPython_2_6/Src/Tests/modules/_sha256.py $/IronPython/IronPython_2_6/Src/Tests/modules/_bytesio_test.py $/IronPython/IronPython_2_6/Src/Tests/modules/_sha512.py $/IronPython/IronPython_2_6/Src/Tests/pyc/pycpkgtest.py $/IronPython/IronPython_2_6/Src/Tests/pyc/console_hw.py $/IronPython/IronPython_2_6/Src/Tests/pyc/test_pyc.ps1 $/IronPython/IronPython_2_6/Src/Tests/pyc/pkg/a.py $/IronPython/IronPython_2_6/Src/Tests/testpkg1/mod1.py $/IronPython/IronPython_2_6/Src/Tests/Modes/ConsoleHelp.Release.out $/IronPython/IronPython_2_6/Src/Tests/Modes/ConsoleFlags.ps1 $/IronPython/IronPython_2_6/Src/Tests/versions/python26.py $/IronPython/IronPython_2_6/Src/Tests/specialcontext/Consoleless.ps1 $/IronPython/IronPython_2_6/Src/Tests/specialcontext/verify_ipyw.py $/IronPython/IronPython_2_6/Src/Tests/hosting/editor_svcs/errorlistener.py $/IronPython/IronPython_2_6/Src/Tests/hosting/stress/__init__.py $/IronPython/IronPython_2_6/Src/Tests/Inc/toexec.py $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadexception.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/delegatedefinitions.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/typeforwardee3.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/defaultmembersvb.vb $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/baseclasscs.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/returnvalues.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/typeforwardee2.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/propertydefinitions.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/dynamicobjmodel.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/TypeSamples.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/typeforwarder3.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/typeforwarder2.il $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/indexerdefinitionsvb.vb $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/operators.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/testsupport.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/typeforwarder1.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_2.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_4a.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_3c.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_1a.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_3b.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_4c.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_4b.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_1c.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_4.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_2e.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_2b.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_7c.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_3.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_3f.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_6a.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_2d.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_7b.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_3h.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_3a.cs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComLibrary.vcproj $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/OutParams.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/Properties.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/ReadMe.txt $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/MultipleParams.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/HiddenMembers.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/dllmain.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComLibrary.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/Properties.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DispEvents.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComLibraryPS.vcproj $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/IndexedProp.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/ProvidesClassInfo.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/NonDispatch.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/ReturnValues.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/OptionalParams.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/ProvidesClassInfo.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComLibrary.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/InOutParams.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/dllmain.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/HiddenMembers.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/IndexedProp.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/NoTypeInfo.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/SimpleErrors.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrUniversalObj.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/IndexedProp.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/OutParams.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/ParamsInRetval.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/MultipleParams.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/Resource.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/OptionalParams.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComServer.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/stdafx.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/_IDispEventsEvents_CP.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/Properties.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComStopwatch.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/Setup/Setup.vdproj $/IronPython/IronPython_2_6/Src/Tests/interop/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/compat/hw.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/apps/adodb.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/apps/word.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/apps/excel.py $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Microsoft.Scripting.Silverlight.csproj $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Settings.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Repl.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Properties/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/HttpSocket.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/LanguageInfo.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/HtmlFormatter.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/slx.png $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/Chiron.csproj $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/MimeTypeSection.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/HttpRequestData.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/Zip.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/ClrType.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/InheritTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/BindTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/DeTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/MemberMappingTests.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/LoadTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/IntegerTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/StringDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/ProtocolTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/IronPythonTest.csproj $/IronPython/IronPython_2_6/Src/IronPythonTest/Exceptions.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/StaticTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/Indexable.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/Enums.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/DelegateTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/Explicit.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/Stress/Engine.cs $/IronPython/IronPython_2_6/Src/Scripts/generate_exception_factory.py $/IronPython/IronPython_2_6/Src/Scripts/generate_typecache.py $/IronPython/IronPython_2_6/Src/Scripts/generate_symboltable.py $/IronPython/IronPython_2_6/Src/Scripts/generate_comdispatch.py $/IronPython/IronPython_2_6/Src/Scripts/generate_dynsites.py $/IronPython/IronPython_2_6/Src/Scripts/generate_AssemblyTypeNames.py $/IronPython/IronPython_2_6/Src/Scripts/generate.py $/IronPython/IronPython_2_6/Src/Scripts/generate_tree.py $/IronPython/IronPython_2_6/Src/Scripts/run_compiled.py $/IronPython/IronPython_2_6/Src/Scripts/CompareDirs.py $/IronPython/IronPython_2_6/Src/Scripts/generate_alltypes.py $/IronPython/IronPython_2_6/Src/Scripts/radix_generator.py $/IronPython/IronPython_2_6/Src/Scripts/test_cgcheck.py $/IronPython/IronPython_2_6/Src/Scripts/generate_SharedGlobalAllocator.py $/IronPython/IronPython_2_6/Src/Scripts/generate_tuples.py $/IronPython/IronPython_2_6/Src/Scripts/generate_dynamic_instructions.py $/IronPython/IronPython_2_6/Src/Scripts/generate_ops.py $/IronPython/IronPython_2_6/Src/IronPythonWindow/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/IronPythonWindow/ipyw.ico $/IronPython/IronPython_2_6/Src/IronPython/IronPython.csproj $/IronPython/IronPython_2_6/Src/IronPython/Resources.Designer.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/ReducableDynamicExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/OnDiskScriptCode.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Token.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/RunnableScriptCode.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/SharedGlobalAllocator.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/ArrayGlobalAllocator.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Tokenizer.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/TokenKind.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Parser.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/SharedGlobalAllocator.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonCallTargets.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ConditionalExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ConstantExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/BackQuoteExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/DelStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/BinaryExpression.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/CallExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/Parameter.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/AndExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/EmptyStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/DictionaryExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ListComprehensionFor.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/RaiseStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ScopeStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/PythonOperator.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/TryStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/FunctionDefinition.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ReturnStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/SequenceExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/BinaryExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/IfStatementTest.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/Arg.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ForStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ContinueStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/GeneratorExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/PythonWalker.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ClassDefinition.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/Expression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/WithStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/PythonReference.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/Statement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/FlowChecker.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/IndexExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ListComprehension.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ListComprehensionIf.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/RelativeModuleName.cs $/IronPython/IronPython_2_6/Src/IronPython/Modules/sys.cs $/IronPython/IronPython_2_6/Src/IronPython/Modules/Builtin.cs $/IronPython/IronPython_2_6/Src/IronPython/Modules/Builtin.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Lib/__future__.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/site.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/runpy.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/warning_util.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/runner.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/console_util.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/file_util.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/assert_util.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/test_env.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/util.py $/IronPython/IronPython_2_6/Src/IronPython/Properties/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Descriptors.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/DontMapICollectionToLenAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/DefaultContext.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/CompareUtil.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/CodeContext.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Bytes.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/SiteLocalStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Slice.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/FunctionCode.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonTracebackListener.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/WrapperDictionary.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonHiddenAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/RuntimeVariablesDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/WarningInfo.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/CompileFlags.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonDynamicStackFrame.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/CompiledLoader.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonAsciiEncoding.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/DictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Index.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ErrorCodes.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ModuleLoader.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonNarrowing.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonFunction.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/BytesConversionAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ThrowingErrorSink.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ModuleOptions.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/SymbolIdDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Symbols.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/DontMapIEnumerableToContainsAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/AttributesDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ClassMethodDescriptor.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Method.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Converter.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/List.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/FunctionAttributes.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonBuffer.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ConversionWrappers.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/NameType.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonOptions.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/StringFormatSpec.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ByteArray.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonFunction.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/BuiltinsDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonTuple.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Generator.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonTypeAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/CustomDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonModuleAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Symbols.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/DontMapGetMemberNamesToDirAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/CommonDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/OSException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/PythonExceptions.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/TabException.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/GeneratorExitException.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/Win32Exception.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/UnicodeException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/PythonExceptions.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/ImportException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/TraceBack.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/UnicodeWarningException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/ObjectException.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/UserWarningException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/AssertionException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/DeprecationWarningException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/OldInstanceException.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/StopIterationException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/PythonTypeOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/StringOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/UserTypeOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/ListOfTOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/TypeTrackerOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/PythonCalls.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/BoolOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/ComOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/FloatOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/CharOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/NamespaceTrackerOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/CachedNewTypeInfo.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/BuiltinFunction.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/OperatorMapping.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedSlotProperty.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonAssemblyOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ExtensionPropertyInfo.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedExtensionProperty.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/DictProxy.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/InstanceCreator.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/DynamicBaseTypeAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/FunctionType.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonTypeDictSlot.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedIndexer.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/CustomAttributeTracker.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/DocBuilder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonTypeDataSlot.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/SlotFieldAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/Mro.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/TypeCache.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/OldInstance.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/BuiltinFunction.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/BuiltinMethodDescriptor.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ResolvedMember.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonType.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/OldInstance.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/FastBindResult.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonDeleteSliceBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonOperationKind.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonSetIndexBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/IComConvertible.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/ConversionBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/IPythonSite.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaMethod.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/IPythonOperable.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaUserObject.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaBuiltinFunction.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonProtocol.Operations.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/FastSetBase.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonBinaryOperationBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/OperatorStrings.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonSetMemberBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/IPythonInvokable.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonGetSliceBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaUserObject.Members.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaPythonFunction.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaPythonType.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/BinaryRetTypeBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonGetMemberBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/ContextArgBuilder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/CreateFallbackBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaPythonType.Calls.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonOverloadResolver.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonUnaryOperationBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/IPythonGetable.cs $/IronPython/IronPython_2_6/Src/IronPython/Hosting/PythonService.cs $/IronPython/IronPython_2_6/Src/IronPython/Hosting/PythonOptionsParser.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/cPickle.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/binascii.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/copy_reg.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/ModuleOps.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/select.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/array.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_sha.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_md5.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/GlobalSuppressions.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes_test.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/xxsubtype.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_codecs_cn.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_sha512.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_bytesio.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_winreg.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_warnings.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/thread.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_collections.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_weakref.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/marshal.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ssl.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/errno.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/math.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/IronPython.Modules.csproj $/IronPython/IronPython_2_6/Src/IronPython.Modules/_fileio.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/nt.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_sre.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/Extensions.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/_ctypes.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/MarshalCleanup.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/CFuncPtr.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/SimpleType.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/UnionType.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/Pointer.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/NativeFunctions.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/MemoryHolder.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/CFuncPtrType.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/Field.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/Properties/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/ScopedRuntimeVariables.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/IDebugCallback.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/InvokeTargets.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebugMode.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/Microsoft.Scripting.Debugging.txt $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/RuntimeOps.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebugInfoRewriter.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebugGenerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebugFrame.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebugThread.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/CollectionUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/TracePipeline/TracePipeline.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/TracePipeline/ITraceCallback.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DefaultRuntimeVariablesImpl/DebugRuntimeVariables.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DefaultRuntimeVariablesImpl/DefaultDebugThread.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/RuntimeVariablesSupport/IDebugRuntimeVariables.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/RuntimeVariablesSupport/IDebugThreadFactory.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.Core.csproj $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/DebugKey.snk $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/AnalyzedTree.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Statements.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/StackSpiller.Bindings.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/StackSpiller.Temps.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Expressions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/VariableBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Unary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/DebugInfoGenerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/DelegateHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Lambda.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/ILGen.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/OffsetTrackingILGenerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/StackSpiller.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/SymbolDocumentGenerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/CompilerScope.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/DeleteIndexBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/GetIndexBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/ExpandoClass.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/ConvertBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/CallSite.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/GetMemberBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/DeleteMemberBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/CallSiteOps.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/RuleCache.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/UpdateDelegates.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/IDynamicMetaObjectProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/CallSiteBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/DynamicMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/InvokeBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/CallInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/Expression.DebuggerProxy.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/ConditionalExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/ConstantExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/SwitchExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/ExpressionVisitor.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/LabelExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/BinaryExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/LambdaExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/Expression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/NewArrayExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/TypeBinaryExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/CatchBlock.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/DefaultExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/TryExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/SwitchCase.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/IRuntimeVariables.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/Action.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/Function.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/CollectionExtensions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/ExceptionFactory.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/StrongBox.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Microsoft.Scripting.csproj $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SourceCodeReader.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Microsoft.Scripting.txt $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/KeyboardInterruptException.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SourceSpan.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/CompilerOptions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ErrorSink.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ScriptCodeParseResult.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/LanguageOptions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SourceUnit.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SourceCodeKind.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/MutableTuple.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ArgumentTypeException.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Severity.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/InvalidImplementationException.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/TextContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ReflectedPropertyTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ConditionalBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ComboActionRewriter.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.SetMember.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/TrackerTypes.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ConstructorTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/CustomTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ExtensionBinaryOperationBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ExtensionUnaryOperationBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/MemberRequestKind.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/OperatorInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/TypeTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/MethodTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/CallSignature.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/NoSideEffectsAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/FieldTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ExtensionPropertyTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/DynamicSiteHelper.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ErrorInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/EventTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ParamsDictArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ActualArguments.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/CallFailureReason.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/MethodCandidate.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ReferenceArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ReturnReferenceArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/NarrowingLevel.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/DefaultOverloadResolver.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/CallFailure.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ParamsArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ConversionResult.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/OverloadResolver.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/OutArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ParameterMapping.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ArgumentBinding.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/ConstantExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/GeneratorExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/LambdaBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/SkipInterpretExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/IfStatementBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/BinaryExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/LambdaParameterRewriter.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/EmptyStatements.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/NewArrayExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/TryStatementBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/MethodCallExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/LoopStatement.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/IfStatementTest.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/VariableDictionaryExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/DynamicInstructions.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/LastFaultingLineExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/LightCompiler.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/RuntimeVariables.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/DynamicInstructions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/LightLambda.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/LightLambdaClosureVisitor.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/Interpreter.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/CompilerHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/Snippets.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/ToDiskRewriter.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/ConstantCheck.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/DelegateHelpers.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/ParameterInfoWrapper.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/TypeGen.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/MethodSignatureInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ContextId.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/AssemblyTypeNames.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/Cast.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/Scope.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ScriptingRuntimeHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/TokenTriggers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/TransformDictEnumerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DlrCachedCodeAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DynamicOperations.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ModuleChangeEventArgs.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/Cast.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/IdDispenser.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/BinderOps.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ReturnFixer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DynamicStackFrame.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/SourceStringContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ImplicitConversionMethodAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/RestrictedMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/CallTargets.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/LocalsDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/PositionTrackingWriter.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/OperatorSlotAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/AmbiguousFileNameException.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/LanguageBoundTextContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DefaultLanguageContext.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/InvariantContext.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ModuleChangeEventType.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/TokenizerService.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DynamicRuntimeHostingProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/CompilerContext.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/TokenInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Math/BigInteger.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/NullArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComInterop.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/CompiledCode.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/GlobalSuppressions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/KeyedQueue.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/IExpressionSerializable.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/DebugOptions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/UnknownArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/TypeLibMetaObject.cs $/IronPython/IronPython_2_6/Src/Tests/pyc/winforms_hw.py $/IronPython/IronPython_2_6/Src/Tests/Modes/ConsoleHelp.Debug.out $/IronPython/IronPython_2_6/Src/Tests/versions/__init__.py $/IronPython/IronPython_2_6/Src/Tests/hosting/stress/engine.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/dlrcomserver.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/paramsinretval.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/pytraits/obj.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/method/test_arguments.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/method/test_op_implicit.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/method/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/type/test_reachtype.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/event/test_event.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3i.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t2d.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t4c.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t7c.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t2g.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t5c2.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t7e.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t2a.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t2h.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3c2.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/derivation/test_special_method.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/field/test_literal_fields.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/field/test_fields_inside_enum.py $/IronPython/IronPython_2_6/Src/Tests/Tools/modulediff.py $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/datetime.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/__builtin__.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/array.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/types_only.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/cStringIO.log $/IronPython/IronPython_2_6/Src/Tests/Inputs/raise.py $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.type.test_defaultmember.html $/IronPython/IronPython_2_6/Tools/Scripts/pyc.py $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ErrorArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/DateTimeArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ConvertibleArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ConvertArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComRuntimeHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComMethodDesc.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComFallbackMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComEventDesc.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComClassMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/BoundDispEvent.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/UnaryExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/SourceFileInformation.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/FinallyFlowControlExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/TopNamespaceTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/NamespaceTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/MemberTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/DynamicExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/ExpressionType.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/IndexExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/MemberListBinding.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/IArgumentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/ListArgumentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SymbolId.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SourceFileContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/TokenCategory.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SourceLocation.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.DeleteMember.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Interceptor.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.Invoke.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ExtensionMethodTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ConversionResultKind.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.GetMember.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/MemberGroup.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.Conversions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ReturnBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/TypeInferer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/InstanceBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/SimpleArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/OverloadResolverFactory.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ParameterWrapper.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/RestrictedArguments.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/LightDelegateCreator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/Instruction.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/InterpretedFrame.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Interpreter/LightLambda.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/LegacyScriptCode.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/StreamContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/MetaObjectExtensions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/Extensible.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DelegateInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ExceptionHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ScriptCode.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/SavableScriptCode.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/CustomSymbolDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/BaseSymbolDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/NotNullAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DynamicLanguageProviderAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/IMembersList.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ScriptDomainManager.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ExplicitConversionMethodAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/BinderType.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/StaticExtensionMethodAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Math/Complex64.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Properties/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ContractUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/AssemblyQualifiedTypeName.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/CacheDict.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/Assert.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptIO.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ErrorListener.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/LanguageSetup.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/TokenCategorizer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/SuperConsole.cs $/IronPython/IronPython_2_6/License.Rtf $/IronPython/IronPython_2_6/Tutorial/dialog2.jpg $/IronPython/IronPython_2_6/Tutorial/dialog1.jpg $/IronPython/IronPython_2_6/Src/MSSharedLibDelaySigned.snk $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/ErrorFormatter.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/DynamicEngine.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/DynamicApplication.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/sl.png $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/AppManifestTemplate.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/Properties/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/EngineTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/IronMath.cs $/IronPython/IronPython_2_6/Src/Scripts/generate_reflected_calls.py $/IronPython/IronPython_2_6/Src/Scripts/ipcom.ps1 $/IronPython/IronPython_2_6/Src/Scripts/generate_walker.py $/IronPython/IronPython_2_6/Src/Scripts/test_parrot.py $/IronPython/IronPython_2_6/Src/Scripts/test_builder.py $/IronPython/IronPython_2_6/Src/Scripts/generate_casts.py $/IronPython/IronPython_2_6/Src/Scripts/generate_calls.py $/IronPython/IronPython_2_6/Src/Scripts/run_interactive.py $/IronPython/IronPython_2_6/Src/Scripts/generate_exceptions.py $/IronPython/IronPython_2_6/Src/Scripts/clean.py $/IronPython/IronPython_2_6/Src/Scripts/smtpmailer.py $/IronPython/IronPython_2_6/Src/Scripts/generate_math.py $/IronPython/IronPython_2_6/Src/IronPython/MaybeNotImplementedAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Resources.resx $/IronPython/IronPython_2_6/Src/IronPython/GlobalSuppressions.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonCompilerOptions.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonSavableScriptCode.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/DictionaryGlobalAllocator.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/GlobalAllocator.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/GeneratorRewriter.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonScriptCode.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/YieldExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/DottedName.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ExecStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/SliceExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/TupleExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/AssignmentStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/UnaryExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ListExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/PythonAst.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/PrintStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ModuleName.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/OrExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/SuiteStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/AssertStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/MemberExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ExpressionStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/misc_util.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/process_util.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/__init__.py $/IronPython/IronPython_2_6/Src/IronPython/Properties/Visibility.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ClassMethodAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ScopeDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/FutureBuiltins.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ModuleContext.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Set.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/NoLineFeedSourceContentProvider.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonDictionary.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonModule.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonContext.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Interfaces.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/NewStringFormatter.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Reversed.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/OutputWriter.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/KwCallInfo.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/StringFormatter.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ClrModule.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ObjectAttributesAdapter.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Profiler.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/RuntimeException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/ReferenceException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/IndentationException.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/WarningException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/BufferException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/EnvironmentException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/SystemExitException.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/UnicodeTranslateException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/RuntimeWarningException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/SyntaxWarningException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/PendingDeprecationWarningException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/ArrayOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/ComplexOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/DecimalOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/LongOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/TypeGroupOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/PythonOps.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/DelegateOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/IListOfByteOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/InstanceOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/NewTypeInfo.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedField.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/TypeInfo.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/NewTypeMaker.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/TypeInfo.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonType.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedGetterSetter.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/DynamicHelpers.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/CustomOldClassDictionary.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/BuiltinFunctionOverloadMapper.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ConstructorFunction.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonInvokeBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/CompatibilityInvokeBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/SlotOrFunction.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaOldClass.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/IFastSettable.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaPythonType.Members.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/IFastInvokable.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonGetIndexBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/Binders.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/BinaryRetTypeBinder.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonSetSliceBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaBuiltinMethodDescriptor.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/FastGetBase.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/SiteLocalStorageBuilder.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/cmath.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_locale.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_multibytecodec.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/ThreadLocal.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/FunctionInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/LambdaWalker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/Microsoft.Scripting.Debugging.csproj $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DelegateHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebugContext.GeneratorLoopProc.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebugSourceFile.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/TraceEventKind.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/CompilerServices/DebugLambdaInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/GlobalSuppressions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/HoistedLocals.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/RuntimeVariableList.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/Set.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/KeyedQueue.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LabelInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/ExpandoObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/SetIndexBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/InvokeMemberBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/MethodCallExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/ParameterExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/RuntimeVariablesExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/TypeUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/NewExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/ContractUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/ReferenceEqualityComparer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/TrueReadOnlyCollection.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/CacheDict.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/ReadOnlyDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/ReadOnlyCollectionBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ArgumentType.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Argument.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/BinderHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/BoundMemberTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ActionBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ApplicableCandidate.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ThreadLocal.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/Publisher.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/WeakHandle.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/DictionaryUnionEnumerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ReflectionUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/WeakDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/SynchronizedDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/Remote/ConsoleRestartManager.cs $/IronPython/IronPython_2_6/Src/Tests/c4.cs $/IronPython/IronPython_2_6/Src/Tests/modules/_ssl_test.py $/IronPython/IronPython_2_6/Src/Tests/hosting/__init__.py $/IronPython/IronPython_2_6/Src/Tests/hosting/editor_svcs/__init__.py $/IronPython/IronPython_2_6/Src/Tests/hosting/editor_svcs/tokencategorizer.py $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/ClrAssembly.csproj $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/dummy.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/indexerdefinitionscs.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/missingtype.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/eventdefinitions.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/typeforwardee1.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/fieldtests.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/methodargs.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadtypesample.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/defaultmemberscs.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/baseclassvb.vb $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_2g.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_2h.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_5b.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_2a.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_7a.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_2c.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_3g.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_1b.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_5a.cs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComLibrary.def $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/ReturnValues.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/NoTypeInfo.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComStopwatch.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/HiddenMembers.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComLibrary.idl $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComServer.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrUniversalObj.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrUniversalObj.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/OptionalParams.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/ParamsInRetval.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComLibrary.rc $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/OutParams.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/ParamsInRetval.h $/IronPython/IronPython_2_6/Src/Tests/encoded_files/cp11334_ok.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/apps/MultiOffice.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/apps/scriptpw.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/apps/msagent.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_simple_compare.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_builtin.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/try_except1.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/try_except3.py $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.test_loadorder.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.test_accessibility.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.derivation.test_event_override.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.method.html $/IronPython/IronPython_2_6/Src/Tests/plans/generic_plan_template.py $/IronPython/IronPython_2_6/Src/Tests/plans/debugging.mdbg_tool.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.derivation.test_method_signature.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.method.test_op_explicit.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.method.test_returnvalue.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.method.test_arguments.html $/IronPython/IronPython_2_6/Src/Tests/plans/debugging.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.property.test_property.html $/IronPython/IronPython_2_6/Doc/IronPython.css $/IronPython/IronPython_2_6/License.html $/IronPython/IronPython_2_6/Tutorial/csx.bat $/IronPython/IronPython_2_6/Tutorial/debugvbx.py $/IronPython/IronPython_2_6/Tutorial/calculator.py $/IronPython/IronPython_2_6/Config/Signed/App.config $/IronPython/IronPython_2_6/Config/Unsigned/App.config $/IronPython/IronPython_2_6/Src/App.config $/IronPython/IronPython_2_6/Src/IronPython.sln $/IronPython/IronPython_2_6/Src/IronPythonWindowAny/IronPythonWindowAny.csproj $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/BrowserScriptHost.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/DynamicAppManifest.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/Chiron.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/App.config $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/XapHttpHandler.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/XapBuilder.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/Crc32.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/HttpServer.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/README.txt $/IronPython/IronPython_2_6/Src/IronPythonTest/BinderTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/GenMeth.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/TypeDescriptor.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/NestedClass.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/OperatorTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/Conversions.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/Events.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/Cmplx.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/ExceptionConverter.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/NullableTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/AttrInjectorTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/DefaultParams.cs $/IronPython/IronPython_2_6/Src/Scripts/copyrights.py $/IronPython/IronPython_2_6/Src/Scripts/generate_indicetest.py $/IronPython/IronPython_2_6/Src/Scripts/make_meta1.py $/IronPython/IronPython_2_6/Src/Scripts/test_pystone.py $/IronPython/IronPython_2_6/Src/IronPythonConsoleAny/IronPythonConsoleAny.csproj $/IronPython/IronPython_2_6/Src/IronPythonWindow/IronPythonWindow.cs $/IronPython/IronPython_2_6/Src/IronPythonWindow/IronPythonWindow.csproj $/IronPython/IronPython_2_6/Src/IronPythonWindow/ipy.ico $/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonGlobal.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/LazyCode.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/ClosureInfo.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/CompilationMode.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonGlobalVariableExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/ClosureExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/SavableGlobalAllocator.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Tokenizer.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/RuntimeScriptCode.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/WhileStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/FromImportStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ParenthesisExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/NameExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/VariableKind.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/BreakStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/LambdaExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/AugmentedAssignStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ErrorExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/IfStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/GlobalStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/AstGenerator.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/PythonNameBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ImportStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/Node.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/PythonVariable.cs $/IronPython/IronPython_2_6/Src/IronPython/Modules/imp.cs $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/cominterop_util.py $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/type_util.py $/IronPython/IronPython_2_6/Src/IronPython/Runtime/DontMapIEnumerableToIterAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/MissingParameter.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/DictionaryOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/UnboundNameException.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ModuleDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/WrapperDescriptorAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonScopeExtension.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/WeakRef.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ModuleGlobalCache.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/DontMapIDisposableToContextManagerAttribute.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/LiteralParser.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/IParameterSequence.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Enumerate.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/XRange.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Super.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/BindingWarnings.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Importer.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Python3Warning.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonFile.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/GlobalDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/FloatingPointException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/FutureWarningException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/LookupException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/BytesWarningException.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/IPythonException.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/ImportWarningException.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/DBNullOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/ByteOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/ObjectOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/IntOps.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/CustomTypeDescHelpers.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/IntOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/DictionaryOfTOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/EnumOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/PythonOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonSiteCache.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonTypeUserDescriptorSlot.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedEvent.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/IPythonObject.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/NameConverter.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonTypeTypeSlot.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonTypeSlot.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/OldClass.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonTypeWeakRefSlot.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/EmptyType.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedProperty.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/ConditionalBuilder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/IPythonConvertible.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonDeleteMemberBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonProtocol.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonBinder.Create.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/BindingHelpers.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonDeleteIndexBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaPythonObject.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/IFastGettable.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonIndexType.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonOperationBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaOldInstance.cs $/IronPython/IronPython_2_6/Src/IronPython/Hosting/Python.cs $/IronPython/IronPython_2_6/Src/IronPython/Hosting/PythonCodeDomCodeGen.cs $/IronPython/IronPython_2_6/Src/IronPython/Hosting/PythonCommandLine.cs $/IronPython/IronPython_2_6/Src/IronPython/Hosting/PythonConsoleOptions.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_codecs.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/datetime.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/re.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/IterTools.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/socket.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_heapq.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/operator.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/gc.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_random.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_functools.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_weakref.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_sha256.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_struct.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/time.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/math.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/cStringIO.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/PointerType.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/StructType.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/Structure.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/Array.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/Union.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/INativeType.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/SimpleCData.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/ArrayType.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/CData.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/LocalOrArg.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/NativeArgument.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/SimpleTypeKind.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebugSourceSpan.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebugContext.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/Microsoft.Scripting.Debugging.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/ForceToGeneratorLoopException.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DebuggableLambdaBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/VariableInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/TracePipeline/ITracePipeline.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/CompilerServices/IDebugCompilerSupport.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/DefaultRuntimeVariablesImpl/DefaultDebugThreadFactory.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Stubs.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.ExtensionAttribute.csproj $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/ExpressionQuoter.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Binary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.ControlFlow.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Logical.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/ConstantCheck.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/DelegateHelpers.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.Address.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/StackSpiller.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/AssemblyGen.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/CompilerScope.Storage.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/Closure.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/BoundConstants.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/SetMemberBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/CreateInstanceBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/BindingRestrictions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/DynamicMetaObjectBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/DynamicObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/CallSiteHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/BinaryOperationBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/UnaryOperationBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/MemberMemberBinding.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/LoopExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/MemberBinding.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/ListInitExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/BlockExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/ElementInit.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/LabelTarget.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/DebugViewWriter.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/MemberAssignment.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/SymbolDocumentInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/UnaryExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/GotoExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/MemberExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/InvocationExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/MemberInitExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/DebugInfoExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/ExpressionStringBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Properties/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Properties/ExtensionAssemblyInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/Extension.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/TypeExtensions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/Helpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/IAttributesCollection.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SyntaxErrorException.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/MultiRuntimeAwareAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/IValueEquality.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/PlatformAdaptationLayer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SymbolTable.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/PerfTrack.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SpecSharp.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/PropertyTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.MethodCalls.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/OperationBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/DefaultBinder.Operations.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/MethodGroup.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/TypeGroup.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/ComboBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/OperationMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/NestedTypeTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/KeywordConstructorReturnBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/Candidate.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/KeywordArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/CandidateSet.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/DefaultArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/BindingResult.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ByRefReturnBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/BindingTarget.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/DebugStatement.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/FlowControlRewriter.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/Block.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/SymbolConstantExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/YieldExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/GeneratorRewriter.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Ast/NewExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/AssemblyGen.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/DelegateHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/DynamicILGen.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/FieldBuilderExpression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/ILGen.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ReflectionCache.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ParamDictionaryAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/SymbolDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ExtensionTypeAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DynamicNull.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/LanguageContext.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ICustomScriptCodeData.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ScopeStorage.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DlrConfiguration.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/OperationFailed.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DelegateSignatureInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ParserSink.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DynamicDelegateCreator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/BindingRestrictionsHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ScopeExtension.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ISlice.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/IConvertibleMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/Uninitialized.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/SharedIO.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/NullTextContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ExtraKeyEnumerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/PropertyMethodAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/TokenizerBuffer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/CodeDomCodeGen.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/Generator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/IRestrictedMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DocumentationAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/Operators.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/CallTypes.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/DispCallableMetaObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComTypeEnumDesc.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComParamDesc.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/BoolArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ExcepInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/IDispatchComObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComTypeLibInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/DispatchArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComTypeLibDesc.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ConversionArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComTypeClassDesc.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/DispCallable.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/CollectionExtensions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/TextStream.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ArrayUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/MathUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ErrorListenerProxy.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ExceptionOperations.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptRuntimeSetup.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptHostProxy.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/OptionsParser.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/ConsoleHost.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/ConsoleHostOptionsParser.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/CommandLine.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Configuration/LanguageElement.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Configuration/OptionElement.cs $/IronPython/IronPython_2_6/Src/Tests/test_traceback.py $/IronPython/IronPython_2_6/Src/Tests/test_exceptions_generated.py $/IronPython/IronPython_2_6/Src/Tests/test_exec.py $/IronPython/IronPython_2_6/Src/Tests/test_builtinfunc.py $/IronPython/IronPython_2_6/Src/Tests/test_listcomp.py $/IronPython/IronPython_2_6/Src/Tests/regressions.py $/IronPython/IronPython_2_6/Src/Tests/test_future.py $/IronPython/IronPython_2_6/Src/Tests/test_tuple.py $/IronPython/IronPython_2_6/Src/Tests/test_genericmeth.py $/IronPython/IronPython_2_6/Src/Tests/test_clruse.py $/IronPython/IronPython_2_6/Src/Tests/test_syntax.py $/IronPython/IronPython_2_6/Src/Tests/test_stdconsole.py $/IronPython/IronPython_2_6/Src/Tests/RunAgainstCpy.py $/IronPython/IronPython_2_6/Src/Tests/test_doc.py $/IronPython/IronPython_2_6/Src/Tests/test_gc.py $/IronPython/IronPython_2_6/Src/Tests/test_datetime.py $/IronPython/IronPython_2_6/Src/Tests/test_generator_throw.py $/IronPython/IronPython_2_6/Src/Tests/test_weakref.py $/IronPython/IronPython_2_6/Src/Tests/test_struct.py $/IronPython/IronPython_2_6/Src/Tests/test_superconsole.py $/IronPython/IronPython_2_6/Src/Tests/test_nofuture.py $/IronPython/IronPython_2_6/Src/Tests/test_bigint.py $/IronPython/IronPython_2_6/Src/Tests/test_methoddispatch.py $/IronPython/IronPython_2_6/Src/Tests/test_threadsafety.py $/IronPython/IronPython_2_6/Src/Tests/test_generator.py $/IronPython/IronPython_2_6/Src/Tests/dllsite.py $/IronPython/IronPython_2_6/Src/Tests/test_numberhash.py $/IronPython/IronPython_2_6/Src/Tests/test_clrexception.py $/IronPython/IronPython_2_6/Src/Tests/test_clrload.py $/IronPython/IronPython_2_6/Src/Tests/test_set.py $/IronPython/IronPython_2_6/Src/Tests/test_nonetype.py $/IronPython/IronPython_2_6/Src/Tests/test_sys.py $/IronPython/IronPython_2_6/Src/Tests/test_help.py $/IronPython/IronPython_2_6/Src/Tests/test_marshal.py $/IronPython/IronPython_2_6/Src/Tests/test_property.py $/IronPython/IronPython_2_6/Src/Tests/run_transformed.bat $/IronPython/IronPython_2_6/Src/Tests/test_buffer.py $/IronPython/IronPython_2_6/Src/Tests/test_math.py $/IronPython/IronPython_2_6/Src/Tests/test_binascii.py $/IronPython/IronPython_2_6/Src/Tests/test_dict.py $/IronPython/IronPython_2_6/Src/Tests/test_xrange.py $/IronPython/IronPython_2_6/Src/Tests/test_stdmodules.py $/IronPython/IronPython_2_6/Src/Tests/test_attrinjector.py $/IronPython/IronPython_2_6/Src/Tests/toimport.py $/IronPython/IronPython_2_6/Src/Tests/test_inheritance.py $/IronPython/IronPython_2_6/Src/Tests/test_with.py $/IronPython/IronPython_2_6/Src/Tests/test_strformat.py $/IronPython/IronPython_2_6/Src/Tests/pretest.py $/IronPython/IronPython_2_6/Src/Tests/test_nt.py $/IronPython/IronPython_2_6/Src/Tests/test_re.py $/IronPython/IronPython_2_6/Src/Tests/test_isinstance.py $/IronPython/IronPython_2_6/Src/Tests/transform.py $/IronPython/IronPython_2_6/Src/Tests/test_attr.py $/IronPython/IronPython_2_6/Src/Tests/test_ipyc.py $/IronPython/IronPython_2_6/Src/Tests/test_closure.py $/IronPython/IronPython_2_6/Src/Tests/test_protected.py $/IronPython/IronPython_2_6/Src/Tests/test_fuzz_parser.py $/IronPython/IronPython_2_6/Src/Tests/test_unicode.py $/IronPython/IronPython_2_6/Src/Tests/test_bytes.py $/IronPython/IronPython_2_6/Src/Tests/test_peverify.py $/IronPython/IronPython_2_6/Src/Tests/test_assert.py $/IronPython/IronPython_2_6/Src/Tests/test_exceptionconverter.py $/IronPython/IronPython_2_6/Src/Tests/test_execfile.py $/IronPython/IronPython_2_6/Src/Tests/test_list.py $/IronPython/IronPython_2_6/Src/Tests/modules/_warnings_test.py $/IronPython/IronPython_2_6/Src/Tests/modules/system_namespaces.py $/IronPython/IronPython_2_6/Src/Tests/modules/__init__.py $/IronPython/IronPython_2_6/Src/Tests/modules/_fileio_test.py $/IronPython/IronPython_2_6/Src/Tests/modules/array_test.py $/IronPython/IronPython_2_6/Src/Tests/pyc/console_hw_args.py $/IronPython/IronPython_2_6/Src/Tests/pyc/other_hw.py $/IronPython/IronPython_2_6/Src/Tests/pyc/pkg/__init__.py $/IronPython/IronPython_2_6/Src/Tests/pyc/pkg/b.py $/IronPython/IronPython_2_6/Src/Tests/testpkg1/__init__.py $/IronPython/IronPython_2_6/Src/Tests/Inc/execfile_scope.py $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/userdefinedconversions.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_5c.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_2f.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_6b.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_3e.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_5.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_3d.cs $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/Src/loadorder/loadorder_3i.cs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/NoTypeInfo.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComLibraryps.def $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/MultipleParams.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComServer.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/SimpleErrors.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/_IDlrComServerEvents_CP.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/NonDispatch.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DispEvents.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/stdafx.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComLibrary.sln $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/ReturnValues.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/ProvidesClassInfo.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/InOutParams.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/SimpleErrors.cpp $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/InOutParams.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DlrComStopwatch.rgs $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/targetver.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/DispEvents.h $/IronPython/IronPython_2_6/Src/Tests/DlrComLibrary/NonDispatch.rgs $/IronPython/IronPython_2_6/Src/Tests/encoded_files/cp11334_warn.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/compat/__init__.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/compat/hw_client.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/InOutParams.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/ReturnValues.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/typelib.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/MultipleParams.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/OutParams.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/properties.py $/IronPython/IronPython_2_6/Src/Tests/interop/com/dlrcomlib/pytraits/prop.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/insert_csharp.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/method/test_returnvalue.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/type/test_assembly.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/type/test_clrtype.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/event/test_delegate.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3f.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t3g1.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t4a.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t2b.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/loadorder/t1d.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/derivation/test_method_signature.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/derivation/test_event_override.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/derivation/test_ctor_override.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/field/test_static_fields.py $/IronPython/IronPython_2_6/Src/Tests/interop/net/field/test_field_misc.py $/IronPython/IronPython_2_6/Src/Tests/dynamic_sanity/dynamic_runner.bat $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/gc.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/time.log $/IronPython/IronPython_2_6/Src/Tests/Tools/baselines/sys.log $/IronPython/IronPython_2_6/Src/Tests/silverlight_sanity/run.bat $/IronPython/IronPython_2_6/Src/Tests/Inputs/syntaxError.py $/IronPython/IronPython_2_6/Src/Tests/Inputs/exitFuncRaises.py $/IronPython/IronPython_2_6/Src/Tests/Inputs/RemoteConsole.py $/IronPython/IronPython_2_6/Src/Tests/debugging/__init__.py $/IronPython/IronPython_2_6/Src/Tests/debugging/vs/__init__.py $/IronPython/IronPython_2_6/Src/Tests/debugging/mdbg_tool/__init__.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_library.dll $/IronPython/IronPython_2_6/Src/Tests/compat/runsbs.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_newtype.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/shared.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/try_except2.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/if_true.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/try_finally2.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/__init__.py $/IronPython/IronPython_2_6/Src/Tests/compat/sbs_exceptions/if_false.py $/IronPython/IronPython_2_6/Src/Tests/plans/debugging.vs.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.property.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.method.test_op_implicit.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.derivation.test_special_method.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.event.test_delegate.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.derivation.test_property_override.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.property.test_indexercs.html $/IronPython/IronPython_2_6/Src/Tests/plans/interop.net.derivation.test_method_override.html $/IronPython/IronPython_2_6/Readme.html $/IronPython/IronPython_2_6/Tutorial/debugging.py $/IronPython/IronPython_2_6/Tutorial/debugcsx.py $/IronPython/IronPython_2_6/Tutorial/wfdemo.py $/IronPython/IronPython_2_6/Tutorial/winforms.py $/IronPython/IronPython_2_6/Tutorial/xmlutil.py $/IronPython/IronPython_2_6/Tutorial/vbx.bat $/IronPython/IronPython_2_6/Tutorial/Calc.xaml $/IronPython/IronPython_2_6/Tutorial/Tutorial.htm $/IronPython/IronPython_2_6/Tutorial/load.xml $/IronPython/IronPython_2_6/Tutorial/spellcheck.py $/IronPython/IronPython_2_6/Tutorial/avalon.py $/IronPython/IronPython_2_6/Tutorial/pyevent.py $/IronPython/IronPython_2_6/Tutorial/first.py $/IronPython/IronPython_2_6/Tutorial/Extend/csextend.cs $/IronPython/IronPython_2_6/Tutorial/Extend/vbxtest.py $/IronPython/IronPython_2_6/Tutorial/Extend/csxtest.py $/IronPython/IronPython_2_6/Tutorial/Extend/vbextend.vb $/IronPython/IronPython_2_6/Src/AssemblyVersion.cs $/IronPython/IronPython_2_6/Src/IronPythonConsole/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/IronPythonConsole/Console.cs $/IronPython/IronPython_2_6/Src/IronPythonConsole/IronPythonConsole.csproj $/IronPython/IronPython_2_6/Src/IronPythonConsole/ipy.ico $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/SilverlightVersion.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Window.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/agdlr.js $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/agdlr.css $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/ExtensionTypes.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/BrowserVirtualFilesystem.cs From dinov at microsoft.com Thu Sep 10 05:26:39 2009 From: dinov at microsoft.com (Dino Viehland) Date: Thu, 10 Sep 2009 03:26:39 +0000 Subject: [IronPython] How to integrate IronPython 2.6 to C# program? In-Reply-To: References: <1A472770E042064698CB5ADC83A12ACD04674F7E@TK5EX14MBXC116.redmond.corp.microsoft.com> Message-ID: <1A472770E042064698CB5ADC83A12ACD0467F0DD@TK5EX14MBXC116.redmond.corp.microsoft.com> Is it working now for you w/ the Frames = true in the options then? For the RC we have a fixed versions of the std lib (thanks to Michael Foord for fixing it upstream) and we're going to give a specific error message when _getframe is accessed from sys but the frames option isn't enabled. > -----Original Message----- > From: users-bounces at lists.ironpython.com [mailto:users- > bounces at lists.ironpython.com] On Behalf Of KATO Kanryu > Sent: Wednesday, September 09, 2009 6:57 PM > To: Discussion of IronPython > Subject: Re: [IronPython] How to integrate IronPython 2.6 to C# > program? > > now, I made it about running my C# program with ipy2.6 . > > > Can you include a little more information? > > OK. > Here are my code and setups. > > --- > // [1] call sample > public static int Main(string[] args) > { > var options = new Dictionary(); > options["Frames"] = ScriptingRuntimeHelpers.True; > > var pythonEngine = Python.CreateEngine(options); > var source = pythonEngine.CreateScriptSourceFromFile(args[0], > System.Text.Encoding.UTF8); > var scriptScope = pythonEngine.CreateScope(); > source.Execute(scriptScope); > Console.WriteLine("OK"); > return 0; > } > ... > > [2] Building ipy > > with IronPython_Main\Src\IronPython.Modules_collections.cs > /// [assembly: PythonModule("collections", > typeof(IronPython.Modules.PythonCollections))] > changeing from "_collections" to "collections" > because of imported by 'threading.py' . > > [3] ipy of options > > Some code arise a error with calling sys._getframe . > (I cannot specify where of codes arise the error.) > But ipy 2.6 doesn't define sys._getframe as default. > We should set the options. > > > > Currently, a DeprecationWarning arise. > --- > ./main.py:1: DeprecationWarning: object.__new__() takes no parameters > ... > > But it runs faster than one of 2.0 . > boot time of my program, from 5.7sec to 4.3sec . > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com From k.kanryu at gmail.com Thu Sep 10 08:33:34 2009 From: k.kanryu at gmail.com (KATO Kanryu) Date: Thu, 10 Sep 2009 15:33:34 +0900 Subject: [IronPython] How to integrate IronPython 2.6 to C# program? In-Reply-To: <1A472770E042064698CB5ADC83A12ACD0467F0DD@TK5EX14MBXC116.redmond.corp.microsoft.com> References: <1A472770E042064698CB5ADC83A12ACD04674F7E@TK5EX14MBXC116.redmond.corp.microsoft.com> <1A472770E042064698CB5ADC83A12ACD0467F0DD@TK5EX14MBXC116.redmond.corp.microsoft.com> Message-ID: > Is it working now for you w/ the Frames = true in the options > then? You mean that my program works fine when the Frames = true in the options, don't you? Yes. Without it, I got error message the following. Traceback (most recent call last): File "./Scripts/main.py", line 31, in on_init File "./Scripts/main.py", line 74, in __init__ File "C:\Program Files\IronPython2.0.2\Lib\warnings.py", line 35, in warn AttributeError: 'module' object has no attribute '_getframe' I use IronPython_Main(now, IronPython_2_6), and using /lib from 2.0.2 . From merllab at microsoft.com Thu Sep 10 17:53:13 2009 From: merllab at microsoft.com (merllab at microsoft.com) Date: Thu, 10 Sep 2009 08:53:13 -0700 Subject: [IronPython] IronPython 2.6 CodePlex Source Update Message-ID: <1d276642-495e-4276-9251-1de5b7671b2f@tk5-exsmh-c102.redmond.corp.microsoft.com> This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/59008. MODIFIED SOURCES $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/BoundDispEvent.cs $/IronPython/IronPython_Main/Src/IronPython/Lib/iptest/assert_util.py $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop/ComInvokeAction.cs CHECKIN COMMENTS -------------------------------------------------------------------------------- Changeset Id: 1111508 Date: 9/9/2009 11:50:47 AM (dinov) Fork HAPI - creates new Microsoft.Dynamic.dll, removes old Microsoft.Dynamic from rowan. Updates projects that depend upon the old one (for COM support) to now depend upon Microsoft.Scripting.dll. Doesn't move anyone over to the new HAPI yet - there needs to be an integration to update the code to the latest HAPI and then I'll move everyone over. (Shelveset: ForkHapiFinal;REDMOND\dinov | SNAP CheckinId: 9374) From merllab at microsoft.com Thu Sep 10 21:08:31 2009 From: merllab at microsoft.com (merllab at microsoft.com) Date: Thu, 10 Sep 2009 12:08:31 -0700 Subject: [IronPython] IronPython 2.6 CodePlex Source Update Message-ID: <87f72f17-500f-4f0f-a34b-2dd290402ab2@tk5-exsmh-c102.redmond.corp.microsoft.com> This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/59019. MODIFIED SOURCES $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/test_env.py $/IronPython/IronPython_2_6/Src/Tests/test_imp.py $/IronPython/IronPython_2_6/Src/Tests/test_namebinding.py CHECKIN COMMENTS -------------------------------------------------------------------------------- Changeset Id: 1111899 Date: 9/9/2009 4:04:13 PM IP 2.6 public comment test. From PeterBlosser at letu.edu Fri Sep 11 00:19:06 2009 From: PeterBlosser at letu.edu (Blosser, Peter) Date: Thu, 10 Sep 2009 17:19:06 -0500 Subject: [IronPython] Hosted IronPython "cannot import" error Message-ID: Hi. I have been trying to implement a hosted IronPython solution in C#. I have been successful at executing basic python code, but I am having problems when trying to import a module. The module I am trying to call is the packetlogic API for a traffic shaping device, and I have been able to use it with IDLE, but not IronPython. (http://www.proceranetworks.com/pythonapi.html) I was origionally getting the error of "name 'packetlogic2' not defined, but I noticed that the sys.path was empty when I ran the program. So I set the path to the folder where the module is located using AddToPath() in the PythonEngine, and now I am getting the current error "cannot import PLv11 from packetlogic2.v11.plapi" v11 and plapi are both folders that are under the packetlogic2 folder in "site-packages", but it acts like it cannot find them. Is there some other path that I need to setup? Any ideas? Thanks --------------------- Peter -------------- next part -------------- An HTML attachment was scrubbed... URL: From dfugate at microsoft.com Fri Sep 11 15:20:35 2009 From: dfugate at microsoft.com (Dave Fugate) Date: Fri, 11 Sep 2009 13:20:35 +0000 Subject: [IronPython] Hosted IronPython "cannot import" error In-Reply-To: References: Message-ID: <7CEEC335D70FFE4B957737DDE836F51B090EE0BB@TK5EX14MBXC127.redmond.corp.microsoft.com> Just curious; what happens if you cd to site-packages and try to run the same import directly from ipy.exe (with the -X:ExceptionDetail flag)? Based on the fact you can get this to work with IDLE, I'd guess packetlogic is C-based and hence subject to http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=11333. My best, Dave ________________________________ From: users-bounces at lists.ironpython.com [users-bounces at lists.ironpython.com] on behalf of Blosser, Peter [PeterBlosser at letu.edu] Sent: Thursday, September 10, 2009 3:19 PM To: users at lists.ironpython.com Subject: [IronPython] Hosted IronPython "cannot import" error Hi. I have been trying to implement a hosted IronPython solution in C#. I have been successful at executing basic python code, but I am having problems when trying to import a module. The module I am trying to call is the packetlogic API for a traffic shaping device, and I have been able to use it with IDLE, but not IronPython. (http://www.proceranetworks.com/pythonapi.html) I was origionally getting the error of ?name ?packetlogic2? not defined, but I noticed that the sys.path was empty when I ran the program. So I set the path to the folder where the module is located using AddToPath() in the PythonEngine, and now I am getting the current error ?cannot import PLv11 from packetlogic2.v11.plapi? v11 and plapi are both folders that are under the packetlogic2 folder in ?site-packages?, but it acts like it cannot find them. Is there some other path that I need to setup? Any ideas? Thanks --------------------- Peter -------------- next part -------------- An HTML attachment was scrubbed... URL: From william at resolversystems.com Fri Sep 11 17:00:15 2009 From: william at resolversystems.com (William Reade) Date: Fri, 11 Sep 2009 16:00:15 +0100 Subject: [IronPython] Hosted IronPython "cannot import" error In-Reply-To: <7CEEC335D70FFE4B957737DDE836F51B090EE0BB@TK5EX14MBXC127.redmond.corp.microsoft.com> References: <7CEEC335D70FFE4B957737DDE836F51B090EE0BB@TK5EX14MBXC127.redmond.corp.microsoft.com> Message-ID: <4AAA65FF.9060203@resolversystems.com> Packetlogic does indeed use compiled CPython extensions, and so won't normally work with IronPython. However, it appears to import cleanly if you use Ironclad: C:\dev\ironclad-v0.8.5-src\build>ipy IronPython 2.0.2 (2.0.0.0) on .NET 2.0.50727.3074 Type "help", "copyright", "credits" or "license" for more information. >>> import ironclad >>> import packetlogic2.v11.plapi >>> Get it from http://code.google.com/p/ironclad/ Ask questions at http://groups.google.com/group/c-extensions-for-ironpython Please let me know if you find bugs :-). Cheers William Dave Fugate wrote: > Just curious; what happens if you cd to site-packages and try to run the > same import directly from ipy.exe (with the -X:ExceptionDetail flag)? > Based on the fact you can get this to work with IDLE, I'd guess > packetlogic is C-based and hence subject to > http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=11333. > > My best, > > Dave > > ------------------------------------------------------------------------ > *From:* users-bounces at lists.ironpython.com > [users-bounces at lists.ironpython.com] on behalf of Blosser, Peter > [PeterBlosser at letu.edu] > *Sent:* Thursday, September 10, 2009 3:19 PM > *To:* users at lists.ironpython.com > *Subject:* [IronPython] Hosted IronPython "cannot import" error > > Hi. > > I have been trying to implement a hosted IronPython solution in C#. I > have been successful at executing basic python code, but I am having > problems when trying to import a module. > > > > The module I am trying to call is the packetlogic API for a traffic > shaping device, and I have been able to use it with IDLE, but not > IronPython. (http://www.proceranetworks.com/pythonapi.html) > > > > I was origionally getting the error of ?name ?packetlogic2? not > defined, but I noticed that the sys.path was empty when I ran the > program. So I set the path to the folder where the module is located > using AddToPath() in the PythonEngine, and now I am getting the current > error ?cannot import PLv11 from packetlogic2.v11.plapi? > > > > v11 and plapi are both folders that are under the packetlogic2 folder in > ?site-packages?, but it acts like it cannot find them. Is there some > other path that I need to setup? Any ideas? > > > > Thanks > > --------------------- > > Peter > > > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com From PeterBlosser at letu.edu Fri Sep 11 17:25:23 2009 From: PeterBlosser at letu.edu (Blosser, Peter) Date: Fri, 11 Sep 2009 10:25:23 -0500 Subject: [IronPython] Hosted IronPython "cannot import" error In-Reply-To: <7CEEC335D70FFE4B957737DDE836F51B090EE0BB@TK5EX14MBXC127.redmond.corp.microsoft.com> References: <7CEEC335D70FFE4B957737DDE836F51B090EE0BB@TK5EX14MBXC127.redmond.corp.microsoft.com> Message-ID: Thanks for the link, I wasn't aware that IronPython would not import pyd. That page you linked me to mentioned that there was a project for IronPython called Ironclad that would allow importing of pyd files. I got ironclad, imported it and everything started working! Awesome! Thanks for all the help! Peter From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Dave Fugate Sent: Friday, September 11, 2009 8:21 AM To: Discussion of IronPython Subject: Re: [IronPython] Hosted IronPython "cannot import" error Just curious; what happens if you cd to site-packages and try to run the same import directly from ipy.exe (with the -X:ExceptionDetail flag)? Based on the fact you can get this to work with IDLE, I'd guess packetlogic is C-based and hence subject to http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=11333. My best, Dave ________________________________ From: users-bounces at lists.ironpython.com [users-bounces at lists.ironpython.com] on behalf of Blosser, Peter [PeterBlosser at letu.edu] Sent: Thursday, September 10, 2009 3:19 PM To: users at lists.ironpython.com Subject: [IronPython] Hosted IronPython "cannot import" error Hi. I have been trying to implement a hosted IronPython solution in C#. I have been successful at executing basic python code, but I am having problems when trying to import a module. The module I am trying to call is the packetlogic API for a traffic shaping device, and I have been able to use it with IDLE, but not IronPython. (http://www.proceranetworks.com/pythonapi.html) I was origionally getting the error of "name 'packetlogic2' not defined, but I noticed that the sys.path was empty when I ran the program. So I set the path to the folder where the module is located using AddToPath() in the PythonEngine, and now I am getting the current error "cannot import PLv11 from packetlogic2.v11.plapi" v11 and plapi are both folders that are under the packetlogic2 folder in "site-packages", but it acts like it cannot find them. Is there some other path that I need to setup? Any ideas? Thanks --------------------- Peter -------------- next part -------------- An HTML attachment was scrubbed... URL: From empirebuilder at gmail.com Sun Sep 13 11:26:18 2009 From: empirebuilder at gmail.com (Dody Gunawinata) Date: Sun, 13 Sep 2009 12:26:18 +0300 Subject: [IronPython] Tornado webserver Message-ID: <8cd017b80909130226vb5d9124yb08380b27c2d6bd9@mail.gmail.com> Facebook open sourced FriendFeed's web server based on Python 2.6 http://www.tornadoweb.org/. It looks very promising and it comes with a lightweight web development framework. -- nomadlife.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From sanxiyn at gmail.com Sun Sep 13 11:45:30 2009 From: sanxiyn at gmail.com (Seo Sanghyeon) Date: Sun, 13 Sep 2009 18:45:30 +0900 Subject: [IronPython] Tornado webserver In-Reply-To: <8cd017b80909130226vb5d9124yb08380b27c2d6bd9@mail.gmail.com> References: <8cd017b80909130226vb5d9124yb08380b27c2d6bd9@mail.gmail.com> Message-ID: <5b0248170909130245x79830b76hf043f3763501012e@mail.gmail.com> 2009/9/13 Dody Gunawinata : > Facebook open sourced FriendFeed's web server based on Python > 2.6?http://www.tornadoweb.org/. It looks very promising and it comes with a > lightweight web development framework. Note that it does not run on Windows. http://groups.google.com/group/python-tornado/browse_thread/thread/befb054556fc335d -- Seo Sanghyeon From brian.curtin at gmail.com Mon Sep 14 19:52:38 2009 From: brian.curtin at gmail.com (Brian Curtin) Date: Mon, 14 Sep 2009 12:52:38 -0500 Subject: [IronPython] CallTargetX delegates In-Reply-To: <20253b0c0909020259n30624877q2deb01678d86c665@mail.gmail.com> References: <38ef96bd0909011740va89b93cw9d051ddc778507f7@mail.gmail.com> <1A472770E042064698CB5ADC83A12ACD0460BBBA@TK5EX14MBXC116.redmond.corp.microsoft.com> <38ef96bd0909012238n28717531mde636d1bd8a1ae13@mail.gmail.com> <20253b0c0909020259n30624877q2deb01678d86c665@mail.gmail.com> Message-ID: How would someone replace CallTargetX with Func<...> within a script? For example, how would you change the Invoke calls in onChanged and onRenamed here: http://www.ironpython.info/index.php/Invoking_onto_the_GUI_%28Control%29_Thread I've never seen how to use Func within an IP script, just within C#. On Wed, Sep 2, 2009 at 04:59, Davy Mitchell wrote: > Could someone pop an example of this on http://www.ironpython.info? > Sounds like it could be a common 'gotcha' especially for newbies > running old example code. > > Cheers, > Davy > > On Wed, Sep 2, 2009 at 6:38 AM, David Escobar > wrote: > > Ok cool. I've used Func<> from C# before. That did the trick. Thanks. > > > > > > On Tue, Sep 1, 2009 at 6:19 PM, Dino Viehland > wrote: > >> > >> Yes. CallTarget?s were really a part of IronPython?s internal calling > >> convention for used defined functions. We kept CallTarget0 around > because > >> we knew lots of users had come to depend on that one when they needed a > >> delegate type. But we removed all the others and switched to using > Func > >> internally. Ideally you can switch to using Func<> as well. > >> > >> > >> > >> From: users-bounces at lists.ironpython.com > >> [mailto:users-bounces at lists.ironpython.com] On Behalf Of David Escobar > >> Sent: Tuesday, September 01, 2009 5:41 PM > >> To: Discussion of IronPython > >> Subject: [IronPython] CallTargetX delegates > >> > >> > >> > >> In IronPython 2.6 beta 2, did the CallTargetX delegates get moved to > >> another module or were they simply removed altogether? The only delegate > in > >> IronPython.Compiler is CallTarget0. I checked IronPython 2.0.2 and it > has up > >> to CallTarget16. > > > > _______________________________________________ > > Users mailing list > > Users at lists.ironpython.com > > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > > > > > -- > -- > Davy Stuff - http://daftspaniel.blogspot.com > Geeky Stuff - http://daftpython.blogspot.com > Davy's Ironpython Editor - > http://code.google.com/p/davysironpythoneditor/ > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dinov at microsoft.com Mon Sep 14 19:59:47 2009 From: dinov at microsoft.com (Dino Viehland) Date: Mon, 14 Sep 2009 17:59:47 +0000 Subject: [IronPython] CallTargetX delegates In-Reply-To: References: <38ef96bd0909011740va89b93cw9d051ddc778507f7@mail.gmail.com> <1A472770E042064698CB5ADC83A12ACD0460BBBA@TK5EX14MBXC116.redmond.corp.microsoft.com> <38ef96bd0909012238n28717531mde636d1bd8a1ae13@mail.gmail.com> <20253b0c0909020259n30624877q2deb01678d86c665@mail.gmail.com> Message-ID: <1A472770E042064698CB5ADC83A12ACD046FEF46@TK5EX14MBXC116.redmond.corp.microsoft.com> To use Func you just need to do: import clr clr.AddReference('System.Core') from System import Func Func[object, object](targetCallableHere) This is equivalent to CallTarget1. You can add more "object, " or you can replace object with some other type. From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Brian Curtin Sent: Monday, September 14, 2009 10:53 AM To: Discussion of IronPython Subject: Re: [IronPython] CallTargetX delegates How would someone replace CallTargetX with Func<...> within a script? For example, how would you change the Invoke calls in onChanged and onRenamed here: http://www.ironpython.info/index.php/Invoking_onto_the_GUI_%28Control%29_Thread I've never seen how to use Func within an IP script, just within C#. On Wed, Sep 2, 2009 at 04:59, Davy Mitchell > wrote: Could someone pop an example of this on http://www.ironpython.info? Sounds like it could be a common 'gotcha' especially for newbies running old example code. Cheers, Davy On Wed, Sep 2, 2009 at 6:38 AM, David Escobar> wrote: > Ok cool. I've used Func<> from C# before. That did the trick. Thanks. > > > On Tue, Sep 1, 2009 at 6:19 PM, Dino Viehland > wrote: >> >> Yes. CallTarget's were really a part of IronPython's internal calling >> convention for used defined functions. We kept CallTarget0 around because >> we knew lots of users had come to depend on that one when they needed a >> delegate type. But we removed all the others and switched to using Func<...> >> internally. Ideally you can switch to using Func<> as well. >> >> >> >> From: users-bounces at lists.ironpython.com >> [mailto:users-bounces at lists.ironpython.com] On Behalf Of David Escobar >> Sent: Tuesday, September 01, 2009 5:41 PM >> To: Discussion of IronPython >> Subject: [IronPython] CallTargetX delegates >> >> >> >> In IronPython 2.6 beta 2, did the CallTargetX delegates get moved to >> another module or were they simply removed altogether? The only delegate in >> IronPython.Compiler is CallTarget0. I checked IronPython 2.0.2 and it has up >> to CallTarget16. > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > -- -- Davy Stuff - http://daftspaniel.blogspot.com Geeky Stuff - http://daftpython.blogspot.com Davy's Ironpython Editor - http://code.google.com/p/davysironpythoneditor/ _______________________________________________ Users mailing list Users at lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From fuzzyman at voidspace.org.uk Mon Sep 14 20:04:27 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Mon, 14 Sep 2009 19:04:27 +0100 Subject: [IronPython] CallTargetX delegates In-Reply-To: <1A472770E042064698CB5ADC83A12ACD046FEF46@TK5EX14MBXC116.redmond.corp.microsoft.com> References: <38ef96bd0909011740va89b93cw9d051ddc778507f7@mail.gmail.com> <1A472770E042064698CB5ADC83A12ACD0460BBBA@TK5EX14MBXC116.redmond.corp.microsoft.com> <38ef96bd0909012238n28717531mde636d1bd8a1ae13@mail.gmail.com> <20253b0c0909020259n30624877q2deb01678d86c665@mail.gmail.com> <1A472770E042064698CB5ADC83A12ACD046FEF46@TK5EX14MBXC116.redmond.corp.microsoft.com> Message-ID: -- http://www.ironpythoninaction.com On 14 Sep 2009, at 18:59, Dino Viehland wrote: > To use Func you just need to do: > > > > import clr > > clr.AddReference(?System.Core?) > > from System import Func > > Func[object, object](targetCallableHere) > > > > This is equivalent to CallTarget1. You can add more ?object, ? > or you can replace object with some other type. > > It is of course dependent on .NET 3. Michael > > > From: users-bounces at lists.ironpython.com [mailto:users- > bounces at lists.ironpython.com] On Behalf Of Brian Curtin > Sent: Monday, September 14, 2009 10:53 AM > To: Discussion of IronPython > Subject: Re: [IronPython] CallTargetX delegates > > > > How would someone replace CallTargetX with Func<...> within a > script? For example, how would you change the Invoke calls in > onChanged and onRenamed here: http://www.ironpython.info/index.php/Invoking_onto_the_GUI_%28Control%29_Thread > > I've never seen how to use Func within an IP script, just within C#. > > > On Wed, Sep 2, 2009 at 04:59, Davy Mitchell > wrote: > > Could someone pop an example of this on http://www.ironpython.info? > Sounds like it could be a common 'gotcha' especially for newbies > running old example code. > > Cheers, > Davy > > > On Wed, Sep 2, 2009 at 6:38 AM, David Escobar > wrote: > > Ok cool. I've used Func<> from C# before. That did the trick. > Thanks. > > > > > > On Tue, Sep 1, 2009 at 6:19 PM, Dino Viehland > wrote: > >> > >> Yes. CallTarget?s were really a part of IronPython?s internal > calling > >> convention for used defined functions. We kept CallTarget0 > around because > >> we knew lots of users had come to depend on that one when they > needed a > >> delegate type. But we removed all the others and switched to > using Func > >> internally. Ideally you can switch to using Func<> as well. > >> > >> > >> > >> From: users-bounces at lists.ironpython.com > >> [mailto:users-bounces at lists.ironpython.com] On Behalf Of David > Escobar > >> Sent: Tuesday, September 01, 2009 5:41 PM > >> To: Discussion of IronPython > >> Subject: [IronPython] CallTargetX delegates > >> > >> > >> > >> In IronPython 2.6 beta 2, did the CallTargetX delegates get moved > to > >> another module or were they simply removed altogether? The only > delegate in > >> IronPython.Compiler is CallTarget0. I checked IronPython 2.0.2 > and it has up > >> to CallTarget16. > > > > > _______________________________________________ > > Users mailing list > > Users at lists.ironpython.com > > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > > > > > -- > -- > Davy Stuff - http://daftspaniel.blogspot.com > Geeky Stuff - http://daftpython.blogspot.com > Davy's Ironpython Editor - http://code.google.com/p/davysironpythoneditor/ > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From Tomas.Matousek at microsoft.com Mon Sep 14 20:19:34 2009 From: Tomas.Matousek at microsoft.com (Tomas Matousek) Date: Mon, 14 Sep 2009 18:19:34 +0000 Subject: [IronPython] CallTargetX delegates In-Reply-To: References: <38ef96bd0909011740va89b93cw9d051ddc778507f7@mail.gmail.com> <1A472770E042064698CB5ADC83A12ACD0460BBBA@TK5EX14MBXC116.redmond.corp.microsoft.com> <38ef96bd0909012238n28717531mde636d1bd8a1ae13@mail.gmail.com> <20253b0c0909020259n30624877q2deb01678d86c665@mail.gmail.com> <1A472770E042064698CB5ADC83A12ACD046FEF46@TK5EX14MBXC116.redmond.corp.microsoft.com> Message-ID: <4B342496A3EFEB48839E10BB4BF5964C024BF11F@TK5EX14MBXC122.redmond.corp.microsoft.com> We?ve made change recently (last week) on .NET 2.0 you?ll need to use a different namespace and assembly: import clr clr.AddReference(?Microsoft.Scripting?) from Microsoft.Scripting.Utils import Func Func[object, object](targetCallableHere) Tomas From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Michael Foord Sent: Monday, September 14, 2009 11:04 AM To: Discussion of IronPython Cc: Discussion of IronPython Subject: Re: [IronPython] CallTargetX delegates -- http://www.ironpythoninaction.com On 14 Sep 2009, at 18:59, Dino Viehland > wrote: To use Func you just need to do: import clr clr.AddReference(?System.Core?) from System import Func Func[object, object](targetCallableHere) This is equivalent to CallTarget1. You can add more ?object, ? or you can replace object with some other type. It is of course dependent on .NET 3. Michael From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Brian Curtin Sent: Monday, September 14, 2009 10:53 AM To: Discussion of IronPython Subject: Re: [IronPython] CallTargetX delegates How would someone replace CallTargetX with Func<...> within a script? For example, how would you change the Invoke calls in onChanged and onRenamed here: http://www.ironpython.info/index.php/Invoking_onto_the_GUI_%28Control%29_Thread I've never seen how to use Func within an IP script, just within C#. On Wed, Sep 2, 2009 at 04:59, Davy Mitchell > wrote: Could someone pop an example of this on http://www.ironpython.info? Sounds like it could be a common 'gotcha' especially for newbies running old example code. Cheers, Davy On Wed, Sep 2, 2009 at 6:38 AM, David Escobar> wrote: > Ok cool. I've used Func<> from C# before. That did the trick. Thanks. > > > On Tue, Sep 1, 2009 at 6:19 PM, Dino Viehland > wrote: >> >> Yes. CallTarget?s were really a part of IronPython?s internal calling >> convention for used defined functions. We kept CallTarget0 around because >> we knew lots of users had come to depend on that one when they needed a >> delegate type. But we removed all the others and switched to using Func >> internally. Ideally you can switch to using Func<> as well. >> >> >> >> From: users-bounces at lists.ironpython.com >> [mailto:users-bounces at lists.ironpython.com] On Behalf Of David Escobar >> Sent: Tuesday, September 01, 2009 5:41 PM >> To: Discussion of IronPython >> Subject: [IronPython] CallTargetX delegates >> >> >> >> In IronPython 2.6 beta 2, did the CallTargetX delegates get moved to >> another module or were they simply removed altogether? The only delegate in >> IronPython.Compiler is CallTarget0. I checked IronPython 2.0.2 and it has up >> to CallTarget16. > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > -- -- Davy Stuff - http://daftspaniel.blogspot.com Geeky Stuff - http://daftpython.blogspot.com Davy's Ironpython Editor - http://code.google.com/p/davysironpythoneditor/ _______________________________________________ Users mailing list Users at lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ Users mailing list Users at lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From fuzzyman at voidspace.org.uk Mon Sep 14 22:19:24 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Mon, 14 Sep 2009 21:19:24 +0100 Subject: [IronPython] CallTargetX delegates In-Reply-To: <4B342496A3EFEB48839E10BB4BF5964C024BF11F@TK5EX14MBXC122.redmond.corp.microsoft.com> References: <38ef96bd0909011740va89b93cw9d051ddc778507f7@mail.gmail.com> <1A472770E042064698CB5ADC83A12ACD0460BBBA@TK5EX14MBXC116.redmond.corp.microsoft.com> <38ef96bd0909012238n28717531mde636d1bd8a1ae13@mail.gmail.com> <20253b0c0909020259n30624877q2deb01678d86c665@mail.gmail.com> <1A472770E042064698CB5ADC83A12ACD046FEF46@TK5EX14MBXC116.redmond.corp.microsoft.com> <4B342496A3EFEB48839E10BB4BF5964C024BF11F@TK5EX14MBXC122.redmond.corp.microsoft.com> Message-ID: <4AAEA54C.2090104@voidspace.org.uk> Tomas Matousek wrote: > > We?ve made change recently (last week) on .NET 2.0 you?ll need to use > a different namespace and assembly: > > > > import clr > > clr.AddReference(?Microsoft.Scripting?) > > from Microsoft.Scripting.Utils import Func > > Func[object, object](targetCallableHere) > Will this work cross-version? (i.e. will it also work on .NET 3 & 4?) Michael > > > Tomas > > > > *From:* users-bounces at lists.ironpython.com > [mailto:users-bounces at lists.ironpython.com] *On Behalf Of *Michael Foord > *Sent:* Monday, September 14, 2009 11:04 AM > *To:* Discussion of IronPython > *Cc:* Discussion of IronPython > *Subject:* Re: [IronPython] CallTargetX delegates > > > > > > > > -- > > http://www.ironpythoninaction.com > > > On 14 Sep 2009, at 18:59, Dino Viehland > wrote: > > To use Func you just need to do: > > > > import clr > > clr.AddReference(?System.Core?) > > from System import Func > > Func[object, object](targetCallableHere) > > > > This is equivalent to CallTarget1. You can add more ?object, ? or > you can replace object with some other type. > > > > It is of course dependent on .NET 3. > > > > Michael > > > > > > > > > > *From:* users-bounces at lists.ironpython.com > > [mailto:users-bounces at lists.ironpython.com] *On Behalf Of *Brian Curtin > *Sent:* Monday, September 14, 2009 10:53 AM > *To:* Discussion of IronPython > *Subject:* Re: [IronPython] CallTargetX delegates > > > > How would someone replace CallTargetX with Func<...> within a script? > For example, how would you change the Invoke calls in onChanged and > onRenamed here: > http://www.ironpython.info/index.php/Invoking_onto_the_GUI_%28Control%29_Thread > > I've never seen how to use Func within an IP script, just within C#. > > > On Wed, Sep 2, 2009 at 04:59, Davy Mitchell > wrote: > > Could someone pop an example of this on http://www.ironpython.info? > Sounds like it could be a common 'gotcha' especially for newbies > running old example code. > > Cheers, > Davy > > > On Wed, Sep 2, 2009 at 6:38 AM, David Escobar > wrote: > > Ok cool. I've used Func<> from C# before. That did the trick. Thanks. > > > > > > On Tue, Sep 1, 2009 at 6:19 PM, Dino Viehland > wrote: > >> > >> Yes. CallTarget?s were really a part of IronPython?s internal calling > >> convention for used defined functions. We kept CallTarget0 around > because > >> we knew lots of users had come to depend on that one when they needed a > >> delegate type. But we removed all the others and switched to using > Func > >> internally. Ideally you can switch to using Func<> as well. > >> > >> > >> > >> From: users-bounces at lists.ironpython.com > > >> [mailto:users-bounces at lists.ironpython.com > ] On Behalf Of David Escobar > >> Sent: Tuesday, September 01, 2009 5:41 PM > >> To: Discussion of IronPython > >> Subject: [IronPython] CallTargetX delegates > >> > >> > >> > >> In IronPython 2.6 beta 2, did the CallTargetX delegates get moved to > >> another module or were they simply removed altogether? The only > delegate in > >> IronPython.Compiler is CallTarget0. I checked IronPython 2.0.2 and > it has up > >> to CallTarget16. > > > > > _______________________________________________ > > Users mailing list > > Users at lists.ironpython.com > > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > > > > > -- > -- > Davy Stuff - http://daftspaniel.blogspot.com > Geeky Stuff - http://daftpython.blogspot.com > Davy's Ironpython Editor - > http://code.google.com/p/davysironpythoneditor/ > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From Tomas.Matousek at microsoft.com Mon Sep 14 23:20:10 2009 From: Tomas.Matousek at microsoft.com (Tomas Matousek) Date: Mon, 14 Sep 2009 21:20:10 +0000 Subject: [IronPython] CallTargetX delegates In-Reply-To: <4AAEA54C.2090104@voidspace.org.uk> References: <38ef96bd0909011740va89b93cw9d051ddc778507f7@mail.gmail.com> <1A472770E042064698CB5ADC83A12ACD0460BBBA@TK5EX14MBXC116.redmond.corp.microsoft.com> <38ef96bd0909012238n28717531mde636d1bd8a1ae13@mail.gmail.com> <20253b0c0909020259n30624877q2deb01678d86c665@mail.gmail.com> <1A472770E042064698CB5ADC83A12ACD046FEF46@TK5EX14MBXC116.redmond.corp.microsoft.com> <4B342496A3EFEB48839E10BB4BF5964C024BF11F@TK5EX14MBXC122.redmond.corp.microsoft.com> <4AAEA54C.2090104@voidspace.org.uk> Message-ID: <4B342496A3EFEB48839E10BB4BF5964C024C05CB@TK5EX14MBXC122.redmond.corp.microsoft.com> Func/Action delegates are in System.Core assembly and System namespace in CLR4. So you need to import them conditionally based on current .NET version. If you use IronPython on .NET 3.5 you'll get 2 different Func/Action delegate sets - one in [Microsoft.Scripting]Microsoft.Scripting.Utils and the other in [System.Core]System. It shouldn't matter much which ones do you use. Tomas -----Original Message----- From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Michael Foord Sent: Monday, September 14, 2009 1:19 PM To: Discussion of IronPython Subject: Re: [IronPython] CallTargetX delegates Tomas Matousek wrote: > > We?ve made change recently (last week) on .NET 2.0 you?ll need to use > a different namespace and assembly: > > > > import clr > > clr.AddReference(?Microsoft.Scripting?) > > from Microsoft.Scripting.Utils import Func > > Func[object, object](targetCallableHere) > Will this work cross-version? (i.e. will it also work on .NET 3 & 4?) Michael > > > Tomas > > > > *From:* users-bounces at lists.ironpython.com > [mailto:users-bounces at lists.ironpython.com] *On Behalf Of *Michael > Foord > *Sent:* Monday, September 14, 2009 11:04 AM > *To:* Discussion of IronPython > *Cc:* Discussion of IronPython > *Subject:* Re: [IronPython] CallTargetX delegates > > > > > > > > -- > > http://www.ironpythoninaction.com > > > On 14 Sep 2009, at 18:59, Dino Viehland > wrote: > > To use Func you just need to do: > > > > import clr > > clr.AddReference(?System.Core?) > > from System import Func > > Func[object, object](targetCallableHere) > > > > This is equivalent to CallTarget1. You can add more ?object, ? or > you can replace object with some other type. > > > > It is of course dependent on .NET 3. > > > > Michael > > > > > > > > > > *From:* users-bounces at lists.ironpython.com > > [mailto:users-bounces at lists.ironpython.com] *On Behalf Of *Brian > Curtin > *Sent:* Monday, September 14, 2009 10:53 AM > *To:* Discussion of IronPython > *Subject:* Re: [IronPython] CallTargetX delegates > > > > How would someone replace CallTargetX with Func<...> within a script? > For example, how would you change the Invoke calls in onChanged and > onRenamed here: > http://www.ironpython.info/index.php/Invoking_onto_the_GUI_%28Control% > 29_Thread > > I've never seen how to use Func within an IP script, just within C#. > > > On Wed, Sep 2, 2009 at 04:59, Davy Mitchell > wrote: > > Could someone pop an example of this on http://www.ironpython.info? > Sounds like it could be a common 'gotcha' especially for newbies > running old example code. > > Cheers, > Davy > > > On Wed, Sep 2, 2009 at 6:38 AM, David Escobar > wrote: > > Ok cool. I've used Func<> from C# before. That did the trick. Thanks. > > > > > > On Tue, Sep 1, 2009 at 6:19 PM, Dino Viehland > wrote: > >> > >> Yes. CallTarget?s were really a part of IronPython?s internal > >> calling convention for used defined functions. We kept CallTarget0 > >> around > because > >> we knew lots of users had come to depend on that one when they > >> needed a delegate type. But we removed all the others and switched > >> to using > Func > >> internally. Ideally you can switch to using Func<> as well. > >> > >> > >> > >> From: users-bounces at lists.ironpython.com > > >> [mailto:users-bounces at lists.ironpython.com > ] On Behalf Of David > Escobar > >> Sent: Tuesday, September 01, 2009 5:41 PM > >> To: Discussion of IronPython > >> Subject: [IronPython] CallTargetX delegates > >> > >> > >> > >> In IronPython 2.6 beta 2, did the CallTargetX delegates get moved > >> to another module or were they simply removed altogether? The only > delegate in > >> IronPython.Compiler is CallTarget0. I checked IronPython 2.0.2 and > it has up > >> to CallTarget16. > > > > > _______________________________________________ > > Users mailing list > > Users at lists.ironpython.com > > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > > > > > -- > -- > Davy Stuff - http://daftspaniel.blogspot.com Geeky Stuff - > http://daftpython.blogspot.com Davy's Ironpython Editor - > http://code.google.com/p/davysironpythoneditor/ > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > ---------------------------------------------------------------------- > -- > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog _______________________________________________ Users mailing list Users at lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com From fuzzyman at voidspace.org.uk Mon Sep 14 23:28:26 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Mon, 14 Sep 2009 22:28:26 +0100 Subject: [IronPython] CallTargetX delegates In-Reply-To: <4B342496A3EFEB48839E10BB4BF5964C024C05CB@TK5EX14MBXC122.redmond.corp.microsoft.com> References: <38ef96bd0909011740va89b93cw9d051ddc778507f7@mail.gmail.com> <1A472770E042064698CB5ADC83A12ACD0460BBBA@TK5EX14MBXC116.redmond.corp.microsoft.com> <38ef96bd0909012238n28717531mde636d1bd8a1ae13@mail.gmail.com> <20253b0c0909020259n30624877q2deb01678d86c665@mail.gmail.com> <1A472770E042064698CB5ADC83A12ACD046FEF46@TK5EX14MBXC116.redmond.corp.microsoft.com> <4B342496A3EFEB48839E10BB4BF5964C024BF11F@TK5EX14MBXC122.redmond.corp.microsoft.com> <4AAEA54C.2090104@voidspace.org.uk> <4B342496A3EFEB48839E10BB4BF5964C024C05CB@TK5EX14MBXC122.redmond.corp.microsoft.com> Message-ID: <4AAEB57A.8080607@voidspace.org.uk> Tomas Matousek wrote: > Func/Action delegates are in System.Core assembly and System namespace in CLR4. > So you need to import them conditionally based on current .NET version. > > If you use IronPython on .NET 3.5 you'll get 2 different Func/Action delegate sets - one in [Microsoft.Scripting]Microsoft.Scripting.Utils and the other in [System.Core]System. > It shouldn't matter much which ones do you use. > > So if you want to support running on .NET 2, 3 & 4 it's a bit of a mess. :-) Sure glad CallTarget0 is sticking around... Michael > Tomas > > -----Original Message----- > From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Michael Foord > Sent: Monday, September 14, 2009 1:19 PM > To: Discussion of IronPython > Subject: Re: [IronPython] CallTargetX delegates > > Tomas Matousek wrote: > >> We?ve made change recently (last week) on .NET 2.0 you?ll need to use >> a different namespace and assembly: >> >> >> >> import clr >> >> clr.AddReference(?Microsoft.Scripting?) >> >> from Microsoft.Scripting.Utils import Func >> >> Func[object, object](targetCallableHere) >> >> > > Will this work cross-version? (i.e. will it also work on .NET 3 & 4?) > > Michael > > >> >> >> Tomas >> >> >> >> *From:* users-bounces at lists.ironpython.com >> [mailto:users-bounces at lists.ironpython.com] *On Behalf Of *Michael >> Foord >> *Sent:* Monday, September 14, 2009 11:04 AM >> *To:* Discussion of IronPython >> *Cc:* Discussion of IronPython >> *Subject:* Re: [IronPython] CallTargetX delegates >> >> >> >> >> >> >> >> -- >> >> http://www.ironpythoninaction.com >> >> >> On 14 Sep 2009, at 18:59, Dino Viehland > > wrote: >> >> To use Func you just need to do: >> >> >> >> import clr >> >> clr.AddReference(?System.Core?) >> >> from System import Func >> >> Func[object, object](targetCallableHere) >> >> >> >> This is equivalent to CallTarget1. You can add more ?object, ? or >> you can replace object with some other type. >> >> >> >> It is of course dependent on .NET 3. >> >> >> >> Michael >> >> >> >> >> >> >> >> >> >> *From:* users-bounces at lists.ironpython.com >> >> [mailto:users-bounces at lists.ironpython.com] *On Behalf Of *Brian >> Curtin >> *Sent:* Monday, September 14, 2009 10:53 AM >> *To:* Discussion of IronPython >> *Subject:* Re: [IronPython] CallTargetX delegates >> >> >> >> How would someone replace CallTargetX with Func<...> within a script? >> For example, how would you change the Invoke calls in onChanged and >> onRenamed here: >> http://www.ironpython.info/index.php/Invoking_onto_the_GUI_%28Control% >> 29_Thread >> >> I've never seen how to use Func within an IP script, just within C#. >> >> >> On Wed, Sep 2, 2009 at 04:59, Davy Mitchell > > wrote: >> >> Could someone pop an example of this on http://www.ironpython.info? >> Sounds like it could be a common 'gotcha' especially for newbies >> running old example code. >> >> Cheers, >> Davy >> >> >> On Wed, Sep 2, 2009 at 6:38 AM, David Escobar> > wrote: >> >>> Ok cool. I've used Func<> from C# before. That did the trick. Thanks. >>> >>> >>> On Tue, Sep 1, 2009 at 6:19 PM, Dino Viehland >> >> > wrote: >> >>>> Yes. CallTarget?s were really a part of IronPython?s internal >>>> calling convention for used defined functions. We kept CallTarget0 >>>> around >>>> >> because >> >>>> we knew lots of users had come to depend on that one when they >>>> needed a delegate type. But we removed all the others and switched >>>> to using >>>> >> Func >> >>>> internally. Ideally you can switch to using Func<> as well. >>>> >>>> >>>> >>>> From: users-bounces at lists.ironpython.com >>>> >> >> >>>> [mailto:users-bounces at lists.ironpython.com >>>> >> ] On Behalf Of David >> Escobar >> >>>> Sent: Tuesday, September 01, 2009 5:41 PM >>>> To: Discussion of IronPython >>>> Subject: [IronPython] CallTargetX delegates >>>> >>>> >>>> >>>> In IronPython 2.6 beta 2, did the CallTargetX delegates get moved >>>> to another module or were they simply removed altogether? The only >>>> >> delegate in >> >>>> IronPython.Compiler is CallTarget0. I checked IronPython 2.0.2 and >>>> >> it has up >> >>>> to CallTarget16. >>>> >>> _______________________________________________ >>> Users mailing list >>> Users at lists.ironpython.com >>> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >>> >>> >>> >> >> -- >> -- >> Davy Stuff - http://daftspaniel.blogspot.com Geeky Stuff - >> http://daftpython.blogspot.com Davy's Ironpython Editor - >> http://code.google.com/p/davysironpythoneditor/ >> _______________________________________________ >> Users mailing list >> Users at lists.ironpython.com >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> >> >> >> _______________________________________________ >> Users mailing list >> Users at lists.ironpython.com >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> >> ---------------------------------------------------------------------- >> -- >> >> _______________________________________________ >> Users mailing list >> Users at lists.ironpython.com >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> >> > > > -- > http://www.ironpythoninaction.com/ > http://www.voidspace.org.uk/blog > > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From pawel.gielmuda at hotmail.com Tue Sep 15 10:30:32 2009 From: pawel.gielmuda at hotmail.com (Pawel Gielmuda) Date: Tue, 15 Sep 2009 10:30:32 +0200 Subject: [IronPython] Ironpython interop with C# - delegates Message-ID: Hello to all Can you help me with this. I'm trying to extend my application with IronPython. I have class that I want to assign delegate from IronPython script. Here is an example: public class T { public int I { get; set; } public delegate void FunDelegate(); public FunDelegate Fun; } And then I'm trying to assign Python function to my delegate(ScriptRunner is just a wrapper for calling IP code) T test = new T(); Console.WriteLine(test.I); ScriptRunner.RunCode(@"def Fun(): I = 10 Obj.Fun= Fun", ref test); And this code fails with exception Object of type 'IronPython.Runtime.PythonFunction' cannot be converted to type 'testesting.T+FunDelegate'. Is there any way to avoid this? Or there is a better way Thanks for help Pawel _________________________________________________________________ Funkcja Co Nowego wy?wietla informacje w czasie rzeczywistym. Poka? mi jak. http://home.live.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From dfugate at microsoft.com Tue Sep 15 23:06:40 2009 From: dfugate at microsoft.com (dfugate at microsoft.com) Date: Tue, 15 Sep 2009 14:06:40 -0700 Subject: [IronPython] IronPython 2.6 CodePlex Source Update Message-ID: This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/59195. ADDED SOURCES $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Configuration/OptionElementCollection.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Configuration/OptionElement.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Configuration/Section.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Configuration/LanguageElementCollection.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Configuration/LanguageElement.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote/RemoteConsoleCommandLine.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote/ConsoleRestartManager.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote/RemoteConsoleHost.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote/RemoteCommandDispatcher.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote/RemoteRuntimeServer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Providers/HostingHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ScriptScope.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ScriptRuntime.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ScriptSource.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Configuration $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/TokenCategorizer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Shell $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ScriptHostProxy.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ErrorSinkProxyListener.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/LanguageSetup.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ScriptRuntimeSetup.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ScriptEngine.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ExceptionOperations.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ScriptHost.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ErrorListenerProxy.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ErrorListener.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ObjectOperations.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Providers $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ScriptIO.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/CompiledCode.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Properties/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/Runtime/NotNullAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/LanguageBoundTextContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/NotNullAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/DelegateInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/BaseSymbolDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/DlrConfiguration.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/Operators.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/DynamicOperations.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/TokenInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/DlrCachedCodeAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/TransformDictEnumerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/TokenTriggers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/DocumentationAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ScopeStorage.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/Generator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/Runtime $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ExplicitConversionMethodAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ScriptDomainManager.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/LanguageContext.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/DynamicRuntimeHostingProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ScopeExtension.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/TokenizerService.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ScriptingRuntimeHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/Scope.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/SymbolDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/StreamContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ParamDictionaryAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ParserSink.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/SourceStringContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/SharedIO.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/InvariantContext.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/DynamicStackFrame.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ScriptCode.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ReturnFixer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/DelegateSignatureInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/DefaultLanguageContext.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ContextId.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ReflectionCache.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/SourceLocation.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/SpecSharp.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/InvalidImplementationException.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Severity.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Properties $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/ArgumentTypeException.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/SymbolTable.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/PlatformAdaptationLayer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/SourceCodeKind.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/SourceUnit.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/LanguageOptions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/ScriptCodeParseResult.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/ErrorSink.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/CompilerOptions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/GlobalSuppressions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/SourceSpan.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/AssemblyLoadedEventArgs.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/SourceFileContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/SourceCodeReader.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/SymbolId.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/IAttributesCollection.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Microsoft.Scripting.csproj $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic $/IronPython/IronPython_2_6/Src/IronPython/Runtime/StringDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Microsoft.Dynamic.csproj $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/TextStream.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/StringUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/ReflectionUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/ReadOnlyDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/ExceptionUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/ExceptionFactory.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/DictionaryUnionEnumerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/ContractUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/ConsoleStreamType.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/CollectionExtensions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/CheckedDictionaryEnumerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/Assert.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/AssemblyQualifiedTypeName.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/ArrayUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/TokenCategory.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/TextContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/SyntaxErrorException.cs DELETED SOURCES $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/CompiledCode.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/StreamContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ScriptCode.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/NotNullAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ScriptDomainManager.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptIO.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Providers $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ErrorListener.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/LanguageSetup.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/TokenCategorizer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/IAttributesCollection.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SyntaxErrorException.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/PlatformAdaptationLayer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SymbolTable.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ParamDictionaryAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/LanguageContext.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ScopeStorage.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DlrConfiguration.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ParserSink.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ScopeExtension.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/SharedIO.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/Operators.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ErrorListenerProxy.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ExceptionOperations.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptRuntimeSetup.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptHostProxy.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/SymbolIdDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Symbols.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Microsoft.Scripting.csproj $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SourceCodeReader.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SourceSpan.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/CompilerOptions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ErrorSink.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ScriptCodeParseResult.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/LanguageOptions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SourceUnit.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SourceCodeKind.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ArgumentTypeException.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Severity.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/InvalidImplementationException.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/TextContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ContextId.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/Scope.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/TokenTriggers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/DynamicOperations.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/InvariantContext.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/TokenizerService.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/TokenInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ConsoleStreamType.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ObjectOperations.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptHost.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptEngine.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ErrorSinkProxyListener.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Configuration $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptSource.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptRuntime.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/ScriptScope.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SymbolId.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/TokenCategory.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/SourceLocation.cs MODIFIED SOURCES $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Configuration/OptionElementCollection.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Configuration/OptionElement.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Configuration/Section.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Configuration/LanguageElementCollection.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Configuration/LanguageElement.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote/RemoteConsoleCommandLine.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote/ConsoleRestartManager.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote/RemoteConsoleHost.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote/RemoteCommandDispatcher.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote/RemoteRuntimeServer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/Providers/HostingHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ScriptScope.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ScriptRuntime.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ScriptSource.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/TokenCategorizer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ScriptHostProxy.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ErrorSinkProxyListener.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/LanguageSetup.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ScriptRuntimeSetup.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ScriptEngine.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ExceptionOperations.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ScriptHost.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ErrorListenerProxy.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ErrorListener.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ObjectOperations.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/ScriptIO.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Hosting/CompiledCode.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Properties/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/Runtime/NotNullAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/LanguageBoundTextContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/NotNullAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/DelegateInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/BaseSymbolDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/DlrConfiguration.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/Operators.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/DynamicOperations.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/TokenInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/DlrCachedCodeAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/TransformDictEnumerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/TokenTriggers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/DocumentationAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ScopeStorage.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/Generator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ExplicitConversionMethodAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ScriptDomainManager.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/LanguageContext.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/DynamicRuntimeHostingProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ScopeExtension.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/TokenizerService.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ScriptingRuntimeHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/Scope.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/SymbolDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/StreamContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ParamDictionaryAttribute.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ParserSink.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/SourceStringContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/SharedIO.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/InvariantContext.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/DynamicStackFrame.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ScriptCode.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ReturnFixer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/DelegateSignatureInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/DefaultLanguageContext.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ContextId.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Runtime/ReflectionCache.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/SourceLocation.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/SpecSharp.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/InvalidImplementationException.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Severity.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/ArgumentTypeException.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/SymbolTable.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/PlatformAdaptationLayer.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/SourceCodeKind.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/SourceUnit.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/LanguageOptions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/ScriptCodeParseResult.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/ErrorSink.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/CompilerOptions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/GlobalSuppressions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/SourceSpan.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/AssemblyLoadedEventArgs.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/SourceFileContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/SourceCodeReader.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/SymbolId.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/IAttributesCollection.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Microsoft.Scripting.csproj $/IronPython/IronPython_2_6/Src/IronPython/Runtime/StringDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/Properties/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/CFuncPtrType.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/NativeFunctions.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/UnionType.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/SimpleType.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/CFuncPtr.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/_ctypes.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/IronPython.Modules.csproj $/IronPython/IronPython_2_6/Src/IronPython.Modules/math.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/errno.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/marshal.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_weakref.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_collections.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/thread.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_warnings.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_bytesio.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/xxsubtype.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/select.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/ModuleOps.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/copy_reg.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/binascii.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/cPickle.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonUnaryOperationBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaPythonType.Calls.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/ContextArgBuilder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonGetMemberBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaPythonFunction.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaUserObject.Members.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonBinaryOperationBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/FastSetBase.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonProtocol.Operations.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaUserObject.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/ConversionBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonSetIndexBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComBinder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/BoundDispEvent.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/NamespaceTracker.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/IArgumentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Properties/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/EngineTest.cs $/IronPython/IronPython_2_6/Src/IronPython/GlobalSuppressions.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonSavableScriptCode.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/DictionaryGlobalAllocator.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ExecStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ScopeDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/FutureBuiltins.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonDictionary.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonModule.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonContext.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/NewStringFormatter.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Reversed.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/OutputWriter.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/StringFormatter.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ClrModule.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ObjectAttributesAdapter.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/SystemExitException.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/ArrayOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/ComplexOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/LongOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/InstanceOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedField.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/TypeInfo.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/NewTypeMaker.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonType.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/CustomOldClassDictionary.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonInvokeBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/SlotOrFunction.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaOldClass.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaPythonType.Members.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/BinaryRetTypeBinder.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/FastGetBase.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/SiteLocalStorageBuilder.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/cmath.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_locale.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_multibytecodec.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/Microsoft.Scripting.Debugging.csproj $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/ExpandoObject.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/Publisher.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Utils/ReflectionUtils.cs $/IronPython/IronPython_2_6/Config/Signed/App.config $/IronPython/IronPython_2_6/Config/Unsigned/App.config $/IronPython/IronPython_2_6/Src/App.config $/IronPython/IronPython_2_6/Src/IronPython.sln $/IronPython/IronPython_2_6/Src/IronPythonWindowAny/IronPythonWindowAny.csproj $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/BrowserScriptHost.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/DynamicAppManifest.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/XapBuilder.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Chiron/README.txt $/IronPython/IronPython_2_6/Src/IronPythonConsoleAny/IronPythonConsoleAny.csproj $/IronPython/IronPython_2_6/Src/IronPythonWindow/IronPythonWindow.csproj $/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonGlobalVariableExpression.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/SavableGlobalAllocator.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/RuntimeScriptCode.cs $/IronPython/IronPython_2_6/Src/IronPython/Modules/imp.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/DictionaryOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ModuleDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/WeakRef.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Enumerate.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Super.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Importer.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonFile.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/ByteOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/ObjectOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/CustomTypeDescHelpers.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/IntOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/PythonOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonSiteCache.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonTypeUserDescriptorSlot.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedEvent.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/IPythonObject.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonTypeTypeSlot.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonTypeSlot.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/OldClass.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedProperty.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonProtocol.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/BindingHelpers.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonOperationBinder.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/MetaOldInstance.cs $/IronPython/IronPython_2_6/Src/IronPython/Hosting/PythonCommandLine.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/datetime.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/re.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/IterTools.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/socket.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_heapq.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/operator.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/gc.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_functools.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_weakref.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_struct.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/time.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/cStringIO.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/PointerType.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/StructType.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/Structure.cs $/IronPython/IronPython_2_6/Src/IronPython.Modules/_ctypes/ArrayType.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.ExtensionAttribute.csproj $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Compiler/DelegateHelpers.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Properties/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/Helpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/KeywordArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/DefaultArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/ReflectionCache.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/Generator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Hosting/Shell/CommandLine.cs $/IronPython/IronPython_2_6/Readme.html $/IronPython/IronPython_2_6/Src/AssemblyVersion.cs $/IronPython/IronPython_2_6/Src/IronPythonConsole/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/IronPythonConsole/IronPythonConsole.csproj $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/BrowserVirtualFilesystem.cs $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Microsoft.Scripting.Silverlight.csproj $/IronPython/IronPython_2_6/Src/IronPythonTest/ClrType.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/BindTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/StringDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/ProtocolTest.cs $/IronPython/IronPython_2_6/Src/IronPythonTest/IronPythonTest.csproj $/IronPython/IronPython_2_6/Src/Scripts/generate_SharedGlobalAllocator.py $/IronPython/IronPython_2_6/Src/Scripts/generate_ops.py $/IronPython/IronPython_2_6/Src/IronPythonWindow/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/IronPython/IronPython.csproj $/IronPython/IronPython_2_6/Src/IronPython/Compiler/OnDiskScriptCode.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/ArrayGlobalAllocator.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Parser.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/SharedGlobalAllocator.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/PythonCallTargets.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ListComprehensionFor.cs $/IronPython/IronPython_2_6/Src/IronPython/Compiler/Ast/ForStatement.cs $/IronPython/IronPython_2_6/Src/IronPython/Modules/sys.cs $/IronPython/IronPython_2_6/Src/IronPython/Modules/Builtin.cs $/IronPython/IronPython_2_6/Src/IronPython/Lib/iptest/assert_util.py $/IronPython/IronPython_2_6/Src/IronPython/Properties/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Descriptors.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/CodeContext.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/WrapperDictionary.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/DictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Symbols.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/AttributesDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Method.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Converter.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/List.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/ByteArray.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/PythonFunction.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Generator.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/CommonDictionaryStorage.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/PythonExceptions.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Exceptions/TraceBack.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/PythonTypeOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/UserTypeOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/FloatOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Operations/NamespaceTrackerOps.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedExtensionProperty.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/DictProxy.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonTypeDictSlot.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/ReflectedIndexer.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonTypeDataSlot.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/OldInstance.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/BuiltinMethodDescriptor.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/PythonType.Generated.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Types/OldInstance.cs $/IronPython/IronPython_2_6/Src/IronPython/Runtime/Binding/PythonOperationKind.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/AssemblyInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/TracePipeline/ITraceCallback.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.Core.csproj $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/CallSite.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Actions/UpdateDelegates.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/ExpressionVisitor.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Ast/Expression.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/Action.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/Function.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Utils/CollectionExtensions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/OperatorInfo.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Actions/Calls/ReferenceArgBuilder.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Generation/CompilerHelpers.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Runtime/BinderOps.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComInvokeAction.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/ComEventSink.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/ComInterop/SplatCallSite.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Microsoft.Dynamic.csproj $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/TextStream.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/StringUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/ReflectionUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/ReadOnlyDictionary.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/ExceptionUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/ExceptionFactory.Generated.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/DictionaryUnionEnumerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/ContractUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/ConsoleStreamType.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/CollectionExtensions.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/CheckedDictionaryEnumerator.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/Assert.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/AssemblyQualifiedTypeName.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Utils/ArrayUtils.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/TokenCategory.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/TextContentProvider.cs $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/SyntaxErrorException.cs $/IronPython/IronPython_2_6/Src/Scripts/run_interactive.py $/IronPython/IronPython_2_6/Src/Scripts/generate_exceptions.py $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/ClrAssembly.csproj $/IronPython/IronPython_2_6/Src/Tests/regressions.py $/IronPython/IronPython_2_6/Src/Tests/test_syntax.py $/IronPython/IronPython_2_6/Src/Tests/test_superconsole.py $/IronPython/IronPython_2_6/Src/Tests/test_sys.py $/IronPython/IronPython_2_6/Src/Tests/test_marshal.py $/IronPython/IronPython_2_6/Src/Tests/test_bytes.py $/IronPython/IronPython_2_6/Src/Tests/Inputs/RemoteConsole.py $/IronPython/IronPython_2_6/Tutorial/Tutorial.htm $/IronPython/IronPython_2_6/Src/Tests/test_cliclass.py $/IronPython/IronPython_2_6/Src/Tests/badil.py $/IronPython/IronPython_2_6/Src/Tests/test_time.py $/IronPython/IronPython_2_6/Src/Tests/test_iterator.py From merllab at microsoft.com Wed Sep 16 21:08:24 2009 From: merllab at microsoft.com (merllab at microsoft.com) Date: Wed, 16 Sep 2009 12:08:24 -0700 Subject: [IronPython] IronPython 2.6 CodePlex Source Update Message-ID: <15f81593-adfb-4e1e-ab68-4ea081a4ba62@tk5-exsmh-c102.redmond.corp.microsoft.com> This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/59219. MODIFIED SOURCES $/IronPython/IronPython_2_6/Src/IronPython.Modules/IronPython.Modules.csproj $/IronPython/IronPython_2_6/Src/IronPython/IronPython.csproj $/IronPython/IronPython_2_6/Src/IronPythonTest/IronPythonTest.csproj $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Microsoft.Scripting.Silverlight.csproj $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Microsoft.Scripting.csproj $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.Core.csproj $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.ExtensionAttribute.csproj $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/Microsoft.Scripting.Debugging.csproj $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Microsoft.Dynamic.csproj $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/ClrAssembly.csproj From fuzzyman at voidspace.org.uk Wed Sep 16 21:10:02 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Wed, 16 Sep 2009 20:10:02 +0100 Subject: [IronPython] IronPython 2.6 CodePlex Source Update In-Reply-To: <15f81593-adfb-4e1e-ab68-4ea081a4ba62@tk5-exsmh-c102.redmond.corp.microsoft.com> References: <15f81593-adfb-4e1e-ab68-4ea081a4ba62@tk5-exsmh-c102.redmond.corp.microsoft.com> Message-ID: <4AB1380A.6050500@voidspace.org.uk> merllab at microsoft.com wrote: > This is an automated email letting you know that sources > have recently been pushed out. You can download these newer > sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/59219. > > MODIFIED SOURCES > $/IronPython/IronPython_2_6/Src/IronPython.Modules/IronPython.Modules.csproj > $/IronPython/IronPython_2_6/Src/IronPython/IronPython.csproj > $/IronPython/IronPython_2_6/Src/IronPythonTest/IronPythonTest.csproj > $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Microsoft.Scripting.Silverlight.csproj > $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Microsoft.Scripting.csproj > $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.Core.csproj > $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.ExtensionAttribute.csproj > $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/Microsoft.Scripting.Debugging.csproj > $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Microsoft.Dynamic.csproj > $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/ClrAssembly.csproj > > > More of these undocumented code dumps - what *is* going on? ;-) .NET 4 work maybe? Michael > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From dinov at microsoft.com Wed Sep 16 21:43:50 2009 From: dinov at microsoft.com (Dino Viehland) Date: Wed, 16 Sep 2009 19:43:50 +0000 Subject: [IronPython] IronPython 2.6 CodePlex Source Update In-Reply-To: <4AB1380A.6050500@voidspace.org.uk> References: <15f81593-adfb-4e1e-ab68-4ea081a4ba62@tk5-exsmh-c102.redmond.corp.microsoft.com> <4AB1380A.6050500@voidspace.org.uk> Message-ID: <1A472770E042064698CB5ADC83A12ACD04747C74@TK5EX14MBXC116.redmond.corp.microsoft.com> This looks like final tweaks for the 2.6 release. Other ones have just been missing "codeplexcomment" in the rush to get the final 2.6 changes in. In general the changes over the past few weeks have been: A handful of final bug fixes Moving a large amount of Microsoft.Scripting.dll into Microsoft.Dynamic.dll so that M.S.dll just contains the hosting APIs. That will enable IronRuby 1.0 and IronPython 2.6 to be hosted in the same process using the same DLLs. This included some other cleanup such as removing most of IronPython's usage of SymbolId's. Final 2.6 tweaks such as assembly version updates. -----Original Message----- From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Michael Foord Sent: Wednesday, September 16, 2009 12:10 PM To: Discussion of IronPython Subject: Re: [IronPython] IronPython 2.6 CodePlex Source Update merllab at microsoft.com wrote: > This is an automated email letting you know that sources > have recently been pushed out. You can download these newer > sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/59219. > > MODIFIED SOURCES > $/IronPython/IronPython_2_6/Src/IronPython.Modules/IronPython.Modules.csproj > $/IronPython/IronPython_2_6/Src/IronPython/IronPython.csproj > $/IronPython/IronPython_2_6/Src/IronPythonTest/IronPythonTest.csproj > $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Microsoft.Scripting.Silverlight.csproj > $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Microsoft.Scripting.csproj > $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.Core.csproj > $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.ExtensionAttribute.csproj > $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/Microsoft.Scripting.Debugging.csproj > $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Microsoft.Dynamic.csproj > $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/ClrAssembly.csproj > > > More of these undocumented code dumps - what *is* going on? ;-) .NET 4 work maybe? Michael > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog _______________________________________________ Users mailing list Users at lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com From fuzzyman at voidspace.org.uk Wed Sep 16 21:57:57 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Wed, 16 Sep 2009 20:57:57 +0100 Subject: [IronPython] IronPython 2.6 CodePlex Source Update In-Reply-To: <1A472770E042064698CB5ADC83A12ACD04747C74@TK5EX14MBXC116.redmond.corp.microsoft.com> References: <15f81593-adfb-4e1e-ab68-4ea081a4ba62@tk5-exsmh-c102.redmond.corp.microsoft.com> <4AB1380A.6050500@voidspace.org.uk> <1A472770E042064698CB5ADC83A12ACD04747C74@TK5EX14MBXC116.redmond.corp.microsoft.com> Message-ID: <4AB14345.2040708@voidspace.org.uk> Dino Viehland wrote: > This looks like final tweaks for the 2.6 release. Other ones have just been missing "codeplexcomment" in the rush to get the final 2.6 changes in. > > In general the changes over the past few weeks have been: > A handful of final bug fixes > Moving a large amount of Microsoft.Scripting.dll into Microsoft.Dynamic.dll so that M.S.dll just contains the hosting APIs. That will enable IronRuby 1.0 and IronPython 2.6 to be hosted in the same process using the same DLLs. This included some other cleanup such as removing most of IronPython's usage of SymbolId's. > Final 2.6 tweaks such as assembly version updates. > Cool - good to hear. Thanks, Michael > -----Original Message----- > From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Michael Foord > Sent: Wednesday, September 16, 2009 12:10 PM > To: Discussion of IronPython > Subject: Re: [IronPython] IronPython 2.6 CodePlex Source Update > > merllab at microsoft.com wrote: > >> This is an automated email letting you know that sources >> have recently been pushed out. You can download these newer >> sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/59219. >> >> MODIFIED SOURCES >> $/IronPython/IronPython_2_6/Src/IronPython.Modules/IronPython.Modules.csproj >> $/IronPython/IronPython_2_6/Src/IronPython/IronPython.csproj >> $/IronPython/IronPython_2_6/Src/IronPythonTest/IronPythonTest.csproj >> $/IronPython/IronPython_2_6/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Microsoft.Scripting.Silverlight.csproj >> $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/Microsoft.Scripting.csproj >> $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.Core.csproj >> $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.ExtensionAttribute.csproj >> $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting.Debugging/Microsoft.Scripting.Debugging.csproj >> $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Scripting/Microsoft.Dynamic.csproj >> $/IronPython/IronPython_2_6/Src/Tests/ClrAssembly/ClrAssembly.csproj >> >> >> >> > > More of these undocumented code dumps - what *is* going on? ;-) > > .NET 4 work maybe? > > Michael > > >> _______________________________________________ >> Users mailing list >> Users at lists.ironpython.com >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> >> > > > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From davidescobar at ieee.org Thu Sep 17 03:30:27 2009 From: davidescobar at ieee.org (David Escobar) Date: Wed, 16 Sep 2009 18:30:27 -0700 Subject: [IronPython] Accessing CPython from compiled assemblies Message-ID: <38ef96bd0909161830l8c355cau182542e317d6fe87@mail.gmail.com> I'm using IronPython 2.6 B2 and accessing the CPython 2.6 libraries in the standard way. import sys sys.path.append(r"c:\python26\lib") When I compile to an .exe, is there a way to link in the CPython libraries I'm using? Otherwise I get an ImportError when I run the application on a machine that does not have CPython 2.6 installed. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: From fuzzyman at voidspace.org.uk Thu Sep 17 13:28:02 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Thu, 17 Sep 2009 12:28:02 +0100 Subject: [IronPython] Accessing CPython from compiled assemblies In-Reply-To: <38ef96bd0909161830l8c355cau182542e317d6fe87@mail.gmail.com> References: <38ef96bd0909161830l8c355cau182542e317d6fe87@mail.gmail.com> Message-ID: <4AB21D42.5090301@voidspace.org.uk> David Escobar wrote: > I'm using IronPython 2.6 B2 and accessing the CPython 2.6 libraries in > the standard way. > > import sys > sys.path.append(r"c:\python26\lib") > > When I compile to an .exe, is there a way to link in the CPython > libraries I'm using? Otherwise I get an ImportError when I run the > application on a machine that does not have CPython 2.6 installed. Thanks. Are you compiling to exe with the Pyc compiler? If so you will also need to compile the standard library modules that you use (*instead* of adding them to the path). Another technique is to have your own version of the standard library (or just the parts you use) in a directory in the same folder as your exe - and add *this* directory to the path instead. Michael > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ From Harry.Pierson at microsoft.com Thu Sep 17 19:45:54 2009 From: Harry.Pierson at microsoft.com (Harry Pierson) Date: Thu, 17 Sep 2009 17:45:54 +0000 Subject: [IronPython] Accessing CPython from compiled assemblies In-Reply-To: <4AB21D42.5090301@voidspace.org.uk> References: <38ef96bd0909161830l8c355cau182542e317d6fe87@mail.gmail.com> <4AB21D42.5090301@voidspace.org.uk> Message-ID: <7F10E6626D01BC439EB7690AE3E3B5C00EACD7@TK5EX14MBXC132.redmond.corp.microsoft.com> FYI, I covered how to compile CPython python packages into a DLL for inclusion in my Pygments for WLWriter project. Relevant post is at http://devhawk.net/2009/08/10/Compiling+Python+Packages+Into+Assemblies.aspx Harry -----Original Message----- From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Michael Foord Sent: Thursday, September 17, 2009 4:28 AM To: davidescobar at ieee.org; Discussion of IronPython Subject: Re: [IronPython] Accessing CPython from compiled assemblies David Escobar wrote: > I'm using IronPython 2.6 B2 and accessing the CPython 2.6 libraries in > the standard way. > > import sys > sys.path.append(r"c:\python26\lib") > > When I compile to an .exe, is there a way to link in the CPython > libraries I'm using? Otherwise I get an ImportError when I run the > application on a machine that does not have CPython 2.6 installed. Thanks. Are you compiling to exe with the Pyc compiler? If so you will also need to compile the standard library modules that you use (*instead* of adding them to the path). Another technique is to have your own version of the standard library (or just the parts you use) in a directory in the same folder as your exe - and add *this* directory to the path instead. Michael > ---------------------------------------------------------------------- > -- > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ _______________________________________________ Users mailing list Users at lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com From patrick.deschenes at gmail.com Thu Sep 17 21:59:47 2009 From: patrick.deschenes at gmail.com (=?ISO-8859-1?Q?Patrick_Desch=EAnes?=) Date: Thu, 17 Sep 2009 15:59:47 -0400 Subject: [IronPython] Many small objects and memory footprint Message-ID: <574428130909171259w14f244c2hdd1df5f65708f78a@mail.gmail.com> Hello, I'm currently using IronPython to manage a big tree of small objects. Everything works as fine but the memory usage is really huge (about 6x greater than the same program writtent in C#). I assumed the memory usage would be greater in dynamic language than in C#. Since I really need to have a small memory footprint, what strategy should I use to keep the memory usage low. NOTE: There's many classes already written in python and I would really like to keep using python, but I'm open to suggestion. Patrick -------------- next part -------------- An HTML attachment was scrubbed... URL: From dinov at microsoft.com Thu Sep 17 22:10:35 2009 From: dinov at microsoft.com (Dino Viehland) Date: Thu, 17 Sep 2009 20:10:35 +0000 Subject: [IronPython] Many small objects and memory footprint In-Reply-To: <574428130909171259w14f244c2hdd1df5f65708f78a@mail.gmail.com> References: <574428130909171259w14f244c2hdd1df5f65708f78a@mail.gmail.com> Message-ID: <1A472770E042064698CB5ADC83A12ACD0475D303@TK5EX14MBXC116.redmond.corp.microsoft.com> One option is to define __slots__ on your classes and not include __dict__ in the list of slots. This will limit the attributes you can store on the object and the objects will all be stored in an array instead of a dictionary. __slots__ should include each attribute you want to be able to set: class object(object): __slots__ = ['a', 'b', 'c'] From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Patrick Desch?nes Sent: Thursday, September 17, 2009 1:00 PM To: users at lists.ironpython.com Subject: [IronPython] Many small objects and memory footprint Hello, I'm currently using IronPython to manage a big tree of small objects. Everything works as fine but the memory usage is really huge (about 6x greater than the same program writtent in C#). I assumed the memory usage would be greater in dynamic language than in C#. Since I really need to have a small memory footprint, what strategy should I use to keep the memory usage low. NOTE: There's many classes already written in python and I would really like to keep using python, but I'm open to suggestion. Patrick -------------- next part -------------- An HTML attachment was scrubbed... URL: From patrick.deschenes at gmail.com Thu Sep 17 23:01:26 2009 From: patrick.deschenes at gmail.com (=?ISO-8859-1?Q?Patrick_Desch=EAnes?=) Date: Thu, 17 Sep 2009 17:01:26 -0400 Subject: [IronPython] Many small objects and memory footprint In-Reply-To: <1A472770E042064698CB5ADC83A12ACD0475D303@TK5EX14MBXC116.redmond.corp.microsoft.com> References: <574428130909171259w14f244c2hdd1df5f65708f78a@mail.gmail.com> <1A472770E042064698CB5ADC83A12ACD0475D303@TK5EX14MBXC116.redmond.corp.microsoft.com> Message-ID: <574428130909171401w45f2be9bw50052ac991b02693@mail.gmail.com> My first tests with your method shows good improvement (2x) Thanks a lot, - Patrick On Thu, Sep 17, 2009 at 4:10 PM, Dino Viehland wrote: > One option is to define __slots__ on your classes and not include > __dict__ in the list of slots. This will limit the attributes you can store > on the object and the objects will all be stored in an array instead of a > dictionary. __slots__ should include each attribute you want to be able to > set: > > > > class object(object): > > __slots__ = [?a?, ?b?, ?c?] > > > > > > > > *From:* users-bounces at lists.ironpython.com [mailto: > users-bounces at lists.ironpython.com] *On Behalf Of *Patrick Desch?nes > *Sent:* Thursday, September 17, 2009 1:00 PM > *To:* users at lists.ironpython.com > *Subject:* [IronPython] Many small objects and memory footprint > > > > Hello, > > > > I'm currently using IronPython to manage a big tree of small objects. > Everything works as fine but the memory usage is really huge (about 6x > greater than the same program writtent in C#). I assumed the memory usage > would be greater in dynamic language than in C#. Since I really need to > have a small memory footprint, what strategy should I use to keep the memory > usage low. > > > > NOTE: There's many classes already written in python and I would really > like to keep using python, but I'm open to suggestion. > > > > Patrick > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidescobar at ieee.org Fri Sep 18 08:34:04 2009 From: davidescobar at ieee.org (David Escobar) Date: Thu, 17 Sep 2009 23:34:04 -0700 Subject: [IronPython] Accessing CPython from compiled assemblies In-Reply-To: <4AB21D42.5090301@voidspace.org.uk> References: <38ef96bd0909161830l8c355cau182542e317d6fe87@mail.gmail.com> <4AB21D42.5090301@voidspace.org.uk> Message-ID: <38ef96bd0909172334o4c3f40fbk1723e07ca0560d02@mail.gmail.com> Of course, didn't think of that. I'll just copy over the modules I'm using and then run the pyc script on them along with my own program files. Thanks. On Thu, Sep 17, 2009 at 4:28 AM, Michael Foord wrote: > David Escobar wrote: > >> I'm using IronPython 2.6 B2 and accessing the CPython 2.6 libraries in the >> standard way. >> >> import sys >> sys.path.append(r"c:\python26\lib") >> >> When I compile to an .exe, is there a way to link in the CPython libraries >> I'm using? Otherwise I get an ImportError when I run the application on a >> machine that does not have CPython 2.6 installed. Thanks. >> > > Are you compiling to exe with the Pyc compiler? If so you will also need to > compile the standard library modules that you use (*instead* of adding them > to the path). > > Another technique is to have your own version of the standard library (or > just the parts you use) in a directory in the same folder as your exe - and > add *this* directory to the path instead. > > Michael > > ------------------------------------------------------------------------ >> >> _______________________________________________ >> Users mailing list >> Users at lists.ironpython.com >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> >> > > > -- > http://www.ironpythoninaction.com/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidescobar at ieee.org Fri Sep 18 09:17:37 2009 From: davidescobar at ieee.org (David Escobar) Date: Fri, 18 Sep 2009 00:17:37 -0700 Subject: [IronPython] Accessing CPython from compiled assemblies In-Reply-To: <7F10E6626D01BC439EB7690AE3E3B5C00EACD7@TK5EX14MBXC132.redmond.corp.microsoft.com> References: <38ef96bd0909161830l8c355cau182542e317d6fe87@mail.gmail.com> <4AB21D42.5090301@voidspace.org.uk> <7F10E6626D01BC439EB7690AE3E3B5C00EACD7@TK5EX14MBXC132.redmond.corp.microsoft.com> Message-ID: <38ef96bd0909180017y38853a5esfd571a545c134d34@mail.gmail.com> Great, thanks! On Thu, Sep 17, 2009 at 10:45 AM, Harry Pierson wrote: > FYI, I covered how to compile CPython python packages into a DLL for > inclusion in my Pygments for WLWriter project. Relevant post is at > http://devhawk.net/2009/08/10/Compiling+Python+Packages+Into+Assemblies.aspx > > Harry > > -----Original Message----- > From: users-bounces at lists.ironpython.com [mailto: > users-bounces at lists.ironpython.com] On Behalf Of Michael Foord > Sent: Thursday, September 17, 2009 4:28 AM > To: davidescobar at ieee.org; Discussion of IronPython > Subject: Re: [IronPython] Accessing CPython from compiled assemblies > > David Escobar wrote: > > I'm using IronPython 2.6 B2 and accessing the CPython 2.6 libraries in > > the standard way. > > > > import sys > > sys.path.append(r"c:\python26\lib") > > > > When I compile to an .exe, is there a way to link in the CPython > > libraries I'm using? Otherwise I get an ImportError when I run the > > application on a machine that does not have CPython 2.6 installed. > Thanks. > > Are you compiling to exe with the Pyc compiler? If so you will also need to > compile the standard library modules that you use (*instead* of adding them > to the path). > > Another technique is to have your own version of the standard library (or > just the parts you use) in a directory in the same folder as your exe - and > add *this* directory to the path instead. > > Michael > > > ---------------------------------------------------------------------- > > -- > > > > _______________________________________________ > > Users mailing list > > Users at lists.ironpython.com > > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > > -- > http://www.ironpythoninaction.com/ > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From giles.thomas at resolversystems.com Fri Sep 18 14:15:09 2009 From: giles.thomas at resolversystems.com (Giles Thomas) Date: Fri, 18 Sep 2009 13:15:09 +0100 Subject: [IronPython] ANN: Resolver One version 1.6.5 released Message-ID: <4AB379CD.3020909@resolversystems.com> We are proud to announce the release of Resolver One, version 1.6.5. Resolver One is a Windows-based spreadsheet that integrates IronPython deeply into its recalculation loop, making the models you build more reliable and more maintainable. It's also still (we think) the largest IronPython application in the world, with 56,000 lines of code backed up by 176,000 lines of unit and functional tests. For versions 1.6 and 1.6.5, we've made it easier for people to share their spreadsheets. A new free "player" version means you can pass your work on to other people, and they can use it without having to buy anything, while a new Resolverlib makes calling your spreadsheets from IronPython programs as easy as calling a function. You can read more about Resolver One here: We have a 31-day free trial version, so if you would like to take a look, you can download it from our website: If you want to use Resolver One in an Open Source project, we offer free licenses for that: Best regards, Giles -- Giles Thomas giles.thomas at resolversystems.com +44 (0) 20 7253 6372 17a Clerkenwell Road, London EC1M 5RD, UK VAT No.: GB 893 5643 79 Registered in England and Wales as company number 5467329. Registered address: 843 Finchley Road, London NW11 8NA, UK From nrhird at gmail.com Fri Sep 18 18:05:00 2009 From: nrhird at gmail.com (Nick Hird) Date: Fri, 18 Sep 2009 12:05:00 -0400 Subject: [IronPython] Having Issues With KeyUp Event Message-ID: I am new to IronPython and kinda new to Python but i decided to look around and find some samples and decided to build something using WPF inside IronPython. I am trying to add a KeyUp event to a TextBox and when i enter the texttbox and press any key i get an error. Now in WPF this code works just fine but i cannot get the if statement correct for some reason. Any Ideas? Thanks! [CODE] def address_keyup(sender, args): if args.Key == System.Windows.Input.Key.Enter: LoadWebsite(address.Text) [ERROR] Traceback (most recent call last): File "IronPythonWPFWebBrowser.py", line 118, in IronPythonWPFWebBrowser.py File "PresentationFramework", line unknown, in Run File "PresentationFramework", line unknown, in RunInternal File "PresentationFramework", line unknown, in RunDispatcher File "WindowsBase", line unknown, in Run File "WindowsBase", line unknown, in PushFrame File "WindowsBase", line unknown, in PushFrameImpl File "WindowsBase", line unknown, in RaiseThreadMessage File "PresentationCore", line unknown, in OnPreprocessMessage File "PresentationCore", line unknown, in OnPreprocessMessageThunk File "WindowsBase", line unknown, in Invoke File "WindowsBase", line unknown, in InvokeImpl File "WindowsBase", line unknown, in WrappedInvoke File "WindowsBase", line unknown, in TryCatchWhen File "WindowsBase", line unknown, in InternalRealCall File "PresentationCore", line unknown, in OnPreprocessMessage File "PresentationCore", line unknown, in CriticalTranslateAccelerator File "PresentationCore", line unknown, in ProcessKeyAction File "PresentationCore", line unknown, in ReportInput File "PresentationCore", line unknown, in ReportInput File "PresentationCore", line unknown, in ProcessInput File "PresentationCore", line unknown, in ProcessStagingArea File "PresentationCore", line unknown, in RaiseEvent File "PresentationCore", line unknown, in RaiseEventImpl File "PresentationCore", line unknown, in InvokeHandlersImpl File "PresentationCore", line unknown, in InvokeHandler File "PresentationCore", line unknown, in InvokeHandler File "PresentationCore", line unknown, in InvokeEventHandler File "", line unknown, in System.Void(Object, KeyEventArgs) File "IronPythonWPFWebBrowser.py", line 99, in address_keyup AttributeError: 'namespace#' object has no attribute 'Key' -- --Nick From dinov at microsoft.com Fri Sep 18 18:18:31 2009 From: dinov at microsoft.com (Dino Viehland) Date: Fri, 18 Sep 2009 16:18:31 +0000 Subject: [IronPython] Having Issues With KeyUp Event In-Reply-To: References: Message-ID: <1A472770E042064698CB5ADC83A12ACD047676BE@TK5EX14MBXC116.redmond.corp.microsoft.com> You're probably missing a reference to System.Windows.Input, doing: clr.AddReference('System.Windows.Input') will probably make it work. -----Original Message----- From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Nick Hird Sent: Friday, September 18, 2009 9:05 AM To: users at lists.ironpython.com Subject: [IronPython] Having Issues With KeyUp Event I am new to IronPython and kinda new to Python but i decided to look around and find some samples and decided to build something using WPF inside IronPython. I am trying to add a KeyUp event to a TextBox and when i enter the texttbox and press any key i get an error. Now in WPF this code works just fine but i cannot get the if statement correct for some reason. Any Ideas? Thanks! [CODE] def address_keyup(sender, args): if args.Key == System.Windows.Input.Key.Enter: LoadWebsite(address.Text) [ERROR] Traceback (most recent call last): File "IronPythonWPFWebBrowser.py", line 118, in IronPythonWPFWebBrowser.py File "PresentationFramework", line unknown, in Run File "PresentationFramework", line unknown, in RunInternal File "PresentationFramework", line unknown, in RunDispatcher File "WindowsBase", line unknown, in Run File "WindowsBase", line unknown, in PushFrame File "WindowsBase", line unknown, in PushFrameImpl File "WindowsBase", line unknown, in RaiseThreadMessage File "PresentationCore", line unknown, in OnPreprocessMessage File "PresentationCore", line unknown, in OnPreprocessMessageThunk File "WindowsBase", line unknown, in Invoke File "WindowsBase", line unknown, in InvokeImpl File "WindowsBase", line unknown, in WrappedInvoke File "WindowsBase", line unknown, in TryCatchWhen File "WindowsBase", line unknown, in InternalRealCall File "PresentationCore", line unknown, in OnPreprocessMessage File "PresentationCore", line unknown, in CriticalTranslateAccelerator File "PresentationCore", line unknown, in ProcessKeyAction File "PresentationCore", line unknown, in ReportInput File "PresentationCore", line unknown, in ReportInput File "PresentationCore", line unknown, in ProcessInput File "PresentationCore", line unknown, in ProcessStagingArea File "PresentationCore", line unknown, in RaiseEvent File "PresentationCore", line unknown, in RaiseEventImpl File "PresentationCore", line unknown, in InvokeHandlersImpl File "PresentationCore", line unknown, in InvokeHandler File "PresentationCore", line unknown, in InvokeHandler File "PresentationCore", line unknown, in InvokeEventHandler File "", line unknown, in System.Void(Object, KeyEventArgs) File "IronPythonWPFWebBrowser.py", line 99, in address_keyup AttributeError: 'namespace#' object has no attribute 'Key' -- --Nick _______________________________________________ Users mailing list Users at lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com From Jimmy.Schementi at microsoft.com Fri Sep 18 22:34:18 2009 From: Jimmy.Schementi at microsoft.com (Jimmy Schementi) Date: Fri, 18 Sep 2009 20:34:18 +0000 Subject: [IronPython] [Spec and Code Review] Python and Ruby in HTML script-tags Message-ID: <0047ECBFA2E0DF4A834AA369282A5AFC1EE701BF@tk5ex14mbxc106.redmond.corp.microsoft.com> The write-up of "Bringing just-text back to Silverlight" is?available?at the link below, and I'll take any feedback on it. http://jimmy.schementi.com/silverlight/sl-back-to-just-text.pdf The implementation of the write-up is almost feature-complete, and I have hosted some pretty samples written by the Gestalt team here, so you can see the implementation in action (disclaimer, currently only tested in Firefox, some samples are known to not work in IE or CRASH Chrome =P ... I'm sure all my fault though): http://jimmy.schementi.com/silverlight/gestalt-port You can find the code in the "dev/scripttags2" branch of my IronRuby GitHub fork: http://github.com/jschementi/ironruby/commits/dev/scripttags2 Download the source code as a zip-file:?http://github.com/jschementi/ironruby/zipball/dev/scripttags2 If you find any bugs, please report them on MY FORK's Issues tab (I wanted to use GitHub's issue tracking a little ... eventually I'll move them over to CodePlex when it gets checked in): http://github.com/jschementi/ironruby/issues I'd like feedback on the code also, so feel free to code-review the commits so-far to enable this. They are in?chronological?order, so you can just click each link in order, and please leave your comments in the commit's "Comments" section at the bottom of each page. - Beginnings of "XAP-less" Silverlight application support: http://github.com/jschementi/ironruby/commit/7258169605613e4526b5273e609d0b416ee60119 - Basic script tag support: http://github.com/jschementi/ironruby/commit/c1086d9f37ba257a481e94780b1e4b940cb27dd4 - dlr.js - combination of Silverlight.js and support for DLR-specific options and adding a Silverlight control to the page automatically:? http://github.com/jschementi/ironruby/commit/f5ddf2c80e76c2b3e766e17470d2b69348cd2361 - language.config: http://github.com/jschementi/ironruby/commit/b7eccbd5a0d0e1688ce63f13d527e0370a34d962 - Remove localApplicationRoot setting from Chiron, and downloadScripts setting from Microsoft.Scripting.Silverlight: http://github.com/jschementi/ironruby/commit/2770a2ad5b11c37d5efcc0a55b1f3c45fe3c3a08 - Download languages as they are used: http://github.com/jschementi/ironruby/commit/30a55a53936c8064a720b22499b0175c1527e687 - Inline and external script-tags are now enabled for any DLR language: http://github.com/jschementi/ironruby/commit/e144cc67622a4ef930938cec6f75730c4b7dec1b - Remove margins from script-tags inline source, so white-space-sensitive languages like Python work as expected:? http://github.com/jschementi/ironruby/commit/4ac55b46a9e4fd074b3fc3a888ef787395df5e14 - XAML script tag support and gestalt samples porting: ?http://github.com/jschementi/ironruby/commit/42a252f1fdf6486a46161dddf3b86299a6a4dbc8 - Cleans up Tutorial by using new script-tag support, and enables desktop and Silverlight Tutorial tests to run with Tutorial/test.bat: ?http://github.com/jschementi/ironruby/commit/5467c428555888e3981e2a83126aa5d51196b907 - Fixes for Microsoft.Scripting.dll and Microsoft.Dynamic.dll shuffle: http://github.com/jschementi/ironruby/commit/a7dffdbdcee1a616eba71b6d5fd732adc1ed7c11 Thanks! ~Jimmy From fuzzyman at voidspace.org.uk Fri Sep 18 22:37:01 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Fri, 18 Sep 2009 21:37:01 +0100 Subject: [IronPython] [Spec and Code Review] Python and Ruby in HTML script-tags In-Reply-To: <0047ECBFA2E0DF4A834AA369282A5AFC1EE701BF@tk5ex14mbxc106.redmond.corp.microsoft.com> References: <0047ECBFA2E0DF4A834AA369282A5AFC1EE701BF@tk5ex14mbxc106.redmond.corp.microsoft.com> Message-ID: <4AB3EF6D.8080706@voidspace.org.uk> This is great Jimmy. One thing I ask you to check - can you test the behaviour of Python engines when embedded in Silverlight (*both* from C# and from Python itself). Specifically can you check that imports still work. I've had several problems with this in Silverlight with IronPython 2.0 - even exec'ing code that does an import (on a background) thread fails, and imports from the xap fail in various embedded scenarios which have caused me a bit of pain. Thanks Michael Jimmy Schementi wrote: > The write-up of "Bringing just-text back to Silverlight" is available at the link below, and I'll take any feedback on it. > http://jimmy.schementi.com/silverlight/sl-back-to-just-text.pdf > > The implementation of the write-up is almost feature-complete, and I have hosted some pretty samples written by the Gestalt team here, so you can see the implementation in action (disclaimer, currently only tested in Firefox, some samples are known to not work in IE or CRASH Chrome =P ... I'm sure all my fault though): > http://jimmy.schementi.com/silverlight/gestalt-port > > You can find the code in the "dev/scripttags2" branch of my IronRuby GitHub fork: > http://github.com/jschementi/ironruby/commits/dev/scripttags2 > Download the source code as a zip-file: http://github.com/jschementi/ironruby/zipball/dev/scripttags2 > > If you find any bugs, please report them on MY FORK's Issues tab (I wanted to use GitHub's issue tracking a little ... eventually I'll move them over to CodePlex when it gets checked in): > http://github.com/jschementi/ironruby/issues > > I'd like feedback on the code also, so feel free to code-review the commits so-far to enable this. They are in chronological order, so you can just click each link in order, and please leave your comments in the commit's "Comments" section at the bottom of each page. > > - Beginnings of "XAP-less" Silverlight application support: > http://github.com/jschementi/ironruby/commit/7258169605613e4526b5273e609d0b416ee60119 > - Basic script tag support: > http://github.com/jschementi/ironruby/commit/c1086d9f37ba257a481e94780b1e4b940cb27dd4 > - dlr.js - combination of Silverlight.js and support for DLR-specific options and adding a Silverlight control to the page automatically: > http://github.com/jschementi/ironruby/commit/f5ddf2c80e76c2b3e766e17470d2b69348cd2361 > - language.config: > http://github.com/jschementi/ironruby/commit/b7eccbd5a0d0e1688ce63f13d527e0370a34d962 > - Remove localApplicationRoot setting from Chiron, and downloadScripts setting from Microsoft.Scripting.Silverlight: > http://github.com/jschementi/ironruby/commit/2770a2ad5b11c37d5efcc0a55b1f3c45fe3c3a08 > - Download languages as they are used: > http://github.com/jschementi/ironruby/commit/30a55a53936c8064a720b22499b0175c1527e687 > - Inline and external script-tags are now enabled for any DLR language: > http://github.com/jschementi/ironruby/commit/e144cc67622a4ef930938cec6f75730c4b7dec1b > - Remove margins from script-tags inline source, so white-space-sensitive languages like Python work as expected: > http://github.com/jschementi/ironruby/commit/4ac55b46a9e4fd074b3fc3a888ef787395df5e14 > - XAML script tag support and gestalt samples porting: > http://github.com/jschementi/ironruby/commit/42a252f1fdf6486a46161dddf3b86299a6a4dbc8 > - Cleans up Tutorial by using new script-tag support, and enables desktop and Silverlight Tutorial tests to run with Tutorial/test.bat: > http://github.com/jschementi/ironruby/commit/5467c428555888e3981e2a83126aa5d51196b907 > - Fixes for Microsoft.Scripting.dll and Microsoft.Dynamic.dll shuffle: > http://github.com/jschementi/ironruby/commit/a7dffdbdcee1a616eba71b6d5fd732adc1ed7c11 > > Thanks! > ~Jimmy > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From Jimmy.Schementi at microsoft.com Fri Sep 18 22:56:09 2009 From: Jimmy.Schementi at microsoft.com (Jimmy Schementi) Date: Fri, 18 Sep 2009 20:56:09 +0000 Subject: [IronPython] [Spec and Code Review] Python and Ruby in HTML script-tags Message-ID: <0047ECBFA2E0DF4A834AA369282A5AFC1EE7023A@tk5ex14mbxc106.redmond.corp.microsoft.com> import/require tests are lacking, so I don't doubt that there are some issues, especially when embedding Python in C#. I'll make sure to add that to the new tests. FYI, all the DLR Silverlight tests will finally be released and runnable with a latest of Silverlight. The current tests contain some IronPython tests (in tests/integration), but soon all the tests will be ported to run under unittest in the browser, rather than running through IronRuby =P. http://github.com/jschementi/ironruby/tree/a7dffdbdcee1a616eba71b6d5fd732adc1ed7c11/Merlin/Main/Hosts/SilverLight/Tests In the future, if you do find something that is busted, feel free to make a test for it, and if it fails, I'll gladly make it work :) ~js > -----Original Message----- > From: users-bounces at lists.ironpython.com [mailto:users- > bounces at lists.ironpython.com] On Behalf Of Michael Foord > Sent: Friday, September 18, 2009 1:37 PM > To: Discussion of IronPython > Subject: Re: [IronPython] [Spec and Code Review] Python and Ruby in HTML > script-tags > > This is great Jimmy. One thing I ask you to check - can you test the behaviour > of Python engines when embedded in Silverlight (*both* from C# and from > Python itself). Specifically can you check that imports still work. I've had > several problems with this in Silverlight with IronPython 2.0 - even exec'ing > code that does an import (on a background) thread fails, and imports from > the xap fail in various embedded scenarios which have caused me a bit of > pain. > > Thanks > Michael > > Jimmy Schementi wrote: > > The write-up of "Bringing just-text back to Silverlight" is available at the link > below, and I'll take any feedback on it. > > http://jimmy.schementi.com/silverlight/sl-back-to-just-text.pdf > > > > The implementation of the write-up is almost feature-complete, and I have > hosted some pretty samples written by the Gestalt team here, so you can > see the implementation in action (disclaimer, currently only tested in Firefox, > some samples are known to not work in IE or CRASH Chrome =P ... I'm sure > all my fault though): > > http://jimmy.schementi.com/silverlight/gestalt-port > > > > You can find the code in the "dev/scripttags2" branch of my IronRuby > GitHub fork: > > http://github.com/jschementi/ironruby/commits/dev/scripttags2 > > Download the source code as a zip-file: > > http://github.com/jschementi/ironruby/zipball/dev/scripttags2 > > > > If you find any bugs, please report them on MY FORK's Issues tab (I wanted > to use GitHub's issue tracking a little ... eventually I'll move them over to > CodePlex when it gets checked in): > > http://github.com/jschementi/ironruby/issues > > > > I'd like feedback on the code also, so feel free to code-review the commits > so-far to enable this. They are in chronological order, so you can just click > each link in order, and please leave your comments in the commit's > "Comments" section at the bottom of each page. > > > > - Beginnings of "XAP-less" Silverlight application support: > > > > > http://github.com/jschementi/ironruby/commit/7258169605613e4526b5273 > e6 > > 09d0b416ee60119 > > - Basic script tag support: > > > > > http://github.com/jschementi/ironruby/commit/c1086d9f37ba257a481e9478 > 0 > > b1e4b940cb27dd4 > > - dlr.js - combination of Silverlight.js and support for DLR-specific options > and adding a Silverlight control to the page automatically: > > > > > http://github.com/jschementi/ironruby/commit/f5ddf2c80e76c2b3e766e174 > 7 > > 0d2b69348cd2361 > > - language.config: > > > > > http://github.com/jschementi/ironruby/commit/b7eccbd5a0d0e1688ce63f1 > 3d > > 527e0370a34d962 > > - Remove localApplicationRoot setting from Chiron, and downloadScripts > setting from Microsoft.Scripting.Silverlight: > > > > > http://github.com/jschementi/ironruby/commit/2770a2ad5b11c37d5efcc0a5 > 5 > > b1f3c45fe3c3a08 > > - Download languages as they are used: > > > > > http://github.com/jschementi/ironruby/commit/30a55a53936c8064a720b224 > 9 > > 9b0175c1527e687 > > - Inline and external script-tags are now enabled for any DLR language: > > > > > http://github.com/jschementi/ironruby/commit/e144cc67622a4ef930938cec > 6 > > f75730c4b7dec1b > > - Remove margins from script-tags inline source, so white-space-sensitive > languages like Python work as expected: > > > > > http://github.com/jschementi/ironruby/commit/4ac55b46a9e4fd074b3fc3a8 > 8 > > 8ef787395df5e14 > > - XAML script tag support and gestalt samples porting: > > > > > http://github.com/jschementi/ironruby/commit/42a252f1fdf6486a46161ddd > f > > 3b86299a6a4dbc8 > > - Cleans up Tutorial by using new script-tag support, and enables desktop > and Silverlight Tutorial tests to run with Tutorial/test.bat: > > > > > http://github.com/jschementi/ironruby/commit/5467c428555888e3981e2a83 > 1 > > 26aa5d51196b907 > > - Fixes for Microsoft.Scripting.dll and Microsoft.Dynamic.dll shuffle: > > > > > http://github.com/jschementi/ironruby/commit/a7dffdbdcee1a616eba71b6 > d5 > > fd732adc1ed7c11 > > > > Thanks! > > ~Jimmy > > _______________________________________________ > > Users mailing list > > Users at lists.ironpython.com > > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > > -- > http://www.ironpythoninaction.com/ > http://www.voidspace.org.uk/blog > > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com From fuzzyman at voidspace.org.uk Fri Sep 18 22:57:10 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Fri, 18 Sep 2009 21:57:10 +0100 Subject: [IronPython] [Spec and Code Review] Python and Ruby in HTML script-tags In-Reply-To: <0047ECBFA2E0DF4A834AA369282A5AFC1EE7023A@tk5ex14mbxc106.redmond.corp.microsoft.com> References: <0047ECBFA2E0DF4A834AA369282A5AFC1EE7023A@tk5ex14mbxc106.redmond.corp.microsoft.com> Message-ID: <4AB3F426.2010108@voidspace.org.uk> Jimmy Schementi wrote: > import/require tests are lacking, so I don't doubt that there are some issues, especially when embedding Python in C#. I'll make sure to add that to the new tests. > > FYI, all the DLR Silverlight tests will finally be released and runnable with a latest of Silverlight. The current tests contain some IronPython tests (in tests/integration), but soon all the tests will be ported to run under unittest in the browser, rather than running through IronRuby =P. > http://github.com/jschementi/ironruby/tree/a7dffdbdcee1a616eba71b6d5fd732adc1ed7c11/Merlin/Main/Hosts/SilverLight/Tests > > In the future, if you do find something that is busted, feel free to make a test for it, and if it fails, I'll gladly make it work :) > Cool - keep us up to date. Thanks Michael > ~js > > >> -----Original Message----- >> From: users-bounces at lists.ironpython.com [mailto:users- >> bounces at lists.ironpython.com] On Behalf Of Michael Foord >> Sent: Friday, September 18, 2009 1:37 PM >> To: Discussion of IronPython >> Subject: Re: [IronPython] [Spec and Code Review] Python and Ruby in HTML >> script-tags >> >> This is great Jimmy. One thing I ask you to check - can you test the behaviour >> of Python engines when embedded in Silverlight (*both* from C# and from >> Python itself). Specifically can you check that imports still work. I've had >> several problems with this in Silverlight with IronPython 2.0 - even exec'ing >> code that does an import (on a background) thread fails, and imports from >> the xap fail in various embedded scenarios which have caused me a bit of >> pain. >> >> Thanks >> Michael >> >> Jimmy Schementi wrote: >> >>> The write-up of "Bringing just-text back to Silverlight" is available at the link >>> >> below, and I'll take any feedback on it. >> >>> http://jimmy.schementi.com/silverlight/sl-back-to-just-text.pdf >>> >>> The implementation of the write-up is almost feature-complete, and I have >>> >> hosted some pretty samples written by the Gestalt team here, so you can >> see the implementation in action (disclaimer, currently only tested in Firefox, >> some samples are known to not work in IE or CRASH Chrome =P ... I'm sure >> all my fault though): >> >>> http://jimmy.schementi.com/silverlight/gestalt-port >>> >>> You can find the code in the "dev/scripttags2" branch of my IronRuby >>> >> GitHub fork: >> >>> http://github.com/jschementi/ironruby/commits/dev/scripttags2 >>> Download the source code as a zip-file: >>> http://github.com/jschementi/ironruby/zipball/dev/scripttags2 >>> >>> If you find any bugs, please report them on MY FORK's Issues tab (I wanted >>> >> to use GitHub's issue tracking a little ... eventually I'll move them over to >> CodePlex when it gets checked in): >> >>> http://github.com/jschementi/ironruby/issues >>> >>> I'd like feedback on the code also, so feel free to code-review the commits >>> >> so-far to enable this. They are in chronological order, so you can just click >> each link in order, and please leave your comments in the commit's >> "Comments" section at the bottom of each page. >> >>> - Beginnings of "XAP-less" Silverlight application support: >>> >>> >>> >> http://github.com/jschementi/ironruby/commit/7258169605613e4526b5273 >> e6 >> >>> 09d0b416ee60119 >>> - Basic script tag support: >>> >>> >>> >> http://github.com/jschementi/ironruby/commit/c1086d9f37ba257a481e9478 >> 0 >> >>> b1e4b940cb27dd4 >>> - dlr.js - combination of Silverlight.js and support for DLR-specific options >>> >> and adding a Silverlight control to the page automatically: >> >>> >> http://github.com/jschementi/ironruby/commit/f5ddf2c80e76c2b3e766e174 >> 7 >> >>> 0d2b69348cd2361 >>> - language.config: >>> >>> >>> >> http://github.com/jschementi/ironruby/commit/b7eccbd5a0d0e1688ce63f1 >> 3d >> >>> 527e0370a34d962 >>> - Remove localApplicationRoot setting from Chiron, and downloadScripts >>> >> setting from Microsoft.Scripting.Silverlight: >> >>> >> http://github.com/jschementi/ironruby/commit/2770a2ad5b11c37d5efcc0a5 >> 5 >> >>> b1f3c45fe3c3a08 >>> - Download languages as they are used: >>> >>> >>> >> http://github.com/jschementi/ironruby/commit/30a55a53936c8064a720b224 >> 9 >> >>> 9b0175c1527e687 >>> - Inline and external script-tags are now enabled for any DLR language: >>> >>> >>> >> http://github.com/jschementi/ironruby/commit/e144cc67622a4ef930938cec >> 6 >> >>> f75730c4b7dec1b >>> - Remove margins from script-tags inline source, so white-space-sensitive >>> >> languages like Python work as expected: >> >>> >> http://github.com/jschementi/ironruby/commit/4ac55b46a9e4fd074b3fc3a8 >> 8 >> >>> 8ef787395df5e14 >>> - XAML script tag support and gestalt samples porting: >>> >>> >>> >> http://github.com/jschementi/ironruby/commit/42a252f1fdf6486a46161ddd >> f >> >>> 3b86299a6a4dbc8 >>> - Cleans up Tutorial by using new script-tag support, and enables desktop >>> >> and Silverlight Tutorial tests to run with Tutorial/test.bat: >> >>> >> http://github.com/jschementi/ironruby/commit/5467c428555888e3981e2a83 >> 1 >> >>> 26aa5d51196b907 >>> - Fixes for Microsoft.Scripting.dll and Microsoft.Dynamic.dll shuffle: >>> >>> >>> >> http://github.com/jschementi/ironruby/commit/a7dffdbdcee1a616eba71b6 >> d5 >> >>> fd732adc1ed7c11 >>> >>> Thanks! >>> ~Jimmy >>> _______________________________________________ >>> Users mailing list >>> Users at lists.ironpython.com >>> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >>> >>> >> -- >> http://www.ironpythoninaction.com/ >> http://www.voidspace.org.uk/blog >> >> >> _______________________________________________ >> Users mailing list >> Users at lists.ironpython.com >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From mjt at nysv.org Fri Sep 18 23:31:05 2009 From: mjt at nysv.org (Markus Törnqvist) Date: Sat, 19 Sep 2009 00:31:05 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? Message-ID: <20090918213104.GV28624@nysv.org> Hi! I asked this question on http://nwsgi.codeplex.com/Thread/View.aspx?ThreadId=69422 but to be better safe than sorry I'll ask this list too, sorry about the copypasta :) The platform is Windows 2003 Server, meaning IIS6, and IronPython 2.6 (because I'm hoping this will all lead up to Django, and that seems to want 2.6 :) I installed NWSGI-1.0-x86.msi, with the Hello World example. Created C:\Inetpub\wwwroot\Hello\ Copied hello.wsgi there Created C:\Inetpub\wwwroot\Hello\bin\ Copied NWSGI.dll there Copied IronPython.dll, IronPython.Modules.dll, Microsoft.Scripting.Core.dll and Microsoft.Scripting.dll Copied Web.Classic.config into C:\Inetpub\wwwroot\Hello\ and renamed it to Web.config Now it gets hairy ;) 1) I'm assuming that when the readme says "If the server is running IIS6, it needs a script mapping for *.wsgi that forwards it to the ASP.NET ISAPI dll." you do not mean the kind of xml definitions in http://nwsgi.codeplex.com/Thread/View.aspx?ThreadId=60416 but instead something in IIS to point to C:\Inetpub\wwwroot\Hello\bin\NWSGI.dll What made sense was Default Web Site -> Properties -> ISAPI Filters. There I created a new filter called asdf with the above path as the executable. I also changed the home directory to the Hello one, because without it, the ASP.NET Property tab would have a broken path for web.config, and the field in the form is not editable. After restarting IIS I just get an empty response, but Firebug on Firefox tells me it's code 200. 2) So I removed the ISAPI Filter, went to Home Directory -> Configuration button, added executable NWSGI.dll and extension .wsgi in the Mappings tab. Now http://localhost/ shows me a directory list! However, both hello.wsgi and Web.config give me 404(!) though the web subdir works and I can download DLLs from there. 3) I reset the changes; I reset the Home Directory to C:\Inetpub\wwwroot and remove the NWSGI extension/executable. The Hello directory is visible already :o And all the good stuff is prohibited :o New Virtual Directory -> Alias Hello -> Location C:\Inetpub\wwwroot\Hello\ -> Read & Execute So I access http://localhost/Hello/ (Listing is denied) and http://localhost/Hello/hello.wsgi (404) Then to the Virtual Directory tab -> Configuration button -> Mappings tab where I added the .wsgi extension with the NWSGI.dll executable. Still 404 :( (I also noticed that the URL seems case-insensitive wrt /Hello/ and /hello/, which seems a bit buggy, but whatever :) Where did I go astray? Any ideas? Thanks!! -- mjt From mjt at nysv.org Sat Sep 19 13:15:10 2009 From: mjt at nysv.org (Markus Törnqvist) Date: Sat, 19 Sep 2009 14:15:10 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090918213104.GV28624@nysv.org> References: <20090918213104.GV28624@nysv.org> Message-ID: <20090919111510.GW28624@nysv.org> On Sat, Sep 19, 2009 at 12:31:05AM +0300, Markus T?rnqvist wrote: >Hi! > >I asked this question on >http://nwsgi.codeplex.com/Thread/View.aspx?ThreadId=69422 And I found something new, tho the problem is still not solved, so I'd like to paste that here too :) I figured out that the 404 is a common problem with misconfigured ISAPI, so I added C:\Inetpub\wwwroot\Hello\bin\NWSGI.dll as a Web Service Extension. Combined with the Virtual Directory -> Configuration -> Mapping .wsgi configuration it tells me "The specified procedure could not be found" 500 (Internal Server Error) The internet shows some occurrences, but they all seem application-specific and I'm not sure where to go with this debugging... Any and all help is still much appreciated! Thanks! -- mjt From fuzzyman at voidspace.org.uk Sat Sep 19 14:01:32 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Sat, 19 Sep 2009 13:01:32 +0100 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090919111510.GW28624@nysv.org> References: <20090918213104.GV28624@nysv.org> <20090919111510.GW28624@nysv.org> Message-ID: <4AB4C81C.3070307@voidspace.org.uk> mjt at nysv.org wrote: > On Sat, Sep 19, 2009 at 12:31:05AM +0300, Markus T?rnqvist wrote: > >> Hi! >> >> I asked this question on >> http://nwsgi.codeplex.com/Thread/View.aspx?ThreadId=69422 >> > > And I found something new, tho the problem is still not solved, so > I'd like to paste that here too :) > > I figured out that the 404 is a common problem with misconfigured ISAPI, so I > added C:\Inetpub\wwwroot\Hello\bin\NWSGI.dll as a Web Service Extension. > > Combined with the Virtual Directory -> Configuration -> Mapping .wsgi > configuration it tells me "The specified procedure could not be found" 500 > (Internal Server Error) > If you're now getting a 500 error is there a log somewhere giving more details? Michael > The internet shows some occurrences, but they all seem application-specific > and I'm not sure where to go with this debugging... > > Any and all help is still much appreciated! > > Thanks! > > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From empirebuilder at gmail.com Sat Sep 19 15:34:28 2009 From: empirebuilder at gmail.com (Dody Gunawinata) Date: Sat, 19 Sep 2009 16:34:28 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090919111510.GW28624@nysv.org> References: <20090918213104.GV28624@nysv.org> <20090919111510.GW28624@nysv.org> Message-ID: <8cd017b80909190634m3fcc378bmee1b1a62ced7e8c0@mail.gmail.com> Hi Markus, You are downloading an old version of NWSGI. The latest version is NWSGI 2.0 Beta 2 which you can find here http://nwsgi.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=29347. It has a very much different way to install. Give it a try and let me know if you have any problem. Dody Gunawinata On Sat, Sep 19, 2009 at 2:15 PM, Markus T?rnqvist wrote: > On Sat, Sep 19, 2009 at 12:31:05AM +0300, Markus T?rnqvist wrote: > >Hi! > > > >I asked this question on > >http://nwsgi.codeplex.com/Thread/View.aspx?ThreadId=69422 > > And I found something new, tho the problem is still not solved, so > I'd like to paste that here too :) > > I figured out that the 404 is a common problem with misconfigured ISAPI, so > I > added C:\Inetpub\wwwroot\Hello\bin\NWSGI.dll as a Web Service Extension. > > Combined with the Virtual Directory -> Configuration -> Mapping .wsgi > configuration it tells me "The specified procedure could not be found" 500 > (Internal Server Error) > > The internet shows some occurrences, but they all seem application-specific > and I'm not sure where to go with this debugging... > > Any and all help is still much appreciated! > > Thanks! > > -- > mjt > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- nomadlife.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From mjt at nysv.org Sat Sep 19 15:59:29 2009 From: mjt at nysv.org (Markus Törnqvist) Date: Sat, 19 Sep 2009 16:59:29 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <4AB4C81C.3070307@voidspace.org.uk> References: <20090918213104.GV28624@nysv.org> <20090919111510.GW28624@nysv.org> <4AB4C81C.3070307@voidspace.org.uk> Message-ID: <20090919135929.GX28624@nysv.org> On Sat, Sep 19, 2009 at 01:01:32PM +0100, Michael Foord wrote: >mjt at nysv.org wrote: >>On Sat, Sep 19, 2009 at 12:31:05AM +0300, Markus T?rnqvist wrote: >>I figured out that the 404 is a common problem with misconfigured ISAPI, >>so I >>added C:\Inetpub\wwwroot\Hello\bin\NWSGI.dll as a Web Service Extension. >>Combined with the Virtual Directory -> Configuration -> Mapping .wsgi >>configuration it tells me "The specified procedure could not be found" 500 >>(Internal Server Error) > >If you're now getting a 500 error is there a log somewhere giving more >details? I wish :/ Any ideas on getting more info? The stuff under C:\WINDOWS\system32\LogFiles wasn't helpful, so any means of tracing the DLL (or anything, whatever :) would be welcome. Thanks! -- mjt From mjt at nysv.org Sat Sep 19 16:23:21 2009 From: mjt at nysv.org (Markus Törnqvist) Date: Sat, 19 Sep 2009 17:23:21 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <8cd017b80909190634m3fcc378bmee1b1a62ced7e8c0@mail.gmail.com> References: <20090918213104.GV28624@nysv.org> <20090919111510.GW28624@nysv.org> <8cd017b80909190634m3fcc378bmee1b1a62ced7e8c0@mail.gmail.com> Message-ID: <20090919142321.GY28624@nysv.org> On Sat, Sep 19, 2009 at 04:34:28PM +0300, Dody Gunawinata wrote: >Hi Markus, >You are downloading an old version of NWSGI. The latest version is NWSGI 2.0 >Beta 2 which you can find here >http://nwsgi.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=29347. It >has a very much different way to install. > >Give it a try and let me know if you have any problem. Somewhat different at least; I installed it, dropped the 4+1 DLLs in place, set and allowed the Web Service Extension. This time I called the virtual directory "helloworld" and made it point to C:\Inetpub\wwwroot\Hello Again, from its configurations, I set the mapping .wsgi -> NWSGI.dll Unfortunately it's still broken; "The specified procedure could not be found." I looked at the conf (it's the unchanged example conf) comparing it to the guidelines in the Readme, and it's cool. It has both IIS6 system.web confs and IIS7 system.webServer confs, with validateIntegratedModeConfiguration="false" :/ I'm thinking, do I need some sort of config for callable? Does Web.config get parsed and it's somehow broken in the example? The ASP.NET tab shows ASP.NET versions 2.0.50727 and 1.1.4322, is something perhaps missing there? Both options break the same way, if that's relevant information :) Thanks!! -- mjt From mjt at nysv.org Sat Sep 19 17:54:25 2009 From: mjt at nysv.org (Markus Törnqvist) Date: Sat, 19 Sep 2009 18:54:25 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090919142321.GY28624@nysv.org> References: <20090918213104.GV28624@nysv.org> <20090919111510.GW28624@nysv.org> <8cd017b80909190634m3fcc378bmee1b1a62ced7e8c0@mail.gmail.com> <20090919142321.GY28624@nysv.org> Message-ID: <20090919155425.GZ28624@nysv.org> On Sat, Sep 19, 2009 at 05:23:21PM +0300, Markus T?rnqvist wrote: > >Unfortunately it's still broken; "The specified procedure could not be found." > [...] > >I'm thinking, do I need some sort of config for callable? Does Web.config >get parsed and it's somehow broken in the example? Finally found SOMETHING: http://blogs.msdn.com/david.wang/archive/2005/06/21/HOWTO_Diagnose_and_Fix_Common_ISAPI_Filter_Installation_Failures.aspx "If your ISAPI DLL uses an API call that is not actually present on the target OS, you can get this error. This is particularly insidious because you are able to compile/link the DLL successfully, yet the DLL fails to load on an OS which does not implement the API call you linked against. For example, suppose your ISAPI uses the RegGetValue() API call introduced in Windows Server SP1 (all platforms) and XP Pro x64. You download and use the latest Microsoft Platform SDK, which contains the advapi32.lib and include files for you to link and use RegGetValue(). Now, you try to run this ISAPI DLL on XP Pro 32bit, which has an older version of advapi32.dll that as documented, does not support RegGetValue(). The end result is error 127 since your ISAPI DLL will be looking for advapi32.dll to provide the RegGetValue() that it needs... which does not exist on XP Pro 32bit." Was that DLL compiled and/or coded for, say, 2008 Server?-) I'll see what I can do to investigate further, but this is starting to go over my head, so all help is once again appreciated; thanks! :) -- mjt From empirebuilder at gmail.com Sat Sep 19 18:12:56 2009 From: empirebuilder at gmail.com (Dody Gunawinata) Date: Sat, 19 Sep 2009 19:12:56 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090919155425.GZ28624@nysv.org> References: <20090918213104.GV28624@nysv.org> <20090919111510.GW28624@nysv.org> <8cd017b80909190634m3fcc378bmee1b1a62ced7e8c0@mail.gmail.com> <20090919142321.GY28624@nysv.org> <20090919155425.GZ28624@nysv.org> Message-ID: <8cd017b80909190912t2a0ebd40s4ad9a5543b1f9787@mail.gmail.com> I'm currently trying to replicate your problem on IIS 6.0 on WIndows 2003 server. I'll get the result in a bit. On Sat, Sep 19, 2009 at 6:54 PM, Markus T?rnqvist wrote: > On Sat, Sep 19, 2009 at 05:23:21PM +0300, Markus T?rnqvist wrote: > > > >Unfortunately it's still broken; "The specified procedure could not be > found." > > > [...] > > > >I'm thinking, do I need some sort of config for callable? Does Web.config > >get parsed and it's somehow broken in the example? > > Finally found SOMETHING: > > http://blogs.msdn.com/david.wang/archive/2005/06/21/HOWTO_Diagnose_and_Fix_Common_ISAPI_Filter_Installation_Failures.aspx > > "If your ISAPI DLL uses an API call that is not actually present on the > target > OS, you can get this error. This is particularly insidious because you are > able to compile/link the DLL successfully, yet the DLL fails to load on an > OS > which does not implement the API call you linked against. > > For example, suppose your ISAPI uses the RegGetValue() API call introduced > in > Windows Server SP1 (all platforms) and XP Pro x64. You download and use the > latest Microsoft Platform SDK, which contains the advapi32.lib and include > files for you to link and use RegGetValue(). Now, you try to run this ISAPI > DLL on XP Pro 32bit, which has an older version of advapi32.dll that as > documented, does not support RegGetValue(). The end result is error 127 > since > your ISAPI DLL will be looking for advapi32.dll to provide the > RegGetValue() > that it needs... which does not exist on XP Pro 32bit." > > Was that DLL compiled and/or coded for, say, 2008 Server?-) > > I'll see what I can do to investigate further, but this is starting to > go over my head, so all help is once again appreciated; thanks! :) > > -- > mjt > > -- nomadlife.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From empirebuilder at gmail.com Sat Sep 19 18:37:48 2009 From: empirebuilder at gmail.com (Dody Gunawinata) Date: Sat, 19 Sep 2009 19:37:48 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <8cd017b80909190912t2a0ebd40s4ad9a5543b1f9787@mail.gmail.com> References: <20090918213104.GV28624@nysv.org> <20090919111510.GW28624@nysv.org> <8cd017b80909190634m3fcc378bmee1b1a62ced7e8c0@mail.gmail.com> <20090919142321.GY28624@nysv.org> <20090919155425.GZ28624@nysv.org> <8cd017b80909190912t2a0ebd40s4ad9a5543b1f9787@mail.gmail.com> Message-ID: <8cd017b80909190937x737c8572h8a8c59605d4e1dbb@mail.gmail.com> Hi Markus, It works fine on my installation (Windows 2003 32 bit). Here's the hello world sample http://nwsgi.spellcoder.org/hello.wsgi. You can download the whole binaries here http://nwsgi.spellcoder.org/nwsgi.rar and try it out on your machine. See if it works. Dody Gunawinata 2009/9/19 Dody Gunawinata > I'm currently trying to replicate your problem on IIS 6.0 on WIndows 2003 > server. I'll get the result in a bit. > > > On Sat, Sep 19, 2009 at 6:54 PM, Markus T?rnqvist wrote: > >> On Sat, Sep 19, 2009 at 05:23:21PM +0300, Markus T?rnqvist wrote: >> > >> >Unfortunately it's still broken; "The specified procedure could not be >> found." >> > >> [...] >> > >> >I'm thinking, do I need some sort of config for callable? Does Web.config >> >get parsed and it's somehow broken in the example? >> >> Finally found SOMETHING: >> >> http://blogs.msdn.com/david.wang/archive/2005/06/21/HOWTO_Diagnose_and_Fix_Common_ISAPI_Filter_Installation_Failures.aspx >> >> "If your ISAPI DLL uses an API call that is not actually present on the >> target >> OS, you can get this error. This is particularly insidious because you are >> able to compile/link the DLL successfully, yet the DLL fails to load on an >> OS >> which does not implement the API call you linked against. >> >> For example, suppose your ISAPI uses the RegGetValue() API call introduced >> in >> Windows Server SP1 (all platforms) and XP Pro x64. You download and use >> the >> latest Microsoft Platform SDK, which contains the advapi32.lib and include >> files for you to link and use RegGetValue(). Now, you try to run this >> ISAPI >> DLL on XP Pro 32bit, which has an older version of advapi32.dll that as >> documented, does not support RegGetValue(). The end result is error 127 >> since >> your ISAPI DLL will be looking for advapi32.dll to provide the >> RegGetValue() >> that it needs... which does not exist on XP Pro 32bit." >> >> Was that DLL compiled and/or coded for, say, 2008 Server?-) >> >> I'll see what I can do to investigate further, but this is starting to >> go over my head, so all help is once again appreciated; thanks! :) >> >> -- >> mjt >> >> > > > -- > nomadlife.org > > -- nomadlife.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From jdhardy at gmail.com Sat Sep 19 18:44:10 2009 From: jdhardy at gmail.com (Jeff Hardy) Date: Sat, 19 Sep 2009 10:44:10 -0600 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090919142321.GY28624@nysv.org> References: <20090918213104.GV28624@nysv.org> <20090919111510.GW28624@nysv.org> <8cd017b80909190634m3fcc378bmee1b1a62ced7e8c0@mail.gmail.com> <20090919142321.GY28624@nysv.org> Message-ID: On Sat, Sep 19, 2009 at 8:23 AM, Markus T?rnqvist wrote: > Again, from its configurations, I set the mapping .wsgi -> NWSGI.dll This needs to point to the aspnet_isapi.dll file, not NWSGI.dll. Just copy the path from the .aspx entry. - Jeff From mjt at nysv.org Sat Sep 19 18:50:06 2009 From: mjt at nysv.org (Markus Törnqvist) Date: Sat, 19 Sep 2009 19:50:06 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <8cd017b80909190937x737c8572h8a8c59605d4e1dbb@mail.gmail.com> References: <20090918213104.GV28624@nysv.org> <20090919111510.GW28624@nysv.org> <8cd017b80909190634m3fcc378bmee1b1a62ced7e8c0@mail.gmail.com> <20090919142321.GY28624@nysv.org> <20090919155425.GZ28624@nysv.org> <8cd017b80909190912t2a0ebd40s4ad9a5543b1f9787@mail.gmail.com> <8cd017b80909190937x737c8572h8a8c59605d4e1dbb@mail.gmail.com> Message-ID: <20090919165006.GB28624@nysv.org> On Sat, Sep 19, 2009 at 07:37:48PM +0300, Dody Gunawinata wrote: >Hi Markus, >It works fine on my installation (Windows 2003 32 bit). Here's the hello >world sample http://nwsgi.spellcoder.org/hello.wsgi. It does! >You can download the whole binaries here >http://nwsgi.spellcoder.org/nwsgi.rar and try it out on your machine. See if >it works. Downloaded, extracted into C:\Inetpub\wwwroot\Hello Created Extension (and enabled) Created the virtual directory. Properties, configuration, mappings and added the .wsgi -> nwsgi.dll map. Restart IIS. And still 500! Might this be related to service packs? 2003 R2 Enterprose Edition SP2 here. Can't find anything more exact on IIS than IIS V6.0 :/ Did you do something differently? Thanks!! :) -- mjt From empirebuilder at gmail.com Sat Sep 19 18:55:44 2009 From: empirebuilder at gmail.com (Dody Gunawinata) Date: Sat, 19 Sep 2009 19:55:44 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090919165006.GB28624@nysv.org> References: <20090918213104.GV28624@nysv.org> <20090919111510.GW28624@nysv.org> <8cd017b80909190634m3fcc378bmee1b1a62ced7e8c0@mail.gmail.com> <20090919142321.GY28624@nysv.org> <20090919155425.GZ28624@nysv.org> <8cd017b80909190912t2a0ebd40s4ad9a5543b1f9787@mail.gmail.com> <8cd017b80909190937x737c8572h8a8c59605d4e1dbb@mail.gmail.com> <20090919165006.GB28624@nysv.org> Message-ID: <8cd017b80909190955k550adb37uc7e60fd82ebdc24b@mail.gmail.com> Ah, I know what you did wrong. Map .wsgi to asp.net dll, not nwsgi.dll. On Sat, Sep 19, 2009 at 7:50 PM, Markus T?rnqvist wrote: > On Sat, Sep 19, 2009 at 07:37:48PM +0300, Dody Gunawinata wrote: > >Hi Markus, > >It works fine on my installation (Windows 2003 32 bit). Here's the hello > >world sample http://nwsgi.spellcoder.org/hello.wsgi. > > It does! > > >You can download the whole binaries here > >http://nwsgi.spellcoder.org/nwsgi.rar and try it out on your machine. See > if > >it works. > > Downloaded, extracted into C:\Inetpub\wwwroot\Hello > > Created Extension (and enabled) > > Created the virtual directory. > > Properties, configuration, mappings and added the .wsgi -> nwsgi.dll map. > > Restart IIS. > > And still 500! > > Might this be related to service packs? 2003 R2 Enterprose Edition SP2 > here. > > Can't find anything more exact on IIS than IIS V6.0 :/ > > Did you do something differently? > > Thanks!! :) > > -- > mjt > > -- nomadlife.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From mjt at nysv.org Sat Sep 19 18:56:33 2009 From: mjt at nysv.org (Markus Törnqvist) Date: Sat, 19 Sep 2009 19:56:33 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: References: <20090918213104.GV28624@nysv.org> <20090919111510.GW28624@nysv.org> <8cd017b80909190634m3fcc378bmee1b1a62ced7e8c0@mail.gmail.com> <20090919142321.GY28624@nysv.org> Message-ID: <20090919165633.GC28624@nysv.org> On Sat, Sep 19, 2009 at 10:44:10AM -0600, Jeff Hardy wrote: >On Sat, Sep 19, 2009 at 8:23 AM, Markus T?rnqvist wrote: >> Again, from its configurations, I set the mapping .wsgi -> NWSGI.dll > >This needs to point to the aspnet_isapi.dll file, not NWSGI.dll. Just >copy the path from the .aspx entry. Beautiful! Is this common ISAPI theory that I would have known if I had a firmer background in these things or did I miss something? I get a different kind of 500 now, now I get The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'. Which looks like a totally good starting point for me to look into :D Thanks! :> PS. What about copying NWSGI? What does "installed" mean in the readme? Is it registered in the registry like, or something, so it can be found from a dynamic location? I do prefer copying it into the application directory, because then it's explicit, but just to understand what's happening :) Thanks again, man :) -- mjt From empirebuilder at gmail.com Sat Sep 19 19:17:32 2009 From: empirebuilder at gmail.com (Dody Gunawinata) Date: Sat, 19 Sep 2009 20:17:32 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090919165633.GC28624@nysv.org> References: <20090918213104.GV28624@nysv.org> <20090919111510.GW28624@nysv.org> <8cd017b80909190634m3fcc378bmee1b1a62ced7e8c0@mail.gmail.com> <20090919142321.GY28624@nysv.org> <20090919165633.GC28624@nysv.org> Message-ID: <8cd017b80909191017h4bc64d29p3b27a35422aa806c@mail.gmail.com> Usually installed mean that the dll is registered to GAC. But for NWSGI, I think the installer simply put nwsgi.dll in a directory. As this is an ASP.Net system, you have to move it to the bin directory of your web folder. On Sat, Sep 19, 2009 at 7:56 PM, Markus T?rnqvist wrote: > On Sat, Sep 19, 2009 at 10:44:10AM -0600, Jeff Hardy wrote: > >On Sat, Sep 19, 2009 at 8:23 AM, Markus T?rnqvist wrote: > >> Again, from its configurations, I set the mapping .wsgi -> NWSGI.dll > > > >This needs to point to the aspnet_isapi.dll file, not NWSGI.dll. Just > >copy the path from the .aspx entry. > > Beautiful! > > Is this common ISAPI theory that I would have known if I had a firmer > background in these things or did I miss something? > > I get a different kind of 500 now, now I get > The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write > access to 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary > ASP.NET > Files'. > > Which looks like a totally good starting point for me to look into :D > > Thanks! :> > > PS. > What about copying NWSGI? What does "installed" mean in the readme? > Is it registered in the registry like, or something, so it can be found > from a dynamic location? > > I do prefer copying it into the application directory, because then it's > explicit, but just to understand what's happening :) > > Thanks again, man :) > > -- > mjt > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- nomadlife.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From mjt at nysv.org Sat Sep 19 20:43:31 2009 From: mjt at nysv.org (Markus Törnqvist) Date: Sat, 19 Sep 2009 21:43:31 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: References: <20090918213104.GV28624@nysv.org> <20090919111510.GW28624@nysv.org> <8cd017b80909190634m3fcc378bmee1b1a62ced7e8c0@mail.gmail.com> <20090919142321.GY28624@nysv.org> Message-ID: <20090919184331.GD28624@nysv.org> On Sat, Sep 19, 2009 at 10:44:10AM -0600, Jeff Hardy wrote: > >This needs to point to the aspnet_isapi.dll file, not NWSGI.dll. Just >copy the path from the .aspx entry. Ok, now I got back to this and got actually somewhat far! Added the Wilcard Application Map to the correct DLL, and the Home Directory to C:\Program Files\IronPython 2.6\Lib\site-packages\myapp I also had to add the Microsoft.Scripting.ExtensionAttribute.dll, Microsoft.Dynamic.dll and Microsoft.Scripting.Debugging.dll to C:\...myapp\bin\ (The Debugging part is probably related to Full frames? when it was missing the traceback showed something trying to access getframe() :) Anyway, the PROBLEM is THIS: osEnviron is obviously not available in medium trust, like said in http://nwsgi.codeplex.com/Wiki/View.aspx?title=Configuration Parser Error Message: Unrecognized element 'osEnviron'. So I can't load Django's configurations! http://msdn.microsoft.com/en-us/library/tkscy493.aspx tells us something about and tags, and I have the configuration below for comments. Thanks for anything :) -- mjt From jdhardy at gmail.com Sun Sep 20 17:46:24 2009 From: jdhardy at gmail.com (Jeff Hardy) Date: Sun, 20 Sep 2009 09:46:24 -0600 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090919184331.GD28624@nysv.org> References: <20090918213104.GV28624@nysv.org> <20090919111510.GW28624@nysv.org> <8cd017b80909190634m3fcc378bmee1b1a62ced7e8c0@mail.gmail.com> <20090919142321.GY28624@nysv.org> <20090919184331.GD28624@nysv.org> Message-ID: On Sat, Sep 19, 2009 at 12:43 PM, Markus T?rnqvist wrote: > On Sat, Sep 19, 2009 at 10:44:10AM -0600, Jeff Hardy wrote: > I also had to add the Microsoft.Scripting.ExtensionAttribute.dll, > Microsoft.Dynamic.dll and Microsoft.Scripting.Debugging.dll > to C:\...myapp\bin\ (Note to IronPython team: stop adding so many assemblies!). > > (The Debugging part is probably related to Full frames? when it was > missing the traceback showed something trying to access getframe() :) > > Anyway, the PROBLEM is THIS: > > osEnviron is obviously not available in medium trust, like said in > http://nwsgi.codeplex.com/Wiki/View.aspx?title=Configuration The documentation on the website still refers to 1.0; I just haven't had a chance to update it. Sorry. > > Parser Error Message: Unrecognized element 'osEnviron'. Actually, I pulled the osEnviron section out of 2.0 because it caused problems with medium trust. I believe you can set the settings path, with a WSGI variable, but that variable doesn't seem to be documented anywhere (I really should open a Django bug about that). As a workaround, you can use the .wsgi script at http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango. I've tried to make NWSGI as similar to mod_wsgi as possible. So I don't thinkthis has anything to do with partial trust. - Jeff > > -- > mjt > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > From mjt at nysv.org Sun Sep 20 17:59:41 2009 From: mjt at nysv.org (Markus Törnqvist) Date: Sun, 20 Sep 2009 18:59:41 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: References: <20090918213104.GV28624@nysv.org> <20090919111510.GW28624@nysv.org> <8cd017b80909190634m3fcc378bmee1b1a62ced7e8c0@mail.gmail.com> <20090919142321.GY28624@nysv.org> <20090919184331.GD28624@nysv.org> Message-ID: <20090920155941.GG28624@nysv.org> On Sun, Sep 20, 2009 at 09:46:24AM -0600, Jeff Hardy wrote: >> osEnviron is obviously not available in medium trust, like said in >> http://nwsgi.codeplex.com/Wiki/View.aspx?title=Configuration > >The documentation on the website still refers to 1.0; I just haven't >had a chance to update it. Sorry. That's cool :) >> Parser Error Message: Unrecognized element 'osEnviron'. > >Actually, I pulled the osEnviron section out of 2.0 because it caused >problems with medium trust. I believe you can set the settings path, >with a WSGI variable, but that variable doesn't seem to be documented >anywhere (I really should open a Django bug about that). Ouch, but understandable. >As a workaround, you can use the .wsgi script at >http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango. I've >tried to make NWSGI as similar to mod_wsgi as possible. I probably should've mailed the list earlier, but I'm in the process of doing something like that. I came up with the .wsgi and everything mapping to it idea myself, but I'm still figuring out if this can work.. There's a lot of trouble running Django, like: 1. Had to apply a patch I got from some mercurial repo, which is OK now. 2. Had to eliminate import PIL (and figure out how to implement cropping and resizing algorithms in IronPython/.NET) which is OK enough now ;) 3. And finally, I got these random errors all over the place, like the SessionMiddleware not working, and when removing it, AuthMiddleware not working. The jury's still out on how OK it is. My current showstopper is: 'module' object has no attribute 'url_patterns' Request Method: GET Request URL: http://localhost// Exception Type: AttributeError Exception Value: 'module' object has no attribute 'url_patterns' Exception Location: C:\Program Files\IronPython 2.6\Lib\site-packages\django\core\urlresolvers.py in resolve, line 182 Python Executable: None Python Version: 2.6.0 Python Path: ['C:\\Program Files\\IronPython 2.6\\Lib\\site-packages\\myapp\\', 'C:\\Program Files\\IronPython 2.6\\Lib\\site-packages\\myapp\\bin\\Lib', 'C:\\Program Files\\IronPython 2.6\\Lib', 'C:\\Program Files\\IronPython 2.6\\Lib\\site-packages', 'C:\\Program Files\\IronPython 2.6\\Lib\\site-packages\\django', 'C:\\Program Files\\IronPython 2.6\\Lib\\site-packages\\myapp'] Server time: Sun, 20 Sep 2009 18:49:47 +0300 Does IronPython do something very different from CPython WRT imports? I had to add import widget to django\forms\__init__.py for example, and something similar to myapp, where it uses piston. (I might consider dropping piston as being useless, but there's so much to hack now to get this running that I don't care. I removed all references to admin and added that one import and it quit complaining ;) PS. Despite the above traceback I can do cool stuff like ..\..\..\ipy -X:Frames manage.py shell >>> from django.core.urlresolvers import reverse >>> reverse('index') '/' >>> reverse('set_test_cookie') '/set_test_cookie/' Thanks! -- mjt From tggagne at gmail.com Mon Sep 21 20:59:53 2009 From: tggagne at gmail.com (Thomas Gagne) Date: Mon, 21 Sep 2009 14:59:53 -0400 Subject: [IronPython] How to get ToString() working, and questions about GetSysModule() and GetClrModule() Message-ID: <4AB7CD29.80801@gmail.com> We've hosted Python inside our C# application and all seems to work well. Recently, one of our programmers has asked to use ToString inside a python expression. I read online we need to import the "clr" to make that happen. The code for kicking it off looks like: _engine = Python.CreateEngine(); _scope = _engine.CreateScope(); I'm curious, if I want the Clr already-imported to a program can ask for a fixed-point's ToString("C"), am I supposed to be able to use the GetClrModule()? Since both it and CreateScope() return scopes I thought I'd try using the scope returned by GetClrModule() to evaluate an expression. Suddenly, "True" no longer evaluated. It had no binding. Signed confused. From dinov at microsoft.com Mon Sep 21 21:07:09 2009 From: dinov at microsoft.com (Dino Viehland) Date: Mon, 21 Sep 2009 19:07:09 +0000 Subject: [IronPython] How to get ToString() working, and questions about GetSysModule() and GetClrModule() In-Reply-To: <4AB7CD29.80801@gmail.com> References: <4AB7CD29.80801@gmail.com> Message-ID: <1A472770E042064698CB5ADC83A12ACD048CCFDA@TK5EX14MBXC120.redmond.corp.microsoft.com> Because this is on a per-module basis calling GetClrModule() won't affect the module you later want to do .ToString from. I think the easiest way to do this would be to do: var code = Engine.CreateScriptSourceFromString("import clr", SourceCodeKind.Statements).Compile(); and whenever you want a module to use import clr do: code.Execute(_scope); If you open a bug on CodePlex though we could look at adding an extension method like "scope.EnableClr()" or something along those lines that makes this simpler. -----Original Message----- From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Thomas Gagne Sent: Monday, September 21, 2009 12:00 PM To: users at lists.ironpython.com Subject: [IronPython] How to get ToString() working, and questions about GetSysModule() and GetClrModule() We've hosted Python inside our C# application and all seems to work well. Recently, one of our programmers has asked to use ToString inside a python expression. I read online we need to import the "clr" to make that happen. The code for kicking it off looks like: _engine = Python.CreateEngine(); _scope = _engine.CreateScope(); I'm curious, if I want the Clr already-imported to a program can ask for a fixed-point's ToString("C"), am I supposed to be able to use the GetClrModule()? Since both it and CreateScope() return scopes I thought I'd try using the scope returned by GetClrModule() to evaluate an expression. Suddenly, "True" no longer evaluated. It had no binding. Signed confused. _______________________________________________ Users mailing list Users at lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com From tggagne at gmail.com Mon Sep 21 21:15:25 2009 From: tggagne at gmail.com (Thomas Gagne) Date: Mon, 21 Sep 2009 15:15:25 -0400 Subject: [IronPython] How to get ToString() working, and questions about GetSysModule() and GetClrModule() In-Reply-To: <1A472770E042064698CB5ADC83A12ACD048CCFDA@TK5EX14MBXC120.redmond.corp.microsoft.com> References: <4AB7CD29.80801@gmail.com> <1A472770E042064698CB5ADC83A12ACD048CCFDA@TK5EX14MBXC120.redmond.corp.microsoft.com> Message-ID: <4AB7D0CC.2090005@gmail.com> I /think/ it may be working. At least my unit tests are working. The code below runs the unit test, the unit test is at the bottom. public DynamicAgent(ScriptEngine aScriptEngine) { _engine = aScriptEngine; _engine.Runtime.GetClrModule(); _scope = _engine.CreateScope(); } public virtual object PrepareString(string anExpression) { return _engine.CreateScriptSourceFromString(anExpression, SourceCodeKind.Expression); } public virtual object Evaluate(ScriptSource source) { return source.Execute(_scope); } public virtual object EvaluateString(string anExpression) { var source = PrepareString(anExpression); return Evaluate(source); } ---- [TestMethod] public void pythonToStringTest() { var agent = new PythonAgent(); agent.SetVariable("aMoney", 1234.56M); var result = agent.EvaluateString("aMoney.ToString('#,##0.00')"); Assert.AreEqual("1,234.56", result); } I'm not convinced if it's working because I'm unsure what GetClrModule() precisely does or how many scopes there can be, or if there's really only one scope and everything is additive, or... Dino Viehland wrote: > Because this is on a per-module basis calling GetClrModule() won't affect the module you later want to do .ToString from. > > I think the easiest way to do this would be to do: > > var code = Engine.CreateScriptSourceFromString("import clr", SourceCodeKind.Statements).Compile(); > > and whenever you want a module to use import clr do: > > code.Execute(_scope); > > If you open a bug on CodePlex though we could look at adding an extension method like "scope.EnableClr()" or something along those lines that makes this simpler. > > > > -----Original Message----- > From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Thomas Gagne > Sent: Monday, September 21, 2009 12:00 PM > To: users at lists.ironpython.com > Subject: [IronPython] How to get ToString() working, and questions about GetSysModule() and GetClrModule() > > We've hosted Python inside our C# application and all seems to work > well. Recently, one of our programmers has asked to use ToString inside > a python expression. I read online we need to import the "clr" to make > that happen. > > The code for kicking it off looks like: > > _engine = Python.CreateEngine(); > _scope = _engine.CreateScope(); > > I'm curious, if I want the Clr already-imported to a program can ask for > a fixed-point's ToString("C"), am I supposed to be able to use the > GetClrModule()? > > Since both it and CreateScope() return scopes I thought I'd try using > the scope returned by GetClrModule() to evaluate an expression. > Suddenly, "True" no longer evaluated. It had no binding. > > Signed confused. > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > From dinov at microsoft.com Mon Sep 21 22:08:44 2009 From: dinov at microsoft.com (Dino Viehland) Date: Mon, 21 Sep 2009 20:08:44 +0000 Subject: [IronPython] How to get ToString() working, and questions about GetSysModule() and GetClrModule() In-Reply-To: <4AB7D0CC.2090005@gmail.com> References: <4AB7CD29.80801@gmail.com> <1A472770E042064698CB5ADC83A12ACD048CCFDA@TK5EX14MBXC120.redmond.corp.microsoft.com> <4AB7D0CC.2090005@gmail.com> Message-ID: <1A472770E042064698CB5ADC83A12ACD048CE8AA@TK5EX14MBXC120.redmond.corp.microsoft.com> I'm actually surprised this works. In theory calling GetClrModule should never effect any other code. In practice there's currently a bug in that we mark a default scope as having done import clr. But you're executing the code in a newly created scope which should have its own setting as to whether or not import clr has happened; in general each scope tracks this independently of all other scopes and there can be as many scopes as you'd like. Basically GetClrModule() and GetSysModule() are supposed to just be a convenience functions so that you can get the module objects and invoke methods against it using ObjectOperations. Actually marking a module as having done "import clr" is just setting a bit on whatever Scope object the code is executing against. And in this case you haven't done anything to mark _scope as having done an import clr. -----Original Message----- From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Thomas Gagne Sent: Monday, September 21, 2009 12:15 PM To: Discussion of IronPython Subject: Re: [IronPython] How to get ToString() working, and questions about GetSysModule() and GetClrModule() I /think/ it may be working. At least my unit tests are working. The code below runs the unit test, the unit test is at the bottom. public DynamicAgent(ScriptEngine aScriptEngine) { _engine = aScriptEngine; _engine.Runtime.GetClrModule(); _scope = _engine.CreateScope(); } public virtual object PrepareString(string anExpression) { return _engine.CreateScriptSourceFromString(anExpression, SourceCodeKind.Expression); } public virtual object Evaluate(ScriptSource source) { return source.Execute(_scope); } public virtual object EvaluateString(string anExpression) { var source = PrepareString(anExpression); return Evaluate(source); } ---- [TestMethod] public void pythonToStringTest() { var agent = new PythonAgent(); agent.SetVariable("aMoney", 1234.56M); var result = agent.EvaluateString("aMoney.ToString('#,##0.00')"); Assert.AreEqual("1,234.56", result); } I'm not convinced if it's working because I'm unsure what GetClrModule() precisely does or how many scopes there can be, or if there's really only one scope and everything is additive, or... Dino Viehland wrote: > Because this is on a per-module basis calling GetClrModule() won't affect the module you later want to do .ToString from. > > I think the easiest way to do this would be to do: > > var code = Engine.CreateScriptSourceFromString("import clr", SourceCodeKind.Statements).Compile(); > > and whenever you want a module to use import clr do: > > code.Execute(_scope); > > If you open a bug on CodePlex though we could look at adding an extension method like "scope.EnableClr()" or something along those lines that makes this simpler. > > > > -----Original Message----- > From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Thomas Gagne > Sent: Monday, September 21, 2009 12:00 PM > To: users at lists.ironpython.com > Subject: [IronPython] How to get ToString() working, and questions about GetSysModule() and GetClrModule() > > We've hosted Python inside our C# application and all seems to work > well. Recently, one of our programmers has asked to use ToString inside > a python expression. I read online we need to import the "clr" to make > that happen. > > The code for kicking it off looks like: > > _engine = Python.CreateEngine(); > _scope = _engine.CreateScope(); > > I'm curious, if I want the Clr already-imported to a program can ask for > a fixed-point's ToString("C"), am I supposed to be able to use the > GetClrModule()? > > Since both it and CreateScope() return scopes I thought I'd try using > the scope returned by GetClrModule() to evaluate an expression. > Suddenly, "True" no longer evaluated. It had no binding. > > Signed confused. > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > _______________________________________________ Users mailing list Users at lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com From mjt at nysv.org Tue Sep 22 10:53:59 2009 From: mjt at nysv.org (Markus Törnqvist) Date: Tue, 22 Sep 2009 11:53:59 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090920155941.GG28624@nysv.org> References: <20090918213104.GV28624@nysv.org> <20090919111510.GW28624@nysv.org> <8cd017b80909190634m3fcc378bmee1b1a62ced7e8c0@mail.gmail.com> <20090919142321.GY28624@nysv.org> <20090919184331.GD28624@nysv.org> <20090920155941.GG28624@nysv.org> Message-ID: <20090922085359.GO28624@nysv.org> On Sun, Sep 20, 2009 at 06:59:41PM +0300, Markus T?rnqvist wrote: Hate to be upping my posts this way, but no one's seen this? I'm currently kinda busy with other stuff, but should I try to get 0.96 running and backport my stuff for it? It would be cumbersome but if The List considers it the only solution, then I guess it would be.. Thanks :) [...] >My current showstopper is: >'module' object has no attribute 'url_patterns' > >Request Method: GET >Request URL: http://localhost// >Exception Type: AttributeError >Exception Value: 'module' object has no attribute 'url_patterns' > >Exception Location: C:\Program Files\IronPython 2.6\Lib\site-packages\django\core\urlresolvers.py in resolve, line 182 >Python Executable: None >Python Version: 2.6.0 >Python Path: ['C:\\Program Files\\IronPython 2.6\\Lib\\site-packages\\myapp\\', 'C:\\Program Files\\IronPython 2.6\\Lib\\site-packages\\myapp\\bin\\Lib', 'C:\\Program Files\\IronPython 2.6\\Lib', 'C:\\Program Files\\IronPython 2.6\\Lib\\site-packages', 'C:\\Program Files\\IronPython 2.6\\Lib\\site-packages\\django', 'C:\\Program Files\\IronPython 2.6\\Lib\\site-packages\\myapp'] >Server time: Sun, 20 Sep 2009 18:49:47 +0300 > >Does IronPython do something very different from CPython WRT imports? [...] >PS. >Despite the above traceback I can do cool stuff like >..\..\..\ipy -X:Frames manage.py shell >>>> from django.core.urlresolvers import reverse >>>> reverse('index') >'/' >>>> reverse('set_test_cookie') >'/set_test_cookie/' > >Thanks! -- mjt From cjac at colliertech.org Tue Sep 22 14:48:50 2009 From: cjac at colliertech.org (C.J. Adams-Collier) Date: Tue, 22 Sep 2009 08:48:50 -0400 Subject: [IronPython] dlr-languages package uploaded Message-ID: <1253623730.9515.4.camel@norseth> Hey all, I met with Dino the other day and was informed that the snapshot we took on 08/05/2009 is a little out of date. That said, it has now been uploaded to the Debian FTP server for review by the FTP Masters: http://ftp-master.debian.org/new.html If the package is approved, debian-based distributions (probably including Ubuntu Karmic) will make the IronRuby 0.9 and IronPython 2.6 beta 2 interpreters available to users with very little effort: $ sudo apt-get install ironruby ironpython I'm excited ;) C.J. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: From jdhardy at gmail.com Tue Sep 22 17:43:50 2009 From: jdhardy at gmail.com (Jeff Hardy) Date: Tue, 22 Sep 2009 09:43:50 -0600 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090922085359.GO28624@nysv.org> References: <20090918213104.GV28624@nysv.org> <20090919111510.GW28624@nysv.org> <8cd017b80909190634m3fcc378bmee1b1a62ced7e8c0@mail.gmail.com> <20090919142321.GY28624@nysv.org> <20090919184331.GD28624@nysv.org> <20090920155941.GG28624@nysv.org> <20090922085359.GO28624@nysv.org> Message-ID: On Tue, Sep 22, 2009 at 2:53 AM, Markus T?rnqvist wrote: > On Sun, Sep 20, 2009 at 06:59:41PM +0300, Markus T?rnqvist wrote: > > Hate to be upping my posts this way, but no one's seen this? Hi Markus, There are some issues with Django still; I don't think they're impossible to solve. I wouldn't try 0.96; it's too old to be worth bothering with, and it doesn't work either. I'd like to help more, but I'm a bit overwhelmed at the moment - sorry. - Jeff From mjt at nysv.org Tue Sep 22 20:56:58 2009 From: mjt at nysv.org (Markus Törnqvist) Date: Tue, 22 Sep 2009 21:56:58 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: References: <20090918213104.GV28624@nysv.org> <20090919111510.GW28624@nysv.org> <8cd017b80909190634m3fcc378bmee1b1a62ced7e8c0@mail.gmail.com> <20090919142321.GY28624@nysv.org> <20090919184331.GD28624@nysv.org> <20090920155941.GG28624@nysv.org> <20090922085359.GO28624@nysv.org> Message-ID: <20090922185657.GP28624@nysv.org> On Tue, Sep 22, 2009 at 09:43:50AM -0600, Jeff Hardy wrote: >There are some issues with Django still; I don't think they're >impossible to solve. I wouldn't try 0.96; it's too old to be worth >bothering with, and it doesn't work either. > >I'd like to help more, but I'm a bit overwhelmed at the moment - sorry. I hear you and know the feeling, I too have other stuff to worry about, pretty much on the border of how much I'd like to worry about :) I got some news off the irc channel (if you're reading this, thanks!) Apparently there were import-related bugs in the latest release that broke pygments, and that it's currently fixed in the vcs, so I could try to build from there. "I'll see what I can do" with that :) This gives me hope, and I'll be looking into it either when I have time or when the next release, rc or b3, comes out. BTW, any hints on when that might be due? Anyway, I'll tell you which way it goes, don't worry about that :D Thanks! -- mjt From calmasy at gmail.com Tue Sep 22 23:05:57 2009 From: calmasy at gmail.com (=?ISO-8859-1?Q?Count_L=E1szl=F3_de_Alm=E1sy?=) Date: Tue, 22 Sep 2009 15:05:57 -0600 Subject: [IronPython] dlr-languages package uploaded In-Reply-To: <1253623730.9515.4.camel@norseth> References: <1253623730.9515.4.camel@norseth> Message-ID: you realize IronPython 2.6 beta 2 doesn't work with the latest release of Mono? you need to compile a svn trunk snapshot of Mono to use it. not sure how that will affect packaging. maybe IronPython 2.0.2 would be a better choice? On Tue, Sep 22, 2009 at 6:48 AM, C.J. Adams-Collier wrote: > Hey all, > > I met with Dino the other day and was informed that the snapshot we took > on 08/05/2009 is a little out of date. ?That said, it has now been > uploaded to the Debian FTP server for review by the FTP Masters: > > http://ftp-master.debian.org/new.html > > If the package is approved, debian-based distributions (probably > including Ubuntu Karmic) will make the IronRuby 0.9 and IronPython 2.6 > beta 2 interpreters available to users with very little effort: > > $ sudo apt-get install ironruby ironpython > > I'm excited ;) > > C.J. > > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > -- Cheers, L?szl? From cjac at colliertech.org Tue Sep 22 23:35:03 2009 From: cjac at colliertech.org (C.J. Adams-Collier) Date: Tue, 22 Sep 2009 17:35:03 -0400 Subject: [IronPython] dlr-languages package uploaded In-Reply-To: References: <1253623730.9515.4.camel@norseth> Message-ID: <1253655303.9515.17.camel@norseth> We took care of that. We've got special patches in to the Debian build of Mono just for IronPython (and some for IronRuby). Don't you feel special? :) On Tue, 2009-09-22 at 15:05 -0600, Count L?szl? de Alm?sy wrote: > you realize IronPython 2.6 beta 2 doesn't work with the latest release > of Mono? you need to compile a svn trunk snapshot of Mono to use it. > not sure how that will affect packaging. maybe IronPython 2.0.2 would > be a better choice? > > On Tue, Sep 22, 2009 at 6:48 AM, C.J. Adams-Collier > wrote: > > Hey all, > > > > I met with Dino the other day and was informed that the snapshot we took > > on 08/05/2009 is a little out of date. That said, it has now been > > uploaded to the Debian FTP server for review by the FTP Masters: > > > > http://ftp-master.debian.org/new.html > > > > If the package is approved, debian-based distributions (probably > > including Ubuntu Karmic) will make the IronRuby 0.9 and IronPython 2.6 > > beta 2 interpreters available to users with very little effort: > > > > $ sudo apt-get install ironruby ironpython > > > > I'm excited ;) > > > > C.J. > > > > > > _______________________________________________ > > Users mailing list > > Users at lists.ironpython.com > > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > > > > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: From dfugate at microsoft.com Tue Sep 22 23:58:25 2009 From: dfugate at microsoft.com (Dave Fugate) Date: Tue, 22 Sep 2009 21:58:25 +0000 Subject: [IronPython] [ANN]: IronPython 2.6 Release Candidate 1 In-Reply-To: <7F10E6626D01BC439EB7690AE3E3B5C004539801@TK5EX14MBXC132.redmond.corp.microsoft.com> References: <7CEEC335D70FFE4B957737DDE836F51B0D394869@TK5EX14MBXC123.redmond.corp.microsoft.com> <1A472770E042064698CB5ADC83A12ACD04914AD2@TK5EX14MBXC120.redmond.corp.microsoft.com> <7CEEC335D70FFE4B957737DDE836F51B0D394C12@TK5EX14MBXC123.redmond.corp.microsoft.com> <1A472770E042064698CB5ADC83A12ACD04914FD0@TK5EX14MBXC120.redmond.corp.microsoft.com> <7F10E6626D01BC439EB7690AE3E3B5C004539801@TK5EX14MBXC132.redmond.corp.microsoft.com> Message-ID: <7CEEC335D70FFE4B957737DDE836F51B0D394EB0@TK5EX14MBXC123.redmond.corp.microsoft.com> Hello Python Community, We're pleased to announce the release of IronPython 2.6 Release Candidate 1 which can be freely downloaded at http://ironpython.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=30315. Over the development span of IronPython 2.6, exactly 417 bugs have been fixed. Since the release of Beta 2, we've addressed the following: * Non-hosting related APIs previously found in Microsoft.Scripting.dll have been migrated to Microsoft.Dynamic.dll. The rationale behind this decision is that we're aiming for compatible DLR binaries with the next major release of IronRuby, namely 1.0. Microsoft.Dynamic.dll will likely end up being a bit different between IronPython 2.6 and IronRuby 1.0, but we intend on keeping Microsoft.Scripting.dll and Microsoft.Scripting.Core.dll exactly the same. By doing this you'll be able to utilize the DLR hosting APIs to run both IronPython 2.6 and IronRuby 1.0 code from the same .NET application! * Documentation distributed with the release has been updated * A plethora of bugs have been fixed over the past two months with special emphasis given to CodePlex work items with lots of votes If no major issues with this release candidate are discovered, we hope to ship the final 2.6 release in a little under a month. Anyone planning on upgrading to 2.6 should try out this release candidate and let us know of any issues you find ASAP. Thanks to everyone in the IronPython Community who reported bugs and provided valuable feedback: Zachc, yamakox, vernondcole, VAks, tscottw, tonyandrewmeyer, tomwright, TomasMatousek, tkamiya, timers, srivatsn, sopeajw, saveenr, sanxiyn, rridge, ronniemaor, quirogaco, pythonfoo, py_sunil, pm100, pl6306, paulfelix, orestis, olegt, oldman, NDHUMuscle, mycall, mmaly, mmacdonaldssfcu, maplpro, luntain, llaske, lbaker, Lawouach, laurionb, laughingboy, kurhan, kuno, kowenswp, klrohe, kevgu, jmesserly, jlunder, jdhardy, jbevain, jackeyoo, hhonisch, gz, gjones, fwereade, deadalusai, daveremy, darb, CurtHagenlocher, chaghi, cgravill, cartman, bobarnso, billchi, atifaziz, ashcor, alvanet, __Helmut__, fuzzyman, fabiofz, Eloff, egonw_, dungen, dsblank, dmajnemer, dinov, and dfugate. We really do appreciate your input which helps to make every release of IronPython better than the last. The IronPython Team -------------- next part -------------- An HTML attachment was scrubbed... URL: From vernondcole at gmail.com Wed Sep 23 00:18:42 2009 From: vernondcole at gmail.com (Vernon Cole) Date: Tue, 22 Sep 2009 16:18:42 -0600 Subject: [IronPython] dlr-languages package uploaded In-Reply-To: <1253655303.9515.17.camel@norseth> References: <1253623730.9515.4.camel@norseth> <1253655303.9515.17.camel@norseth> Message-ID: Err, umm... In view of the fact that 2.6rc1 was released a few minutes ago, can you really quickly slip it in in place of 2.6b2? (one of the patches was for my application) -- Vernon Cole On Tue, Sep 22, 2009 at 3:35 PM, C.J. Adams-Collier wrote: > We took care of that. We've got special patches in to the Debian build > of Mono just for IronPython (and some for IronRuby). Don't you feel > special? :) > > On Tue, 2009-09-22 at 15:05 -0600, Count L?szl? de Alm?sy wrote: > > you realize IronPython 2.6 beta 2 doesn't work with the latest release > > of Mono? you need to compile a svn trunk snapshot of Mono to use it. > > not sure how that will affect packaging. maybe IronPython 2.0.2 would > > be a better choice? > > > > On Tue, Sep 22, 2009 at 6:48 AM, C.J. Adams-Collier > > wrote: > > > Hey all, > > > > > > I met with Dino the other day and was informed that the snapshot we > took > > > on 08/05/2009 is a little out of date. That said, it has now been > > > uploaded to the Debian FTP server for review by the FTP Masters: > > > > > > http://ftp-master.debian.org/new.html > > > > > > If the package is approved, debian-based distributions (probably > > > including Ubuntu Karmic) will make the IronRuby 0.9 and IronPython 2.6 > > > beta 2 interpreters available to users with very little effort: > > > > > > $ sudo apt-get install ironruby ironpython > > > > > > I'm excited ;) > > > > > > C.J. > > > > > > > > > _______________________________________________ > > > Users mailing list > > > Users at lists.ironpython.com > > > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > > > > > > > > > > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From calmasy at gmail.com Wed Sep 23 00:20:01 2009 From: calmasy at gmail.com (=?ISO-8859-1?Q?Count_L=E1szl=F3_de_Alm=E1sy?=) Date: Tue, 22 Sep 2009 16:20:01 -0600 Subject: [IronPython] dlr-languages package uploaded In-Reply-To: <1253655303.9515.17.camel@norseth> References: <1253623730.9515.4.camel@norseth> <1253655303.9515.17.camel@norseth> Message-ID: i say ol boy, good work ! On Tue, Sep 22, 2009 at 3:35 PM, C.J. Adams-Collier wrote: > We took care of that. ?We've got special patches in to the Debian build > of Mono just for IronPython (and some for IronRuby). ?Don't you feel > special? :) > > On Tue, 2009-09-22 at 15:05 -0600, Count L?szl? de Alm?sy wrote: >> you realize IronPython 2.6 beta 2 doesn't work with the latest release >> of Mono? you need to compile a svn trunk snapshot of Mono to use it. >> not sure how that will affect packaging. maybe IronPython 2.0.2 would >> be a better choice? >> >> On Tue, Sep 22, 2009 at 6:48 AM, C.J. Adams-Collier >> wrote: >> > Hey all, >> > >> > I met with Dino the other day and was informed that the snapshot we took >> > on 08/05/2009 is a little out of date. ?That said, it has now been >> > uploaded to the Debian FTP server for review by the FTP Masters: >> > >> > http://ftp-master.debian.org/new.html >> > >> > If the package is approved, debian-based distributions (probably >> > including Ubuntu Karmic) will make the IronRuby 0.9 and IronPython 2.6 >> > beta 2 interpreters available to users with very little effort: >> > >> > $ sudo apt-get install ironruby ironpython >> > >> > I'm excited ;) >> > >> > C.J. >> > >> > >> > _______________________________________________ >> > Users mailing list >> > Users at lists.ironpython.com >> > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> > >> > >> >> >> > -- Cheers, L?szl? From vernondcole at gmail.com Wed Sep 23 00:37:42 2009 From: vernondcole at gmail.com (Vernon Cole) Date: Tue, 22 Sep 2009 16:37:42 -0600 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: References: <20090918213104.GV28624@nysv.org> <20090919111510.GW28624@nysv.org> <8cd017b80909190634m3fcc378bmee1b1a62ced7e8c0@mail.gmail.com> <20090919142321.GY28624@nysv.org> <20090919184331.GD28624@nysv.org> <20090920155941.GG28624@nysv.org> <20090922085359.GO28624@nysv.org> Message-ID: Jeff: I looked at this project a while back, but have not done much with it yet. One twist I see is that the ms-sql support for django is based on a copy of my adodbapi package which was forked before IronPython support was added. I wonder whether my next effort should be to include some specific django support in adodbapi so that it can be used, rather than the forked version. I intend to make adodbapi use real ADO.NET calls, rather than COM, in the next version. My hope is to make one dbapi which will do IronPython, storm, and django all at the same time. What's your advise on this? -- Vernon Cole On Tue, Sep 22, 2009 at 9:43 AM, Jeff Hardy wrote: > On Tue, Sep 22, 2009 at 2:53 AM, Markus T?rnqvist wrote: > > On Sun, Sep 20, 2009 at 06:59:41PM +0300, Markus T?rnqvist wrote: > > > > Hate to be upping my posts this way, but no one's seen this? > > Hi Markus, > There are some issues with Django still; I don't think they're > impossible to solve. I wouldn't try 0.96; it's too old to be worth > bothering with, and it doesn't work either. > > I'd like to help more, but I'm a bit overwhelmed at the moment - sorry. > > - Jeff > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: From fuzzyman at voidspace.org.uk Wed Sep 23 00:40:05 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Tue, 22 Sep 2009 23:40:05 +0100 Subject: [IronPython] [ANN]: IronPython 2.6 Release Candidate 1 In-Reply-To: <7CEEC335D70FFE4B957737DDE836F51B0D394EB0@TK5EX14MBXC123.redmond.corp.microsoft.com> References: <7CEEC335D70FFE4B957737DDE836F51B0D394869@TK5EX14MBXC123.redmond.corp.microsoft.com> <1A472770E042064698CB5ADC83A12ACD04914AD2@TK5EX14MBXC120.redmond.corp.microsoft.com> <7CEEC335D70FFE4B957737DDE836F51B0D394C12@TK5EX14MBXC123.redmond.corp.microsoft.com> <1A472770E042064698CB5ADC83A12ACD04914FD0@TK5EX14MBXC120.redmond.corp.microsoft.com> <7F10E6626D01BC439EB7690AE3E3B5C004539801@TK5EX14MBXC132.redmond.corp.microsoft.com> <7CEEC335D70FFE4B957737DDE836F51B0D394EB0@TK5EX14MBXC123.redmond.corp.microsoft.com> Message-ID: <4AB95245.9010802@voidspace.org.uk> Congratulations. Dave Fugate wrote: > > Hello Python Community, > > We?re pleased to announce the release of IronPython 2.6 Release > Candidate 1 which can be freely downloaded at > http://ironpython.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=30315. > Over the development span of IronPython 2.6, exactly 417 bugs have > been fixed. Since the release of Beta 2, we?ve addressed the following: > > ? Non-hosting related APIs previously found in Microsoft.Scripting.dll > have been migrated to Microsoft.Dynamic.dll. The rationale behind this > decision is that we?re aiming for compatible DLR binaries with the > next major release of IronRuby, namely 1.0. Microsoft.Dynamic.dll will > likely end up being a bit different between IronPython 2.6 and > IronRuby 1.0, but we intend on keeping Microsoft.Scripting.dll and > Microsoft.Scripting.Core.dll exactly the same. By doing this you?ll be > able to utilize the DLR hosting APIs to run both IronPython 2.6 and > IronRuby 1.0 code from the same .NET application! > > ? Documentation distributed with the release has been updated > > ? A plethora of bugs have been fixed over the past two months with > special emphasis given to CodePlex work items with lots of votes > > If no major issues with this release candidate are discovered, we hope > to ship the final 2.6 release in a little under a month. Anyone > planning on upgrading to 2.6 should try out this release candidate and > let us know of any issues you find ASAP. > > Thanks to everyone in the IronPython Community who reported bugs and > provided valuable feedback: Zachc, yamakox, vernondcole, VAks, > tscottw, tonyandrewmeyer, tomwright, TomasMatousek, tkamiya, timers, > srivatsn, sopeajw, saveenr, sanxiyn, rridge, ronniemaor, quirogaco, > pythonfoo, py_sunil, pm100, pl6306, paulfelix, orestis, olegt, oldman, > NDHUMuscle, mycall, mmaly, mmacdonaldssfcu, maplpro, luntain, llaske, > lbaker, Lawouach, laurionb, laughingboy, kurhan, kuno, kowenswp, > klrohe, kevgu, jmesserly, jlunder, jdhardy, jbevain, jackeyoo, > hhonisch, gz, gjones, fwereade, deadalusai, daveremy, darb, > CurtHagenlocher, chaghi, cgravill, cartman, bobarnso, billchi, > atifaziz, ashcor, alvanet, __Helmut__, fuzzyman, fabiofz, Eloff, > egonw_, dungen, dsblank, dmajnemer, dinov, and dfugate. > > We really do appreciate your input which helps to make every release > of IronPython better than the last. > > The IronPython Team > > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From cjac at colliertech.org Wed Sep 23 03:20:52 2009 From: cjac at colliertech.org (C.J. Adams-Collier) Date: Tue, 22 Sep 2009 18:20:52 -0700 Subject: [IronPython] dlr-languages package uploaded In-Reply-To: References: <1253623730.9515.4.camel@norseth> <1253655303.9515.17.camel@norseth> Message-ID: <73ac667f0909221820h432896bbjd139858f00684e5d@mail.gmail.com> Got an extra 2 months you can spare? Sent from my PDP-11 On Sep 22, 2009 6:19 PM, "Vernon Cole" wrote: Err, umm... In view of the fact that 2.6rc1 was released a few minutes ago, can you really quickly slip it in in place of 2.6b2? (one of the patches was for my application) -- Vernon Cole On Tue, Sep 22, 2009 at 3:35 PM, C.J. Adams-Collier wrote: > > We took care... _______________________________________________ Users mailing list Users at lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From vernondcole at gmail.com Wed Sep 23 19:25:00 2009 From: vernondcole at gmail.com (Vernon Cole) Date: Wed, 23 Sep 2009 11:25:00 -0600 Subject: [IronPython] dlr-languages package uploaded In-Reply-To: <73ac667f0909221820h432896bbjd139858f00684e5d@mail.gmail.com> References: <1253623730.9515.4.camel@norseth> <1253655303.9515.17.camel@norseth> <73ac667f0909221820h432896bbjd139858f00684e5d@mail.gmail.com> Message-ID: C.J.: As a matter of fact, yes, I do have 2 months to spare. (I am going back to college -- online -- next week to finish the degree I did not complete 30 years ago.) What I do not have is experience in setting up Linux release packages. I am trying to get my dbapi module working correctly on ADO.NET on Linux as well as Windows. -- Vernon Cole P.S. -- If you are using RSX-11M then I am envious. I sold my PDP11-45 because I could not afford to get an MMU and had to run RT-11. On Tue, Sep 22, 2009 at 7:20 PM, C.J. Adams-Collier wrote: > Got an extra 2 months you can spare? > > Sent from my PDP-11 > > On Sep 22, 2009 6:19 PM, "Vernon Cole" wrote: > > Err, umm... > In view of the fact that 2.6rc1 was released a few minutes ago, can you > really quickly slip it in in place of 2.6b2? > (one of the patches was for my application) > -- > Vernon Cole > > On Tue, Sep 22, 2009 at 3:35 PM, C.J. Adams-Collier > wrote: > > We took care... > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ivan at flanders.co.nz Wed Sep 23 22:11:00 2009 From: ivan at flanders.co.nz (Ivan Porto Carrero) Date: Wed, 23 Sep 2009 22:11:00 +0200 Subject: [IronPython] what does MethodImplOptions.NoOptimization do? Message-ID: Hi I'm looking at building ironpython on mono to create an rc1 package when the windows one has been released. in the mathc.cs file on line 383 there is this attribute: [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoOptimization)] Mono doesn't have that value in the MethodImplOptions there is a work-around. But it did prompt the question what does MethodImplOptions.NoOptimization do? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) -------------- next part -------------- An HTML attachment was scrubbed... URL: From dinov at microsoft.com Wed Sep 23 22:41:54 2009 From: dinov at microsoft.com (Dino Viehland) Date: Wed, 23 Sep 2009 20:41:54 +0000 Subject: [IronPython] what does MethodImplOptions.NoOptimization do? In-Reply-To: References: Message-ID: <1A472770E042064698CB5ADC83A12ACD0493F5B2@TK5EX14MBXC120.redmond.corp.microsoft.com> It?s going to disable JIT optimizations on the individual method. This was added because we were seeing some differences between release builds and debug builds around floating point math. We need to track down the real issue but it may just be a CLR bug that doesn?t affect Mono (or maybe it?s a valid optimization that only shows up because floating point numbers aren?t being spilled from their 80-bit internal representation into memory as 64-bit values). From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Ivan Porto Carrero Sent: Wednesday, September 23, 2009 1:11 PM To: Discussion of IronPython Subject: [IronPython] what does MethodImplOptions.NoOptimization do? Hi I'm looking at building ironpython on mono to create an rc1 package when the windows one has been released. in the mathc.cs file on line 383 there is this attribute: [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoOptimization)] Mono doesn't have that value in the MethodImplOptions there is a work-around. But it did prompt the question what does MethodImplOptions.NoOptimization do? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) -------------- next part -------------- An HTML attachment was scrubbed... URL: From josh at globalherald.net Thu Sep 24 05:18:05 2009 From: josh at globalherald.net (Josh) Date: Wed, 23 Sep 2009 23:18:05 -0400 Subject: [IronPython] IronPython 2.6rc1 / PyDev: Breakpoint No Workie? Message-ID: <4ABAE4ED.6050607@globalherald.net> Hello, Like many I am eagerly anticipating the Python 2.6 release for its sys.settrace support and more specifically, the ability to use normal Python debuggers with IronPython. Has anyone been able to get 2.6rc1 to work (as far as debugging and setting breakpoints) with Eclipse Gailieo and PyDev 1.4.8.2881? When I set a breakpoint in my code... it's never hit - the program just runs all the way through. Actually, ONCE tonight my breakpoint was hit, and never after that. It doesn't matter if I run the code from the debug perspective or the PyDev perspective. Cheers, -J From Georg.Eichhorn at philips.com Thu Sep 24 16:57:51 2009 From: Georg.Eichhorn at philips.com (Eichhorn, Georg) Date: Thu, 24 Sep 2009 16:57:51 +0200 Subject: [IronPython] Get Methods and variables out of a python script from C# Message-ID: <14B852A5C6341946B80C2B53B8BF5115230161290B@NLCLUEXM11.connect1.local> Hi, I want to write a little "Parser" that gets out all functions and variables out of a python script. It also would be nice to have the line numbers of the function. I don"t want to run the script(s), I only want to parse them. Is this possible? and how? Thanks in advance, Georg Eichhorn ________________________________ The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message. -------------- next part -------------- An HTML attachment was scrubbed... URL: From fuzzyman at voidspace.org.uk Thu Sep 24 18:32:07 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Thu, 24 Sep 2009 17:32:07 +0100 Subject: [IronPython] Get Methods and variables out of a python script from C# In-Reply-To: <14B852A5C6341946B80C2B53B8BF5115230161290B@NLCLUEXM11.connect1.local> References: <14B852A5C6341946B80C2B53B8BF5115230161290B@NLCLUEXM11.connect1.local> Message-ID: <4ABB9F07.7030607@voidspace.org.uk> Eichhorn, Georg wrote: > > Hi, > > > > I want to write a little "Parser" that gets out all functions and > variables out of a python script. It also would be nice to have the > line numbers of the function. > > I don"t want to run the script(s), I only want to parse them. Is this > possible? and how? > It should be possible using the IronPython parser / tokenizer. Here's an example of using the tokenizer to do colorizing of source code. It should be easy to adapt to pull out names used (TokenCategory.Identifier), not sure about line numbers but it should be easy to experiment to see what information is available: http://code.google.com/p/trypython/source/browse/trunk/trypython/app/colorizer.py All the best, Michael Foord > > > Thanks in advance, > > Georg Eichhorn > > > ------------------------------------------------------------------------ > The information contained in this message may be confidential and > legally protected under applicable law. The message is intended solely > for the addressee(s). If you are not the intended recipient, you are > hereby notified that any use, forwarding, dissemination, or > reproduction of this message is strictly prohibited and may be > unlawful. If you are not the intended recipient, please contact the > sender by return e-mail and destroy all copies of the original message. > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ From dinov at microsoft.com Thu Sep 24 19:17:49 2009 From: dinov at microsoft.com (Dino Viehland) Date: Thu, 24 Sep 2009 17:17:49 +0000 Subject: [IronPython] IronPython 2.6rc1 / PyDev: Breakpoint No Workie? In-Reply-To: <4ABAE4ED.6050607@globalherald.net> References: <4ABAE4ED.6050607@globalherald.net> Message-ID: <1A472770E042064698CB5ADC83A12ACD04956EBC@TK5EX14MBXC120.redmond.corp.microsoft.com> I pinged Fabio off the list to see if he thought this combination should work. He says he'll take a look at it over the weekend. If it's something on our side I think we'd fix it in the final release or put out a new RC. > -----Original Message----- > From: users-bounces at lists.ironpython.com [mailto:users- > bounces at lists.ironpython.com] On Behalf Of Josh > Sent: Wednesday, September 23, 2009 8:18 PM > To: users at lists.ironpython.com > Subject: [IronPython] IronPython 2.6rc1 / PyDev: Breakpoint No Workie? > > Hello, > > Like many I am eagerly anticipating the Python 2.6 release for its > sys.settrace support and more specifically, the ability to use normal > Python debuggers with IronPython. > > Has anyone been able to get 2.6rc1 to work (as far as debugging and > setting breakpoints) with Eclipse Gailieo and PyDev 1.4.8.2881? When I > set a breakpoint in my code... it's never hit - the program just runs > all the way through. Actually, ONCE tonight my breakpoint was hit, and > never after that. It doesn't matter if I run the code from the debug > perspective or the PyDev perspective. > > Cheers, > -J > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com From merllab at microsoft.com Fri Sep 25 03:03:34 2009 From: merllab at microsoft.com (merllab at microsoft.com) Date: Thu, 24 Sep 2009 18:03:34 -0700 Subject: [IronPython] IronPython 2.6 CodePlex Source Update Message-ID: <08a96ad6-c73f-48ee-9942-2307d0de27cf@tk5-exsmh-c101.redmond.corp.microsoft.com> This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/59454. ADDED SOURCES $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ConsoleInputStream.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/SuperConsole.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/CollectionUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/Assert.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/CacheDict.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ReflectionUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/MathUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/WeakHandle.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/Publisher.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ContractUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Properties/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/VariantArray.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/CollectionExtensions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComTypeLibMemberDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/VariantArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/TypeEnumMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/VarEnumSelector.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/TypeLibInfoMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComInvokeBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/SimpleArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComType.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/IPseudoComObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComHresults.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/IDispatchMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComDispIds.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/AmbiguousFileNameException.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/IdDispenser.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/Uninitialized.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ModuleChangeEventArgs.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/TransformDictEnumerator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/Generator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/DynamicRuntimeHostingProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/DynamicNull.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/CodeDomCodeGen.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/CallTargets.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/TokenizerBuffer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/DynamicDelegateCreator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/PropertyMethodAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/LegacyScriptCode.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ImplicitConversionMethodAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/SourceStringContentProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/DefaultLanguageContext.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/IExpressionSerializable.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/TypeGen.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/DelegateHelpers.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/ConstantCheck.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/DelegateHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/ToDiskRewriter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/AssemblyGen.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/DynamicInstructions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/RuntimeVariables.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/DynamicInstructions.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/NewExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/VariableDictionaryExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/IfStatementTest.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/GeneratorRewriter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/LoopStatement.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/MethodCallExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/TryStatementBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/NewArrayExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/UnaryExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/EmptyStatements.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/YieldExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/LambdaParameterRewriter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/SymbolConstantExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/FinallyFlowControlExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/Block.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/BinaryExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/FlowControlRewriter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/IfStatementBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/DebugStatement.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/SkipInterpretExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/LambdaBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/SourceFileInformation.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/GeneratorExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/ConstantExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ArgumentBinding.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ApplicableCandidate.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ParameterMapping.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/RestrictedArguments.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/OutArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/OverloadResolver.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ConversionResult.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ParamsArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ParameterWrapper.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/BindingTarget.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ByRefReturnBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/BindingResult.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/OverloadResolverFactory.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/SimpleArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/DefaultArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/CallFailure.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/InstanceBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/DefaultOverloadResolver.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/TypeInferer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/NarrowingLevel.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/CandidateSet.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ReturnReferenceArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ReferenceArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/KeywordArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ReturnBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/MethodCandidate.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/Candidate.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/CallFailureReason.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ActualArguments.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/KeywordConstructorReturnBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ParamsDictArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ActionBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/BoundMemberTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/NestedTypeTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.Conversions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/MemberGroup.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/EventTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/NamespaceTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ErrorInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/DynamicSiteHelper.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/OperationMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ExtensionPropertyTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ComboBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/Snippets.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/KeyedQueue.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/ParameterInfoWrapper.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/DynamicILGen.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/FieldBuilderExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/MethodSignatureInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/ILGen.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/OperationFailed.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ReflectionCache.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ExceptionHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/BinderOps.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/DelegateSignatureInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/DynamicLanguageProviderAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ReturnFixer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/DynamicStackFrame.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/IMembersList.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/NullTextContentProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ExtraKeyEnumerator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/SavableScriptCode.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/AssemblyTypeNames.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/Cast.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/SymbolDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/CustomSymbolDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/BindingRestrictionsHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ModuleChangeEventType.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/RestrictedMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ScriptingRuntimeHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ExtensionTypeAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ExplicitConversionMethodAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/LocalsDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/PositionTrackingWriter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ISlice.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/MetaObjectExtensions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/OperatorSlotAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ICustomScriptCodeData.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/IConvertibleMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/IRestrictedMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/BinderType.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/DocumentationAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/CompilerContext.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/DlrCachedCodeAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/Cast.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/Extensible.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/CallTypes.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/BaseSymbolDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/DelegateInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/StaticExtensionMethodAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/LanguageBoundTextContentProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Math/BigInteger.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Math/Complex64.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/DispCallableMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/NullArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComInterop.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComInvokeAction.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/CurrencyArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComEventDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComTypeEnumDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComEventSinkProxy.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComParamDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/Errors.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/Helpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComRuntimeHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/BoolArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ExcepInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/Variant.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/BoundDispEvent.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/IDispatchComObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComClassMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComTypeLibInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ErrorArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/TypeLibMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/DateTimeArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/DispatchArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/UnknownArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComMethodDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComTypeLibDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/StringArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ConversionArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComEventSink.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/VariantBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComTypeClassDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ConvertibleArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/DispCallable.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/TypeUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComTypeDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/SplatCallSite.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComEventSinksContainer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ConvertArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComBinderHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComFallbackMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/HashSet.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/TextStream.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ThreadLocal.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/AssemblyQualifiedTypeName.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ExceptionUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/IOUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ReadOnlyDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ArrayUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/WeakCollection.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/EnumUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/CheckedDictionaryEnumerator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ValueArray.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/DictionaryUnionEnumerator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/StringUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/WeakDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/CopyOnWriteList.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/DynamicUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/SynchronizedDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ListEqualityComparer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ReferenceEqualityComparer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/TypeUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ReflectedCaller.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ReflectedCaller.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/TypeExtensions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/CollectionExtensions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ExceptionFactory.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/ICommandDispatcher.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/OptionsParser.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/ConsoleHost.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/ConsoleHostOptions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/ConsoleHostOptionsParser.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/CommandLine.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/IConsole.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/ConsoleOptions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/BasicConsole.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Style.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote/RemoteRuntimeServer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote/RemoteCommandDispatcher.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote/RemoteConsoleHost.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote/ConsoleRestartManager.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote/RemoteConsoleCommandLine.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/AssemblyLoadedEventArgs.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/StringDictionaryStorage.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/SourceFileContentProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Math $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Microsoft.Dynamic.csproj $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/TopNamespaceTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/PropertyTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ReflectedPropertyTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ConditionalBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.DeleteMember.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.MethodCalls.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ArgumentType.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Interceptor.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.Invoke.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ComboActionRewriter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.SetMember.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ExtensionMethodTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/TrackerTypes.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ConstructorTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/CustomTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ExtensionBinaryOperationBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ExtensionUnaryOperationBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/OperationBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.Operations.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/MemberRequestKind.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/MethodGroup.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ConversionResultKind.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/OperatorInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/TypeGroup.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/TypeTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.GetMember.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/MemberTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/MethodTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/CallSignature.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/NoSideEffectsAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Argument.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/BinderHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/FieldTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/DebugOptions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/MultiRuntimeAwareAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Microsoft.Scripting.txt $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/IValueEquality.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/KeyboardInterruptException.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/GlobalSuppressions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/MutableTuple.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/PerfTrack.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Properties $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/SpecSharp.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/LightDelegateCreator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/Instruction.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/InterpretedFrame.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/LastFaultingLineExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/LightLambda.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/LightLambda.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/LightLambdaClosureVisitor.cs DELETED SOURCES $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/ConsoleHost.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/CollectionUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/CustomSymbolDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/MetaObjectExtensions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/BinderOps.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/AssemblyTypeNames.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DynamicLanguageProviderAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/PositionTrackingWriter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/DebugOptions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/Cast.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/TypeExtensions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ExceptionHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/Set.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ReflectedCaller.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/BinderType.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/WeakCollection.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ExtensionTypeAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/IOUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ReferenceEqualityComparer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/OperatorSlotAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/IMembersList.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/Extensible.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/MutableTuple.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Symbols.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/SymbolIdDictionaryStorage.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/MultiRuntimeAwareAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/EnumUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/CallTargets.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DynamicNull.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ExtraKeyEnumerator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/PerfTrack.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/SynchronizedDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Ast $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/Style.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ModuleChangeEventType.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/IConsole.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ValueArray.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/KeyboardInterruptException.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/CopyOnWriteList.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ModuleChangeEventArgs.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/Publisher.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/ICommandDispatcher.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/Uninitialized.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Actions $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/CompilerContext.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Microsoft.Scripting.txt $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/SuperConsole.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/CacheDict.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/AmbiguousFileNameException.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/CallTypes.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/OperationFailed.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Interpreter $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/TypeUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/ConsoleHostOptionsParser.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/IRestrictedMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/BindingRestrictionsHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ISlice.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ThreadLocal.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/Cast.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/ConsoleOptions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/WeakHandle.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/CodeDomCodeGen.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/PropertyMethodAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ComInterop $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/LegacyScriptCode.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ListEqualityComparer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/IdDispenser.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/IValueEquality.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/ConsoleHostOptions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ImplicitConversionMethodAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/LocalsDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/StaticExtensionMethodAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/NullTextContentProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/CommandLine.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/WeakDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/RestrictedMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/TokenizerBuffer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/OptionsParser.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/DynamicUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Math $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ReflectedCaller.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/MathUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Generation $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/Shell/BasicConsole.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ICustomScriptCodeData.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/IConvertibleMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/SavableScriptCode.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DynamicDelegateCreator.cs MODIFIED SOURCES $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ConsoleInputStream.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/SuperConsole.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/CollectionUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/Assert.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/CacheDict.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ReflectionUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/MathUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/WeakHandle.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/Publisher.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ContractUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Properties/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/VariantArray.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/CollectionExtensions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComTypeLibMemberDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/VariantArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/TypeEnumMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/VarEnumSelector.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/TypeLibInfoMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComInvokeBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/SimpleArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComType.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/IPseudoComObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComHresults.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/IDispatchMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComDispIds.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/AmbiguousFileNameException.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/IdDispenser.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/Uninitialized.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ModuleChangeEventArgs.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/TransformDictEnumerator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/Generator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/DynamicRuntimeHostingProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/DynamicNull.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/CodeDomCodeGen.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/CallTargets.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/TokenizerBuffer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/DynamicDelegateCreator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/PropertyMethodAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/LegacyScriptCode.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ImplicitConversionMethodAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/SourceStringContentProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/DefaultLanguageContext.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/IExpressionSerializable.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/TypeGen.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/DelegateHelpers.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/ConstantCheck.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/DelegateHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/ToDiskRewriter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/AssemblyGen.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/DynamicInstructions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/RuntimeVariables.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/DynamicInstructions.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/NewExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/VariableDictionaryExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/IfStatementTest.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/GeneratorRewriter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/LoopStatement.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/MethodCallExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/TryStatementBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/NewArrayExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/UnaryExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/EmptyStatements.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/YieldExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/LambdaParameterRewriter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/SymbolConstantExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/FinallyFlowControlExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/Block.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/BinaryExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/FlowControlRewriter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/IfStatementBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/DebugStatement.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/SkipInterpretExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/LambdaBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/SourceFileInformation.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/GeneratorExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/ConstantExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ArgumentBinding.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ApplicableCandidate.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ParameterMapping.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/RestrictedArguments.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/OutArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/OverloadResolver.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ConversionResult.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ParamsArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ParameterWrapper.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/BindingTarget.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ByRefReturnBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/BindingResult.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/OverloadResolverFactory.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/SimpleArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/DefaultArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/CallFailure.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/InstanceBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/DefaultOverloadResolver.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/TypeInferer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/NarrowingLevel.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/CandidateSet.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ReturnReferenceArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ReferenceArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/KeywordArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ReturnBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/MethodCandidate.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/Candidate.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/CallFailureReason.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ActualArguments.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/KeywordConstructorReturnBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ParamsDictArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ActionBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/BoundMemberTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/NestedTypeTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.Conversions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/MemberGroup.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/EventTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/NamespaceTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ErrorInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/DynamicSiteHelper.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/OperationMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ExtensionPropertyTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ComboBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/OnDiskScriptCode.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_warnings.cs $/IronPython/IronPython_Main/Config/Signed/App.config $/IronPython/IronPython_Main/Config/Unsigned/App.config $/IronPython/IronPython_Main/Src/IronPython.Modules/_collections.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/CollectionExtensions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Utils/Action.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/README.txt $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/CallSite.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ScriptDomainManager.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DlrConfiguration.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/ExpandoObject.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Microsoft.Scripting.Silverlight.csproj $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ExceptionUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/BaseSymbolDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Properties/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/FutureBuiltins.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/SimpleType.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/UnionType.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/_ctypes.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/BinaryRetTypeBinder.Generated.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_multibytecodec.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/TracePipeline/ITraceCallback.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_bytesio.cs $/IronPython/IronPython_Main/Src/IronPythonWindowAny/IronPythonWindowAny.csproj $/IronPython/IronPython_Main/Src/IronPythonConsoleAny/IronPythonConsoleAny.csproj $/IronPython/IronPython_Main/Src/IronPythonTest/ClrType.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/PythonTypeDataSlot.cs $/IronPython/IronPython_Main/Src/IronPython/Modules/sys.cs $/IronPython/IronPython_Main/Src/IronPython/Modules/Builtin.cs $/IronPython/IronPython_Main/Src/IronPython/Modules/imp.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_locale.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/PythonType.Generated.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/BrowserVirtualFilesystem.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/DynamicAppManifest.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/CodeContext.cs $/IronPython/IronPython_Main/Src/Scripts/generate_SharedGlobalAllocator.py $/IronPython/IronPython_Main/Src/IronPython/Compiler/SharedGlobalAllocator.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/PythonSavableScriptCode.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/AttributesDictionaryStorage.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/Snippets.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/KeyedQueue.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/ParameterInfoWrapper.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/DynamicILGen.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/FieldBuilderExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/MethodSignatureInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/ILGen.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/OperationFailed.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ReflectionCache.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ExceptionHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/BinderOps.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/DelegateSignatureInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/DynamicLanguageProviderAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ReturnFixer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/DynamicStackFrame.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/IMembersList.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/NullTextContentProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ExtraKeyEnumerator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/SavableScriptCode.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/AssemblyTypeNames.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/Cast.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/SymbolDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/CustomSymbolDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/BindingRestrictionsHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ModuleChangeEventType.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/RestrictedMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ScriptingRuntimeHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ExtensionTypeAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ExplicitConversionMethodAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/LocalsDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/PositionTrackingWriter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ISlice.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/MetaObjectExtensions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/OperatorSlotAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ICustomScriptCodeData.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/IConvertibleMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/IRestrictedMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/BinderType.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/DocumentationAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/CompilerContext.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/DlrCachedCodeAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/Cast.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/Extensible.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/CallTypes.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/BaseSymbolDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/DelegateInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/StaticExtensionMethodAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/LanguageBoundTextContentProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Math/BigInteger.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Math/Complex64.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/DispCallableMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/NullArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComInterop.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComInvokeAction.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/CurrencyArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComEventDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComTypeEnumDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComEventSinkProxy.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComParamDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/Errors.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/Helpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComRuntimeHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/BoolArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ExcepInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/Variant.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/BoundDispEvent.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/IDispatchComObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComClassMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComTypeLibInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ErrorArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/TypeLibMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/DateTimeArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/DispatchArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/UnknownArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComMethodDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComTypeLibDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/StringArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ConversionArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComEventSink.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/VariantBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComTypeClassDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ConvertibleArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/DispCallable.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/TypeUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComTypeDesc.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/SplatCallSite.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComEventSinksContainer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ConvertArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComBinderHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComInterop/ComFallbackMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/HashSet.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/TextStream.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ThreadLocal.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/AssemblyQualifiedTypeName.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ExceptionUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/IOUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ReadOnlyDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ArrayUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/WeakCollection.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/EnumUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/CheckedDictionaryEnumerator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ValueArray.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/DictionaryUnionEnumerator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/StringUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/WeakDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/CopyOnWriteList.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/DynamicUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/SynchronizedDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ListEqualityComparer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ReferenceEqualityComparer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/TypeUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ReflectedCaller.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ReflectedCaller.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/TypeExtensions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/CollectionExtensions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/ExceptionFactory.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/ICommandDispatcher.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/OptionsParser.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/ConsoleHost.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/ConsoleHostOptions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/ConsoleHostOptionsParser.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/CommandLine.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/IConsole.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/ConsoleOptions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/BasicConsole.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Style.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote/RemoteRuntimeServer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote/RemoteCommandDispatcher.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote/RemoteConsoleHost.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote/ConsoleRestartManager.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Hosting/Shell/Remote/RemoteConsoleCommandLine.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/AssemblyLoadedEventArgs.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/StringDictionaryStorage.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/SourceFileContentProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Microsoft.Dynamic.csproj $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/TopNamespaceTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/PropertyTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ReflectedPropertyTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ConditionalBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.DeleteMember.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.MethodCalls.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ArgumentType.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Interceptor.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.Invoke.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ComboActionRewriter.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.SetMember.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ExtensionMethodTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/TrackerTypes.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ConstructorTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/CustomTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ExtensionBinaryOperationBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ExtensionUnaryOperationBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/OperationBinder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.Operations.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/MemberRequestKind.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/MethodGroup.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ConversionResultKind.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/OperatorInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/TypeGroup.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/TypeTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.GetMember.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/MemberTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/MethodTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/CallSignature.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/NoSideEffectsAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Argument.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/BinderHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/FieldTracker.cs $/IronPython/IronPython_Main/Src/IronPython.sln $/IronPython/IronPython_Main/Src/IronPython/IronPython.csproj $/IronPython/IronPython_Main/Src/IronPython/Compiler/Parser.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ExecStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ForStatement.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ListComprehensionFor.cs $/IronPython/IronPython_Main/Src/Scripts/generate_exceptions.py $/IronPython/IronPython_Main/Src/Scripts/generate_ops.py $/IronPython/IronPython_Main/Src/IronPython/Hosting/PythonCommandLine.cs $/IronPython/IronPython_Main/Src/IronPython/Properties/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/OutputWriter.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/binascii.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/copy_reg.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/cPickle.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/cStringIO.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/datetime.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/errno.cs $/IronPython/IronPython_Main/Src/Tests/test_cliclass.py $/IronPython/IronPython_Main/Src/IronPython.Modules/gc.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/IronPython.Modules.csproj $/IronPython/IronPython_Main/Src/IronPython.Modules/IterTools.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/marshal.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/math.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/operator.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/re.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/select.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/socket.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/thread.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/time.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_weakref.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_weakref.Generated.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/Properties/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/IronPythonConsole/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/IronPythonConsole/IronPythonConsole.csproj $/IronPython/IronPython_Main/Src/IronPythonTest/BindTest.cs $/IronPython/IronPython_Main/Src/IronPythonTest/EngineTest.cs $/IronPython/IronPython_Main/Src/Tests/test_iterator.py $/IronPython/IronPython_Main/Src/Tests/test_marshal.py $/IronPython/IronPython_Main/Src/IronPythonTest/IronPythonTest.csproj $/IronPython/IronPython_Main/Src/IronPythonWindow/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/IronPythonWindow/IronPythonWindow.csproj $/IronPython/IronPython_Main/Src/Tests/test_superconsole.py $/IronPython/IronPython_Main/Src/Tests/test_time.py $/IronPython/IronPython_Main/Src/IronPython/Runtime/Enumerate.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ObjectAttributesAdapter.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Importer.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/DictionaryOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonFile.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Converter.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Symbols.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonContext.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Super.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/List.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Generator.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/StringFormatter.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/WrapperDictionary.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/WeakRef.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/InstanceOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/LongOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/FloatOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/IntOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/UserTypeOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/CustomTypeDescHelpers.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/ArrayOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/PythonOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/ComplexOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/ObjectOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/OldClass.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/OldInstance.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/DictProxy.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/TraceBack.cs $/IronPython/IronPython_Main/Src/IronPython/GlobalSuppressions.cs $/IronPython/IronPython_Main/Src/AssemblyVersion.cs $/IronPython/IronPython_Main/Src/Tests/test_sys.py $/IronPython/IronPython_Main/Src/Tests/test_syntax.py $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/CustomOldClassDictionary.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/OldInstance.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/PythonTypeOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/ReflectedExtensionProperty.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/PythonType.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/ReflectedEvent.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/ReflectedProperty.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/ReflectedIndexer.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/BuiltinMethodDescriptor.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/PythonTypeUserDescriptorSlot.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/PythonTypeTypeSlot.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/IPythonObject.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/ReflectedField.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/PythonTypeDictSlot.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/PythonTypeSlot.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/xxsubtype.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonModule.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/SystemExitException.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/PythonExceptions.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_functools.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/DictionaryStorage.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ScopeDictionaryStorage.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/CommonDictionaryStorage.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonDictionary.cs $/IronPython/IronPython_Main/Src/Tests/ClrAssembly/ClrAssembly.csproj $/IronPython/IronPython_Main/Src/Scripts/run_interactive.py $/IronPython/IronPython_Main/Src/IronPython/Runtime/ModuleDictionaryStorage.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/TypeInfo.cs $/IronPython/IronPython_Main/Src/IronPythonTest/ProtocolTest.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/cmath.cs $/IronPython/IronPython_Main/Src/IronPythonTest/StringDictionaryStorage.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/PythonCallTargets.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Method.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Descriptors.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonFunction.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/NewTypeMaker.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/SlotOrFunction.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaOldClass.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/ConversionBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaPythonType.Members.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaUserObject.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonProtocol.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonProtocol.Operations.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaUserObject.Members.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaPythonFunction.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/BindingHelpers.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaPythonType.Calls.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaOldInstance.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ClrModule.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_struct.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Reversed.cs $/IronPython/IronPython_Main/Src/App.config $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonInvokeBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonGetMemberBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonOperationBinder.cs $/IronPython/IronPython_Main/Src/Tests/regressions.py $/IronPython/IronPython_Main/Src/IronPython/Lib/iptest/assert_util.py $/IronPython/IronPython_Main/Src/Tests/Inputs/RemoteConsole.py $/IronPython/IronPython_Main/Src/Tests/test_bytes.py $/IronPython/IronPython_Main/Src/IronPython/Runtime/NewStringFormatter.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ByteArray.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/ByteOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonOperationKind.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonSetIndexBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonBinaryOperationBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonUnaryOperationBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/RuntimeScriptCode.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/SavableGlobalAllocator.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/PythonGlobalVariableExpression.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/ArrayGlobalAllocator.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/DictionaryGlobalAllocator.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/FastSetBase.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/FastGetBase.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_heapq.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/PythonSiteCache.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/ContextArgBuilder.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/SiteLocalStorageBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/SpecSharp.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/Operators.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/TransformDictEnumerator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ReflectionUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DefaultLanguageContext.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/Scope.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/Assert.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/ObjectOperations.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/ErrorSinkProxyListener.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/DictionaryUnionEnumerator.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/XapBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/CheckedDictionaryEnumerator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/LanguageContext.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ReadOnlyDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/DelegateHelpers.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/SymbolTable.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/SharedIO.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/Expression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/StringUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Hosting/ScriptScope.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Utils/CollectionExtensions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Microsoft.Scripting.csproj $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/SymbolDictionary.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/SourceCodeReader.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Actions/UpdateDelegates.Generated.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/BrowserScriptHost.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Utils/Function.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/ErrorSink.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/SymbolId.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/IArgumentProvider.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/DynamicOperations.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/ExpressionVisitor.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Utils/Helpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ArrayUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Utils/ContractUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/GlobalSuppressions.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/StructType.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/ArrayType.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/ModuleOps.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/CFuncPtrType.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/Structure.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/CFuncPtr.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/PointerType.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_ctypes/NativeFunctions.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/NamespaceTrackerOps.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/Microsoft.Scripting.Debugging.csproj $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Runtime/ScopeStorage.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/DebugOptions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/MultiRuntimeAwareAttribute.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Microsoft.Scripting.txt $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/IValueEquality.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/KeyboardInterruptException.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/GlobalSuppressions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/MutableTuple.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/PerfTrack.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/SpecSharp.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/LightDelegateCreator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/Instruction.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/InterpretedFrame.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/LastFaultingLineExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/LightLambda.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/LightLambda.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Interpreter/LightLambdaClosureVisitor.cs CHECKIN COMMENTS -------------------------------------------------------------------------------- Changeset Id: 1135813 Date: 9/17/2009 4:01:59 PM (sborde) Updates to the DynamicWebServiceHelpers sample Updated the sources in Merlin\Main\Languages\IronPython\Samples\DynamicWebServiceHelpers\sources to be exactly the same as in Merlin\Main\Libraries\DynamicWebServiceHelpers. Ideally, we will not have two copies, but I am not dealing with that right now. Also, removed reference to IronPython.dll make the library language-independent again. Deleted the *.py sampels in Merlin\Main\Libraries\DynamicWebServiceHelpers so that we have only one copy atleast of these samples. Also, changed _test.py to test the *.py samples Deleted the amazon.py sample as the web request now needs to be signed with a secret key, and its not worth dealing with this. Added a Bing sample Renamed math.py to mathservice.py so that it does not clash with the builtin math module. Also, changed the webservice url as the previous one is no longer valid. Deleted the stale JSX tests for DynamicWebServiceHelpers (Shelveset: DWSH;REDMOND\sborde | SNAP CheckinId: 9443) -------------------------------------------------------------------------------- Changeset Id: 1115991 Date: 9/11/2009 11:01:30 AM (dinov) Removes IronPython?s usage of SymbolId?s except for implementing IAttributesCollection on PythonDictionaries. This is so that these can be obsolete when they?re moved to the new Microsoft.Dynamic.dll (where they need to remain for a release for reasonable backwards compatibility w/ existing hosts). Pretty straight forward ? just goes through all the code and removes the various transformations to and from SymbolId?s all over the place. (Shelveset: RemoveSymbolIdsFinal;REDMOND\dinov | SNAP CheckinId: 9391) From merllab at microsoft.com Fri Sep 25 17:57:14 2009 From: merllab at microsoft.com (merllab at microsoft.com) Date: Fri, 25 Sep 2009 08:57:14 -0700 Subject: [IronPython] IronPython 2.6 CodePlex Source Update Message-ID: This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/59464. MODIFIED SOURCES $/IronPython/IronPython_Main/Src/IronPython/Modules/Builtin.cs $/IronPython/IronPython_Main/Src/IronPython/Modules/sys.cs $/IronPython/IronPython_Main/Src/IronPython/Hosting/PythonService.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/PythonProtocol.Operations.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaUserObject.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Descriptors.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/PythonType.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/array.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/IntOps.Generated.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/FloatOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonContext.cs $/IronPython/IronPython_Main/Src/IronPythonTest/EngineTest.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/nt.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Parser.cs $/IronPython/IronPython_Main/Src/Tests/modules/_fileio_test.py $/IronPython/IronPython_Main/Src/Tests/modules/array_test.py $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Debugging/Microsoft.Scripting.Debugging.csproj $/IronPython/IronPython_Main/Src/Tests/interop/net/derivation/test_event_override.py $/IronPython/IronPython_Main/Src/Tests/interop/net/property/test_indexercs.py $/IronPython/IronPython_Main/Src/Tests/test_class.py $/IronPython/IronPython_Main/Src/Tests/test_builtinfunc.py $/IronPython/IronPython_Main/Src/Scripts/generate_alltypes.py $/IronPython/IronPython_Main/Src/Tests/test_nt.py $/IronPython/IronPython_Main/Src/Tests/test_property.py $/IronPython/IronPython_Main/Src/Tests/test_math.py $/IronPython/IronPython_Main/Src/Tests/test_ipye.py $/IronPython/IronPython_Main/Src/Tests/test_sys.py $/IronPython/IronPython_Main/Src/Tests/test_tuple.py CHECKIN COMMENTS -------------------------------------------------------------------------------- Changeset Id: 1159384 Date: 9/24/2009 9:50:41 PM (dinov) 24518 engine.ImportModule("clr") should not set _showCls on non-CLS default context 24603 __slots__ and '__' class name 24319 _fileio._FileIO.readinto broken when passed arrays with floats or doubles 24318 _fileio._FileIO.readinto broken when passed arrays with unsigned longs 24317 _fileio._FileIO.readinto broken when passed arrays with signed ints/unsigned ints/signed longs 24216 _fileio._FileIO.readinto broken when passed signed short arrays containing negative numbers 24303 _bytesio._BytesIO(...).readinto(array.array("u", ...) broken 24296 Adding None to nt.stat_result objects should throw TypeError, not SystemError 24295 Adding non-tuple objects to nt.stat_result objects is not allowed 24293 Many boolean comparison operations of nt.stat_result objects broken 24638 Setting __doc__ on a property isn't readonly reports different error message 23726 __float__ implementation error 24077 ObjectOps.Create can't create Python type that has constructor arguments 24068 HAPI : ObjectOperations : RemoveMember throws System.MissingMemberException when called for objects with an existing member Title is required 24076 HAPI : ObjectOperations.GetMember throws when trying to get a class member method defined in python 24075 HAPI : ScriptScope.GetVariable doesn't recognize explicit conversions. 24064 HAPI : ScriptScope.GetVariable throws when T is a delegate but Func<> is not used Title is required 24050 Cannot add event handler to Python implementation of C# interface defining an event Title is required 24249 Slightly inaccurate error messages for the range function 19578 2.6: implement sys.gettrace correctly 20455 Error message for deleting tuple item different than CPython Also adds __hex__ to all numerical data types and fixes MS.Scripting.Debugging fxcop on 64-bit machines. (Shelveset: Post26BugsFinal;REDMOND\dinov | SNAP CheckinId: 9478) From mjt at nysv.org Fri Sep 25 18:14:32 2009 From: mjt at nysv.org (Markus Törnqvist) Date: Fri, 25 Sep 2009 19:14:32 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090922185657.GP28624@nysv.org> References: <20090919111510.GW28624@nysv.org> <8cd017b80909190634m3fcc378bmee1b1a62ced7e8c0@mail.gmail.com> <20090919142321.GY28624@nysv.org> <20090919184331.GD28624@nysv.org> <20090920155941.GG28624@nysv.org> <20090922085359.GO28624@nysv.org> <20090922185657.GP28624@nysv.org> Message-ID: <20090925161432.GK28624@nysv.org> On Tue, Sep 22, 2009 at 09:56:58PM +0300, Markus T?rnqvist wrote: >On Tue, Sep 22, 2009 at 09:43:50AM -0600, Jeff Hardy wrote: >>I'd like to help more, but I'm a bit overwhelmed at the moment - sorry. [...] >Anyway, I'll tell you which way it goes, don't worry about that :D I upgraded to IronPython 2.6rc1 by removing IronPython, so it left only my site-packages and scripts intact, and then installing the new version. I replaced the seven IronPython DLLs in ...\site-packages\myapp\lib with the new versions (dated 9/15/2009), reset IIS and restarted the Default Website to be safe. http://localhost/ Could not load file or assembly 'Microsoft.Scripting, Version=0.9.6.20, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) [FileLoadException: Could not load file or assembly 'Microsoft.Scripting, Version=0.9.6.20, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)] NWSGI.WsgiHandler..cctor() +0 [TypeInitializationException: The type initializer for 'NWSGI.WsgiHandler' threw an exception.] [TargetInvocationException: Exception has been thrown by the target of an invocation.] System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) +0 System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) +86 System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) +230 System.Activator.CreateInstance(Type type, Boolean nonPublic) +67 System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +1051 System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +111 System.Web.Configuration.HttpHandlerAction.Create() +57 System.Web.Configuration.HandlerFactoryCache..ctor(HttpHandlerAction mapping) +19 System.Web.HttpApplication.GetFactory(HttpHandlerAction mapping) +96 System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) +125 System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +93 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155 What can I do here? I haven't played much with the registry, but it says WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. So I figured I'd create a DWORD named Fusion!EnableLog and set the value to 1. But it didn't have a visible effect even after restarts. Is this a problem with NWSGI not understanding 2.6rc1? A recompile required? Will there be an update on the site? Something else bad? Help? Thanks! -- mjt From empirebuilder at gmail.com Fri Sep 25 18:22:24 2009 From: empirebuilder at gmail.com (Dody Gunawinata) Date: Fri, 25 Sep 2009 18:22:24 +0200 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090925161432.GK28624@nysv.org> References: <20090919111510.GW28624@nysv.org> <20090919142321.GY28624@nysv.org> <20090919184331.GD28624@nysv.org> <20090920155941.GG28624@nysv.org> <20090922085359.GO28624@nysv.org> <20090922185657.GP28624@nysv.org> <20090925161432.GK28624@nysv.org> Message-ID: <8cd017b80909250922o68be9b7fi9983e4d820dda4ad@mail.gmail.com> Yup. NWSGI beta 2 was built against older version. Either rebuild or use assembly rebinding http://aspadvice.com/blogs/ssmith/archive/2006/11/15/AssemblyBinding-in-Web-Config-and-XMLNS.aspx On Fri, Sep 25, 2009 at 6:14 PM, Markus T?rnqvist wrote: > On Tue, Sep 22, 2009 at 09:56:58PM +0300, Markus T?rnqvist wrote: > >On Tue, Sep 22, 2009 at 09:43:50AM -0600, Jeff Hardy wrote: > >>I'd like to help more, but I'm a bit overwhelmed at the moment - sorry. > [...] > >Anyway, I'll tell you which way it goes, don't worry about that :D > > I upgraded to IronPython 2.6rc1 by removing IronPython, so it left > only my site-packages and scripts intact, and then installing the > new version. > > I replaced the seven IronPython DLLs in ...\site-packages\myapp\lib > with the new versions (dated 9/15/2009), reset IIS and restarted > the Default Website to be safe. > > http://localhost/ > > Could not load file or assembly 'Microsoft.Scripting, Version=0.9.6.20, > Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its > dependencies. > The located assembly's manifest definition does not match the assembly > reference. (Exception from HRESULT: 0x80131040) > > [FileLoadException: Could not load file or assembly 'Microsoft.Scripting, > Version=0.9.6.20, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one > of its dependencies. The located assembly's manifest definition does not > match the assembly reference. (Exception from HRESULT: 0x80131040)] > NWSGI.WsgiHandler..cctor() +0 > > [TypeInitializationException: The type initializer for 'NWSGI.WsgiHandler' > threw an exception.] > > [TargetInvocationException: Exception has been thrown by the target of an > invocation.] > System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean > publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& > ctor, Boolean& bNeedSecurityCheck) +0 > System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean > fillCache) +86 > System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean > skipVisibilityChecks, Boolean fillCache) +230 > System.Activator.CreateInstance(Type type, Boolean nonPublic) +67 > System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder > binder, Object[] args, CultureInfo culture, Object[] activationAttributes) > +1051 > System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, > Binder binder, Object[] args, CultureInfo culture, Object[] > activationAttributes) +111 > System.Web.Configuration.HttpHandlerAction.Create() +57 > System.Web.Configuration.HandlerFactoryCache..ctor(HttpHandlerAction > mapping) +19 > System.Web.HttpApplication.GetFactory(HttpHandlerAction mapping) +96 > System.Web.HttpApplication.MapHttpHandler(HttpContext context, String > requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) > +125 > > System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() > +93 > System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& > completedSynchronously) +155 > > What can I do here? > > I haven't played much with the registry, but it says > > WRN: Assembly binding logging is turned OFF. > To enable assembly bind failure logging, set the registry value > [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. > Note: There is some performance penalty associated with assembly bind > failure logging. > To turn this feature off, remove the registry value > [HKLM\Software\Microsoft\Fusion!EnableLog]. > > So I figured I'd create a DWORD named Fusion!EnableLog and set the value to > 1. > > But it didn't have a visible effect even after restarts. > > Is this a problem with NWSGI not understanding 2.6rc1? A recompile > required? Will there be an update on the site? Something else bad? Help? > > Thanks! > > -- > mjt > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- nomadlife.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From mjt at nysv.org Fri Sep 25 20:22:14 2009 From: mjt at nysv.org (Markus Törnqvist) Date: Fri, 25 Sep 2009 21:22:14 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <8cd017b80909250922o68be9b7fi9983e4d820dda4ad@mail.gmail.com> References: <20090919142321.GY28624@nysv.org> <20090919184331.GD28624@nysv.org> <20090920155941.GG28624@nysv.org> <20090922085359.GO28624@nysv.org> <20090922185657.GP28624@nysv.org> <20090925161432.GK28624@nysv.org> <8cd017b80909250922o68be9b7fi9983e4d820dda4ad@mail.gmail.com> Message-ID: <20090925182214.GL28624@nysv.org> On Fri, Sep 25, 2009 at 06:22:24PM +0200, Dody Gunawinata wrote: >Yup. NWSGI beta 2 was built against older version. Either rebuild or use >assembly rebinding >http://aspadvice.com/blogs/ssmith/archive/2006/11/15/AssemblyBinding-in-Web-Config-and-XMLNS.aspx Thanks, man, for the quick reply :D >> Could not load file or assembly 'Microsoft.Scripting, Version=0.9.6.20, >> Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its >> dependencies. >> The located assembly's manifest definition does not match the assembly >> reference. (Exception from HRESULT: 0x80131040) I configured for 1.0.0.0 as Properties of Microsoft.Scripting.DLL says and 2.6.10920.0 for IronPython.dll. AND IT WORKS! :) (My only outstanding issue is now Line 9: engine = __import__(settings.SESSION_ENGINE, {}, {}, ['']) Line 10: session_key = request.COOKIES.get(settings.SESSION_COOKIE_NAME, None) Line 11: request.session = engine.SessionStore(session_key) Line 12: Line 13: def process_response(self, request, response): which is a Django error I'll have to fight with, hopefully it's not too bad :) Here are the configuration tags if they'd help anyone else. Thanks! -- mjt From jdhardy at gmail.com Fri Sep 25 20:35:08 2009 From: jdhardy at gmail.com (Jeff Hardy) Date: Fri, 25 Sep 2009 12:35:08 -0600 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090925182214.GL28624@nysv.org> References: <20090919142321.GY28624@nysv.org> <20090919184331.GD28624@nysv.org> <20090920155941.GG28624@nysv.org> <20090922085359.GO28624@nysv.org> <20090922185657.GP28624@nysv.org> <20090925161432.GK28624@nysv.org> <8cd017b80909250922o68be9b7fi9983e4d820dda4ad@mail.gmail.com> <20090925182214.GL28624@nysv.org> Message-ID: On Fri, Sep 25, 2009 at 12:22 PM, Markus T?rnqvist wrote: > I configured for 1.0.0.0 as Properties of Microsoft.Scripting.DLL says and > 2.6.10920.0 for IronPython.dll. > > AND IT WORKS! :) Good to know! (I haven't had time to respin NWSGI for RC1 yet - hopefully this weekend). Once IronPython 2.6 final and NWSGI 2.0 are released, all this version craziness should go away (for now). > > (My only outstanding issue is now > > ?Line 9: ? ? ? ? ?engine = __import__(settings.SESSION_ENGINE, {}, {}, ['']) > ?Line 10: ? ? ? ? session_key = > ?request.COOKIES.get(settings.SESSION_COOKIE_NAME, None) > ?Line 11: ? ? ? ? request.session = engine.SessionStore(session_key) > ?Line 12: > ?Line 13: ? ? def process_response(self, request, response): > > which is a Django error I'll have to fight with, hopefully it's not too bad :) Wht's the error, exactly? I've probably seen it before. > Here are the configuration tags if they'd help anyone else. > > ? ? > ? ? > ? ? ? ? > ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? > ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? ? ? > ? ? ? ? ? ? > ? ? ? ? > ? ? I hope you don't mind: http://jdhardy.blogspot.com/2009/09/using-nwsgi-20-beta-2-with-ironpython.html. - Jeff From jdhardy at gmail.com Fri Sep 25 20:52:09 2009 From: jdhardy at gmail.com (Jeff Hardy) Date: Fri, 25 Sep 2009 12:52:09 -0600 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: References: <20090918213104.GV28624@nysv.org> <8cd017b80909190634m3fcc378bmee1b1a62ced7e8c0@mail.gmail.com> <20090919142321.GY28624@nysv.org> <20090919184331.GD28624@nysv.org> <20090920155941.GG28624@nysv.org> <20090922085359.GO28624@nysv.org> Message-ID: Hi Vernon, I presume you're talking django-mssql (http://code.google.com/p/django-mssql/)? I always wondered why it had its own database layer. I don't think adodbapi is the best place to have django (or any other ORM) specific stuff. django-mssql shoul talk to your module, and then it should (in theory!) get IronPython support for free once you add it. Maybe see what the django-mssql guys think about that? If adodbapi is part of pywin32 (right?), I would think that depending on it should be relatively uncontroversial. This is all IMHO, of course. I don't know what the django-mssql guys would think. But I think adodbapi should focus on being a dbapi implementation, and let the various ORMs provide the adaptors, much like how they handle sqlite or postgres or mysql. - Jeff On Tue, Sep 22, 2009 at 4:37 PM, Vernon Cole wrote: > Jeff: > ?? I looked at this project a while back, but have not done much with it > yet.? One twist I see is that the ms-sql support for django is based on a > copy of my adodbapi package which was forked before IronPython support was > added.? I wonder whether my next effort should be to include some specific > django support in adodbapi so that it can be used, rather than the forked > version. I intend to make adodbapi use real ADO.NET calls, rather than COM, > in the next version. My hope is to make one dbapi which will do IronPython, > storm, and django all at the same time. What's your advise on this? > -- > Vernon Cole > > On Tue, Sep 22, 2009 at 9:43 AM, Jeff Hardy wrote: >> >> On Tue, Sep 22, 2009 at 2:53 AM, Markus T?rnqvist wrote: >> > On Sun, Sep 20, 2009 at 06:59:41PM +0300, Markus T?rnqvist wrote: >> > >> > Hate to be upping my posts this way, but no one's seen this? >> >> Hi Markus, >> There are some issues with Django still; I don't think they're >> impossible to solve. I wouldn't try 0.96; it's too old to be worth >> bothering with, and it doesn't work either. >> >> I'd like to help more, but I'm a bit overwhelmed at the moment - sorry. >> >> - Jeff >> _______________________________________________ >> Users mailing list >> Users at lists.ironpython.com >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > From mjt at nysv.org Fri Sep 25 21:01:34 2009 From: mjt at nysv.org (Markus Törnqvist) Date: Fri, 25 Sep 2009 22:01:34 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: References: <20090919184331.GD28624@nysv.org> <20090920155941.GG28624@nysv.org> <20090922085359.GO28624@nysv.org> <20090922185657.GP28624@nysv.org> <20090925161432.GK28624@nysv.org> <8cd017b80909250922o68be9b7fi9983e4d820dda4ad@mail.gmail.com> <20090925182214.GL28624@nysv.org> Message-ID: <20090925190134.GM28624@nysv.org> On Fri, Sep 25, 2009 at 12:35:08PM -0600, Jeff Hardy wrote: >On Fri, Sep 25, 2009 at 12:22 PM, Markus T?rnqvist wrote: >> I configured for 1.0.0.0 as Properties of Microsoft.Scripting.DLL says and >> 2.6.10920.0 for IronPython.dll. >> AND IT WORKS! :) > >Good to know! (I haven't had time to respin NWSGI for RC1 yet - >hopefully this weekend). Once IronPython 2.6 final and NWSGI 2.0 are >released, all this version craziness should go away (for now). Let's hope so, but it's been fun :) >> (My only outstanding issue is now >> ?Line 9: ? ? ? ? ?engine = __import__(settings.SESSION_ENGINE, {}, {}, ['']) >> ?Line 10: ? ? ? ? session_key = >> ?request.COOKIES.get(settings.SESSION_COOKIE_NAME, None) >> ?Line 11: ? ? ? ? request.session = engine.SessionStore(session_key) >> ?Line 12: >> ?Line 13: ? ? def process_response(self, request, response): >> which is a Django error I'll have to fight with, hopefully it's not too bad :) > >Wht's the error, exactly? I've probably seen it before. I haven't debugged this too much, yet, but I'm not sure what to make of it. I certainly never had a settings.SESSION_ENGINE, and when I run CPython and manage.py runserver elsewhere with tracing in the sources, I see it default to django.contrib.sessions.backends.db I probably need to sleep on this, I'm not getting where the magic is happening, but in any case, it might also be that IronPython still has import problems, because I've run this with CPython successfully... I also found this django-aspnet thing, but its session store is apparently just another backend, not anything that would fix this issue :/ >> Here are the configuration tags if they'd help anyone else. [snip] > >I hope you don't mind: >http://jdhardy.blogspot.com/2009/09/using-nwsgi-20-beta-2-with-ironpython.html. Certainly not! :) Hope just they work for everyone else, but I'm sure someone would say if there are problems :) Thanks! -- mjt From jdhardy at gmail.com Fri Sep 25 22:13:14 2009 From: jdhardy at gmail.com (Jeff Hardy) Date: Fri, 25 Sep 2009 14:13:14 -0600 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090925190134.GM28624@nysv.org> References: <20090919184331.GD28624@nysv.org> <20090920155941.GG28624@nysv.org> <20090922085359.GO28624@nysv.org> <20090922185657.GP28624@nysv.org> <20090925161432.GK28624@nysv.org> <8cd017b80909250922o68be9b7fi9983e4d820dda4ad@mail.gmail.com> <20090925182214.GL28624@nysv.org> <20090925190134.GM28624@nysv.org> Message-ID: On Fri, Sep 25, 2009 at 1:01 PM, Markus T?rnqvist wrote: > I haven't debugged this too much, yet, but I'm not sure what to make of it. > > I certainly never had a settings.SESSION_ENGINE, and when I run CPython > and manage.py runserver elsewhere with tracing in the sources, I see it > default to django.contrib.sessions.backends.db You can add SESSION_ENGINE to your config file to change which backend it uses. It's in the django docs, somewhere. > > I probably need to sleep on this, I'm not getting where the magic > is happening, but in any case, it might also be that IronPython still > has import problems, because I've run this with CPython successfully... IIRC, the default session db backend doesn't work with IronPython. For testing I usually used the cache backend, and then set the cache to use the in-memory backend. Again, this is in the django docs, somewhere. > > I also found this django-aspnet thing, but its session store is apparently > just another backend, not anything that would fix this issue :/ It uses the ASP.NET session store as a backend (http://jdhardy.blogspot.com/2008/11/integrating-django-and-aspnet.html), which might actually take care of your issue. I haven't updated them in a while, so I'm not sure if they work with the latest version of Django. - Jeff From ddicato at microsoft.com Sat Sep 26 01:52:28 2009 From: ddicato at microsoft.com (David DiCato) Date: Fri, 25 Sep 2009 23:52:28 +0000 Subject: [IronPython] IronPython 2.0.3 must-fix bugs Message-ID: As we work towards our IronPython 2.0.3 bugfix release, Dino and I would like to get a feel for which bugs left unresolved in 2.0.2 are most important for us to fix in the next release. Please let us know ASAP if there's an issue you'd like to see fixed in IronPython 2.0.3. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: From k.kanryu at gmail.com Sat Sep 26 03:23:50 2009 From: k.kanryu at gmail.com (KATO Kanryu) Date: Sat, 26 Sep 2009 10:23:50 +0900 Subject: [IronPython] IronPython 2.0.3 must-fix bugs In-Reply-To: References: Message-ID: The issue of parse error for UTF-8 scripts . Every 1024th byte is truncated. The problem is fixed for 2.6, but has not fixed for 2.0 . http://ironpython.codeplex.com/Wiki/View.aspx?title=2.6%20Release%20Plan From mjt at nysv.org Sat Sep 26 09:05:52 2009 From: mjt at nysv.org (Markus Törnqvist) Date: Sat, 26 Sep 2009 10:05:52 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: References: <20090920155941.GG28624@nysv.org> <20090922085359.GO28624@nysv.org> <20090922185657.GP28624@nysv.org> <20090925161432.GK28624@nysv.org> <8cd017b80909250922o68be9b7fi9983e4d820dda4ad@mail.gmail.com> <20090925182214.GL28624@nysv.org> <20090925190134.GM28624@nysv.org> Message-ID: <20090926070552.GN28624@nysv.org> On Fri, Sep 25, 2009 at 02:13:14PM -0600, Jeff Hardy wrote: >On Fri, Sep 25, 2009 at 1:01 PM, Markus T?rnqvist wrote: >> I haven't debugged this too much, yet, but I'm not sure what to make of it. >> I certainly never had a settings.SESSION_ENGINE, and when I run CPython >> and manage.py runserver elsewhere with tracing in the sources, I see it >> default to django.contrib.sessions.backends.db > >You can add SESSION_ENGINE to your config file to change which backend >it uses. It's in the django docs, somewhere. Yeah I figured that part out ;) What I didn't figure out how it sets the db backend instead of raising an AttributeError... >> I probably need to sleep on this, I'm not getting where the magic >> is happening, but in any case, it might also be that IronPython still >> has import problems, because I've run this with CPython successfully... > >IIRC, the default session db backend doesn't work with IronPython. For >testing I usually used the cache backend, and then set the cache to >use the in-memory backend. Again, this is in the django docs, >somewhere. Do you have any pointers on why? The only way I figured to debug is raise ValueError('|%s|' % engine) and it tells me || So I changed it to raise ValueError('|%s|' % dir(engine)) to see what's in there, because the db backend certainly has a SessionStore. Instead of anything expected, I got 'module' object has no attribute 'fix_location_header' Line 170: return '\n'.join(traceback.format_exception(*(exc_info or sys.exc_info()))) Line 171: Line 172: def apply_response_fixes(self, request, response): Line 173: """ Line 174: Applies each of the functions in self.response_fixes to the request and Source File: C:\Program Files\IronPython 2.6\Lib\site-packages\django\core\handlers\base.py Line: 172 What happens there is, it iterates over self.response_fixes, and its first element is http.fix_location_header. There's "from django import http" http\__init__.py says "from utils import *" and http\utils.py has def fix_location_header(request, response) How do we debug this further? Looks like nearly random import breakage to me still :/ >> I also found this django-aspnet thing, but its session store is apparently >> just another backend, not anything that would fix this issue :/ > >It uses the ASP.NET session store as a backend >(http://jdhardy.blogspot.com/2008/11/integrating-django-and-aspnet.html), >which might actually take care of your issue. I haven't updated them >in a while, so I'm not sure if they work with the latest version of >Django. I had to hack a bit to get MSSQL going and for all these other issues I haven't gotten around to really proofing it :P I have the base/dbapi/query files in a package directory, with a sub-package adonet2dbapi, and at least then it didn't break. I also had to replace dbapi.py, because the original one was using pythoncom and win32com.client, which are not for ironpython, and I figured it cleaner to use something else than port the com interface stuff... I'll give the ASP.NET solution a try, at some point, but we must first understand why these imports don't work :/ Thanks! -- mjt From jdhardy at gmail.com Sat Sep 26 17:55:43 2009 From: jdhardy at gmail.com (Jeff Hardy) Date: Sat, 26 Sep 2009 09:55:43 -0600 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090926070552.GN28624@nysv.org> References: <20090920155941.GG28624@nysv.org> <20090922185657.GP28624@nysv.org> <20090925161432.GK28624@nysv.org> <8cd017b80909250922o68be9b7fi9983e4d820dda4ad@mail.gmail.com> <20090925182214.GL28624@nysv.org> <20090925190134.GM28624@nysv.org> <20090926070552.GN28624@nysv.org> Message-ID: On Sat, Sep 26, 2009 at 1:05 AM, Markus T?rnqvist wrote: > On Fri, Sep 25, 2009 at 02:13:14PM -0600, Jeff Hardy wrote: >>You can add SESSION_ENGINE to your config file to change which backend >>it uses. It's in the django docs, somewhere. > > Yeah I figured that part out ;) What I didn't figure out how it sets > the db backend instead of raising an AttributeError... > What do you have SESSION_ENGINE set to? Also, have you read http://docs.djangoproject.com/en/dev/topics/http/sessions/? I have had this working in the past, so I don't think IronPython's import system is the cause here. - Jeff From mjt at nysv.org Sat Sep 26 22:34:42 2009 From: mjt at nysv.org (Markus Törnqvist) Date: Sat, 26 Sep 2009 23:34:42 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: References: <20090922185657.GP28624@nysv.org> <20090925161432.GK28624@nysv.org> <8cd017b80909250922o68be9b7fi9983e4d820dda4ad@mail.gmail.com> <20090925182214.GL28624@nysv.org> <20090925190134.GM28624@nysv.org> <20090926070552.GN28624@nysv.org> Message-ID: <20090926203442.GP28624@nysv.org> On Sat, Sep 26, 2009 at 09:55:43AM -0600, Jeff Hardy wrote: First off, there's so much randomality going on here it's impossible, am I missing out on something everyone knows but me? Could not load type 'Microsoft.Scripting.Runtime.CodeContext' from assembly 'Microsoft.Scripting, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. [TypeLoadException: Could not load type 'Microsoft.Scripting.Runtime.CodeContext' from assembly 'Microsoft.Scripting, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.] NWSGI.WsgiHandler.StartResponse(String status, List response_headers, PythonTuple exc_info) +0 CallSite.Target(Closure , CallSite , CodeContext , Object , Object , Object ) +288 django.core.handlers.wsgi$15.__call__$265(PythonFunction $function, Object self, Object environ, Object start_response) in C:\Program Files\IronPython 2.6\Lib\site-packages\django\core\handlers\wsgi.py:259 IronPython.Runtime.FunctionCaller`3.Call3(CallSite site, CodeContext context, Object func, T0 arg0, T1 arg1, T2 arg2) +105 CallSite.Target(Closure , CallSite , CodeContext , Object , PythonDictionary , StartResponseDelegate ) +278 CallSite.Target(Closure , CallSite , Object , PythonDictionary , StartResponseDelegate ) +616 _Scripting_(Object[] , PythonDictionary , StartResponseDelegate ) +125 NWSGI.WsgiHandler.ProcessRequest(HttpContext context) +126 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75 This did work and I still do have the Runtime mapping thing; wonder what happened.. If I do iisreset and restart the site, it tends to get over it... Sometimes getting over it means bugging, now I got 'module' object has no attribute 'wsgi' Line 14: import django.core.handlers.wsgi Line 15: Line 16: application = django.core.handlers.wsgi.WSGIHandler() Source File: C:\Program Files\IronPython 2.6\Lib\site-packages\mysite\hello.wsgi Line: 16 Then if I edit Web.config, like add a newline, and reload without iisreset or restart, I get all sorts of funky effects like http://ironpython.pastebin.com/m757a631b Is the XML extremely sensitive to newlines and stuff? The ONLY pattern I've been able to discern is that: 1. requests sometimes take a LONG time, especially the first time around 2. if I reload in mid-request, I might get different effects >What do you have SESSION_ENGINE set to? Also, have you read >http://docs.djangoproject.com/en/dev/topics/http/sessions/? I have had >this working in the past, so I don't think IronPython's import system >is the cause here. The first time it was unset, so it defaulted to django.contrib.sessions.backends.db Then I set it explicitly and it still failed. But like I said above, this tends to break in such random ways, I think there's something else going on. Am I the only guy looking at this? Are there any better traces that can be captured? I also put this up http://ironpython.pastebin.com/mf52b185 Hope any of this helps..? Thanks! -- mjt From jdhardy at gmail.com Sun Sep 27 19:34:38 2009 From: jdhardy at gmail.com (Jeff Hardy) Date: Sun, 27 Sep 2009 11:34:38 -0600 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090926203442.GP28624@nysv.org> References: <20090925161432.GK28624@nysv.org> <8cd017b80909250922o68be9b7fi9983e4d820dda4ad@mail.gmail.com> <20090925182214.GL28624@nysv.org> <20090925190134.GM28624@nysv.org> <20090926070552.GN28624@nysv.org> <20090926203442.GP28624@nysv.org> Message-ID: On Sat, Sep 26, 2009 at 2:34 PM, Markus T?rnqvist wrote: > On Sat, Sep 26, 2009 at 09:55:43AM -0600, Jeff Hardy wrote: > > First off, there's so much randomality going on here it's impossible, > am I missing out on something everyone knows but me? > > ?Could not load type 'Microsoft.Scripting.Runtime.CodeContext' from assembly > ?'Microsoft.Scripting, Version=1.0.0.0, Culture=neutral, > ?PublicKeyToken=31bf3856ad364e35'. > > ... This is proably due to the assemblyBindings. I'll try to get a new build of NWSGI out ASAP. but I'm strapped for time. Sorry. > > Is the XML extremely sensitive to newlines and stuff? > > The ONLY pattern I've been able to discern is that: > 1. requests sometimes take a LONG time, especially the first time around This is to be expected. IronPython's straup times are less than stellar. > 2. if I reload in mid-request, I might get different effects This is odd. > >>What do you have SESSION_ENGINE set to? Also, have you read >>http://docs.djangoproject.com/en/dev/topics/http/sessions/? I have had >>this working in the past, so I don't think IronPython's import system >>is the cause here. > > The first time it was unset, so it defaulted to > django.contrib.sessions.backends.db > > Then I set it explicitly and it still failed. Try setting it to 'django.contrib.sessions.backends.cache' and setting CACHE_BACKEND = 'locmem:///'. I've used that combo in the past and it has worked for me. > Hope any of this helps..? Ttry going back to NWSGI 2.0 B2 and IronPython 2.6 B2 and see if that works any better. Bit by bit, things should come together. I have had large parts of django working, so I know it's possible. I really wish I had more time to look at this, but all I can do right now is offer advice :). - Jeff From jdhardy at gmail.com Sun Sep 27 22:39:04 2009 From: jdhardy at gmail.com (Jeff Hardy) Date: Sun, 27 Sep 2009 14:39:04 -0600 Subject: [IronPython] Creating a CodeContext in 2.6RC Message-ID: There's a couple of places in NWSGI where I need a CodeContext, so I've just been creating an empty one like so and using it (and it's worked so far): new CodeContext(new Scope(), HostingHelpers.GetLanguageContext(engine)) Now, in 2.6 RC I need a PythonDictionary instead of a scope (easy enough), but I need a ModuleContext instead of a Language context (for argument 2) - how do I get one of those? Also, this all feels horribly wrong - is there a better way that I'm missing? - Jeff From jdhardy at gmail.com Sun Sep 27 22:52:55 2009 From: jdhardy at gmail.com (Jeff Hardy) Date: Sun, 27 Sep 2009 14:52:55 -0600 Subject: [IronPython] IronPython 2.6 version numbers Message-ID: Hi IronPython team, I don't know if this is even an issue, but I'd like to make a request for the IronPython 2.6.x releases - please do not change the AssemblyVersion from 2.6.0, or make any ABI breaking changes. I'll admit, this is mostly because of my own laziness; I don't want to have to respin NWSGI for every minor IronPython revision just to update the assembly references, but I also don't want the headache of tracking which NWSGI version are compatible with which IronPython 2.6 minor versions. The only reason I bring this up is because Dave had mentioned a while ago that they wanted to use different versions for the minor releases (see http://lists.ironpython.com/pipermail/users-ironpython.com/2009-July/010766.html for full email): "Our current 2.6.x planning entails not only fixing a lot of ?hard? bugs where the fixes themselves might cause new instability, but also far more bugs than any prior IronPython release series. As such, we need the flexibility to change method signatures (without injecting public API incompatibilities in areas like hosting of course) between patch releases. The safest way to do this for those building compiled applications with IronPython is to rev assembly version numbers for each release of 2.6." Changing the assembly version (and method signatures) will be a huge pain to extension/hosting authors. To me, the hard fixes should go into the 2.7/3.0 development branch, not into the 2.6 release branch. At the time Dave said it was not set in stone - I hope it's still not too late. - Jeff From fuzzyman at voidspace.org.uk Sun Sep 27 23:54:18 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Sun, 27 Sep 2009 22:54:18 +0100 Subject: [IronPython] Creating a CodeContext in 2.6RC In-Reply-To: References: Message-ID: <4ABFDF0A.5040403@voidspace.org.uk> Jeff Hardy wrote: > There's a couple of places in NWSGI where I need a CodeContext, so > I've just been creating an empty one like so and using it (and it's > worked so far): > new CodeContext(new Scope(), HostingHelpers.GetLanguageContext(engine)) > > Now, in 2.6 RC I need a PythonDictionary instead of a scope (easy > enough), but I need a ModuleContext instead of a Language context (for > argument 2) - how do I get one of those? > > Also, this all feels horribly wrong - is there a better way that I'm missing? > I've had to use these several times and they are also used in Ironclad. Documentation, *especially* of the changes, would be very useful. Michael > - Jeff > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From dinov at microsoft.com Mon Sep 28 01:14:18 2009 From: dinov at microsoft.com (Dino Viehland) Date: Sun, 27 Sep 2009 23:14:18 +0000 Subject: [IronPython] Creating a CodeContext in 2.6RC In-Reply-To: References: Message-ID: <1A472770E042064698CB5ADC83A12ACD0498E98B@TK5EX14MBXC120.redmond.corp.microsoft.com> > There's a couple of places in NWSGI where I need a CodeContext, so > I've just been creating an empty one like so and using it (and it's > worked so far): > new CodeContext(new Scope(), > HostingHelpers.GetLanguageContext(engine)) > > Now, in 2.6 RC I need a PythonDictionary instead of a scope (easy > enough), but I need a ModuleContext instead of a Language context (for > argument 2) - how do I get one of those? > > Also, this all feels horribly wrong - is there a better way that I'm > missing? Rather than creating a CodeContext w/ a ModuleContext you can create a ModuleContext w/ a PythonDictionary & LanguageContext. From there you can the ModuleContext's GlobalContext property. From dinov at microsoft.com Mon Sep 28 01:26:08 2009 From: dinov at microsoft.com (Dino Viehland) Date: Sun, 27 Sep 2009 23:26:08 +0000 Subject: [IronPython] IronPython 2.6 version numbers In-Reply-To: References: Message-ID: <1A472770E042064698CB5ADC83A12ACD0498ECBB@TK5EX14MBXC120.redmond.corp.microsoft.com> > Hi IronPython team, > I don't know if this is even an issue, but I'd like to make a request > for the IronPython 2.6.x releases - please do not change the > AssemblyVersion from 2.6.0, or make any ABI breaking changes. I'll > admit, this is mostly because of my own laziness; I don't want to have > to respin NWSGI for every minor IronPython revision just to update the > assembly references, but I also don't want the headache of tracking > which NWSGI version are compatible with which IronPython 2.6 minor > versions. > > The only reason I bring this up is because Dave had mentioned a while > ago that they wanted to use different versions for the minor releases > (see http://lists.ironpython.com/pipermail/users-ironpython.com/2009- > July/010766.html > for full email): > > "Our current 2.6.x planning entails not only fixing a lot of "hard" > bugs where the fixes themselves might cause new instability, but also > far more bugs than any prior IronPython release series. As such, we > need the flexibility to change method signatures (without injecting > public API incompatibilities in areas like hosting of course) between > patch releases. The safest way to do this for those building compiled > applications with IronPython is to rev assembly version numbers for > each release of 2.6." > > Changing the assembly version (and method signatures) will be a huge > pain to extension/hosting authors. To me, the hard fixes should go > into the 2.7/3.0 development branch, not into the 2.6 release branch. > At the time Dave said it was not set in stone - I hope it's still not > too late. We're going to look into using publisher policy if we feel the need to rev the assembly version number. That should cause apps to automatically upgrade but also someone could look at locking back to a specific version if necessary. If that doesn't work as well as we expect then I think you're right that we can't really require re-building for minor upgrades. From dinov at microsoft.com Mon Sep 28 01:30:50 2009 From: dinov at microsoft.com (Dino Viehland) Date: Sun, 27 Sep 2009 23:30:50 +0000 Subject: [IronPython] Creating a CodeContext in 2.6RC In-Reply-To: <4ABFDF0A.5040403@voidspace.org.uk> References: <4ABFDF0A.5040403@voidspace.org.uk> Message-ID: <1A472770E042064698CB5ADC83A12ACD0498ED29@TK5EX14MBXC120.redmond.corp.microsoft.com> Michael wrote: > I've had to use these several times and they are also used in Ironclad. > Documentation, *especially* of the changes, would be very useful. We're going to spend some time in the next couple months on writing and packaging up some useful documentation. This is definitely one area where we can write up some useful stuff. From fuzzyman at voidspace.org.uk Mon Sep 28 01:31:28 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Mon, 28 Sep 2009 00:31:28 +0100 Subject: [IronPython] Creating a CodeContext in 2.6RC In-Reply-To: <1A472770E042064698CB5ADC83A12ACD0498ED29@TK5EX14MBXC120.redmond.corp.microsoft.com> References: <4ABFDF0A.5040403@voidspace.org.uk> <1A472770E042064698CB5ADC83A12ACD0498ED29@TK5EX14MBXC120.redmond.corp.microsoft.com> Message-ID: <4ABFF5D0.6050402@voidspace.org.uk> Dino Viehland wrote: > Michael wrote: > >> I've had to use these several times and they are also used in Ironclad. >> Documentation, *especially* of the changes, would be very useful. >> > > We're going to spend some time in the next couple months on writing and > packaging up some useful documentation. This is definitely one area where > we can write up some useful stuff. > > Hurrah. :-) Thanks Michael > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From dave.brueck at protoven.com Mon Sep 28 04:28:39 2009 From: dave.brueck at protoven.com (Dave Brueck) Date: Sun, 27 Sep 2009 20:28:39 -0600 Subject: [IronPython] MonoTouch support Message-ID: <78CB02B5-BF34-40AF-B1D7-42DF5138F560@protoven.com> Hi, I'm wondering what it would take in theory to get IronPython working on MonoTouch (http://monotouch.net/) - the framework for writing iPhone apps in C#. By that I mean that I'm trying to understand the technical obstacles that would need to be overcome and possible ways to overcome them (even if it means that e.g. you'd have to introduce abnormal restrictions or limitations on IronPython). One obvious one seems to be that the iPhone doesn't allow you to mark a chunk of data memory as executable, so it prevents any sort of runtime code generation (JIT). So maybe another way to look at the question is this: what would it take to make it possible to have IronPython support 100% AOT compilation? I'm looking at alternatives like Boo, which does work for iPhone development (via MonoTouch), but IronPython would be my first choice, even if there were some extra constraints. Thanks! -Dave From dinov at microsoft.com Mon Sep 28 04:41:19 2009 From: dinov at microsoft.com (Dino Viehland) Date: Mon, 28 Sep 2009 02:41:19 +0000 Subject: [IronPython] MonoTouch support In-Reply-To: <78CB02B5-BF34-40AF-B1D7-42DF5138F560@protoven.com> References: <78CB02B5-BF34-40AF-B1D7-42DF5138F560@protoven.com> Message-ID: <1A472770E042064698CB5ADC83A12ACD04995343@TK5EX14MBXC120.redmond.corp.microsoft.com> Dave wrote: > Hi, I'm wondering what it would take in theory to get IronPython > working on MonoTouch (http://monotouch.net/) - the framework for > writing iPhone apps in C#. > > By that I mean that I'm trying to understand the technical obstacles > that would need to be overcome and possible ways to overcome them > (even if it means that e.g. you'd have to introduce abnormal > restrictions or limitations on IronPython). > > One obvious one seems to be that the iPhone doesn't allow you to mark > a chunk of data memory as executable, so it prevents any sort of > runtime code generation (JIT). So maybe another way to look at the > question is this: what would it take to make it possible to have > IronPython support 100% AOT compilation? > > I'm looking at alternatives like Boo, which does work for iPhone > development (via MonoTouch), but IronPython would be my first choice, > even if there were some extra constraints. There's a combination of things that we already have that will get you close - but there's probably a lot of corner cases to be flushed out. For starter there's general pre-compilation of scripts. In 2.0 we added clr.CompileModules which will let you produce a DLL for a script file. It also produces and EXE which will start off an application. Next in order to use new-style classes we need a derived type. We support this via clr.CompileSubclassTypes in 2.6. You can drop the resulting DLL into the "DLLs" directory next to ipy.exe and we'll pick up and use these types instead of generating types at runtime. Both of those produce DLLs that will need to be compiled however MonoTouch goes about compiling any user app. The final obvious stumbling block is the call site rules that we generate. Currently we have pre-compiled rules built into IronPython for many of these. For others we have versions which can use reflection in some cases. But these were all added for performance enhancements not to provide general pre-compiled support. It probably wouldn't be extremely difficult to force these to be interpreted by the DLR expression tree interpreter instead though. There's other limitations - for example you'll be limited in how many arguments can be supported w/o doing code gen and things of that nature. And there may be some other small gotchas here and there. Also once that's all said and done there may be things we do that MonoTouch doesn't support - I'm thinking of features related to generics such as generic methods. But maybe they've worked out all of those issues already. From mjt at nysv.org Mon Sep 28 10:40:29 2009 From: mjt at nysv.org (Markus Törnqvist) Date: Mon, 28 Sep 2009 11:40:29 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: References: <20090925161432.GK28624@nysv.org> <8cd017b80909250922o68be9b7fi9983e4d820dda4ad@mail.gmail.com> <20090925182214.GL28624@nysv.org> <20090925190134.GM28624@nysv.org> <20090926070552.GN28624@nysv.org> <20090926203442.GP28624@nysv.org> Message-ID: <20090928084029.GT28624@nysv.org> On Sun, Sep 27, 2009 at 11:34:38AM -0600, Jeff Hardy wrote: >On Sat, Sep 26, 2009 at 2:34 PM, Markus T?rnqvist wrote: >> ?Could not load type 'Microsoft.Scripting.Runtime.CodeContext' from assembly >> ?'Microsoft.Scripting, Version=1.0.0.0, Culture=neutral, >> ?PublicKeyToken=31bf3856ad364e35'. >> ... >This is proably due to the assemblyBindings. I'll try to get a new >build of NWSGI out ASAP. but I'm strapped for time. Sorry. Myeah, thanks. I'm just bummed because it seemed to work so well at first. >> Is the XML extremely sensitive to newlines and stuff? >> The ONLY pattern I've been able to discern is that: >> 1. requests sometimes take a LONG time, especially the first time around > >This is to be expected. IronPython's straup times are less than stellar. I don't know what IIS does when I stop and start a site, but apparently nothing enough. iisreset however seems to really reset it, and that's when the first load takes a long time. The long first load can then be interrupted to get other interesting server errors. >> 2. if I reload in mid-request, I might get different effects >This is odd. 'module' object has no attribute 'wsgi' Line 14: import django.core.handlers.wsgi Line 15: Line 16: application = django.core.handlers.wsgi.WSGIHandler() Extremely annoying. If if I add an explicit "import wsgi" in handlers\__init__.py, I get 'module' object has no attribute 'handlers' I thought, I hoped, these import errors would go away, but no. Is there ANY chance that it's because I'm also hitting the "Could not load type" bug? Something just doesn't get initialized properly and then doesn't work? I'm hitting it often enough and there's a strong pattern that those imports fail if I interrupt the first page load. Also I got the traceback http://ironpython.pastebin.com/m40f40896 The second refresh (and subsequent refreshes) give a shorter trace http://ironpython.pastebin.com/m1f3bfd6d [session.engine] >Try setting it to 'django.contrib.sessions.backends.cache' and setting >CACHE_BACKEND = 'locmem:///'. I've used that combo in the past and it >has worked for me. Nada, sorry, 'module' object has no attribute 'handlers' and all that. >> Hope any of this helps..? >Ttry going back to NWSGI 2.0 B2 and IronPython 2.6 B2 and see if that >works any better. As for NWSGI that's what I've been using all the time, Aug 15 2009 release :/ So I uninstalled rc1 and installed b2, copied the seven dlls, commented out the runtime block from xml and said iisreset. Now I can get the bona-fide Django exception: AttributeError at / 'module' object has no attribute 'url_patterns' Request Method: GET Request URL: http://localhost// Exception Type: AttributeError Exception Value: 'module' object has no attribute 'url_patterns' Exception Location: C:\Program Files\IronPython 2.6\Lib\site-packages\django\core\urlresolvers.py in resolve, line 182 Python Executable: None Python Version: 2.6.0 Python Path: ['C:\\Program Files\\IronPython 2.6\\Lib\\site-packages\\mysite\\', 'C:\\Program Files\\IronPython 2.6\\Lib\\site-packages\\mysite\\bin\\Lib', 'C:\\Program Files\\IronPython 2.6\\Lib', 'C:\\Program Files\\IronPython 2.6\\Lib\\site-packages', 'C:\\Program Files\\IronPython 2.6\\Lib\\site-packages\\django', 'C:\\Program Files\\IronPython 2.6\\Lib\\site-packages\\mysite'] Server time: Mon, 28 Sep 2009 11:29:35 +0300 I don't know if this could be called a regression, but it kinda seems like one, because I'm not getting any of the DLL-space IIS errors with 2.6B2. In fact, even if I do iisreset and let the first request take the less-than-stellar time, it just gives me the Django traceback. >Bit by bit, things should come together. I have had large parts of >django working, so I know it's possible. I really wish I had more time >to look at this, but all I can do right now is offer advice :). It'd be sweet of someone with a stronger knowledge in matters Windows+IIS to look at it too, I'm feeling blind here. There was another thread at http://lists.ironpython.com/pipermail/users-ironpython.com/2009-September/011274.html Should this be taken as a sign that NWSGI is non-trivial to get running with 2.6RC1 and a lot of the DLL-space errors could stem from forcibly forcing stuff to work that just can't work together? Thanks! -- mjt From jdhardy at gmail.com Mon Sep 28 16:33:13 2009 From: jdhardy at gmail.com (Jeff Hardy) Date: Mon, 28 Sep 2009 08:33:13 -0600 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090928084029.GT28624@nysv.org> References: <20090925161432.GK28624@nysv.org> <20090925182214.GL28624@nysv.org> <20090925190134.GM28624@nysv.org> <20090926070552.GN28624@nysv.org> <20090926203442.GP28624@nysv.org> <20090928084029.GT28624@nysv.org> Message-ID: On Mon, Sep 28, 2009 at 2:40 AM, Markus T?rnqvist wrote: > Should this be taken as a sign that NWSGI is non-trivial to get running > with 2.6RC1 and a lot of the DLL-space errors could stem from forcibly > forcing stuff to work that just can't work together? I looked at it yesterday, and 'impossible' would be a better way to describe it. Some types have moved between assemblies (from Microsoft.Scripting to Microsoft.Dynamic) and so simply changing the assembly bindings won't work. There were also some API changes that I need to fix before NWSGI will even compile against RC1. I would stick with the B2 releases of both for the time being, until I can get a new build up. - Jeff From mjt at nysv.org Mon Sep 28 16:45:51 2009 From: mjt at nysv.org (Markus Törnqvist) Date: Mon, 28 Sep 2009 17:45:51 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: References: <20090925182214.GL28624@nysv.org> <20090925190134.GM28624@nysv.org> <20090926070552.GN28624@nysv.org> <20090926203442.GP28624@nysv.org> <20090928084029.GT28624@nysv.org> Message-ID: <20090928144551.GX28624@nysv.org> On Mon, Sep 28, 2009 at 08:33:13AM -0600, Jeff Hardy wrote: >On Mon, Sep 28, 2009 at 2:40 AM, Markus T?rnqvist wrote: >> Should this be taken as a sign that NWSGI is non-trivial to get running >> with 2.6RC1 and a lot of the DLL-space errors could stem from forcibly >> forcing stuff to work that just can't work together? > >I looked at it yesterday, and 'impossible' would be a better way to >describe it. Some types have moved between assemblies (from >Microsoft.Scripting to Microsoft.Dynamic) and so simply changing the >assembly bindings won't work. There were also some API changes that I >need to fix before NWSGI will even compile against RC1. So what I thought was working with the assembly-binding was actually just an assembly error that looked like a Django error because my screwing around with refresh got me into Django. >I would stick with the B2 releases of both for the time being, until I >can get a new build up. Very non-trivial, I suppose, with the attribute errors and all, but I'll probably "see what I can do". Just started thinking if it were possible for me to do python web on IIS/NWSGI with anything else than Django, it might even be possible, but what a pain... Hopefully you figure out how to fix NWSGI :) Thanks! -- mjt From jdhardy at gmail.com Mon Sep 28 17:13:40 2009 From: jdhardy at gmail.com (Jeff Hardy) Date: Mon, 28 Sep 2009 09:13:40 -0600 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090928144551.GX28624@nysv.org> References: <20090925182214.GL28624@nysv.org> <20090925190134.GM28624@nysv.org> <20090926070552.GN28624@nysv.org> <20090926203442.GP28624@nysv.org> <20090928084029.GT28624@nysv.org> <20090928144551.GX28624@nysv.org> Message-ID: On Mon, Sep 28, 2009 at 8:45 AM, Markus T?rnqvist wrote: > Just started thinking if it were possible for me to do python web on > IIS/NWSGI with anything else than Django, it might even be possible, > but what a pain... Oh, it's a pain all right. That's why it's called 'being on the cutting edge'. :) > > Hopefully you figure out how to fix NWSGI :) Done and done: http://jdhardy.blogspot.com/2009/09/nwsgi-20-release-candidate-1-released.html. Let me know how it goes for you (this time, you will need IronPython 2.6 RC1!). > > Thanks! Happy to help. I'm glad someone besides me is interested in getting this working. - Jeff From merllab at microsoft.com Mon Sep 28 17:55:58 2009 From: merllab at microsoft.com (merllab at microsoft.com) Date: Mon, 28 Sep 2009 08:55:58 -0700 Subject: [IronPython] IronPython 2.6 CodePlex Source Update Message-ID: <642b8836-b27c-4f15-9b93-253e72669b2f@tk5-exsmh-c102.redmond.corp.microsoft.com> This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/59524. ADDED SOURCES $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/DynamicLanguageConfig.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/DynamicScriptTags.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/XamlScriptTags.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Math/BigIntegerV2.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Math/BigIntegerV4.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/MonitorUtils.cs DELETED SOURCES $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Math/BigInteger.cs MODIFIED SOURCES $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/BrowserVirtualFilesystem.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/agdlr.css $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/agdlr.js $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/App.config $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/BrowserScriptHost.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/LanguageInfo.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/XapBuilder.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/Chiron.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/HttpServer.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/Chiron.csproj $/IronPython/IronPython_Main/Config/Unsigned/App.config $/IronPython/IronPython_Main/Config/Signed/App.config $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/DynamicLanguageConfig.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/DynamicScriptTags.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/XamlScriptTags.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Settings.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/DynamicAppManifest.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/DynamicEngine.cs $/IronPython/IronPython_Main/Src/IronPython/Modules/Builtin.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Repl.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Window.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/Microsoft.Scripting.Silverlight.csproj $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/ErrorFormatter.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/DynamicApplication.cs $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scripting.Silverlight/ExtensionTypes.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Binding/MetaPythonFunction.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/ErrorCodes.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/PythonExceptions.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/array.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/ObjectOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/FloatOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/LongOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/List.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/_random.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/thread.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/re.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/math.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/IronPython.Modules.csproj $/IronPython/IronPython_Main/Src/IronPython.Modules/datetime.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/cPickle.cs $/IronPython/IronPython_Main/Src/IronPython.Modules/copy_reg.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/ListComprehension.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Parser.cs $/IronPython/IronPython_Main/Src/IronPython/IronPython.csproj $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Math/BigIntegerV2.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Math/BigIntegerV4.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Ast/ConstantExpression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/OverloadResolver.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/BinderHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/ReflectedPropertyTracker.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Math/Complex64.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonFunction.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Types/OldInstance.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/PythonOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Operations/StringOps.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/PythonContext.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Set.cs $/IronPython/IronPython_Main/Src/IronPythonTest/EngineTest.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/MonitorUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/MathUtils.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/Publisher.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Microsoft.Dynamic.csproj $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Utils/HashSet.cs $/IronPython/IronPython_Main/Src/Tests/modules/array_test.py $/IronPython/IronPython_Main/Src/Tests/hosting/editor_svcs/errorlistener.py $/IronPython/IronPython_Main/Src/Tests/run.py $/IronPython/IronPython_Main/Src/Tests/test_copy_reg.py $/IronPython/IronPython_Main/Src/Tests/test_datetime.py $/IronPython/IronPython_Main/Src/Tests/test_class.py $/IronPython/IronPython_Main/Src/Tests/test_attr.py $/IronPython/IronPython_Main/Src/Tests/test_function.py $/IronPython/IronPython_Main/Src/Tests/test_ironmath.py From fuzzyman at voidspace.org.uk Mon Sep 28 18:03:31 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Mon, 28 Sep 2009 17:03:31 +0100 Subject: [IronPython] clr.CompileSubclassTypes Message-ID: <4AC0DE53.8060109@voidspace.org.uk> Hello all, We compile our Python files to assemblies using Pyc, for (amongst other reasons) startup and performance benefits. Now that RC1 is out we are in the process of porting to IronPython 2.6 (only two bugs reported so far). Will we get any performance / startup benefits from also dumping the .NET subtypes to disk, using clr.CompileSubclassTypes, and shipping / adding references to those assemblies too? Michael -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From dinov at microsoft.com Mon Sep 28 18:22:29 2009 From: dinov at microsoft.com (Dino Viehland) Date: Mon, 28 Sep 2009 16:22:29 +0000 Subject: [IronPython] clr.CompileSubclassTypes In-Reply-To: <4AC0DE53.8060109@voidspace.org.uk> References: <4AC0DE53.8060109@voidspace.org.uk> Message-ID: <1A472770E042064698CB5ADC83A12ACD0499C125@TK5EX14MBXC120.redmond.corp.microsoft.com> You should see performance benefits especially if there's a large number of types subclassed during startup. I'd also recommend ngen'ing the resulting assembly. Also clr.GetSubclassedTypes() will return you a list of types which you have subclassed so far. It's designed to round trip w/ CompileSublcassTypes so you can do: clr.CompileSubclassTypes('foo', *clr.GetSubclassedTypes()) which will write out all the subclassed types to foo.dll. > -----Original Message----- > From: users-bounces at lists.ironpython.com [mailto:users- > bounces at lists.ironpython.com] On Behalf Of Michael Foord > Sent: Monday, September 28, 2009 9:04 AM > To: Discussion of IronPython > Subject: [IronPython] clr.CompileSubclassTypes > > Hello all, > > We compile our Python files to assemblies using Pyc, for (amongst other > reasons) startup and performance benefits. Now that RC1 is out we are in > the process of porting to IronPython 2.6 (only two bugs reported so far). > > Will we get any performance / startup benefits from also dumping the > .NET subtypes to disk, using clr.CompileSubclassTypes, and shipping / > adding references to those assemblies too? > > Michael > > -- > http://www.ironpythoninaction.com/ > http://www.voidspace.org.uk/blog > > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com From fuzzyman at voidspace.org.uk Mon Sep 28 18:24:49 2009 From: fuzzyman at voidspace.org.uk (Michael Foord) Date: Mon, 28 Sep 2009 17:24:49 +0100 Subject: [IronPython] clr.CompileSubclassTypes In-Reply-To: <1A472770E042064698CB5ADC83A12ACD0499C125@TK5EX14MBXC120.redmond.corp.microsoft.com> References: <4AC0DE53.8060109@voidspace.org.uk> <1A472770E042064698CB5ADC83A12ACD0499C125@TK5EX14MBXC120.redmond.corp.microsoft.com> Message-ID: <4AC0E351.2000001@voidspace.org.uk> Dino Viehland wrote: > You should see performance benefits especially if there's a large number of > types subclassed during startup. I'd also recommend ngen'ing the resulting > assembly. > > We do ngen all our assemblies on install. Thanks for this info Dino, very helpful. Michael > Also clr.GetSubclassedTypes() will return you a list of types which > you have subclassed so far. It's designed to round trip w/ > CompileSublcassTypes so you can do: > > clr.CompileSubclassTypes('foo', *clr.GetSubclassedTypes()) > > which will write out all the subclassed types to foo.dll. > > >> -----Original Message----- >> From: users-bounces at lists.ironpython.com [mailto:users- >> bounces at lists.ironpython.com] On Behalf Of Michael Foord >> Sent: Monday, September 28, 2009 9:04 AM >> To: Discussion of IronPython >> Subject: [IronPython] clr.CompileSubclassTypes >> >> Hello all, >> >> We compile our Python files to assemblies using Pyc, for (amongst other >> reasons) startup and performance benefits. Now that RC1 is out we are in >> the process of porting to IronPython 2.6 (only two bugs reported so far). >> >> Will we get any performance / startup benefits from also dumping the >> .NET subtypes to disk, using clr.CompileSubclassTypes, and shipping / >> adding references to those assemblies too? >> >> Michael >> >> -- >> http://www.ironpythoninaction.com/ >> http://www.voidspace.org.uk/blog >> >> >> _______________________________________________ >> Users mailing list >> Users at lists.ironpython.com >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog From mchanner at gmail.com Mon Sep 28 18:45:25 2009 From: mchanner at gmail.com (Matt Channer) Date: Mon, 28 Sep 2009 17:45:25 +0100 Subject: [IronPython] IronPython 2.0.3 must-fix bugs In-Reply-To: References: Message-ID: <2cf17aed0909280945g4fc3fffav3977545034266864@mail.gmail.com> Issue 19510 tripped me up today (Need to recognize DefaultMemberAttribute for __getitem__/__setitem__). Not sure how important it is to others, but our application uses ironpython to handle custom data imports (typically xml documents). There is a workaround, but it involves modification to customer scripts. http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=19510 On 26/09/2009, David DiCato wrote: > As we work towards our IronPython 2.0.3 bugfix release, Dino and I would > like to get a feel for which bugs left unresolved in 2.0.2 are most > important for us to fix in the next release. Please let us know ASAP if > there's an issue you'd like to see fixed in IronPython 2.0.3. Thanks! > From dinov at microsoft.com Mon Sep 28 19:05:52 2009 From: dinov at microsoft.com (Dino Viehland) Date: Mon, 28 Sep 2009 17:05:52 +0000 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: References: <20090925161432.GK28624@nysv.org> <20090925182214.GL28624@nysv.org> <20090925190134.GM28624@nysv.org> <20090926070552.GN28624@nysv.org> <20090926203442.GP28624@nysv.org> <20090928084029.GT28624@nysv.org> Message-ID: <1A472770E042064698CB5ADC83A12ACD0499C7DD@TK5EX14MBXC120.redmond.corp.microsoft.com> > I looked at it yesterday, and 'impossible' would be a better way to > describe it. Some types have moved between assemblies (from > Microsoft.Scripting to Microsoft.Dynamic) and so simply changing the > assembly bindings won't work. There were also some API changes that I > need to fix before NWSGI will even compile against RC1. Just to give an explanation of moving all the types around: The idea here is that we'll have one stable version of Microsoft.Scripting.dll. The goal is to have that one version work w/ IronPython 2.6 and IronRuby 1.0. And if we really did a good job then hopefully it'll also work w/ IronPython 2.7 or 3.1 or whatever comes next as well. So in theory if you can just link to Microsoft.Scripting.dll, and load everything else via config files, it means never having to rebuild - at least until we pull these into the .NET framework or something like that. From mjt at nysv.org Mon Sep 28 21:58:19 2009 From: mjt at nysv.org (Markus Törnqvist) Date: Mon, 28 Sep 2009 22:58:19 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: References: <20090925190134.GM28624@nysv.org> <20090926070552.GN28624@nysv.org> <20090926203442.GP28624@nysv.org> <20090928084029.GT28624@nysv.org> <20090928144551.GX28624@nysv.org> Message-ID: <20090928195819.GY28624@nysv.org> On Mon, Sep 28, 2009 at 09:13:40AM -0600, Jeff Hardy wrote: >On Mon, Sep 28, 2009 at 8:45 AM, Markus T?rnqvist wrote: >> Just started thinking if it were possible for me to do python web on >> IIS/NWSGI with anything else than Django, it might even be possible, >> but what a pain... >Oh, it's a pain all right. That's why it's called 'being on the >cutting edge'. :) I meant using something else than Django, like I wrote my own web framework in like 2004 or 2005, for mod_python and Apache, but gave up on it because anything is better ;) >> Hopefully you figure out how to fix NWSGI :) > >Done and done: http://jdhardy.blogspot.com/2009/09/nwsgi-20-release-candidate-1-released.html. >Let me know how it goes for you (this time, you will need IronPython >2.6 RC1!). Sure, I just deployed it. News, good and bad ;) It kinda works, hooray! Good news: First thing my Django app does is it redirects to see if it can set a cookie, and that redirection actually happens!!! :) But it gives me a 404, from IIS (not Django) so I'm guessing my Web.config is bad. I tried to Google quickly (but it might be more important I get this message out) if I can make recurse or is my wildcard tag broken? I'll try to add the cookie url as a scriptMapping and Google more, tho help is appreciated as always :) Bad news: Also I still get the http://ironpython.pastebin.com/mf52b185 bug if I interrupt the first load after iisreset. Sometimes it's another traceback, but it's always broken. It doesn't get better after that, at least not with whatever amount of refreshes I hit. Is that a bug in IronPython or NWSGI? ... I'd tend to point to NWSGI I'm afraid, like off the bat, as a hunch. >Happy to help. I'm glad someone besides me is interested in getting >this working. It seems like Django could be an official part of some official IronPython test suite, because it does all sorts of crazy stuff - if Django works, everything works ;) Thanks a million! :) -- mjt From mjt at nysv.org Tue Sep 29 10:42:20 2009 From: mjt at nysv.org (Markus Törnqvist) Date: Tue, 29 Sep 2009 11:42:20 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090928195819.GY28624@nysv.org> References: <20090926070552.GN28624@nysv.org> <20090926203442.GP28624@nysv.org> <20090928084029.GT28624@nysv.org> <20090928144551.GX28624@nysv.org> <20090928195819.GY28624@nysv.org> Message-ID: <20090929084220.GC28624@nysv.org> On Mon, Sep 28, 2009 at 10:58:19PM +0300, Markus T?rnqvist wrote: >On Mon, Sep 28, 2009 at 09:13:40AM -0600, Jeff Hardy wrote: > >But it gives me a 404, from IIS (not Django) so I'm guessing my >Web.config is bad. > > > > >I tried to Google quickly (but it might be more important I get this message >out) if I can make recurse or is my wildcard >tag broken? > >I'll try to add the cookie url as a scriptMapping and Google more, tho help >is appreciated as always :) Hmh, it looks like a problem in IIS, it doesn't appear to even hit Web.config o_O I couldn't find anything on the net about getting the entire Default Web Site going as ASP.NET - would anyone here know? I'd hate to create virtual directories, because obviously a lot of the Django stuff is virtually handled by itself, and IIS doesn't apparently do regexp URL mapping :/ Thanks! -- mjt From empirebuilder at gmail.com Tue Sep 29 13:19:07 2009 From: empirebuilder at gmail.com (Dody Gunawinata) Date: Tue, 29 Sep 2009 13:19:07 +0200 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090929084220.GC28624@nysv.org> References: <20090926203442.GP28624@nysv.org> <20090928084029.GT28624@nysv.org> <20090928144551.GX28624@nysv.org> <20090928195819.GY28624@nysv.org> <20090929084220.GC28624@nysv.org> Message-ID: <8cd017b80909290419s7e4bd742ra59ce67376357d3e@mail.gmail.com> If you are using IIS 6.0, try to use wildcard mapping to asp.net http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/5c5ae5e0-f4f9-44b0-a743-f4c3a5ff68ec.mspx?mfr=true On Tue, Sep 29, 2009 at 10:42 AM, Markus T?rnqvist wrote: > On Mon, Sep 28, 2009 at 10:58:19PM +0300, Markus T?rnqvist wrote: > >On Mon, Sep 28, 2009 at 09:13:40AM -0600, Jeff Hardy wrote: > > > >But it gives me a 404, from IIS (not Django) so I'm guessing my > >Web.config is bad. > > > > > > > > > >I tried to Google quickly (but it might be more important I get this > message > >out) if I can make recurse or is my > wildcard > >tag broken? > > > >I'll try to add the cookie url as a scriptMapping and Google more, tho > help > >is appreciated as always :) > > Hmh, it looks like a problem in IIS, it doesn't appear to even hit > Web.config o_O > > I couldn't find anything on the net about getting the entire Default Web > Site > going as ASP.NET - would anyone here know? > > I'd hate to create virtual directories, because obviously a lot of the > Django > stuff is virtually handled by itself, and IIS doesn't apparently do > regexp URL mapping :/ > > Thanks! > > -- > mjt > > _______________________________________________ > Users mailing list > Users at lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- nomadlife.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From mjt at nysv.org Tue Sep 29 14:27:00 2009 From: mjt at nysv.org (Markus =?utf-8?Q?T=F6rnqvist?=) Date: Tue, 29 Sep 2009 15:27:00 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <8cd017b80909290419s7e4bd742ra59ce67376357d3e@mail.gmail.com> References: <20090926203442.GP28624@nysv.org> <20090928084029.GT28624@nysv.org> <20090928144551.GX28624@nysv.org> <20090928195819.GY28624@nysv.org> <20090929084220.GC28624@nysv.org> <8cd017b80909290419s7e4bd742ra59ce67376357d3e@mail.gmail.com> Message-ID: <20090929122700.GB31019@nysv.org> On Tue, Sep 29, 2009 at 01:19:07PM +0200, Dody Gunawinata wrote: >If you are using IIS 6.0, try to use wildcard mapping to asp.net >http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/5c5ae5e0-f4f9-44b0-a743-f4c3a5ff68ec.mspx?mfr=true > > Am I missing something; I already had that! :o c:\windows\microsoft.net\framework\v2.0.50727\aspnet_isapi.dll And I also configured it for the Web Sites entry, and made it propagate to all children. Do I need something special for Web.config also? Thanks! -- mjt From empirebuilder at gmail.com Tue Sep 29 15:56:54 2009 From: empirebuilder at gmail.com (Dody Gunawinata) Date: Tue, 29 Sep 2009 15:56:54 +0200 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090929122700.GB31019@nysv.org> References: <20090928084029.GT28624@nysv.org> <20090928144551.GX28624@nysv.org> <20090928195819.GY28624@nysv.org> <20090929084220.GC28624@nysv.org> <8cd017b80909290419s7e4bd742ra59ce67376357d3e@mail.gmail.com> <20090929122700.GB31019@nysv.org> Message-ID: <8cd017b80909290656i2dc64b7euddf2b86e09f97669@mail.gmail.com> Can you show me your uri that generate this 404 error? 2009/9/29 Markus T?rnqvist > On Tue, Sep 29, 2009 at 01:19:07PM +0200, Dody Gunawinata wrote: > >If you are using IIS 6.0, try to use wildcard mapping to asp.net > > > http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/5c5ae5e0-f4f9-44b0-a743-f4c3a5ff68ec.mspx?mfr=true > > > >< > http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/5c5ae5e0-f4f9-44b0-a743-f4c3a5ff68ec.mspx?mfr=true > > > > Am I missing something; I already had that! :o > > c:\windows\microsoft.net\framework\v2.0.50727\aspnet_isapi.dll > > And I also configured it for the Web Sites entry, and made it propagate > to all children. > > Do I need something special for Web.config also? > > Thanks! > > -- > mjt > > -- nomadlife.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From mjt at nysv.org Tue Sep 29 16:07:17 2009 From: mjt at nysv.org (Markus =?utf-8?Q?T=F6rnqvist?=) Date: Tue, 29 Sep 2009 17:07:17 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <8cd017b80909290656i2dc64b7euddf2b86e09f97669@mail.gmail.com> References: <20090928084029.GT28624@nysv.org> <20090928144551.GX28624@nysv.org> <20090928195819.GY28624@nysv.org> <20090929084220.GC28624@nysv.org> <8cd017b80909290419s7e4bd742ra59ce67376357d3e@mail.gmail.com> <20090929122700.GB31019@nysv.org> <8cd017b80909290656i2dc64b7euddf2b86e09f97669@mail.gmail.com> Message-ID: <20090929140717.GA32494@nysv.org> On Tue, Sep 29, 2009 at 03:56:54PM +0200, Dody Gunawinata wrote: >Can you show me your uri that generate this 404 error? I navigate to http://localhost/ Which redirects to http://localhost/set_test_cookie/ This is all in my application, it's expected to test for cookies. That's what I have now. -- mjt From empirebuilder at gmail.com Tue Sep 29 16:52:24 2009 From: empirebuilder at gmail.com (Dody Gunawinata) Date: Tue, 29 Sep 2009 16:52:24 +0200 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090929140717.GA32494@nysv.org> References: <20090928144551.GX28624@nysv.org> <20090928195819.GY28624@nysv.org> <20090929084220.GC28624@nysv.org> <8cd017b80909290419s7e4bd742ra59ce67376357d3e@mail.gmail.com> <20090929122700.GB31019@nysv.org> <8cd017b80909290656i2dc64b7euddf2b86e09f97669@mail.gmail.com> <20090929140717.GA32494@nysv.org> Message-ID: <8cd017b80909290752i3aa54624q705703181525ad25@mail.gmail.com> This looks like nwsgi fails to bind to wildcard request although weirdly it does respond to the first root request. Isyour hello.wsgi a Django application? 2009/9/29 Markus T?rnqvist > On Tue, Sep 29, 2009 at 03:56:54PM +0200, Dody Gunawinata wrote: > >Can you show me your uri that generate this 404 error? > > I navigate to http://localhost/ > > Which redirects to http://localhost/set_test_cookie/ > > This is all in my application, it's expected to test for cookies. > > > > That's what I have now. > > -- > mjt > > -- nomadlife.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From mjt at nysv.org Tue Sep 29 17:06:04 2009 From: mjt at nysv.org (Markus =?utf-8?Q?T=F6rnqvist?=) Date: Tue, 29 Sep 2009 18:06:04 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <8cd017b80909290752i3aa54624q705703181525ad25@mail.gmail.com> References: <20090928144551.GX28624@nysv.org> <20090928195819.GY28624@nysv.org> <20090929084220.GC28624@nysv.org> <8cd017b80909290419s7e4bd742ra59ce67376357d3e@mail.gmail.com> <20090929122700.GB31019@nysv.org> <8cd017b80909290656i2dc64b7euddf2b86e09f97669@mail.gmail.com> <20090929140717.GA32494@nysv.org> <8cd017b80909290752i3aa54624q705703181525ad25@mail.gmail.com> Message-ID: <20090929150604.GA537@nysv.org> >2009/9/29 Markus T?rnqvist >> I navigate to http://localhost/ >> Which redirects to http://localhost/set_test_cookie/ >> This is all in my application, it's expected to test for cookies. >> >> That's what I have now. On Tue, Sep 29, 2009 at 04:52:24PM +0200, Dody Gunawinata wrote: >This looks like nwsgi fails to bind to wildcard request although weirdly it >does respond to the first root request. Isyour hello.wsgi a Django >application? Sure, here are the contents: import os os.environ['DJANGO_SETTINGS_MODULE'] = 'mysite.settings' import django.core.handlers.wsgi application = django.core.handlers.wsgi.WSGIHandler() PS. Because osEnviron or whatever is now disabled, this seems to be the only way to do IronPython. I even think mr Hardy recommended this way. So, uhh, what's next? :/ Thanks! -- mjt From empirebuilder at gmail.com Tue Sep 29 17:08:07 2009 From: empirebuilder at gmail.com (Dody Gunawinata) Date: Tue, 29 Sep 2009 17:08:07 +0200 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <20090929150604.GA537@nysv.org> References: <20090928195819.GY28624@nysv.org> <20090929084220.GC28624@nysv.org> <8cd017b80909290419s7e4bd742ra59ce67376357d3e@mail.gmail.com> <20090929122700.GB31019@nysv.org> <8cd017b80909290656i2dc64b7euddf2b86e09f97669@mail.gmail.com> <20090929140717.GA32494@nysv.org> <8cd017b80909290752i3aa54624q705703181525ad25@mail.gmail.com> <20090929150604.GA537@nysv.org> Message-ID: <8cd017b80909290808h742995a5k21fc6ce274553056@mail.gmail.com> Cool. Thanks. I'll try this tonight and see what kind of mind bombs I will encounter :) 2009/9/29 Markus T?rnqvist > >2009/9/29 Markus T?rnqvist > >> I navigate to http://localhost/ > >> Which redirects to http://localhost/set_test_cookie/ > >> This is all in my application, it's expected to test for cookies. > >> > >> That's what I have now. > > On Tue, Sep 29, 2009 at 04:52:24PM +0200, Dody Gunawinata wrote: > >This looks like nwsgi fails to bind to wildcard request although weirdly > it > >does respond to the first root request. Isyour hello.wsgi a Django > >application? > > Sure, here are the contents: > import os > os.environ['DJANGO_SETTINGS_MODULE'] = 'mysite.settings' > > import django.core.handlers.wsgi > > application = django.core.handlers.wsgi.WSGIHandler() > > PS. > Because osEnviron or whatever is now disabled, this seems to be the > only way to do IronPython. I even think mr Hardy recommended this way. > > So, uhh, what's next? :/ > > Thanks! > > -- > mjt > > -- nomadlife.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From mjt at nysv.org Wed Sep 30 11:55:59 2009 From: mjt at nysv.org (Markus =?utf-8?Q?T=F6rnqvist?=) Date: Wed, 30 Sep 2009 12:55:59 +0300 Subject: [IronPython] IronPython/NWSGI 0-byte 200/404 response with HelloWorld? In-Reply-To: <8cd017b80909290808h742995a5k21fc6ce274553056@mail.gmail.com> References: <20090928195819.GY28624@nysv.org> <20090929084220.GC28624@nysv.org> <8cd017b80909290419s7e4bd742ra59ce67376357d3e@mail.gmail.com> <20090929122700.GB31019@nysv.org> <8cd017b80909290656i2dc64b7euddf2b86e09f97669@mail.gmail.com> <20090929140717.GA32494@nysv.org> <8cd017b80909290752i3aa54624q705703181525ad25@mail.gmail.com> <20090929150604.GA537@nysv.org> <8cd017b80909290808h742995a5k21fc6ce274553056@mail.gmail.com> Message-ID: <20090930095559.GC537@nysv.org> On Tue, Sep 29, 2009 at 05:08:07PM +0200, Dody Gunawinata wrote: >Cool. Thanks. I'll try this tonight and see what kind of mind bombs I will >encounter :) Did you get any interesting results?-) Thanks! -- mjt