[issue20215] socketserver.TCPServer can not listen IPv6 address

2016-11-29 Thread Jan Pokorný
Changes by Jan Pokorný <pokorny_...@seznam.cz>: -- nosy: +jpokorny ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20215> ___ _

[issue14103] argparse: add ability to create a bash completion script

2013-07-20 Thread Jan Pokorný
Changes by Jan Pokorný pokorny_...@seznam.cz: -- nosy: +jpokorny ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14103 ___ ___ Python-bugs-list

[issue9146] Segfault in hashlib in OpenSSL FIPS mode using non-FIPS-compliant hashes, if ssl imported before hashlib

2013-07-20 Thread Jan Pokorný
Changes by Jan Pokorný pokorny_...@seznam.cz: -- nosy: +jpokorny ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9146 ___ ___ Python-bugs-list

[issue9216] FIPS support for hashlib

2013-07-20 Thread Jan Pokorný
Changes by Jan Pokorný pokorny_...@seznam.cz: -- nosy: +jpokorny ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9216 ___ ___ Python-bugs-list

Re: [RFC] PEP 3143: supplementary group list concerns

2012-03-11 Thread Jan Pokorný
On 12/03/12 09:27 +1100, Ben Finney wrote: Jan Pokorný jpoko...@redhat.com writes: in the light of a recent spot in Python Paste [1], I've come across the python-daemon [2] implementation and found it also lacks support for supplementary groups. Thank you for your interest in ‘python-daemon

[RFC] PEP 3143: supplementary group list concerns

2012-03-10 Thread Jan Pokorný
Hello, in the light of a recent spot in Python Paste [1], I've come across the python-daemon [2] implementation and found it also lacks support for supplementary groups. First, I just wanted to post a patch to the author, but realized the broader context of PEP 3143 that would probably deserve