Re: [Ironpython-users] WDB web debugger for IronPython

2014-11-25 Thread Jeff Hardy
On Tue, Nov 25, 2014 at 12:32 PM, Kerray wrote: > Hi, > very good point, I've been on beta3. But the upgrade didn't help. I've > figured out how to debug the internals in VS, but there's nothing I could > be able to fix (or even understand) myself at this point. > > ad 1) after running wdb.server

Re: [Ironpython-users] idna for IronPython?

2014-11-25 Thread Jeff Hardy
On Sat, Nov 22, 2014 at 4:12 PM, William Johnston wrote: > > > Hello, > > Here is another idna module for IronPython question. > > How do I import idna for use with the request module in an IronPython app? > `from encodings import idna` should do it. This is the same as CPython. - Jeff

[Ironpython-users] IronPython 2.7.5 RC 2 Available

2014-11-25 Thread Jeff Hardy
IronPython 2.7.5 RC 2 is now available[1]. The only change is a couple of late-breaking bug fixes from Pawel. The next release should be the final 2.7.5, barring any mishaps. - Jeff [1] https://ironpython.codeplex.com/releases/view/115611 ___ Ironpython

Re: [Ironpython-users] WDB web debugger for IronPython

2014-11-25 Thread Kerray
Hi, very good point, I've been on beta3. But the upgrade didn't help. I've figured out how to debug the internals in VS, but there's nothing I could be able to fix (or even understand) myself at this point. ad 1) after running wdb.server, Tornado at first says \tornado\netutil.py", line 88, in bin

[Ironpython-users] IronPython, Daily Digest 11/24/2014

2014-11-25 Thread CodePlex
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] builtin’s compile function inconsistent with CPython 2. [New comment] builtin’s compile function inconsistent with CPython -- IS