[issue14134] xmlrpc.client.ServerProxy needs timeout parameter

2014-12-16 Thread Andrej A Antonov
Andrej A Antonov added the comment: good patch (issue14134.patch) ! thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue22980] C extension naming doesn't take bitness into account

2014-12-16 Thread Nick Coghlan
Nick Coghlan added the comment: As far as PEP 425 goes, we handwaved a *lot* in order to be able to improve the user experience of the CPython Windows and Mac OS X binary installers by pairing them up with wheel files on PyPI. That handwaving is the key reason wheels for other platforms are st

[issue23072] 2.7.9 multiprocessing compile conflict

2014-12-16 Thread aab
aab added the comment: Oh mud in face is me (:@{). The problem exists but I exacerbated it with some patches that worked with the 2.4.3 distribution - removed them. There is, however, a bit of a saving grace. An #if/#else/#endif near the top of multiprocessor.c #defines "HAVE_FD_TRANSFER to

[issue23071] codecs.__all__ incomplete

2014-12-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Yes, only documented names should be in __all__. Do you want to provide a patch Martin? Suggestion: first filter names which are contained in codecs.rst. -- keywords: +easy nosy: +serhiy.storchaka stage: -> needs patch versions: +Python 2.7, Python 3

[issue23071] codecs.__all__ incomplete

2014-12-16 Thread Martin Panter
Martin Panter added the comment: Okay I will try and make a patch for this once I have finished a patch to revise the documentation for Issue 19548 -- ___ Python tracker ___ ___

<    1   2