summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Always send attach request as streaming1717-attach-stream-falseJoffrey F2017-08-212-5/+13
* Commit d798afca made changes for the handling of '**' patterns inVeli-Matti Lintu2017-08-212-1/+18
* Bump 2.6.0-devJoffrey F2017-08-171-1/+1
* Merge branch 'release' of github.com:docker/docker-pyJoffrey F2017-08-175-6/+50
|\
| * Changelog typoJoffrey F2017-08-171-1/+1
| * Bump 2.5.02.5.0Joffrey F2017-08-173-2/+36
| * Update default API versionJoffrey F2017-08-171-1/+1
| * Update test versionsJoffrey F2017-08-172-4/+4
| * Fix handling of non-multiplexed (TTY) streams over upgraded socketsJoffrey F2017-08-176-11/+42
| * Add support for the `squash` flag when buildingGabriel Féron2017-08-172-2/+39
| * Use better version comparison functionJoffrey F2017-08-171-3/+2
| * Allow detach and remove for api version >= 1.25 and use auto_remove when both...David Steines2017-08-172-2/+38
| * Use collection's get method inside ImageCollection's list methodadrianliaw2017-08-171-1/+1
| * Handle untyped ContainerSpec dict in _check_api_featuresJoffrey F2017-08-172-1/+18
| * Daemon expects full URL of hub in auth config dict in build payloadJoffrey F2017-08-172-3/+6
| * Upgrade tox and virtualenv in appveyor to make sure we have the latest pip.Ying2017-08-171-1/+1
| * If we're pinning exact versions of things for requirements.txt, pincyli2017-08-172-8/+18
| * Require "requests[security]" if the `[tls]` option is selected, which also in...cyli2017-08-173-1/+15
| * Leading slash in .dockerignore should be ignoredJoffrey F2017-08-172-0/+6
| * Return generator for output of load_image endpointJoffrey F2017-08-175-6/+58
| * Return the result of the API when using remove_image and load_imageCecile Tonglet2017-08-172-3/+4
| * Improve ContainerError message computeJoffrey F2017-08-171-6/+3
| * client.containers.run returns None if none of json-file or journald logging d...Artem Bolshakov2017-08-175-4/+80
| * Added wait to the Container class documentation.Andreas Backx2017-08-171-0/+1
| * Fix domainname documentation in create_container functionErik Johnson2017-08-171-1/+1
| * Temporarily - do not run py33 tests on travisJoffrey F2017-08-171-1/+2
| * Generating regexp from .dockerignore file in a similar way as docker-ce.Jakub Goszczurny2017-08-172-8/+44
| * client.networks.create check_duplicates docs not reflective of behaviorDima Spivak2017-08-171-1/+1
| * By not specifying a specific tag, the example would download every Ubuntu tag...Brandon Jackson2017-08-171-1/+1
| * Fix #1673 check resource error in container network APIMatthew Berry2017-08-172-5/+5
| * dev versionJoffrey F2017-08-171-1/+1
| * Shift test matrix forwardJoffrey F2017-08-171-3/+3
| * Merge pull request #1672 from docker/2.4.2-release2.4.2Joffrey F2017-06-283-3/+8
| |\
| | * Bump 2.4.22.4.2-releaseJoffrey F2017-06-282-3/+3
| | * Compose 1.14.0 hackJoffrey F2017-06-281-0/+5
| |/
| * Merge pull request #1670 from docker/2.4.1-release2.4.1Joffrey F2017-06-284-1/+15
| |\
| | * Bump 2.4.12.4.1-releaseJoffrey F2017-06-282-1/+11
| | * split_port should not break when passed a non-string argumentJoffrey F2017-06-282-0/+4
| |/
* | Fix handling of non-multiplexed (TTY) streams over upgraded socketsJoffrey F2017-08-176-11/+42
* | Merge branch 'gferon-experimental-flags'Joffrey F2017-08-152-2/+39
|\ \
| * | Add support for the `squash` flag when buildingGabriel Féron2017-08-152-2/+39
|/ /
* | Merge branch 'master' of github.com:docker/docker-pyJoffrey F2017-08-153-2/+19
|\ \
| * | Use collection's get method inside ImageCollection's list methodadrianliaw2017-08-151-1/+1
| * | Handle untyped ContainerSpec dict in _check_api_featuresJoffrey F2017-08-152-1/+18
* | | Merge branch 'davidsteines-1477_detach_and_remove_together'Joffrey F2017-08-152-2/+37
|\ \ \ | |/ / |/| |
| * | Use better version comparison functionJoffrey F2017-08-151-3/+2
| * | Allow detach and remove for api version >= 1.25 and use auto_remove when both...David Steines2017-08-152-2/+38
|/ /
* | Daemon expects full URL of hub in auth config dict in build payloadJoffrey F2017-08-152-3/+6
* | Upgrade tox and virtualenv in appveyor to make sure we have the latest pip.Ying2017-08-151-1/+1
* | If we're pinning exact versions of things for requirements.txt, pincyli2017-08-152-8/+18