[Ironpython-users] IronPython, Daily Digest 5/16/2013

CodePlex no_reply at codeplex.com
Fri May 17 10:06:46 CEST 2013


Hi ironpython,

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

In today's digest:ISSUES

1. [Status update] Trivial: Light Grey Text in ipy when running on Linux or Solaris
2. [Status update] Source code encoding is not working correctly
3. [Status update] Cleanup "Windows Form Tutorial"; making it more Pythonic
4. [Status update] Still doesn't recognise *valid* PEP0263 codings in source files
5. [Status update] Create a FULLY StandAlone ".exe" binary?
6. [Status update] Incompat: Cannot use re module on bytearray objects
7. [Status update] Implement _bisect module
8. [Status update] Implement winsound module
9. [Status update] Implement bz2 module
10. [Status update] Trivial: isdigit() return "False" in IronPython with unicode object from u'\u2460' to u'\u2468'
11. [Status update] AttributeError: 'struct_time' object has no attribute 'n_fields'
12. [Status update] _ssl.RAND_add(x, y) should throw TypeError when x=None
13. [Status update] Exception().__doc__ different from CPython
14. [Status update] Pyc.py and FolderBrowserDialog
15. [Status update] Hashing objects can not be created from bytearrays with 2.7
16. [Status update] StackOverflowException when subclassing dict.add and dict.__setitem__
17. [Status update] Compatibility: IronPython does not allow space before coding declaration
18. [Status update] sys.args[0] dissapears in ipy-script compiled with pyc.py
19. [Status update] [2.7 Beta 2] deepcopy(time(9, 0)) != time(9, 0)
20. [Status update] NullReference bug report
21. [Status update] zlib fails to compress an empty string
22. [Status update] zipimport adding an extra newline to the end of every line of imported source on windows
23. [Status update] Patch for pyc.py
24. [Status update] ast module is broken - TypeError: object.__new__() takes no parameters
25. [Status update] 2.7.2.1: ast.py fails on Lib/subprocess.py
26. [Status update] 2.7.2.1 "load language" problem
27. [Status update] compile does not accept AST object
28. [Status update] Duplicate key in dict
29. [Status update] IronPython engine fails to load under Silverlight (MethodAccessException)
30. [Status update] Occasional build error for Silverlight targets
31. [Status update] signal module does not work on non-Windows machines
32. [Status update] Add AssemblyFoldersEx paths for other platforms
33. [Status update] PEP 421 -- Adding sys.implementation
34. [Status update] IronPython coding obeys PEP0263, inconsistent with Emacs
35. [Status update] SQLite: InterfaceError: Unable to bind parameter 1 - unsupported type
36. [Status update] sys.stdout.isatty() always returns True
37. [Status update] Lower casing non-ASCII characters does not work
38. [Status update] introduce support for readline module (raw input)
39. [Status update] match cpython behaviour - types.ModuleType()
40. [Status update] locale.setlocale does not detect/set default user locale
41. [Status update] TypeError: instancemethod.__cmp__(x,y) requires y to be a 'instancemethod', not a ...
42. [Status update] super() does not preserve class
43. [Status update] struct.pack not threadsafe
44. [Status update] ast: elif is missing lineno and col_offset attributes
45. [Status update] PythonDictionary.Contains(KeyValuePair) doesn't check value
46. [New comment] CreateEngine never returns
47. [New issue] CPython in IronPython
48. [Status update] CPython in IronPython

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

ISSUES

1. [Status update] Trivial: Light Grey Text in ipy when running on Linux or Solaris
http://ironpython.codeplex.com/workitem/3825
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

2. [Status update] Source code encoding is not working correctly
http://ironpython.codeplex.com/workitem/18637
User slide_o_mix has updated the issue:
Status has changed from Fixed to Closed.

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

3. [Status update] Cleanup "Windows Form Tutorial"; making it more Pythonic
http://ironpython.codeplex.com/workitem/19488
User slide_o_mix has updated the issue:
Status has changed from Fixed to Closed.

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

