From no_reply at codeplex.com Sat Jun 1 09:18:22 2013 From: no_reply at codeplex.com (CodePlex) Date: 1 Jun 2013 00:18:22 -0700 Subject: [Ironpython-users] IronPython, Daily Digest 5/31/2013 Message-ID: Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] Sockets are not properly closed ---------------------------------------------- ISSUES 1. [New comment] Sockets are not properly closed http://ironpython.codeplex.com/workitem/33312 User fdanny has commented on the issue: "

Is this still a known issue? It looks like a simple change. From no_reply at codeplex.com Sun Jun 2 09:18:11 2013 From: no_reply at codeplex.com (CodePlex) Date: 2 Jun 2013 00:18:11 -0700 Subject: [Ironpython-users] IronPython, Daily Digest 6/1/2013 Message-ID: Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] Sockets are not properly closed 2. [New issue] Unable to find dependency 'MICROSOFT.SCRIPTING.METADATA' (Signature='7F709C5B713576E1' Version='1.1.0.20') of assembly 'Microsoft.Dynamic.dll' ---------------------------------------------- ISSUES 1. [New comment] Sockets are not properly closed http://ironpython.codeplex.com/workitem/33312 User slide_o_mix has commented on the issue: "

I think it just needs to be verified as the best fix. You could make the change locally and compile and see if it fixes an issue you are running into. File System and select Application Folder, I have confirmed that I specified the Primary output of the project. When I build the setup project, the following warning occurs: Warning 1 Unable to find dependency 'MICROSOFT.SCRIPTING.METADATA' (Signature='7F709C5B713576E1' Version='1.1.0.20') of assembly 'Microsoft.Dynamic.dll' C:\X\Server\X.Server.WindowsServiceSetup\X.Server.WindowsServiceSetup.vdproj X.Server.WindowsServiceSetup 1) How can I stop this warning? (Why can't it find the DLL?) 2) Why does it say 1.1.0.20 instead of 1.1.0.21? I am not allowed to install IronPython. I am not allowed to have any warnings. Please help." ---------------------------------------------- ---------------------------------------------- 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: From no_reply at codeplex.com Tue Jun 4 09:20:33 2013 From: no_reply at codeplex.com (CodePlex) Date: 4 Jun 2013 00:20:33 -0700 Subject: [Ironpython-users] IronPython, Daily Digest 6/3/2013 Message-ID: Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] Sockets are not properly closed ---------------------------------------------- ISSUES 1. [New comment] Sockets are not properly closed http://ironpython.codeplex.com/workitem/33312 User jdhardy has commented on the issue: "

And a pull request would be nice too. Patches just tend to get forgotten. From michaelklein4685 at outlook.com Tue Jun 11 13:59:24 2013 From: michaelklein4685 at outlook.com (Michael Klein) Date: Tue, 11 Jun 2013 16:29:24 +0430 Subject: ADAMASTOR JOĆO CARLOS MOREIRA DE CARVALHO AUXILIADORA Message-ID: <1370967673664a67b7c078f327d1702d7740be7025@outlook.com> GUEBERTH LARESSA RAMOS FERREIRA, ELIANA DANTAS RIBEIRO, JO?O CARLOS MOREIRA DE CARVALHO, RUI ANDRADE DA SILVA, ISABELLE PEREIRA DA SILVA, NATIELLY ALEXANDRE CARNEIRO, VINICIUS CANDIDO DOS REIS, FERNANDA LEONTSINIS CARVALHO BRANCO. QUIT?RIA DA SILVA G?IS. AM?S CORSINO, ELI?ZER LEWEN, LEWEN CUST?DIA, CORSINO ADAMASTOR LEWEN. ELI?ZER GUEBERTH, TI?O MACAL?, IVAN MESQUITA, MILTON MORAES, COL? SANTANA, RAUL GAZOLLA, FERNANDO ALMEIDA, LUCCI FERREIRA, ARMANDO GERALDO, RONY RIOS, GUILHERME DUARTE, M?RCIO GARCIA, CARLOS BONOW, PASCOAL DA CONCEI??O, EDUARDO GALV?O, JOS? LEWGOY, ALEXANDRE LIUZZI BALDESSIN, ADAMANTINO. BREJETUBA, ITABIRITO, JA?AN? IPATINGA. AM?S BALDESSIN, ADAMANTINO. BREJETUBA, ITABIRITO, JA?AN? JO?O CARLOS MOREIRA DE CARVALHO PARAOPEBA QUIT?RIA DA SILVA G?IS B?RBARO GUEBERTH, CORSINO LEWEN. From vernondcole at gmail.com Thu Jun 13 20:45:22 2013 From: vernondcole at gmail.com (Vernon D. Cole) Date: Thu, 13 Jun 2013 19:45:22 +0100 Subject: [Ironpython-users] Restriction on adodbapi remote module when used with Pyro4 2.20 Message-ID: Anyone trying the new ADO remote/proxy feature of adodbapi to serve an ADO database to a Linux or Windows client: Pyro 2.20 (just released) uses a new serializer which does not handle decimal or datetime data types. If you update your Pyro4, you need to switch back to the old pickle serializer by defining the environment variable PYRO_SERIALIZER=pickle -- Vernon Cole -------------- next part -------------- An HTML attachment was scrubbed... URL: From no_reply at codeplex.com Sat Jun 15 09:24:06 2013 From: no_reply at codeplex.com (CodePlex) Date: 15 Jun 2013 00:24:06 -0700 Subject: [Ironpython-users] IronPython, Daily Digest 6/14/2013 Message-ID: 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 ---------------------------------------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 7. [Status update] Implement _bisect module http://ironpython.codeplex.com/workitem/21392 User slide_o_mix has updated the issue: Status has changed from Closed to Resolved. ----------------- 8. [Status update] Implement winsound module http://ironpython.codeplex.com/workitem/21405 User slide_o_mix has updated the issue: Status has changed from Closed to Resolved. ----------------- 9. [Status update] Implement bz2 module http://ironpython.codeplex.com/workitem/21412 User jdhardy has updated the issue: Status has changed from Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 20. [Status update] NullReference bug report http://ironpython.codeplex.com/workitem/31621 User jdhardy has updated the issue: Status has changed from Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 28. [Status update] Duplicate key in dict http://ironpython.codeplex.com/workitem/32527 User jdhardy has updated the issue: Status has changed from Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 33. [Status update] PEP 421 -- Adding sys.implementation http://ironpython.codeplex.com/workitem/32786 User jdhardy has updated the issue: Status has changed from Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 39. [Status update] match cpython behaviour - types.ModuleType() http://ironpython.codeplex.com/workitem/33173 User jdhardy has updated the issue: Status has changed from Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 42. [Status update] super() does not preserve class http://ironpython.codeplex.com/workitem/33663 User jdhardy has updated the issue: Status has changed from Closed to Resolved. ----------------- 43. [Status update] struct.pack not threadsafe http://ironpython.codeplex.com/workitem/33720 User jdhardy has updated the issue: Status has changed from Closed to Resolved. ----------------- 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 Closed to Resolved. ----------------- 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 Closed to Resolved. ---------------------------------------------- ---------------------------------------------- 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: From curt at hagenlocher.org Mon Jun 17 02:02:38 2013 From: curt at hagenlocher.org (Curt Hagenlocher) Date: Sun, 16 Jun 2013 17:02:38 -0700 Subject: [Ironpython-users] Python 3 pickle format Message-ID: I could probably look this up, but I'm feeling lazy :). Does IronPython have code yet to support protocol format 3 for pickling? Thanks, -Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: From no_reply at codeplex.com Fri Jun 21 09:18:36 2013 From: no_reply at codeplex.com (CodePlex) Date: 21 Jun 2013 00:18:36 -0700 Subject: [Ironpython-users] IronPython, Daily Digest 6/20/2013 Message-ID: Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New issue] StackOverflow with continue from try..except ---------------------------------------------- ISSUES 1. [New issue] StackOverflow with continue from try..except http://ironpython.codeplex.com/workitem/34186 User shacktoms has proposed the issue: "We are running IronPython 2.7.3. We have been getting a StackOverflow error, which we have reduced to the attached program. It only crashes when run under ipy64, without -X:Debug. The crash is very easy to make go away, with seemingly innocuous modifications to the program, and different builds of IronPython 2.7.2 (e.g. a debug build) produce different behavior and the program will need some modification in order to exhibit the crash. I have never seen the problem with ipy.exe, only with ipy64.exe. But if I put this program, excon1.py, in my C:\Program Files (x86)\IronPython 2.7 folder, start a command prompt in that folder and type ipy64 excon1.py I see... Process is terminated due to StackOverflowException. It doesn't go very far before overflowing the stack. On my machine I can reduce the range(1000) to range(50) and still see the crash. ===excon1.py=== def f(j): raise Exception("test") for j in range(1000): try: f(j) except: continue print "finished" " ---------------------------------------------- ---------------------------------------------- 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: From no_reply at codeplex.com Sat Jun 22 09:18:06 2013 From: no_reply at codeplex.com (CodePlex) Date: 22 Jun 2013 00:18:06 -0700 Subject: [Ironpython-users] IronPython, Daily Digest 6/21/2013 Message-ID: Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New issue] locale.strxfrm doesn't work ---------------------------------------------- ISSUES 1. [New issue] locale.strxfrm doesn't work http://ironpython.codeplex.com/workitem/34188 User paweljasinski has proposed the issue: "locale.strxfrm for locale other than ascii doesn't work In the following example, sorted should return the same results IronPython 2.7.4a1 (2.7.0.40) on .NET 4.0.30319.296 (32-bit) Type "help", "copyright", "credits" or "license" for more information. >>> import locale >>> locale.setlocale(locale.LC_COLLATE,"de_CH") 'de_CH' >>> print sorted([u'a', u'z', u'?'], cmp=locale.strcoll) ['a', u'\xe4', 'z'] >>> print sorted([u'a', u'z', u'?'], key=locale.strxfrm) ['a', 'z', u'\xe4'] For now the workaround is to use cmp instead. However cmp is gone in 3.x. In this case the following can be used as quick workaround: >>> import functools >>> print sorted([u'a', u'z', u'?'], key=functools.cmp_to_key(locale.strcoll)) ['a', u'\xe4', 'z'] code inspection reveals: [Documentation(@"returns a transformed string that can be compared using the built-in cmp. Currently returns the string unmodified")] public static object strxfrm(string @string) { return @string; } " ---------------------------------------------- ---------------------------------------------- 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: From no_reply at codeplex.com Sun Jun 23 09:20:08 2013 From: no_reply at codeplex.com (CodePlex) Date: 23 Jun 2013 00:20:08 -0700 Subject: [Ironpython-users] IronPython, Daily Digest 6/22/2013 Message-ID: Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New issue] Does anyone use IronPython binaries without installation?!? ---------------------------------------------- ISSUES 1. [New issue] Does anyone use IronPython binaries without installation?!? http://ironpython.codeplex.com/workitem/34195 User wildrumpus has proposed the issue: "I posted a problem three weeks ago due to using the binaries as opposed to installing IronPython and have not yet received a reply. Does anyone do this successfully? If so, what version are you using?" ---------------------------------------------- ---------------------------------------------- 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: From no_reply at codeplex.com Mon Jun 24 09:20:11 2013 From: no_reply at codeplex.com (CodePlex) Date: 24 Jun 2013 00:20:11 -0700 Subject: [Ironpython-users] IronPython, Daily Digest 6/23/2013 Message-ID: Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [Status update] Implement winsound module 2. [Status update] Does anyone use IronPython binaries without installation?!? 3. [New issue] ast.parse fails on semicolon ---------------------------------------------- ISSUES 1. [Status update] Implement winsound module http://ironpython.codeplex.com/workitem/21405 User slide_o_mix has updated the issue: Status has changed from Resolved to Closed with the following comment, "Implemented"----------------- 2. [Status update] Does anyone use IronPython binaries without installation?!? http://ironpython.codeplex.com/workitem/34195 User slide_o_mix has updated the issue: Status has changed from Proposed to Closed with the following comment, "Please use the mailing list for questions. You also don't reference what issue you 'posted' three weeks ago."----------------- 3. [New issue] ast.parse fails on semicolon http://ironpython.codeplex.com/workitem/34196 User Demon has proposed the issue: "Trying to parse code containing line separating semicolons results in this error message- "TypeError: Unexpected statement type: IronPython.Compiler.Ast.SuiteStatement" Reproduction code: import ast ast.parse("a = 0;b = 0") IPy version: IronPython 2.7.3 (2.7.0.40) on .NET 4.0.30319.296 (32-bit)" ---------------------------------------------- ---------------------------------------------- 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: From endrepaanoe at yahoo.no Sat Jun 22 12:57:24 2013 From: endrepaanoe at yahoo.no (Endre Paanoe) Date: Sat, 22 Jun 2013 11:57:24 +0100 (BST) Subject: [Ironpython-users] issue with ironpython and silverlight Message-ID: <1371898644.6661.YahooMailNeo@web171502.mail.ir2.yahoo.com> Here is my problem: When I try to view the file :?http://www.voidspace.org.uk/ironpython/minimal2/index.html?it works fine...however, when I download it, and try to run it locally, the .xap file doesn't seem to load. When I start iis, and place all there, it still doesn't load the .xap file. When I modify the index.html file to load the .xap file (and the js files etc) from the voidspace.org webpage, it still doesn't load... I tried to run the example with chiron /w, and it told me that I was missing System.Numerics.dll. I found this .dll file, and copied to the app directory. Then there was no error message, but when I started it in a browser, it still doesn't show anything. (Or. it shows a loading, but then it goes blank) Do any of you guys perhaps have any tips towards, what I am doing wrong? It feels like somekind of security issue... ? Best regards Endre -------------- next part -------------- An HTML attachment was scrubbed... URL: From jdhardy at gmail.com Mon Jun 24 21:17:48 2013 From: jdhardy at gmail.com (Jeff Hardy) Date: Mon, 24 Jun 2013 12:17:48 -0700 Subject: [Ironpython-users] issue with ironpython and silverlight In-Reply-To: <1371898644.6661.YahooMailNeo@web171502.mail.ir2.yahoo.com> References: <1371898644.6661.YahooMailNeo@web171502.mail.ir2.yahoo.com> Message-ID: It could be a versioning issue; check what version of SL you have, and what version(s) you're building against. Honestly, SL is a barely maintained; it never had a good test infrastructure, and nobody has stepped up to provide support for it. - Jeff On Sat, Jun 22, 2013 at 3:57 AM, Endre Paanoe wrote: > Here is my problem: > When I try to view the file : > http://www.voidspace.org.uk/ironpython/minimal2/index.html it works > fine...however, when I download it, and try to run it locally, the .xap > file doesn't seem to load. When I start iis, and place all there, it still > doesn't load the .xap file. When I modify the index.html file to load the > .xap file (and the js files etc) from the voidspace.org webpage, it still > doesn't load... > > I tried to run the example with chiron /w, and it told me that I was > missing System.Numerics.dll. I found this .dll file, and copied to the app > directory. Then there was no error message, but when I started it in a > browser, it still doesn't show anything. (Or. it shows a loading, but then > it goes blank) > > Do any of you guys perhaps have any tips towards, what I am doing wrong? > It feels like somekind of security issue... > > Best regards Endre > > _______________________________________________ > Ironpython-users mailing list > Ironpython-users at python.org > http://mail.python.org/mailman/listinfo/ironpython-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From endrepaanoe at yahoo.no Mon Jun 24 23:02:15 2013 From: endrepaanoe at yahoo.no (Endre Paanoe) Date: Mon, 24 Jun 2013 22:02:15 +0100 (BST) Subject: [Ironpython-users] Vedr: issue with ironpython and silverlight In-Reply-To: References: <1371898644.6661.YahooMailNeo@web171502.mail.ir2.yahoo.com> Message-ID: <1372107735.734.YahooMailNeo@web171506.mail.ir2.yahoo.com> Yes, I suspected that. My last silverlight installation is 5, and my last .net 4.5 (ofcourse, I got into this "since it doesn't work, let me try to install everything" trap). What puzzles me is; If a view the silverlight xpa file from the web, it does work. If I download it, (and the associated files) and try to run the files from my computer, it don't! I don't understand why, after all, most of it seems like a zip file and some js files. ________________________________ Fra: Jeff Hardy Til: Endre Paanoe Kopi: "ironpython-users at python.org" Sendt: Mandag, 24. juni 2013 21.17 Emne: Re: [Ironpython-users] issue with ironpython and silverlight It could be a versioning issue; check what version of SL you have, and what version(s) you're building against. Honestly, SL is a barely maintained; it never had a good test infrastructure, and nobody has stepped up to provide support for it. - Jeff On Sat, Jun 22, 2013 at 3:57 AM, Endre Paanoe wrote: Here is my problem: >When I try to view the file :?http://www.voidspace.org.uk/ironpython/minimal2/index.html?it works fine...however, when I download it, and try to run it locally, the .xap file doesn't seem to load. When I start iis, and place all there, it still doesn't load the .xap file. When I modify the index.html file to load the .xap file (and the js files etc) from the voidspace.org webpage, it still doesn't load... > > >I tried to run the example with chiron /w, and it told me that I was missing System.Numerics.dll. I found this .dll file, and copied to the app directory. Then there was no error message, but when I started it in a browser, it still doesn't show anything. (Or. it shows a loading, but then it goes blank) > > >Do any of you guys perhaps have any tips towards, what I am doing wrong? It feels like somekind of security issue... > >? >Best regards Endre >_______________________________________________ >Ironpython-users mailing list >Ironpython-users at python.org >http://mail.python.org/mailman/listinfo/ironpython-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jdhardy at gmail.com Mon Jun 24 23:16:55 2013 From: jdhardy at gmail.com (Jeff Hardy) Date: Mon, 24 Jun 2013 14:16:55 -0700 Subject: [Ironpython-users] issue with ironpython and silverlight In-Reply-To: <1372107735.734.YahooMailNeo@web171506.mail.ir2.yahoo.com> References: <1371898644.6661.YahooMailNeo@web171502.mail.ir2.yahoo.com> <1372107735.734.YahooMailNeo@web171506.mail.ir2.yahoo.com> Message-ID: On Mon, Jun 24, 2013 at 2:02 PM, Endre Paanoe wrote: > Yes, I suspected that. My last silverlight installation is 5, and my last > .net 4.5 (ofcourse, I got into this "since it doesn't work, let me try to > install everything" trap). > > What puzzles me is; If a view the silverlight xpa file from the web, it > does work. If I download it, (and the associated files) and try to run the > files from my computer, it don't! I don't understand why, after all, most > of it seems like a zip file and some js files. > In that case it's probably a server issue - I don't know what the details are, but you probably need to tell IIS what MIME type to use for XAP files. - Jeff -------------- next part -------------- An HTML attachment was scrubbed... URL: From rome at Wintellect.com Mon Jun 24 23:20:19 2013 From: rome at Wintellect.com (Keith Rome) Date: Mon, 24 Jun 2013 21:20:19 +0000 Subject: [Ironpython-users] Vedr: issue with ironpython and silverlight In-Reply-To: <1372107735.734.YahooMailNeo@web171506.mail.ir2.yahoo.com> Message-ID: Sounds like it might be a problem with your Intranet security zone settings in IE (assuming you are using IE). We use IP in Silverlight, but it is a secondary compilation target (WPF is primary). It still works as far as I know. Keith Rome Senior Consultant and Architect MCPD-EAD, MCSD, MCDBA, MCTS-WPF, MCTS-TFS, MCTS-WSS Wintellect | 770.617.4016 | krome at wintellect.com www.wintellect.com From: Endre Paanoe > Reply-To: Endre Paanoe > Date: Monday, June 24, 2013 5:02 PM To: Jeff Hardy > Cc: "ironpython-users at python.org" > Subject: [Ironpython-users] Vedr: issue with ironpython and silverlight Yes, I suspected that. My last silverlight installation is 5, and my last .net 4.5 (ofcourse, I got into this "since it doesn't work, let me try to install everything" trap). What puzzles me is; If a view the silverlight xpa file from the web, it does work. If I download it, (and the associated files) and try to run the files from my computer, it don't! I don't understand why, after all, most of it seems like a zip file and some js files. ________________________________ Fra: Jeff Hardy > Til: Endre Paanoe > Kopi: "ironpython-users at python.org" > Sendt: Mandag, 24. juni 2013 21.17 Emne: Re: [Ironpython-users] issue with ironpython and silverlight It could be a versioning issue; check what version of SL you have, and what version(s) you're building against. Honestly, SL is a barely maintained; it never had a good test infrastructure, and nobody has stepped up to provide support for it. - Jeff On Sat, Jun 22, 2013 at 3:57 AM, Endre Paanoe > wrote: Here is my problem: When I try to view the file : http://www.voidspace.org.uk/ironpython/minimal2/index.html it works fine...however, when I download it, and try to run it locally, the .xap file doesn't seem to load. When I start iis, and place all there, it still doesn't load the .xap file. When I modify the index.html file to load the .xap file (and the js files etc) from the voidspace.org webpage, it still doesn't load... I tried to run the example with chiron /w, and it told me that I was missing System.Numerics.dll. I found this .dll file, and copied to the app directory. Then there was no error message, but when I started it in a browser, it still doesn't show anything. (Or. it shows a loading, but then it goes blank) Do any of you guys perhaps have any tips towards, what I am doing wrong? It feels like somekind of security issue... Best regards Endre _______________________________________________ Ironpython-users mailing list Ironpython-users at python.org http://mail.python.org/mailman/listinfo/ironpython-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From matthew.baker at ecoult.com Tue Jun 25 00:31:36 2013 From: matthew.baker at ecoult.com (Matthew Baker) Date: Mon, 24 Jun 2013 22:31:36 +0000 Subject: [Ironpython-users] Sphinx Message-ID: <3cf6ad4df214475aadf5ce2fcec256c3@SIXPR03MB047.apcprd03.prod.outlook.com> Hi there, I have attempted with little success to get Sphinx operational for IronPython. The major issue seems to me to be surrounding pickling and unpickling of key files in the Sphinx build process. I was wondering if any else has or has attempted to get Sphinx up and running under IronPython or alternatively have any details on gotchyas when using pickle with IronPython. Any help on this issue will be greatly appreciated. Matthew Baker -------------- next part -------------- An HTML attachment was scrubbed... URL: From no_reply at codeplex.com Tue Jun 25 09:20:10 2013 From: no_reply at codeplex.com (CodePlex) Date: 25 Jun 2013 00:20:10 -0700 Subject: [Ironpython-users] IronPython, Daily Digest 6/24/2013 Message-ID: Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] hashlib update really slow 2. [New comment] hashlib update really slow 3. [New comment] ast.parse fails on semicolon 4. [New comment] ast.parse fails on semicolon 5. [New issue] Can't install 2.6.2 for .Net 4.0 - can't find wininst-9.0.exe 6. [New comment] Can't install 2.6.2 for .Net 4.0 - can't find wininst-9.0.exe ---------------------------------------------- ISSUES 1. [New comment] hashlib update really slow http://ironpython.codeplex.com/workitem/34022 User clayton123 has commented on the issue: "

This is probably only part of the problem, but the modules I've tried in hashlib (md5, sha256, and sha512) all seem to have a strange linear increase in how long it takes to call update(). Try this test code:
```
import hashlib
from time import clock

buffer = ' '*1024
hash_count = 10000
hasher = hashlib.md5()
output = open( 'linear_growth.txt', 'wt' )
while hash_count > 0:
start = clock()
hasher.update( buffer )
finish = clock() - start
print >> output, finish
hash_count -= 1
output.close()
```
When I run this on my machine (64 bit Windows Server 2008 with IronPython 2.7.3) and look at the timing data there is a very clear linear growth that suggests each call to update takes (on average) around 3.5 usec longer than the one before. The graphs are different between ipy and ipy64, but the growth trend is the same. Very strange.Clayton123

thanks for the test code. Indeed I can reproduce the linear growth phenomenon. The plot of the time per update vs iteration number looks like an escalator. In fact, one can see detect multiple trend lines all with the same slope. Very weird.I think you have to update to 2.7.4 beta 1. Here is what I am getting:

C:\Program Files\Console2>ipy
IronPython 2.7.4a1 (2.7.0.40) on .NET 4.0.30319.296 (32-bit)
Type "help", "copyright", "credits" or "license" for more information.
>>> import ast
>>> m=ast.parse("a = 1;b = 2")
>>> c=compile(m,"",mode="exec")
>>> exec c
>>> a,b
(1, 2)
```
C:\Program Files\Console2>ipy
IronPython 2.7.4a1 (2.7.0.40) on .NET 4.0.30319.296 (32-bit)
Type "help", "copyright", "credits" or "license" for more information.
>>> import ast
>>> m=ast.parse("a = 1;b = 2")
>>> c=compile(m,"",mode="exec")
>>> exec c
>>> a,b
(1, 2)
```
sorry for the formatting, but I don't know how to edit my own posts I wonder why it is File_wininst_9.0.exe? why 'File_ ' is appended to wininst9.0.exe? From jdhardy at gmail.com Tue Jun 25 19:00:54 2013 From: jdhardy at gmail.com (Jeff Hardy) Date: Tue, 25 Jun 2013 10:00:54 -0700 Subject: [Ironpython-users] Sphinx In-Reply-To: <3cf6ad4df214475aadf5ce2fcec256c3@SIXPR03MB047.apcprd03.prod.outlook.com> References: <3cf6ad4df214475aadf5ce2fcec256c3@SIXPR03MB047.apcprd03.prod.outlook.com> Message-ID: On Mon, Jun 24, 2013 at 3:31 PM, Matthew Baker wrote: > Hi there,**** > > **** > > I have attempted with little success to get Sphinx operational for > IronPython. The major issue seems to me to be surrounding pickling and > unpickling of key files in the Sphinx build process. I was wondering if any > else has or has attempted to get Sphinx up and running under IronPython or > alternatively have any details on gotchyas when using pickle with > IronPython. > I don't think IronPython supports the latest pickle format, so that might be an issue. Sphinx would be very nice to have working (since I'd like to use it for IronPython's documentation) so if you need any help, be sure to ask. - Jeff -------------- next part -------------- An HTML attachment was scrubbed... URL: From endrepaanoe at yahoo.no Tue Jun 25 22:54:00 2013 From: endrepaanoe at yahoo.no (Endre Paanoe) Date: Tue, 25 Jun 2013 21:54:00 +0100 (BST) Subject: [Ironpython-users] Vedr: Vedr: issue with ironpython and silverlight In-Reply-To: References: <1372107735.734.YahooMailNeo@web171506.mail.ir2.yahoo.com> Message-ID: <1372193640.16892.YahooMailNeo@web171501.mail.ir2.yahoo.com> Hmmm...I tried to run it both in IE and Chrome (The strange thing is that for the supplied link it works well for both of them) when I download it, and when I try to run it locally (or from iis or chiron) it does not. Even when I change the url so it should point to the mail address where a version which is working is located, it does not work. Could it be something with my version of windows? (but that does not explain why the remote one, ?http://www.voidspace.org.uk/ironpython/minimal2/index.html?does work) ________________________________ Fra: Keith Rome Til: Endre Paanoe ; Jeff Hardy Kopi: "ironpython-users at python.org" Sendt: Mandag, 24. juni 2013 23.20 Emne: Re: [Ironpython-users] Vedr: issue with ironpython and silverlight Sounds like it might be a problem with your Intranet security zone settings in IE (assuming you are using IE). We use IP in Silverlight, but it is a secondary compilation target (WPF is primary). It still works as far as I know. Keith Rome Senior Consultant and Architect MCPD-EAD, MCSD, MCDBA, MCTS-WPF, MCTS-TFS, MCTS-WSS Wintellect | 770.617.4016 |?krome at wintellect.com www.wintellect.com From: Endre Paanoe Reply-To: Endre Paanoe Date: Monday, June 24, 2013 5:02 PM To: Jeff Hardy Cc: "ironpython-users at python.org" Subject: [Ironpython-users] Vedr: issue with ironpython and silverlight Yes, I suspected that. My last silverlight installation is 5, and my last .net 4.5 (ofcourse, I got into this "since it doesn't work, let me try to install everything" trap). What puzzles me is; If a view the silverlight xpa file from the web, it does work. If I download it, (and the associated files) and try to run the files from my computer, it don't! I don't understand why, after all, most of it seems like a zip file and some js files. ________________________________ Fra: Jeff Hardy Til: Endre Paanoe Kopi: "ironpython-users at python.org" Sendt: Mandag, 24. juni 2013 21.17 Emne: Re: [Ironpython-users] issue with ironpython and silverlight It could be a versioning issue; check what version of SL you have, and what version(s) you're building against. Honestly, SL is a barely maintained; it never had a good test infrastructure, and nobody has stepped up to provide support for it. - Jeff On Sat, Jun 22, 2013 at 3:57 AM, Endre Paanoe wrote: Here is my problem: >When I try to view the file :?http://www.voidspace.org.uk/ironpython/minimal2/index.html?it works fine...however, when I download it, and try to run it locally, the .xap file doesn't seem to load. When I start iis, and place all there, it still doesn't load the .xap file. When I modify the index.html file to load the .xap file (and the js files etc) from the voidspace.org webpage, it still doesn't load... > > >I tried to run the example with chiron /w, and it told me that I was missing System.Numerics.dll. I found this .dll file, and copied to the app directory. Then there was no error message, but when I started it in a browser, it still doesn't show anything. (Or. it shows a loading, but then it goes blank) > > >Do any of you guys perhaps have any tips towards, what I am doing wrong? It feels like somekind of security issue... > >? >Best regards Endre >_______________________________________________ >Ironpython-users mailing list >Ironpython-users at python.org >http://mail.python.org/mailman/listinfo/ironpython-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From no_reply at codeplex.com Wed Jun 26 09:28:53 2013 From: no_reply at codeplex.com (CodePlex) Date: 26 Jun 2013 00:28:53 -0700 Subject: [Ironpython-users] IronPython, Daily Digest 6/25/2013 Message-ID: Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] Make PythonHiddenAttribute public 2. [New comment] Sockets are not properly closed 3. [New comment] Discrepancy in dict __delitem__ vs CPython 4. [New comment] StackOverflow with continue from try..except ---------------------------------------------- ISSUES 1. [New comment] Make PythonHiddenAttribute public http://ironpython.codeplex.com/workitem/33073 User jdhardy has commented on the issue: "

Fixed in 5583901.Fixed in 6a5c1f0.Fixed in b19f90f.I did some poking around and found that the problem seems to be this. The generated code for an except clause includes a "LeaveExceptionHandler" instruction. The code for the "continue" appears to create a branch that skips this instruction. The result is that Interpreter.HandleException never returns to Interpreter.Run, but instead continues to execute the frame within its loop. Then, on the next iteration, the raised Python exception causes Interpreter.HandleException to call itself recursively. The stack thus fills with recursive calls to Interpreter.HandleException.

I also found that this problem also exists in ipy.exe, perhaps I didn't see it earlier because its stack is effectively deeper (maybe this is because the stack frames are smaller).

Because I thought the problem might arise from the "goto nature" of "continue", and exception handling might be different, I tried a workaround using an exception handling equivalent to the "continue" statement. That is in excon3.py. However, this didn't work, so it appears the problem is more pervasive than just "continue". A workaround using a flag, placing the continue outside the except, did work.

===excon3.py===
```
class Continue(Exception):
pass

def f(j):
raise Exception("test")

for j in range(1000):
try:
try:
f(j)
except:
raise Continue()
except Continue:
pass

print "finished"
```
From dinov at microsoft.com Wed Jun 26 19:09:37 2013 From: dinov at microsoft.com (Dino Viehland) Date: Wed, 26 Jun 2013 17:09:37 +0000 Subject: [Ironpython-users] [ANN] Python Tools for Visual Studio 2.0 Beta Message-ID: We're pleased to announce the release of Python Tools for Visual Studio 2.0 Beta (https://pytools.codeplex.com/releases/view/103101). Python Tools for Visual Studio (PTVS) is an open-source plug-in for Visual Studio which supports programming with the Python language. PTVS supports a broad range of features including CPython/IronPython, Edit/Intellisense/Debug/Profile, Cloud, HPC, IPython, and cross platform debugging support. For a quick overview of the general IDE experience, please watch this video: http://www.youtube.com/watch?v=TuewiStNT0M. There are a number of exciting improvement in this release compared to 1.5, all based on your feedback & suggestions. Here's a summary: NOTE - this is a Beta release which is primarily meant for feedback purposes and has not been tested as much as the 1.5.x RTM releases! This release works with all three VS2010, VS2012 and VS2013. Beta limitations are noted in the corresponding docs for each feature. Please try these bits and let us know what you think! Debugging * New - Mixed-mode debugging! Alpha introduced remote debugging on Linux and MacOS. Beta introduces mixed Python and C/C++ debugging. Please refer to the documentation or this video: http://www.youtube.com/watch?v=wvJaKQ94lBY IDE * New - "Python Environments": Please refer to the documentation or this video for an overview: http://www.youtube.com/watch?v=L1bk7t9YDkE * "Interpreters" window: quickly see a global view of your installed interpreters and switch between them. * Vastly improved Virtual Env support: easily and quickly create silo'd environments for installing packages in your project. * Associate different Interpreters with your Project and quickly switch between them. * Various Intellisense improvements. Please refer to the documentation or this video for an overview: http://www.youtube.com/watch?v=TFxRSV9cucM Cloud * Improvements to Django support for Azure Web Sites and Cloud Service - you can now publish a Django site to Azure with minimum number of clicks. Azure provides free hosting to kick the tires. Please refer to the documentation or this video for an overview: http://www.youtube.com/watch?v=S7A7VNnsA_8 * Various bug fixes to the Azure SDK for Windows, Linux and MacOS. General * New - Starting with VS2013, we're happy to announce that PTVS is "in the box". This means when you install Visual Studio, there is a an existing "Python" download link which will install PTVS for you. * New - Survey/News feature. This experimental feature will periodically push News items such as "We just posted a new video on Python Debugging: ", or mini surveys such as "Do you think PTVS 2.0 RC is ready to ship? Yes No". You are in full control of this feature and can turn it off permanently. No user identifiable information is collected. Whenever we need any, we just ask the NSA. * Various bug fixes and improvements. For a list of known issues for this release, please see each feature's docs. We'd like to thank the following people who took the time to report the issues and feedback for this release: aperception, ardakkolcak, atilev, bbusacker, bde_fft, bveldkamp, Crazometer, cvolzke, delind, fwkz, golubdr, JandalDoe, jmfrank63, joxn, mcdevitts, miloslavbeno, mmclark, newfound, Nirmal4G, noam0101, pasmocko, salbright, shoejunk, soyiharu, tffung, VadimC. -------------- next part -------------- An HTML attachment was scrubbed... URL: From no_reply at codeplex.com Thu Jun 27 09:20:14 2013 From: no_reply at codeplex.com (CodePlex) Date: 27 Jun 2013 00:20:14 -0700 Subject: [Ironpython-users] IronPython, Daily Digest 6/26/2013 Message-ID: Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] Support Windows 8 'Metro' ---------------------------------------------- ISSUES 1. [New comment] Support Windows 8 'Metro' http://ironpython.codeplex.com/workitem/31783 User yhtomit has commented on the issue: "

Pretty pretty please :) From no_reply at codeplex.com Sun Jun 30 09:19:29 2013 From: no_reply at codeplex.com (CodePlex) Date: 30 Jun 2013 00:19:29 -0700 Subject: [Ironpython-users] IronPython, Daily Digest 6/29/2013 Message-ID: Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] different prints for u'\xa0' against python2.7.3 2. [New comment] eval() function doesn't work as expected ---------------------------------------------- ISSUES 1. [New comment] different prints for u'\xa0' against python2.7.3 http://ironpython.codeplex.com/workitem/33030 User paweljasinski has commented on the issue: "

With my current settings and 2.7.4 alpha 1 I am getting expected results:

```
c:\github\IronLanguages\Languages\IronPython>ipy
IronPython 2.7.4a2 DEBUG (2.7.0.40) on .NET 4.0.30319.296 (32-bit)
Type "help", "copyright", "credits" or "license" for more information.
>>> nbsp='\xa0'
>>> print nbsp

>>> print len(nbsp)
1
>>> nbsp
u'\xa0'
>>> import locale
>>> locale.getdefaultlocale()
('en_US', 'cp1252')
```This looks like it is fixed in 2.7.4 alpha 1:
```
c:\github\IronLanguages\Languages\IronPython>ipy
IronPython 2.7.4a2 DEBUG (2.7.0.40) on .NET 4.0.30319.296 (32-bit)
Type "help", "copyright", "credits" or "license" for more information.
>>> f=lambda: x+1
>>> eval(f.func_code, {'x':1})
2
```