[issue6753] Python 3.1.1 test_cmd_line fails on Fedora 11

2011-11-28 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: Is this still an issue? -- nosy: +ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6753 ___

[issue6816] Provide CPython command line functionality via runpy module

2011-11-28 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: -- nosy: +eric.snow ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6816 ___ ___ Python-bugs-list

[issue5654] Add C hook in PyDict_SetItem for debuggers

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- stage: - needs patch type: - feature request versions: +Python 3.3 -Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5654 ___

[issue7074] Turtle module crashes python

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- versions: +Python 3.3 -Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7074 ___ ___

[issue6899] Base.replace breaks tree

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- stage: - patch review type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6899 ___

[issue11374] pkgutil.extend_path do not recognize py{c,o} file

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- stage: - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11374 ___ ___

[issue12014] str.format parses replacement field incorrectly

2011-11-28 Thread Ben Wolfson
Ben Wolfson wolf...@gmail.com added the comment: I just noticed that the patch labelled strformat-as-document is actually the same as the other one, owing to my incompetence. Anyway, as far as I can tell the patches would have to be reworked in the light of recent changes anyway. I am willing

[issue13493] Import error with embedded python on AIX 6.1

2011-11-28 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: Is the man page really displayed during compilation? It's a bit weird that the CC compiler behaves this way. Is this common behavior on AIX? By the way, you are already in the make command; the output you show is made during

[issue3932] HTMLParser cannot handle '' and non-ascii characters in attribute names

2011-11-28 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: I'll change this in a doc issue then. Any suggestions about the wording? Adding Passing unicode strings is suggested/advised/preferred. in the .feed() section is a bit vague, and mentioning the problem (with str it might break in some

[issue1040439] Missing documentation on How To Link With libpython

2011-11-28 Thread Eli Bendersky
Changes by Eli Bendersky eli...@gmail.com: -- nosy: +eli.bendersky ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1040439 ___ ___ Python-bugs-list

[issue5654] Add C hook in PyDict_SetItem for debuggers

2011-11-28 Thread Raymond Hettinger
Raymond Hettinger raymond.hettin...@gmail.com added the comment: Can this be closed? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5654 ___ ___

<    1   2