[issue17278] SIGSEGV in _heapqmodule.c

2013-02-26 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: -> rhettinger priority: normal -> high ___ Python tracker ___ ___ Python-bugs-list mailin

[issue15083] Rewrite ElementTree tests in a cleaner and safer way

2013-02-26 Thread Ezio Melotti
Ezio Melotti added the comment: > I'm just not sure how the globals help It doesn't, but if it works fine there's probably no reason to complicate (if it's complicated at all) things to change this. > even when I just want to run the pure Python code, the C module gets > imported. Why should

[issue15465] Improved documentation for C API version info

2013-02-26 Thread Kushal Das
Kushal Das added the comment: Attaching patch with the initial documentation of the macros. It also fixes the typo in the title of stable API section. -- keywords: +patch nosy: +kushaldas Added file: http://bugs.python.org/file29258/issue15465.patch

[issue17267] datetime.time support for '+' and 'now'

2013-02-26 Thread Petri Lehtinen
Petri Lehtinen added the comment: LGTM. -- stage: test needed -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue12915] Add inspect.locate and inspect.resolve

2013-02-26 Thread Vinay Sajip
Vinay Sajip added the comment: > Can you provide a couple of examples of that notation? entry_points = """ [console_scripts] pybabel = babel.messages.frontend:main [distutils.commands] compile_catalog = babel.messages.frontend:compile_catalog extract_messages = babel.messages.frontend:extract_m

[issue17269] getaddrinfo segfaults on OS X when provided with invalid arguments combinations

2013-02-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: My bug submission at Apple was closed as a duplicate of radar 13058317. Given the state of testing of getaddrinfo a testcase will be easier than expected, just pasting the call in this bugreport into the right testcase will match the style of most other check

[issue17251] LWPCookieJar load() set domain_specifed wrong

2013-02-26 Thread Demian Brecht
Demian Brecht added the comment: That was silly of me. What I /meant/ to say was that, for this specific report, it's functioning as expected. However, the logic in LWPCookieJar isn't entirely correct. As noted in the comments from libwww-perl, the reported URL is in fact, an invalid LWP cooki

[issue17267] datetime.time support for '+' and 'now'

2013-02-26 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- keywords: +needs review nosy: +belopolsky ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

<    1   2