[issue25017] htmllib deprecated: Which library to use? Missing sane default in docs

2015-11-06 Thread Martin Panter
Martin Panter added the comment: David: are you saying you like the first patch better (ignoring the markup mistakes)? -- ___ Python tracker ___

[issue18010] pydoc search chokes on import errors

2015-11-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1ab20d3c9dc6 by Martin Panter in branch '2.7': Issue #18010: Fix pydoc GUI search to handle package exceptions https://hg.python.org/cpython/rev/1ab20d3c9dc6 -- ___ Python tracker

[issue18010] pydoc search chokes on import errors

2015-11-06 Thread Martin Panter
Changes by Martin Panter : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue23360] Content-Type when sending data with urlopen()

2015-11-06 Thread Martin Panter
Martin Panter added the comment: Patch 4 is just updated to avoid conflicts with the current code. Changes are the same. -- versions: +Python 3.6 Added file: http://bugs.python.org/file40968/non-urlencoded.4.patch ___ Python tracker

[issue23360] Content-Type when sending data with urlopen()

2015-11-06 Thread Martin Panter
Martin Panter added the comment: Spotted a docstring that needed updating -- Added file: http://bugs.python.org/file40969/non-urlencoded.5.patch ___ Python tracker ___ __

[issue24802] int and float constructing from non NUL-terminated buffer

2015-11-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Yes, looks as this issue is not related to 2.7. -- assignee: serhiy.storchaka -> martin.panter versions: -Python 2.7 ___ Python tracker ___ _

[issue25550] RecursionError in re with '(' * 500

2015-11-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I think it is possible to make the parser non-recursive, but without reports about such real-world problems it looks premature and just will complicate the code. For years before 3.5 there was a limitation on only 100 capturing groups. -- __

<    1   2