<html><head><style type="text/css" media="screen">Body{font-family: Verdana;font-size:.75em;}h4{font-size:.9em;}a{color: #3a62a6;}.digest .toc {margin-bottom: 15px; padding-bottom:8px; border-bottom: 1px solid #ccc;}.digest .tocItem {margin-bottom: 15px;}.tocItem a{color:#000;text-decoration: none;}.tocItem a:hover{color: #3a62a6;text-decoration: underline;}.topic{padding-bottom: 8px;margin-bottom: 20px; border-bottom: 1px solid #ccc;}.topicHeader{margin-bottom:10px;}.topicTitle{font-weight: bold;}.replies p{margin:0;padding:0;}.replies hr{width: 15%;text-align: left;margin: 0 auto 5px 0;border: none 0;border-top: 1px solid #ccc;height: 1px;}.reply{margin-bottom: 6px;padding-bottom: 4px;}.anchorMarker{color: #3a62a6;}.footer{color: gray;}</style></head><body><div class="digest"><p>Hi ironpython,</p><p>Here's your Daily Digest of new issues for project "<a href="http://ironpython.codeplex.com/">IronPython</a>".</p><p>In today's digest:</p><h4>ISSUES</h4><div class="toc"><div class="tocItem"><a href="#toc_issue_1">1. <span class="tocTitle">[Status update] importing some modules &#40;e.g.&#39;import random&#39;&#41; fails in IronPython Interactive window</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_2">2. <span class="tocTitle">[Status update] 2.7.1 beta 4 does not installs with vs 2010 c&#35; express on windows xp</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_3">3. <span class="tocTitle">[Status update] Should F5 work in the Visual Studio 2010 integration in IronPython 2.7 release&#63;</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_4">4. <span class="tocTitle">[Status update] IronPython tools colors</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_5">5. <span class="tocTitle">[Status update] Visual Studio tools&#58; Cannot copy files within an IronPython project in Solution Explorer</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_6">6. <span class="tocTitle">[Status update] Django autocompletion&#47;intellisense doesn&#39;t happen in the IPy Tools for VS</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_7">7. <span class="tocTitle">[Status update] IronPython Tools for VS crashes VS on attempt to code completion in .py file. InvalidOperationException.</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_8">8. <span class="tocTitle">[Status update] Visual Studio Tools 2.7&#58; Can&#39;t edit Python code in WPF app</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_9">9. <span class="tocTitle">[Status update] Tools&#58; Adding newlines before a statement indents it</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_10">10. <span class="tocTitle">[Status update] Visual Studio 2010 Crash w&#47; IronPython tools</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_11">11. <span class="tocTitle">[Status update] visual studio integration site.py</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_12">12. <span class="tocTitle">[Status update] ipy.exe Visual Studio debugging - Watches</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_13">13. <span class="tocTitle">[Status update] Problem creating an IonPython 2.7A1 Project with VS 2010</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_14">14. <span class="tocTitle">[New comment] Create a FULLY StandAlone &#34;.exe&#34; binary&#63;</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_15">15. <span class="tocTitle">[New comment] Rename &#42;.cs files to properly reflect the CPython builtin modules they implement</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_16">16. <span class="tocTitle">[New comment] Implement the _hashlib module</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_17">17. <span class="tocTitle">[New issue] Compiling a function call with 14 arguments errors with &#34;Unable to make a reference to a transient module from a non-transient module.&#34;</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_18">18. <span class="tocTitle">[New comment] Compiling a function call with 14 arguments errors with &#34;Unable to make a reference to a transient module from a non-transient module.&#34;</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_19">19. <span class="tocTitle">[New issue] Nuget needs to be updated with IronPython 2.7&#43;</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_20">20. <span class="tocTitle">[New comment] Please add a function somewhere which returns the underlying byte&#91;&#93; from a bytes object</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_21">21. <span class="tocTitle">[Status update] 1.x&#58; Compilation via CodeDomProvider.CompileAssemblyFromSource fails</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_22">22. <span class="tocTitle">[New comment] &#34;print 1,&#34; displays incorrectly from interactive sessions</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div></div><h4>ISSUES</h4><div class="topic"><a name="toc_issue_1"></a><div class="topicHeader"><span class="topicTitle">1. [Status update] importing some modules &#40;e.g.&#39;import random&#39;&#41; fails in IronPython Interactive window</span> <a href="http://ironpython.codeplex.com/workitem/29077">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Active to Closed with the following comment, <br /><br />"IronPython Tools has been deprecated in favor of http&#58;&#47;&#47;pytools.codeplex.com&#47; please try that toolset and file issues on the issue tracker there."</p></div><div class="topic"><a name="toc_issue_2"></a><div class="topicHeader"><span class="topicTitle">2. [Status update] 2.7.1 beta 4 does not installs with vs 2010 c&#35; express on windows xp</span> <a href="http://ironpython.codeplex.com/workitem/30912">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Proposed to Closed with the following comment, <br /><br />"IronPython Tools has been deprecated in favor of http&#58;&#47;&#47;pytools.codeplex.com&#47; please try that toolset and file issues on the issue tracker there."</p></div><div class="topic"><a name="toc_issue_3"></a><div class="topicHeader"><span class="topicTitle">3. [Status update] Should F5 work in the Visual Studio 2010 integration in IronPython 2.7 release&#63;</span> <a href="http://ironpython.codeplex.com/workitem/30451">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Proposed to Closed with the following comment, <br /><br />"IronPython Tools has been deprecated in favor of http&#58;&#47;&#47;pytools.codeplex.com&#47; please try that toolset and file issues on the issue tracker there."</p></div><div class="topic"><a name="toc_issue_4"></a><div class="topicHeader"><span class="topicTitle">4. [Status update] IronPython tools colors</span> <a href="http://ironpython.codeplex.com/workitem/27185">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Active to Closed with the following comment, <br /><br />"IronPython Tools has been deprecated in favor of http&#58;&#47;&#47;pytools.codeplex.com&#47; please try that toolset and file issues on the issue tracker there."</p></div><div class="topic"><a name="toc_issue_5"></a><div class="topicHeader"><span class="topicTitle">5. [Status update] Visual Studio tools&#58; Cannot copy files within an IronPython project in Solution Explorer</span> <a href="http://ironpython.codeplex.com/workitem/30284">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Proposed to Closed with the following comment, <br /><br />"IronPython Tools has been deprecated in favor of http&#58;&#47;&#47;pytools.codeplex.com&#47; please try that toolset and file issues on the issue tracker there."</p></div><div class="topic"><a name="toc_issue_6"></a><div class="topicHeader"><span class="topicTitle">6. [Status update] Django autocompletion&#47;intellisense doesn&#39;t happen in the IPy Tools for VS</span> <a href="http://ironpython.codeplex.com/workitem/29269">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Proposed to Closed with the following comment, <br /><br />"IronPython Tools has been deprecated in favor of http&#58;&#47;&#47;pytools.codeplex.com&#47; please try that toolset and file issues on the issue tracker there."</p></div><div class="topic"><a name="toc_issue_7"></a><div class="topicHeader"><span class="topicTitle">7. [Status update] IronPython Tools for VS crashes VS on attempt to code completion in .py file. InvalidOperationException.</span> <a href="http://ironpython.codeplex.com/workitem/29229">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Proposed to Closed with the following comment, <br /><br />"IronPython Tools has been deprecated in favor of http&#58;&#47;&#47;pytools.codeplex.com&#47; please try that toolset and file issues on the issue tracker there."</p></div><div class="topic"><a name="toc_issue_8"></a><div class="topicHeader"><span class="topicTitle">8. [Status update] Visual Studio Tools 2.7&#58; Can&#39;t edit Python code in WPF app</span> <a href="http://ironpython.codeplex.com/workitem/28630">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Proposed to Closed with the following comment, <br /><br />"IronPython Tools has been deprecated in favor of http&#58;&#47;&#47;pytools.codeplex.com&#47; please try that toolset and file issues on the issue tracker there."</p></div><div class="topic"><a name="toc_issue_9"></a><div class="topicHeader"><span class="topicTitle">9. [Status update] Tools&#58; Adding newlines before a statement indents it</span> <a href="http://ironpython.codeplex.com/workitem/28854">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Proposed to Closed with the following comment, <br /><br />"IronPython Tools has been deprecated in favor of http&#58;&#47;&#47;pytools.codeplex.com&#47; please try that toolset and file issues on the issue tracker there."</p></div><div class="topic"><a name="toc_issue_10"></a><div class="topicHeader"><span class="topicTitle">10. [Status update] Visual Studio 2010 Crash w&#47; IronPython tools</span> <a href="http://ironpython.codeplex.com/workitem/28682">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Proposed to Closed with the following comment, <br /><br />"IronPython Tools has been deprecated in favor of http&#58;&#47;&#47;pytools.codeplex.com&#47; please try that toolset and file issues on the issue tracker there."</p></div><div class="topic"><a name="toc_issue_11"></a><div class="topicHeader"><span class="topicTitle">11. [Status update] visual studio integration site.py</span> <a href="http://ironpython.codeplex.com/workitem/2536">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Active to Closed with the following comment, <br /><br />"IronPython Tools has been deprecated in favor of http&#58;&#47;&#47;pytools.codeplex.com&#47; please try that toolset and file issues on the issue tracker there."</p></div><div class="topic"><a name="toc_issue_12"></a><div class="topicHeader"><span class="topicTitle">12. [Status update] ipy.exe Visual Studio debugging - Watches</span> <a href="http://ironpython.codeplex.com/workitem/2539">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Active to Closed with the following comment, <br /><br />"IronPython Tools has been deprecated in favor of http&#58;&#47;&#47;pytools.codeplex.com&#47; please try that toolset and file issues on the issue tracker there."</p></div><div class="topic"><a name="toc_issue_13"></a><div class="topicHeader"><span class="topicTitle">13. [Status update] Problem creating an IonPython 2.7A1 Project with VS 2010</span> <a href="http://ironpython.codeplex.com/workitem/28200">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Proposed to Closed with the following comment, <br /><br />"IronPython Tools has been deprecated in favor of http&#58;&#47;&#47;pytools.codeplex.com&#47; please try that toolset and file issues on the issue tracker there."</p></div><div class="topic"><a name="toc_issue_14"></a><div class="topicHeader"><span class="topicTitle">14. [New comment] Create a FULLY StandAlone &#34;.exe&#34; binary&#63;</span> <a href="http://ironpython.codeplex.com/workitem/20621">view online</a></div><p>User slide_o_mix has commented on the issue:</p><p>"So, you are ok with a platform specific &#40;Linux, Windows, OSX&#41; executable&#63; That is, the stand alone executable would only be able to run on one platform."</p></div><div class="topic"><a name="toc_issue_15"></a><div class="topicHeader"><span class="topicTitle">15. [New comment] Rename &#42;.cs files to properly reflect the CPython builtin modules they implement</span> <a href="http://ironpython.codeplex.com/workitem/21026">view online</a></div><p>User slide_o_mix has commented on the issue:</p><p>"This seems to be fixed &#40;at least for the files mentioned&#41; in 2.7"</p></div><div class="topic"><a name="toc_issue_16"></a><div class="topicHeader"><span class="topicTitle">16. [New comment] Implement the _hashlib module</span> <a href="http://ironpython.codeplex.com/workitem/21408">view online</a></div><p>User MarkusSchaber has commented on the issue:</p><p>"Closing it just because it is not critical may be a bit harsh. Do you want to discourage _hashlib implementations, or do you just regard it as &#34;not important&#34;&#63;"</p></div><div class="topic"><a name="toc_issue_17"></a><div class="topicHeader"><span class="topicTitle">17. [New issue] Compiling a function call with 14 arguments errors with &#34;Unable to make a reference to a transient module from a non-transient module.&#34;</span> <a href="http://ironpython.codeplex.com/workitem/31125">view online</a></div><p>User otac0n has proposed the issue:</p><p>"Pygments has a function call with 150 parameters."</p></div><div class="topic"><a name="toc_issue_18"></a><div class="topicHeader"><span class="topicTitle">18. [New comment] Compiling a function call with 14 arguments errors with &#34;Unable to make a reference to a transient module from a non-transient module.&#34;</span> <a href="http://ironpython.codeplex.com/workitem/31125">view online</a></div><p>User otac0n has commented on the issue:</p><p>"Pygments&#39; &#96;lexers&#47;other.py&#96; contains a lexer for Gnuplot that triggers the error.<br /><br />This happens with all versions of IronPython I have tried &#40;2.7.1b1, 2.7.1b2, 2.7, 2.6.1&#41;."</p></div><div class="topic"><a name="toc_issue_19"></a><div class="topicHeader"><span class="topicTitle">19. [New issue] Nuget needs to be updated with IronPython 2.7&#43;</span> <a href="http://ironpython.codeplex.com/workitem/31126">view online</a></div><p>User otac0n has proposed the issue:</p><p>"The current version of IronPython on NuGet is 2.6.1<br /><br />This should be updated."</p></div><div class="topic"><a name="toc_issue_20"></a><div class="topicHeader"><span class="topicTitle">20. [New comment] Please add a function somewhere which returns the underlying byte&#91;&#93; from a bytes object</span> <a href="http://ironpython.codeplex.com/workitem/27175">view online</a></div><p>User slide_o_mix has commented on the issue:</p><p>"Would it be a problem if it was a COPY of the internal bytes&#63;"</p></div><div class="topic"><a name="toc_issue_21"></a><div class="topicHeader"><span class="topicTitle">21. [Status update] 1.x&#58; Compilation via CodeDomProvider.CompileAssemblyFromSource fails</span> <a href="http://ironpython.codeplex.com/workitem/480">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Active to Closed with the following comment, <br /><br />"This was closed in MS bug but didn&#39;t get migrated here."</p></div><div class="topic"><a name="toc_issue_22"></a><div class="topicHeader"><span class="topicTitle">22. [New comment] &#34;print 1,&#34; displays incorrectly from interactive sessions</span> <a href="http://ironpython.codeplex.com/workitem/14835">view online</a></div><p>User slide_o_mix has commented on the issue:</p><p>"This is still around even on the latest trunk."</p></div><div class="footer"><p>You are receiving this email because you subscribed to notifications on CodePlex.</p><p>To report a bug, request a feature, or add a comment, visit <a href="http://ironpython.codeplex.com/workitem/list/basic">IronPython Issue Tracker</a>. You can <a href="https://ironpython.codeplex.com/subscriptions/workitem/project/edit">unsubscribe or change your issue notification settings</a> on CodePlex.com.</p></div></div></body></html>