<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git, branch 0.10</title>
<subtitle>github.com: gpocentek/python-gitlab.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/'/>
<entry>
<title>Version bump</title>
<updated>2015-12-29T14:47:54+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2015-12-29T14:47:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=38f17c1a04bdc668d3599555f85c891246893429'/>
<id>38f17c1a04bdc668d3599555f85c891246893429</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update AUTHORS and ChangeLog</title>
<updated>2015-12-29T14:45:31+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2015-12-29T14:45:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=e673dab4f3a17a14bea38854ad10b83eef4fc18b'/>
<id>e673dab4f3a17a14bea38854ad10b83eef4fc18b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for group members update</title>
<updated>2015-12-24T08:12:20+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2015-12-24T08:10:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=99c47108ee5dfa445801efdf5cda628ca7b97679'/>
<id>99c47108ee5dfa445801efdf5cda628ca7b97679</id>
<content type='text'>
Closes #73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #73
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of github.com:gpocentek/python-gitlab</title>
<updated>2015-12-24T07:28:51+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2015-12-24T07:28:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=45becb92f47c74cb6433cdb644da5e2052a337e8'/>
<id>45becb92f47c74cb6433cdb644da5e2052a337e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sanitize the id used to construct URLs</title>
<updated>2015-12-24T07:27:54+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2015-12-24T07:27:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=5d88f68ddadddf98c42940a713817487058f8c17'/>
<id>5d88f68ddadddf98c42940a713817487058f8c17</id>
<content type='text'>
Closes #28
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #28
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #78 from cdbennett/fix_python3_sort_types</title>
<updated>2015-12-24T07:13:06+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2015-12-24T07:13:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=6f1fd7ea8d203b771e32393b5270a6af490b37a8'/>
<id>6f1fd7ea8d203b771e32393b5270a6af490b37a8</id>
<content type='text'>
Use name as sort key to fix Python 3 TypeError</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use name as sort key to fix Python 3 TypeError</pre>
</div>
</content>
</entry>
<entry>
<title>Use name as sort key to fix Python 3 TypeError</title>
<updated>2015-12-23T20:10:32+00:00</updated>
<author>
<name>Colin D Bennett</name>
<email>colin.bennett@harman.com</email>
</author>
<published>2015-12-23T19:57:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=363b75e73c2b66ab625811accdb9d639fb068675'/>
<id>363b75e73c2b66ab625811accdb9d639fb068675</id>
<content type='text'>
Sort types explicitly by name to fix unorderable types TypeError in
Python 3.

The call to sort() on cli.py line 259 produced the error:

    TypeError: unorderable types: type() &lt; type()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sort types explicitly by name to fix unorderable types TypeError in
Python 3.

The call to sort() on cli.py line 259 produced the error:

    TypeError: unorderable types: type() &lt; type()
</pre>
</div>
</content>
</entry>
<entry>
<title>try to fix the RTD build</title>
<updated>2015-12-18T07:42:45+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain.pocentek@objectif-libre.com</email>
</author>
<published>2015-12-18T07:42:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=acc151190e32ddaf9198a10c5b816af2d36c0f19'/>
<id>acc151190e32ddaf9198a10c5b816af2d36c0f19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #72 from pa4373/newuser-confirm-fix</title>
<updated>2015-09-24T04:55:58+00:00</updated>
<author>
<name>Gauvain Pocentek</name>
<email>gauvain@pocentek.net</email>
</author>
<published>2015-09-24T04:55:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=d069381371c7b0eb88edbf56bc13b05e4b2664fa'/>
<id>d069381371c7b0eb88edbf56bc13b05e4b2664fa</id>
<content type='text'>
Can bypassing confirm when creating new user now</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Can bypassing confirm when creating new user now</pre>
</div>
</content>
</entry>
<entry>
<title>Can bypassing confirm when creating new user</title>
<updated>2015-09-23T17:01:08+00:00</updated>
<author>
<name>pa4373</name>
<email>pa4373@gmail.com</email>
</author>
<published>2015-09-23T17:01:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=a0fe68bc07c9b551a7daec87b31f481878f4d450'/>
<id>a0fe68bc07c9b551a7daec87b31f481878f4d450</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
