Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New comment] implement clr.GetString and clr.GetBytes as helper to convert 
strings to and from bytes
2. [New comment] IronPython thread module does not allow small stack sizes
3. [New comment] Passing globals/locals with eval()
4. [New comment] help broken for Vista x64
5. [New comment] Implement mmap module
6. [New comment] Implement mmap module
7. [New comment] STRESS: test_cominterop.py fails under the gcstress test mode
8. [New comment] PYC - Allow the Setting of the Icon if generating EXE
9. [New comment] Create wiki for 3rd party apps compat list
10. [New comment] Use Windows SDK for builds instead of Visual C++
11. [New comment] I can't import PIL module

----------------------------------------------

ISSUES

1. [New comment] implement clr.GetString and clr.GetBytes as helper to convert 
strings to and from bytes
http://ironpython.codeplex.com/workitem/7159
User slide_o_mix has commented on the issue:

"<p>Fixed in 24317f5</p>"-----------------

2. [New comment] IronPython thread module does not allow small stack sizes
http://ironpython.codeplex.com/workitem/7827
User slide_o_mix has commented on the issue:

"<p>Fixed in 796152</p>"-----------------

3. [New comment] Passing globals/locals with eval()
http://ironpython.codeplex.com/workitem/16884
User slide_o_mix has commented on the issue:

"<p>This must have been fixed at some point:</p><p>Type &quot;help&quot;, 
&quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more 
information.<br>&gt;&gt;&gt; def a():<br>...     print locals()<br>...     
print globals()<br>...<br>&gt;&gt;&gt; eval(a.func_code, { 'test' : 
1})<br>{}<br>{'test': 1, '__builtins__': &lt;module '__builtin__' 
(built-in)&gt;}<br>&gt;&gt;&gt;<br></p>"-----------------

4. [New comment] help broken for Vista x64
http://ironpython.codeplex.com/workitem/19258
User slide_o_mix has commented on the issue:

"<p>Fixed in 41763cf</p>"-----------------

5. [New comment] Implement mmap module
http://ironpython.codeplex.com/workitem/21401
User slide_o_mix has commented on the issue:

"<p>Looks like mmap.__doc__ prints out 'None' on Python 2.7</p><p>Python 2.7.6 
(default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win32<br>Type 
&quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or 
&quot;license&quot; for more information.<br>&gt;&gt;&gt; import 
mmap<br>&gt;&gt;&gt; print mmap.__doc__<br>None<br>&gt;&gt;&gt;</p><p>Should be 
an easy implementation to close this out.</p>"-----------------

6. [New comment] Implement mmap module
http://ironpython.codeplex.com/workitem/21401
User slide_o_mix has commented on the issue:

"<p>Fixed the \__doc__ issue in c65b87</p>"-----------------

7. [New comment] STRESS: test_cominterop.py fails under the gcstress test mode
http://ironpython.codeplex.com/workitem/21438
User slide_o_mix has commented on the issue:

"<p>Marking this as resolved since we don't have a way to reproduce the 
gcstress that was internal to MS.</p>"-----------------

8. [New comment] PYC - Allow the Setting of the Icon if generating EXE
http://ironpython.codeplex.com/workitem/22138
User slide_o_mix has commented on the issue:

"<p>I am current rewriting pyc a bit and will include support for setting a 
.ico file for the stub exe.</p>"-----------------

9. [New comment] Create wiki for 3rd party apps compat list
http://ironpython.codeplex.com/workitem/22223
User slide_o_mix has commented on the issue:

"<p>Created https://github.com/IronLanguages/main/wiki/Compatibility-List to be 
used for application compatibility list.</p>"-----------------

10. [New comment] Use Windows SDK for builds instead of Visual C++
http://ironpython.codeplex.com/workitem/30024
User slide_o_mix has commented on the issue:

"<p>Since we no longer need IronStudio or IronPythonTools, can we switch to the 
SDK for builds in general?</p>"-----------------

11. [New comment] I can't import PIL module
http://ironpython.codeplex.com/workitem/31865
User slide_o_mix has commented on the issue:

"<p>This is related to CP376, IronPython could give better information when a 
pyd is needed for the module.</p>"
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on 
CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue 
Tracker. You can unsubscribe or change your issue notification settings on 
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to