summaryrefslogtreecommitdiff
path: root/docker/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1315 from bfirsh/rename-docker-py-to-docker-sdk-pythonJoffrey F2016-12-021-1/+1
|\
| * Start to rename docker-py to docker-sdk-pythonBen Firshman2016-11-281-1/+1
* | Rename Client -> DockerClientdocker_clientJoffrey F2016-11-281-1/+1
|/
* Add new user-focused APIBen Firshman2016-11-221-0/+1
* Rename Client to APIClientBen Firshman2016-11-221-2/+2
* Remove AutoVersionClientBen Firshman2016-11-221-1/+1
* Fix a few pep8 issuesBen Firshman2016-09-141-1/+1
* Fix licensesBen Firshman2016-09-051-14/+0
* Add docker.from_env() shortcutBen Firshman2016-03-151-1/+1
* Add a version_info attributeErik Johnson2015-04-031-1/+1
* detect server version when version="auto"Tomas Tomecek2015-03-051-1/+1
* Avoid version duplicationJoffrey F2014-05-241-1/+3
* Moved APIError exception to docker.errors module.Evgeniy L2014-04-071-1/+1
* add __title__ and __version__ variables to moduleJoshua Conner2014-02-241-0/+3
* Flake8 compliance + flake8 tests in tox.inishin-2013-10-151-1/+1
* python3 fixesDeni Bertovic2013-10-031-1/+0
* Merge branch 'better-error-reporting' of git://github.com/aanand/docker-py in...shin-2013-09-111-1/+1
|\
| * Refactor HTTP error reportingAanand Prasad2013-09-031-1/+1
* | newlineshin-2013-09-111-1/+1
* | Added license header to .py filesshin-2013-09-101-0/+14
* | Cleanup, externalized into modules, fixed authshin-2013-09-101-0/+1
|/
* Python 3 compatibility: relative importsNick Stenning2013-06-211-1/+1
* Added .gitignore, proper packaging, updated setup.py, cleaned up commented code0.0.2shin-2013-05-231-0/+1