4. [Status update] Still doesn't recognise *valid* PEP0263 codings in source files
http://ironpython.codeplex.com/workitem/19861
User slide_o_mix has updated the issue:
Status has changed from Fixed to Closed.

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

5. [Status update] Create a FULLY StandAlone ".exe" binary?
http://ironpython.codeplex.com/workitem/20621
User slide_o_mix has updated the issue:
Status has changed from Fixed to Closed.

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

6. [Status update] Incompat: Cannot use re module on bytearray objects
http://ironpython.codeplex.com/workitem/21362
User slide_o_mix has updated the issue:
Status has changed from Fixed to Closed.

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

7. [Status update] Implement _bisect module
http://ironpython.codeplex.com/workitem/21392
User slide_o_mix has updated the issue:
Status has changed from Fixed to Closed.

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

8. [Status update] Implement winsound module
http://ironpython.codeplex.com/workitem/21405
User slide_o_mix has updated the issue:
Status has changed from Fixed to Closed.

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

9. [Status update] Implement bz2 module
http://ironpython.codeplex.com/workitem/21412
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

10. [Status update] Trivial: isdigit() return "False" in IronPython with unicode object from u'\u2460' to u'\u2468'
http://ironpython.codeplex.com/workitem/23855
User slide_o_mix has updated the issue:
Status has changed from Fixed to Closed.

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

11. [Status update] AttributeError: 'struct_time' object has no attribute 'n_fields'
http://ironpython.codeplex.com/workitem/23861
User slide_o_mix has updated the issue:
Status has changed from Fixed to Closed.

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

12. [Status update] _ssl.RAND_add(x, y) should throw TypeError when x=None
http://ironpython.codeplex.com/workitem/24276
User slide_o_mix has updated the issue:
Status has changed from Fixed to Closed.

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

13. [Status update] Exception().__doc__ different from CPython
http://ironpython.codeplex.com/workitem/25155
User slide_o_mix has updated the issue:
Status has changed from Fixed to Closed.

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

14. [Status update] Pyc.py and FolderBrowserDialog
http://ironpython.codeplex.com/workitem/27118
User slide_o_mix has updated the issue:
Status has changed from Fixed to Closed.

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

15. [Status update] Hashing objects can not be created from bytearrays with 2.7
http://ironpython.codeplex.com/workitem/27903
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

16. [Status update] StackOverflowException when subclassing dict.add and dict.__setitem__
http://ironpython.codeplex.com/workitem/28084
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

17. [Status update] Compatibility: IronPython does not allow space before coding declaration
http://ironpython.codeplex.com/workitem/29193
User slide_o_mix has updated the issue:
Status has changed from Fixed to Closed.

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

18. [Status update] sys.args[0] dissapears in ipy-script compiled with pyc.py
http://ironpython.codeplex.com/workitem/30263
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

19. [Status update] [2.7 Beta 2] deepcopy(time(9, 0)) != time(9, 0)
http://ironpython.codeplex.com/workitem/30274
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

20. [Status update] NullReference bug report
http://ironpython.codeplex.com/workitem/31621
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

21. [Status update] zlib fails to compress an empty string
http://ironpython.codeplex.com/workitem/31976
User slide_o_mix has updated the issue:
Status has changed from Fixed to Closed.

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

22. [Status update] zipimport adding an extra newline to the end of every line of imported source on windows
http://ironpython.codeplex.com/workitem/32335
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

23. [Status update] Patch for pyc.py
http://ironpython.codeplex.com/workitem/32372
User slide_o_mix has updated the issue:
Status has changed from Fixed to Closed.

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

24. [Status update] ast module is broken - TypeError: object.__new__() takes no parameters
http://ironpython.codeplex.com/workitem/32408
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

25. [Status update] 2.7.2.1: ast.py fails on Lib/subprocess.py
http://ironpython.codeplex.com/workitem/32446
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

