summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.8.01.8.0-releaseJoffrey F2016-04-052-5/+8
* Merge pull request #1022 from docker/1021-empty-authJoffrey F2016-04-052-4/+16
|\
| * Don't raise InvalidConfigError when auth dict doesn't have an 'auth' keyJoffrey F2016-04-052-4/+16
|/
* Merge pull request #1020 from mschnitzer/fix_little_errorJoffrey F2016-04-051-1/+1
|\
| * Remove not needed dot in README.mdManuel Schnitzer2016-04-051-1/+1
|/
* Bump RC1.8.0-rc5Joffrey F2016-03-311-1/+1
* Merge pull request #1018 from aanand/fix-py2-ipaddress-dependencyJoffrey F2016-03-311-2/+4
|\
| * Fix py2-ipaddress dependencyAanand Prasad2016-03-311-2/+4
|/
* Bump RC1.8.0-rc4Joffrey F2016-03-301-1/+1
* Merge pull request #1015 from aanand/fix-port-binding-docJoffrey F2016-03-301-7/+9
|\
| * Improve port binding docsAanand Prasad2016-03-301-7/+9
* | Merge branch 'master' of github.com:docker/docker-pyJoffrey F2016-03-301-1/+1
|\ \
| * | Bump RC1.8.0-rc3Joffrey F2016-03-301-1/+1
* | | Use pip environment markers for conditional dependenciesJoffrey F2016-03-304-7/+3
|/ /
* | Merge pull request #1013 from docker/hostname_ip_matchingJoffrey F2016-03-3011-26/+231
|\ \ | |/ |/|
| * Different requirements.txt in Dockerfile-py3hostname_ip_matchingJoffrey F2016-03-292-6/+6
| * flake8 fixesJoffrey F2016-03-291-2/+4
| * Tests for match_hostname backportJoffrey F2016-03-292-17/+73
| * Add match_hostname implementation and monkey-patch for py<3.5Joffrey F2016-03-292-0/+139
| * Add py2-ipaddress dependency for python 2.xJoffrey F2016-03-294-1/+9
|/
* Merge pull request #1011 from tomleb/masterJoffrey F2016-03-241-1/+1
|\
| * Specify default value of stop's timeouttomleb2016-03-231-1/+1
|/
* Update release script. Bump to rc21.8.0-rc2Joffrey F2016-03-232-3/+2
* Merge pull request #1010 from docker/1.8.0rc11.8.0-rc1Joffrey F2016-03-233-1/+44
|\
| * Update ChangeLog1.8.0rc1Joffrey F2016-03-231-0/+42
| * Add README.rst to MANIFESTJoffrey F2016-03-231-0/+1
| * Set version to RC1Joffrey F2016-03-231-1/+1
|/
* Merge branch 'dimaspivak-master'Joffrey F2016-03-234-3/+20
|\
| * Test commit changes paramJoffrey F2016-03-231-0/+14
| * Merge branch 'master' of https://github.com/dimaspivak/docker-py into dimaspi...Joffrey F2016-03-233-3/+6
| |\ |/ /
| * Add support for changes param to ContainerApiMixin.commitDima Spivak2016-03-213-3/+6
* | Merge branch 'gferon-master'Joffrey F2016-03-232-1/+10
|\ \
| * | check_duplicate testJoffrey F2016-03-231-0/+7
| * | Merge branch 'master' of https://github.com/gferon/docker-py into gferon-masterJoffrey F2016-03-231-1/+3
| |\ \
| | * | Add missing CheckDuplicate parameter to /networks/create API callGabriel FĂ©ron2016-03-221-1/+3
* | | | Merge pull request #972 from vitalyisaev2/masterJoffrey F2016-03-231-4/+4
|\ \ \ \
| * | | | Fix UnixHTTPConnectionPool's superclass initializationVitaly Isaev2016-03-031-4/+4
* | | | | Merge pull request #1007 from docker/959-release-scriptJoffrey F2016-03-233-0/+38
|\ \ \ \ \
| * | | | | Basic release script959-release-scriptJoffrey F2016-03-223-0/+38
| | |/ / / | |/| | |
* | | | | Merge pull request #1008 from docker/speedplane-patch-1Joffrey F2016-03-233-4/+39
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gzip build testspeedplane-patch-1Joffrey F2016-03-231-0/+28
| * | | | Make gzip encoding optionalJoffrey F2016-03-221-4/+9
| * | | | Fix line-spacing for buildMichael Sander2016-03-221-1/+2
| * | | | Encode the tar ball with gzipMichael Sander2016-03-221-1/+2
| * | | | Add an option to gzip tar files.Michael Sander2016-03-221-2/+2
|/ / / /
* | | | Merge branch 'bfirsh-from_env'Joffrey F2016-03-227-42/+64
|\ \ \ \
| * | | | Update mkdocs.yml to reference new Machine page.Joffrey F2016-03-223-4/+11
| * | | | Merge branch 'from_env' of https://github.com/bfirsh/docker-py into bfirsh-fr...Joffrey F2016-03-225-40/+55
| |\ \ \ \ |/ / / / /
| * | | | Add docker.from_env() shortcutBen Firshman2016-03-155-40/+55
* | | | | Merge pull request #1002 from adityamarella/masterJoffrey F2016-03-223-1/+22
|\ \ \ \ \ | |_|_|/ / |/| | | |