Hello,
pyopenssl runs the tests as follows:
for py in $(PYVERS); do \
for test in OpenSSL/test/test*; do \
echo "running $$test for python$$py ..."; \
PYTHONPATH=build/lib.$(DEB_BUILD_ARCH_OS)-$(shell uname -m)-$$py
python$$py $$test; \
PYTHONPATH=`ls -d b
On Jun 05, 2014, at 11:52 AM, Donald Stufft wrote:
>Yea it shouldn’t matter on Python 3.x as the SSLContext stuff urllib3 will
>use to give good defaults there already.
Does any of this impact our wheels for virtualenv/pyvenv (Py2 and Py3)?
-Barry
signature.asc
Description: PGP signature
r virtualenv/pyvenv (Py2 and Py3)?
>
> -Barry
Not really. requests will opportunistically use those three libraries in order
to
have better TLS on Python 2.x. ensurepip doesn’t include them since It’s
for Python 3.x only, and virtualenv doesn’t because they require a compiler
(well pyopens
On Jun 5, 2014, at 11:47 AM, Daniele Tricoli wrote:
> Hello Donald,
>
> On Thursday 05 June 2014 10:24:48 Donald Stufft wrote:
>> You need pyasn1, pyopenssl, and ndg-httpsclient in order for the
>> requests/urllib3 stuff to kick in.
>
> Yes, of course: I was keepi
Hello Donald,
On Thursday 05 June 2014 10:24:48 Donald Stufft wrote:
> You need pyasn1, pyopenssl, and ndg-httpsclient in order for the
> requests/urllib3 stuff to kick in.
Yes, of course: I was keeping an eye on all the needed packages.
> It’d probably be a sane idea to use recom
> P.S. I'll do the same for python-urllib3:
> > https://github.com/shazow/urllib3/pull/156
> >
> > --
> > Daniele Tricoli 'Eriol'
> > http://mornie.org
>
> You need pyasn1, pyopenssl, and ndg-httpsclient in order for the
> requests/urllib3 stuff to kick in
>
> Once in the archive I will also add ndg-httpsclient into python-requests'
> Suggests.
>
> Kind regards,
>
> P.S. I'll do the same for python-urllib3:
> https://github.com/shazow/urllib3/pull/156
>
> --
> Daniele Tricoli 'Eriol'
>
Hello Julien,
thanks for packaging ndg-httpsclient!
On Thursday 05 June 2014 12:26:22 Julien Cristau wrote:
> My main interest is to be able to talk to websites using SNI with
> scripts using python-requests.
Once in the archive I will also add ndg-httpsclient into python-requests'
Suggests.
Ki
Lang: Python
Description : enhanced HTTPS support for httplib and urllib2 using
PyOpenSSL
ndg-httpsclient is a HTTPS client implementation for httplib and
urllib2 based on PyOpenSSL. PyOpenSSL provides a more fully featured SSL
implementation over the default provided with Python and importa
9 matches
Mail list logo