- 20 Haz, 2017 1 kayıt (commit)
-
-
An Ha yazdı
When using the multiprocessing module, it throws an AttributeError, complaining that the object does not have the attribute used. This adds the missing attributes and allows them to be pickled. Signed-off-by:
An Ha <zero579911@gmail.com>
-
- 02 Ara, 2016 1 kayıt (commit)
-
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 22 Kas, 2016 1 kayıt (commit)
-
-
Ben Firshman yazdı
Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
- 14 Eyl, 2016 1 kayıt (commit)
-
-
Ben Firshman yazdı
autopep8 --in-place --recursive --experimental -aaa --ignore E309 . Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
- 07 Nis, 2016 1 kayıt (commit)
-
-
Felix Yan yazdı
The py2-ipaddress module unfortunately conflicts with the pypi:ipaddress module, which is in the dependency tree of widely used pyOpenSSL. I think it would be a good idea to use a well maintained backport of the Python 3.5 implementation of match_hostname() instead of duplicating the effort and maintain another. All tests are passing here. Signed-off-by:
Felix Yan <felixonmars@archlinux.org>
-
- 30 Mar, 2016 1 kayıt (commit)
-
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 04 Şub, 2016 1 kayıt (commit)
-
-
Joffrey F yazdı
Recent versions of urllib3 (including the one packaged by requests) will automatically reject SSLv2/3. Additional test to check urllib3's behavior (mostly for release/packaging) Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 08 Kas, 2015 1 kayıt (commit)
-
-
Stephen Moore yazdı
If you have assert_hostname turned off and are using a proxy on your computer then assert_hostname wasn't being properly set on the pool connection and it was failing to connect to docker Signed-off-by:
Stephen Moore <stephen@delfick.com>
-
- 19 Mar, 2015 1 kayıt (commit)
-
-
dlorenc yazdı
Signed-off-by:
dlorenc <lorenc.d@gmail.com>
-
- 09 Ock, 2015 2 kayıt (commit)
- 30 Eki, 2014 1 kayıt (commit)
-
-
Joffrey F yazdı
-
- 29 Eki, 2014 1 kayıt (commit)
-
-
Eric Windisch yazdı
Up to TLS 1.2, support the highest locally supported crypto protocol. This eliminates the previous default of PROTOCOL_SSLv23, replacing it with what should be TLSv1 for Python 2.7 and TLSv1.2 for newer versions of Python 3. Developers using docker-py may still specify the ssl_version to override the default. Signed-off-by:
Eric Windisch <eric@windisch.us>
-
- 14 Eki, 2014 2 kayıt (commit)
-
-
Aanand Prasad yazdı
Signed-off-by:
Aanand Prasad <aanand.prasad@gmail.com>
-
Aanand Prasad yazdı
- Check that `urllib_ver` is not None, instead of `urllib3` - Do version comparison only if `urllib_ver` is *not* "dev" Fixes #325. Original work by @sidprak.
-
- 08 Eyl, 2014 1 kayıt (commit)
-
-
Joffrey F yazdı
-
- 09 Tem, 2014 1 kayıt (commit)
-
-
Joffrey F yazdı
-
- 07 Tem, 2014 1 kayıt (commit)
-
-
李超 yazdı
-
- 14 May, 2014 1 kayıt (commit)
-
-
Mo Omer yazdı
Expanding on @denibertovic initial additions, we now have full support for SSL in docker-py. Including the ability to specify the expected SSL Version for issues with OpenSSL sslv3/tls1 recognition issues. Added an exception class for repetitive reminders to look at the CLI doc on docker.io.
-