summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename non-URL occurrences of docker-py to "Docker SDK for Python"2.0.0-releaseJoffrey F2016-12-125-22/+24
* Bump version and update ChangelogJoffrey F2016-12-073-2/+72
* Update code and tests for Engine 1.13 compatibilityJoffrey F2016-12-0711-27/+53
* Implement swarm node removalJoffrey F2016-12-073-0/+64
* Fix typo in create_networkJoffrey F2016-12-072-4/+16
* Minimum version 1.24 -> 1.21Joffrey F2016-12-071-1/+1
* Add attachable.Daniel Nephin2016-12-072-2/+15
* Add options to IPAMConfigJoffrey F2016-12-071-1/+8
* Fix auth config path on WindowsAanand Prasad2016-12-072-12/+77
* Move ssladapter to transport moduleJoffrey F2016-12-075-8/+8
* Properly fill out auth headers in APIClient.build when usingJoffrey F2016-12-071-3/+19
* Move config type creation from docker.utils functions to classes inJoffrey F2016-12-0719-980/+1001
* Exclude requests==2.12.2 from dependenciesJoffrey F2016-12-071-1/+1
* exec: fix running with detach=TrueTomas Tomecek2016-12-072-1/+17
* Rename Client -> DockerClientJoffrey F2016-12-0714-287/+206
* Re-enable pid_mode checks for API < 1.24Joffrey F2016-12-073-4/+15
* Show a helpful warning when people try to call `client.containers()`Aanand Prasad2016-12-072-0/+17
* Allow custom PID mode for the containerStepan Stipl2016-12-072-6/+1
* Fix parsing for an environment file with newlinesJon Cotton2016-12-072-2/+14
* Add example for tag()Ben Firshman2016-12-071-0/+5
* do not assume that read will consume the number of bytes requestedMichael Merickel2016-12-071-3/+7
* Remove support for host_config in Client.startJoffrey F2016-12-072-101/+26
* Start to rename docker-py to docker-sdk-pythonBen Firshman2016-12-079-37/+37
* Bump version to 2.0.0-devBen Firshman2016-12-071-1/+1
* Use find_packages in setup.pyBen Firshman2016-12-071-5/+2
* Update setup.py detailsBen Firshman2016-12-071-4/+4
* Update readme to say "Docker Engine API"Ben Firshman2016-12-071-1/+1
* Specify encoding when loading readmeBen Firshman2016-12-071-1/+2
* Add unit tests for should_check_directory.Brandon Bodnar2016-12-071-1/+75
* Prevent traversing excluded directories with no possible dockerignore exceptionsBrandon Bodnar2016-12-071-19/+32
* Remove MAINTAINER from DockerfilesBen Firshman2016-12-074-11/+0
* Add Ben to MAINTAINERSJoffrey F2016-12-071-0/+6
* Add warning about development version to readmeBen Firshman2016-12-071-0/+2
* Change package in readme back to docker-pyBen Firshman2016-12-071-1/+1
* Use SVG for build status badgeBen Firshman2016-12-071-1/+1
* Fix documentation link in readmeBen Firshman2016-12-071-1/+1
* Fix ContainerApiMixin.copy with dict container argbiniambekele2016-12-071-1/+1
* Add helpful error for APIClient methods on ClientBen Firshman2016-12-072-0/+24
* Add new Sphinx documentationBen Firshman2016-12-0731-2142/+892
* Add new user-focused APIBen Firshman2016-12-0736-77/+3942
* Add docstrings to low-level APIBen Firshman2016-12-0712-2/+1876
* Move contributing docs to CONTRIBUTING.mdBen Firshman2016-12-072-36/+34
* Add random_name test helperBen Firshman2016-12-072-7/+8
* Split out base integration test for APIClientBen Firshman2016-12-0712-64/+67
* Move APIClient tests into single fileBen Firshman2016-12-072-79/+71
* Rename DockerClientTest to BaseAPIClientTestBen Firshman2016-12-078-18/+18
* Make ping return bool instead of stringBen Firshman2016-12-071-1/+1
* Rename Client to APIClientBen Firshman2016-12-0724-100/+114
* Remove AutoVersionClientBen Firshman2016-12-073-22/+1
* Drop support for Python 2.6Ben Firshman2016-12-0710-82/+36