summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bumped version to 0.2.10.2.1shin-2013-09-272-1/+13
* Merge pull request #48 from denibertovic/masterJoffrey F2013-09-261-1/+4
|\
| * fix tox.ini fileDeni Bertovic2013-09-261-1/+4
|/
* Syntax errorshin-2013-09-251-1/+1
* Fixed bugs in Client.loginshin-2013-09-251-11/+13
* Use requirements.txt to determine requires in setup.pyshin-2013-09-251-1/+4
* Merge pull request #45 from dotcloud/43-urllib3-depJoffrey F2013-09-231-4/+6
|\
| * If requests.pqckqges.urllib3 isn't present try to import urllib3 directlyshin-2013-09-201-4/+6
* | Merge pull request #46 from adrien-candiotti/masterJoffrey F2013-09-231-1/+1
|\ \ | |/ |/|
| * Update utils.py - the tar function in utils is a non member function but has ...Adrien Candiotti2013-09-221-1/+1
|/
* Merge pull request #42 from dotcloud/0.2.0-dev0.2.0Joffrey F2013-09-1810-253/+508
|\
| * Fixed doc for Client.startshin-2013-09-181-1/+1
| * Added basic Dockerfileshin-2013-09-141-0/+6
| * Fixed typos in READMEshin-2013-09-141-2/+2
| * Bumped version in setup.py and changed development status from alpha to betashin-2013-09-141-3/+5
| * Added utils.ping and used to expand registry URL (http VS https)shin-2013-09-142-3/+17
| * Updated changelogshin-2013-09-122-1/+26
| * Added lxc_conf param to Client.startshin-2013-09-122-10/+12
| * Merge branch 'master' into 0.2.0-devshin-2013-09-123-21/+180
| |\
| | * Merge branch 'master' of https://github.com/dotcloud/docker-pyshin-2013-09-113-21/+193
| | |\ | |_|/ |/| |
* | | Merge pull request #40 from denibertovic/issue-33Joffrey F2013-09-063-7/+152
|\ \ \
| * \ \ Merge branch 'master' of github.com:dotcloud/docker-py into issue-33Deni Bertovic2013-09-051-10/+27
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #37 from aanand/set-attach-attributesJoffrey F2013-09-031-3/+15
|\ \ \ \
| * | | | Set AttachStd* attributes according to detach and stdin_open commands, analog...Aanand Prasad2013-09-011-3/+15
* | | | | Merge pull request #36 from aanand/get-attach-socketJoffrey F2013-09-031-7/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | attach_socket() method for just getting the HTTP socketAanand Prasad2013-09-031-7/+12
|/ / / /
| * | | updated READMEDeni Bertovic2013-09-041-5/+5
| * | | Fixed #33 - make client commands more consistentDeni Bertovic2013-09-042-2/+147
|/ / /
| * | Methods that previously supported multi-args are now single-argument. Doc and...shin-2013-09-113-86/+74
| * | Merge branch 'implement-top-and-copy' of git://github.com/aanand/docker-py in...shin-2013-09-111-0/+10
| |\ \
| | * | Implement client.copy(), which works much like export()Aanand Prasad2013-09-031-0/+7
| | * | Implement top()Aanand Prasad2013-09-031-0/+3
| |/ / |/| |
| * | Fixed testsshin-2013-09-111-5/+14
| * | Merge branch 'better-error-reporting' of git://github.com/aanand/docker-py in...shin-2013-09-114-34/+73
| |\ \
| | * | Remove redundant status code check from _result()Aanand Prasad2013-09-031-2/+2
| | * | Remove custom error code handlingAanand Prasad2013-09-031-4/+0
| | * | Enable overriding of APIError explanation. Override explanation for missing i...Aanand Prasad2013-09-031-7/+7
| | * | Call _raise_for_status every time we make a requestAanand Prasad2013-09-031-6/+18
| | * | Refactor HTTP error reportingAanand Prasad2013-09-032-16/+38
| |/ / |/| |
* | | Merge pull request #34 from ehazlett/privileged-containersJoffrey F2013-08-303-4/+14
|\ \ \
| * | | added privileged container supportEvan Hazlett2013-08-303-4/+14
|/ / /
| * | newlineshin-2013-09-111-1/+1
| * | Fixed some issues with Client.pull + added auth support if version>=1.5shin-2013-09-111-6/+14
| * | Use pseudo-constant for index URLshin-2013-09-102-6/+7
| * | Added license header to .py filesshin-2013-09-106-0/+84
| * | Cleanup, externalized into modules, fixed authshin-2013-09-106-132/+212
| |/
| * Fixed several auth bugsshin-2013-09-101-5/+5
|/
* Fixed tests0.1.5shin-2013-08-281-1/+3
* Bumped version to 0.1.5shin-2013-08-283-2/+19
* create_container now accepts dict objects for the environment parameter. Fixe...shin-2013-08-271-0/+2