5
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved TLSConfig API to be less obscure / more pythonic. Also improved / amended docs More... over 10 years ago
Merge pull request #262 from li4li5li6/fix_ssl_version More... over 10 years ago
fix ssl_version exception when urllib3 version <= 1.5 More... over 10 years ago
allow docker client to connect to a remote host More... over 10 years ago
support specifying location of temp folders More... over 10 years ago
fix ListContainers which was failing with "executable true; not found" More... over 10 years ago
Support http+unix protocol More... over 10 years ago
Fixed base_url related tests More... over 10 years ago
Implemented complete parse_host method to handle all accepted values of Client's base_url. Unit tests More... over 10 years ago
Python 3 sees empty lines as \n instead of \r\n (wat). Fixes #257 More... over 10 years ago
Raise an exception when tls_ca_cert is provided and tls_verify is false More... over 10 years ago
Allow setting Client.verify to false when tls_verify is set to false in TLSConfig More... over 10 years ago
Simple TLS configuration doesn't create the ssl_version attribute, use default when mounting adapter More... over 10 years ago
Fixed bugs, clearer error messages More... over 10 years ago
Back to -dev version More... over 10 years ago
Merge pull request #245 from dotcloud/0.3.2-release More... over 10 years ago
Added TLS configuration instructions in README.md More... over 10 years ago
* Merge branch 'tls' of github.com:momer/docker-py into momer-tls * Exported TLS configuration in tls.TLSConfig * Merged exceptions packagee into pre-existing errors module * Flake8 fixes * Bug fixes More... over 10 years ago
Updated changelog with last minute changes ; updated default API version in README.md More... over 10 years ago
Reverted c3ebce91b0d76540280c0ef6f961c0a5305b30f3 More... over 10 years ago
docker is now a namespace package More... over 10 years ago
Merge pull request #249 from aliva/master More... over 10 years ago
get size from Client.containers More... over 10 years ago
get size from Client.containers More... over 10 years ago
Merge pull request #246 from d11wtq/feature/resize More... over 10 years ago
Add resize() method to Client More... over 10 years ago
Fixed port bindings conversion to support legacy port bindings. Fixes #135 More... over 10 years ago
Added support for Python 3.4 in setup.py classifiers More... over 10 years ago
Updated version More... over 10 years ago
Updated Changelog with 0.3.2 release info More... over 10 years ago