[issue11840] Improvements to c-api/unicode documentation

2011-04-12 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue11822] Improve disassembly to show embedded code objects

2011-04-12 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: -> rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1721083] Add File - Reload

2011-04-12 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: kbk -> rhettinger keywords: +needs review -patch versions: +Python 3.3 -Python 3.2 ___ Python tracker ___ __

[issue9233] json.load failure when C optimizations aren't built

2011-04-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset d58c63ff5bb2 by Ezio Melotti in branch '2.7': #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available. http://hg.python.org/cpython/rev/d58c63ff5bb2 -- ___ Python tra

[issue11830] "import decimal" fails in Turkish locale

2011-04-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset f5d5f3f4c081 by Alexander Belopolsky in branch '3.2': Issue #11830: Remove unnecessary introspection code in the decimal module. http://hg.python.org/cpython/rev/f5d5f3f4c081 -- ___ Python tracker

[issue11830] "import decimal" fails in Turkish locale

2011-04-12 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- stage: -> committed/rejected type: -> behavior versions: +Python 3.2, Python 3.3 ___ Python tracker ___ ___

[issue10399] AST Optimization: inlining of function calls

2011-04-12 Thread Ryan Kelly
Changes by Ryan Kelly : -- nosy: +rfk ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/ma

[issue9233] json.load failure when C optimizations aren't built

2011-04-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 36e676a8541d by Ezio Melotti in branch '3.1': #9233: skip _json-specific tests when _json is not available. http://hg.python.org/cpython/rev/36e676a8541d New changeset 7019fc1a9663 by Ezio Melotti in branch '3.1': #9233: Fix json to work properly e

[issue9233] json.load failure when C optimizations aren't built

2011-04-12 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed in 2.7 and 3.1 and ported to 3.2 (b279611146d7) and 3.3 (e8e3f2b72a32). In 3.1 json was completely broken without _json, so I fixed that too. I also did some minor cleanup in ec6d881f5b02. -- resolution: -> fixed stage: needs patch -> committed/rej

[issue11840] Improvements to c-api/unicode documentation

2011-04-12 Thread Ezio Melotti
Ezio Melotti added the comment: Rewrapping the paragraphs you are changing is fine, the others can be left as they are. Patches should be against the oldest branch where they can be applied, and since this is a doc patch it can go in 2.7 and 3.1 too. Regarding the order of the codecs, I would

<    1   2