[Ironpython-users] IronPython, Daily Digest 11/3/2013
CodePlex
no_reply at codeplex.com
Mon Nov 4 09:20:14 CET 2013
Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [Status update] TypeError: Incorrect padding when base64.decodestring is called.
2. [New comment] Unicode: Incorrect encoding puts email module into an infinite loop while trying to encode a certain unicode string
3. [Status update] Fix mailbox test properly
4. [Status update] Compiling with pyc.py for asp.net
5. [Status update] ValueError: unmarshallable object
6. [Status update] Install stops at "Please wait while the installer finishes determining your disk space requirements"
7. [Status update] Can't install 2.6.2 for .NET 2.0
8. [Status update] csv.writer ignores given lineterminator
9. [New comment] DAQmxCreateDOChan() code which works in python does not works with ironpython
10. [Status update] IronPython pyc.py -> .exe : How to compile programs using external dlls
11. [New comment] Pyusb+Ironpython
12. [Status update] bytes.decode() encoding should default to sys.getdefaultencoding(), not None
13. [New comment] bytes.decode() encoding should default to sys.getdefaultencoding(), not None
14. [Status update] bytes.decode() encoding should default to sys.getdefaultencoding(), not None
15. [New comment] Import modules from a zip archive containing non-ASCII characters does not work
16. [New comment] Import modules from a zip archive containing non-ASCII characters does not work
17. [New comment] Importing .NET types causes ImportExceptions (zipimport handler)
18. [New comment] Importing .NET types causes ImportExceptions (zipimport handler)
19. [New comment] Importing .NET types causes ImportExceptions (zipimport handler)
20. [Status update] SystemError when launching script under pdb with backslash in script path (CPython issue #7750)
----------------------------------------------
ISSUES
1. [Status update] TypeError: Incorrect padding when base64.decodestring is called.
http://ironpython.codeplex.com/workitem/23803
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment,
"Works on 2.7"-----------------
2. [New comment] Unicode: Incorrect encoding puts email module into an infinite loop while trying to encode a certain unicode string
http://ironpython.codeplex.com/workitem/24047
User slide_o_mix has commented on the issue:
"<p>This is still an issue on 2.7</p>"-----------------
3. [Status update] Fix mailbox test properly
http://ironpython.codeplex.com/workitem/26154
User slide_o_mix has updated the issue:
Status has changed from Proposed to Closed with the following comment,
"Comments say it should be closed."-----------------
4. [Status update] Compiling with pyc.py for asp.net
http://ironpython.codeplex.com/workitem/26361
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment,
"No information on reproducing the issue."-----------------
5. [Status update] ValueError: unmarshallable object
http://ironpython.codeplex.com/workitem/26489
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment,
"Original issue is no longer present."-----------------
6. [Status update] Install stops at "Please wait while the installer finishes determining your disk space requirements"
http://ironpython.codeplex.com/workitem/28089
User slide_o_mix has updated the issue:
Status has changed from Proposed to Closed with the following comment,
"Not able to reproduce."-----------------
7. [Status update] Can't install 2.6.2 for .NET 2.0
http://ironpython.codeplex.com/workitem/32994
User slide_o_mix has updated the issue:
Status has changed from Proposed to Closed with the following comment,
"IronPythonStudio is not supported."-----------------
8. [Status update] csv.writer ignores given lineterminator
http://ironpython.codeplex.com/workitem/33627
User slide_o_mix has updated the issue:
Status has changed from Proposed to Closed with the following comment,
"Fixed in https://github.com/IronLanguages/main/commit/965bbbfa5facd5dd23cf654d88770402184f4d00"-----------------
9. [New comment] DAQmxCreateDOChan() code which works in python does not works with ironpython
http://ironpython.codeplex.com/workitem/33649
User slide_o_mix has commented on the issue:
"<p>Does the nidaq library use a native module? I'm pretty sure it must in order to interact with the DLL that comes with the nidaq toolkit.</p>"-----------------
10. [Status update] IronPython pyc.py -> .exe : How to compile programs using external dlls
http://ironpython.codeplex.com/workitem/34064
User slide_o_mix has updated the issue:
Status has changed from Proposed to Closed with the following comment,
"Questions should go to the mailing list."-----------------
11. [New comment] Pyusb+Ironpython
http://ironpython.codeplex.com/workitem/34374
User slide_o_mix has commented on the issue:
"<p>Which version of pyusb did you try? If you tried with something < 1.0, you may want to try again.</p>"-----------------
12. [Status update] bytes.decode() encoding should default to sys.getdefaultencoding(), not None
http://ironpython.codeplex.com/workitem/34532
User slide_o_mix has updated the issue:
Status has changed from Proposed to Closed with the following comment,
"Fixed in https://github.com/IronLanguages/main/commit/ca4c68b1bd190d457e03da0019d760f54139aad6"-----------------
13. [New comment] bytes.decode() encoding should default to sys.getdefaultencoding(), not None
http://ironpython.codeplex.com/workitem/34532
User slide_o_mix has commented on the issue:
"Fixed in https://github.com/IronLanguages/main/commit/ca4c68b1bd190d457e03da0019d760f54139aad6
** Closed by slide_o_mix 11/3/2013 8:51 AM"-----------------
14. [Status update] bytes.decode() encoding should default to sys.getdefaultencoding(), not None
http://ironpython.codeplex.com/workitem/34532
User slide_o_mix has updated the issue:
Status has changed from Closed to Proposed.
-----------------
15. [New comment] Import modules from a zip archive containing non-ASCII characters does not work
http://ironpython.codeplex.com/workitem/34571
User slide_o_mix has commented on the issue:
"<p>What does it print? Also, can you please attach your full test case so I can replicate it?</p>"-----------------
16. [New comment] Import modules from a zip archive containing non-ASCII characters does not work
http://ironpython.codeplex.com/workitem/34571
User slide_o_mix has commented on the issue:
"<p>This looks like its related to zipimport.cs using PythonAsciiEncoding.Instance and its friends. I wonder if there would be an issue switching to PythonAsciiEncoding.UTF8.GetString instead.</p>"-----------------
17. [New comment] Importing .NET types causes ImportExceptions (zipimport handler)
http://ironpython.codeplex.com/workitem/34602
User slide_o_mix has commented on the issue:
"<p>Why were you not able to remove it from path_hooks? You should be able to do that.</p>"-----------------
18. [New comment] Importing .NET types causes ImportExceptions (zipimport handler)
http://ironpython.codeplex.com/workitem/34602
User sopelt has commented on the issue:
"<p>I overlooked some helper classes ... does the following look right in terms of removing zipimport (as a workaround)?</p><p>```<br>var engine = Python.CreateEngine();<br>var source = engine.CreateScriptSourceFromString(@"from System import Guid");</p><p>var pc = HostingHelpers.GetLanguageContext(engine) as PythonContext;<br>var hooks = pc.SystemState.Get__dict__()["path_hooks"] as List;<br>hooks.Clear();</p><p>var result = source.Execute();<br>```</p>"-----------------
19. [New comment] Importing .NET types causes ImportExceptions (zipimport handler)
http://ironpython.codeplex.com/workitem/34602
User slide_o_mix has commented on the issue:
"<p>If zipimporter is the only thing in path_hooks, then that should work. Please give it a shot.</p>"-----------------
20. [Status update] SystemError when launching script under pdb with backslash in script path (CPython issue #7750)
http://ironpython.codeplex.com/workitem/34616
User slide_o_mix has updated the issue:
Status has changed from Proposed to Closed with the following comment,
"Patched the files as noted in the CPython patch. Fixed in https://github.com/IronLanguages/main/commit/67596a4e3351685c53efcc88159e2fd99e0795c6"
----------------------------------------------
----------------------------------------------
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20131104/1d6de4ca/attachment.html>
More information about the Ironpython-users
mailing list