<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/docker-py.git/docker/__init__.py, branch api_splitup</title>
<subtitle>github.com: dotcloud/docker-py.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/'/>
<entry>
<title>Add a version_info attribute</title>
<updated>2015-04-03T22:24:02+00:00</updated>
<author>
<name>Erik Johnson</name>
<email>palehose@gmail.com</email>
</author>
<published>2015-04-03T22:24:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=99e1ee452e4068f130ddec31b31b6bbf8ed43852'/>
<id>99e1ee452e4068f130ddec31b31b6bbf8ed43852</id>
<content type='text'>
This makes comparing docker-py versions *much* easier. Having to account
for the potential of a "-dev" suffix is a PITA.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes comparing docker-py versions *much* easier. Having to account
for the potential of a "-dev" suffix is a PITA.
</pre>
</div>
</content>
</entry>
<entry>
<title>detect server version when version="auto"</title>
<updated>2015-03-05T07:53:29+00:00</updated>
<author>
<name>Tomas Tomecek</name>
<email>ttomecek@redhat.com</email>
</author>
<published>2015-03-05T07:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=3e0496cc16a148d4b0a14b121d3b13a2cb06e789'/>
<id>3e0496cc16a148d4b0a14b121d3b13a2cb06e789</id>
<content type='text'>
heavily inspired by PR#281

Signed-off-by: Tomas Tomecek &lt;ttomecek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
heavily inspired by PR#281

Signed-off-by: Tomas Tomecek &lt;ttomecek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid version duplication</title>
<updated>2014-05-23T23:51:50+00:00</updated>
<author>
<name>Joffrey F</name>
<email>joffrey@docker.com</email>
</author>
<published>2014-05-23T23:51:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=494c340c49486dff32b0077d38934860866b62ca'/>
<id>494c340c49486dff32b0077d38934860866b62ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved APIError exception to docker.errors module.</title>
<updated>2014-04-07T09:31:13+00:00</updated>
<author>
<name>Evgeniy L</name>
<email>test0x0000@gmail.com</email>
</author>
<published>2014-04-07T09:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=18d4db09ecc79cef49830fa2c28c5e99dd02be42'/>
<id>18d4db09ecc79cef49830fa2c28c5e99dd02be42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add __title__ and __version__ variables to module</title>
<updated>2014-02-25T02:01:19+00:00</updated>
<author>
<name>Joshua Conner</name>
<email>joshua.conner@adcolony.com</email>
</author>
<published>2014-02-25T02:01:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=8d9b6828f0b46c500fcd7684346e2d023132dc16'/>
<id>8d9b6828f0b46c500fcd7684346e2d023132dc16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Flake8 compliance + flake8 tests in tox.ini</title>
<updated>2013-10-15T19:15:01+00:00</updated>
<author>
<name>shin-</name>
<email>joffrey@dotcloud.com</email>
</author>
<published>2013-10-15T19:15:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=acd2607407d9b01150f0fb167aa3b6e036ccb82a'/>
<id>acd2607407d9b01150f0fb167aa3b6e036ccb82a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3 fixes</title>
<updated>2013-10-03T09:55:02+00:00</updated>
<author>
<name>Deni Bertovic</name>
<email>deni@kset.org</email>
</author>
<published>2013-10-03T09:47:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=1ce8dc962c71251110fc465286a665723754e6cb'/>
<id>1ce8dc962c71251110fc465286a665723754e6cb</id>
<content type='text'>
Fixed imports to be compatible with python3 on various places in the client lib
and in the tests themselves.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed imports to be compatible with python3 on various places in the client lib
and in the tests themselves.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'better-error-reporting' of git://github.com/aanand/docker-py into 0.2.0-dev</title>
<updated>2013-09-11T19:14:42+00:00</updated>
<author>
<name>shin-</name>
<email>joffrey@dotcloud.com</email>
</author>
<published>2013-09-11T19:14:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=9a92d68cf12063ef096bd8ea51aae8d8fb93cf0a'/>
<id>9a92d68cf12063ef096bd8ea51aae8d8fb93cf0a</id>
<content type='text'>
Conflicts:
	docker/__init__.py
	docker/client.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	docker/__init__.py
	docker/client.py
</pre>
</div>
</content>
</entry>
<entry>
<title>newline</title>
<updated>2013-09-11T19:05:40+00:00</updated>
<author>
<name>shin-</name>
<email>joffrey@dotcloud.com</email>
</author>
<published>2013-09-11T19:05:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=b0b4eee4535998f9478a60549918507816d24c1c'/>
<id>b0b4eee4535998f9478a60549918507816d24c1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added license header to .py files</title>
<updated>2013-09-10T18:34:03+00:00</updated>
<author>
<name>shin-</name>
<email>joffrey@dotcloud.com</email>
</author>
<published>2013-09-10T18:34:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=26933543fe61bf00ee7cfbffe1471703a82a0d86'/>
<id>26933543fe61bf00ee7cfbffe1471703a82a0d86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