26. [Status update] 2.7.2.1 "load language" problem
http://ironpython.codeplex.com/workitem/32452
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

27. [Status update] compile does not accept AST object
http://ironpython.codeplex.com/workitem/32526
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

28. [Status update] Duplicate key in dict
http://ironpython.codeplex.com/workitem/32527
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

29. [Status update] IronPython engine fails to load under Silverlight (MethodAccessException)
http://ironpython.codeplex.com/workitem/32596
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

30. [Status update] Occasional build error for Silverlight targets
http://ironpython.codeplex.com/workitem/32602
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

31. [Status update] signal module does not work on non-Windows machines
http://ironpython.codeplex.com/workitem/32627
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

32. [Status update] Add AssemblyFoldersEx paths for other platforms
http://ironpython.codeplex.com/workitem/32749
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

33. [Status update] PEP 421 -- Adding sys.implementation
http://ironpython.codeplex.com/workitem/32786
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

34. [Status update] IronPython coding obeys PEP0263, inconsistent with Emacs
http://ironpython.codeplex.com/workitem/32856
User slide_o_mix has updated the issue:
Status has changed from Fixed to Closed.

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

35. [Status update] SQLite: InterfaceError: Unable to bind parameter 1 - unsupported type
http://ironpython.codeplex.com/workitem/32884
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

36. [Status update] sys.stdout.isatty() always returns True
http://ironpython.codeplex.com/workitem/33123
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

37. [Status update] Lower casing non-ASCII characters does not work
http://ironpython.codeplex.com/workitem/33133
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

38. [Status update] introduce support for readline module (raw input)
http://ironpython.codeplex.com/workitem/33164
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

39. [Status update] match cpython behaviour - types.ModuleType()
http://ironpython.codeplex.com/workitem/33173
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

40. [Status update] locale.setlocale does not detect/set default user locale
http://ironpython.codeplex.com/workitem/33220
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

41. [Status update] TypeError: instancemethod.__cmp__(x,y) requires y to be a 'instancemethod', not a ...
http://ironpython.codeplex.com/workitem/33622
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

42. [Status update] super() does not preserve class
http://ironpython.codeplex.com/workitem/33663
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

43. [Status update] struct.pack not threadsafe
http://ironpython.codeplex.com/workitem/33720
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

44. [Status update] ast: elif is missing lineno and col_offset attributes
http://ironpython.codeplex.com/workitem/33725
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

45. [Status update] PythonDictionary.Contains(KeyValuePair) doesn't check value
http://ironpython.codeplex.com/workitem/33904
User jdhardy has updated the issue:
Status has changed from Fixed to Closed.

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

46. [New comment] CreateEngine never returns
http://ironpython.codeplex.com/workitem/34024
User jdhardy has commented on the issue:

"<p>This might be related to https://ironpython.codeplex.com/workitem/34020. Can you provide a complete example and what version of Visual Studio you're using?</p"-----------------

47. [New issue] CPython in IronPython
http://ironpython.codeplex.com/workitem/34062
User AthanassiosAlex has proposed the issue:

"It's not really an issue what I am posting.... but hey, I think, if CPython won't ever be fully accessable from IronPython then IronPython is a dead end..... sad but true.

I'm a C# programmer and I'm using IronPython in my software....  I really appreciate that it exists, but it cannot really compeat with existin Python distribution......  and if there won't be much developement around IronPython it is going to become extinct.....

I think Microsoft is going to loose more and more market share in the area of Software development, If they are not ging to promote their product better and try to make C# the leading development platform for windows! 

CPython needs to become fully integrated and supported by IronPython, otherwise it won't ever be successful....."-----------------

48. [Status update] CPython in IronPython
http://ironpython.codeplex.com/workitem/34062
User jdhardy has updated the issue:
Status has changed from Proposed to Closed.


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



----------------------------------------------
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/20130517/69c8ef34/attachment.html>


More information about the Ironpython-users mailing list