<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git/keystoneclient/utils.py, branch 0.4.1</title>
<subtitle>opendev.org: openstack/python-keystoneclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/'/>
<entry>
<title>python3: Make iteritems py3k compat</title>
<updated>2013-10-10T18:07:20+00:00</updated>
<author>
<name>Chuck Short</name>
<email>chuck.short@canonical.com</email>
</author>
<published>2013-10-10T17:20:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=b7b31bf64603f021cf4f82241e38c74b5601d48c'/>
<id>b7b31bf64603f021cf4f82241e38c74b5601d48c</id>
<content type='text'>
Use six.iteritems to replace dictionary.iteritems() on python2 or
dictionary.items() on python3.

Change-Id: I972f065414e22d287bd7e00ab2c6e754f17afb75
Signed-off-by: Chuck Short &lt;chuck.short@canonical.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use six.iteritems to replace dictionary.iteritems() on python2 or
dictionary.items() on python3.

Change-Id: I972f065414e22d287bd7e00ab2c6e754f17afb75
Signed-off-by: Chuck Short &lt;chuck.short@canonical.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Decode the non-english username str to unicode</title>
<updated>2013-09-06T10:06:55+00:00</updated>
<author>
<name>YangLei</name>
<email>yanglyy@cn.ibm.com</email>
</author>
<published>2013-09-06T09:24:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=54ff0729566c600859e54af9019b68f8cf814667'/>
<id>54ff0729566c600859e54af9019b68f8cf814667</id>
<content type='text'>
convert the non-english username str to unicode,
then the converted username can match the username from db.

Fixes bug #1221576

Change-Id: I9e5f941fe43f081d75750e3f4754e8beea8210db
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
convert the non-english username str to unicode,
then the converted username can match the username from db.

Fixes bug #1221576

Change-Id: I9e5f941fe43f081d75750e3f4754e8beea8210db
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing potential NameErrors</title>
<updated>2013-08-30T01:15:57+00:00</updated>
<author>
<name>Morgan Fainberg</name>
<email>m@metacloud.com</email>
</author>
<published>2013-08-19T05:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=f9572140bcd7f871a3f1c1a1b06181c0a61cbf23'/>
<id>f9572140bcd7f871a3f1c1a1b06181c0a61cbf23</id>
<content type='text'>
Fixing a couple locations that could potentially raise NameErrors
instead of intended exceptions.  These were found by looking at
flake8 F821 (undefined name) errors.

Added in unit tests to verify NameErrors would not be raised.

Change-Id: I8619cb0be495b814335a5aea23daca025484d3c6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixing a couple locations that could potentially raise NameErrors
instead of intended exceptions.  These were found by looking at
flake8 F821 (undefined name) errors.

Added in unit tests to verify NameErrors would not be raised.

Change-Id: I8619cb0be495b814335a5aea23daca025484d3c6
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix License Headers and Enable Gating on H102"</title>
<updated>2013-08-29T22:02:06+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-08-29T22:02:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=7719a14056d7070d7fefd39b2b0ef74798d25ef4'/>
<id>7719a14056d7070d7fefd39b2b0ef74798d25ef4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove the UUID check for userids</title>
<updated>2013-08-27T20:29:01+00:00</updated>
<author>
<name>Michael Solberg</name>
<email>msolberg@redhat.com</email>
</author>
<published>2013-06-11T16:00:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=1bd5b7328b2d25f88856912d25a89637996cceb5'/>
<id>1bd5b7328b2d25f88856912d25a89637996cceb5</id>
<content type='text'>
Change-Id: I548d8ea292f737a6b5b0dddd8271a0cf690392a0
Fixes: bug #1189933
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I548d8ea292f737a6b5b0dddd8271a0cf690392a0
Fixes: bug #1189933
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix License Headers and Enable Gating on H102</title>
<updated>2013-08-27T07:04:03+00:00</updated>
<author>
<name>Morgan Fainberg</name>
<email>m@metacloud.com</email>
</author>
<published>2013-08-15T23:56:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=35deb1ae1b62a00e749d67715f9a787eb99d0dbb'/>
<id>35deb1ae1b62a00e749d67715f9a787eb99d0dbb</id>
<content type='text'>
Add ASLv2 headers to files that were missing it.

fixes bug #1211587

Change-Id: Iede918e1ce84993cee4ecbb2d9c2606627fa412e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add ASLv2 headers to files that were missing it.

fixes bug #1211587

Change-Id: Iede918e1ce84993cee4ecbb2d9c2606627fa412e
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and enable Gating on H404</title>
<updated>2013-08-16T03:35:35+00:00</updated>
<author>
<name>Dirk Mueller</name>
<email>dirk@dmllr.de</email>
</author>
<published>2013-08-04T21:10:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=dc5c33a9e52a062cd6742986f780a48ee2d6b383'/>
<id>dc5c33a9e52a062cd6742986f780a48ee2d6b383</id>
<content type='text'>
Enable gating on the Hacking H404 check - docstring
should start with a summary.

Change-Id: I80612a15bd11f689e9e9f4dc2ff812138630ddbd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable gating on the Hacking H404 check - docstring
should start with a summary.

Change-Id: I80612a15bd11f689e9e9f4dc2ff812138630ddbd
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and enable gating on H402</title>
<updated>2013-07-12T07:36:07+00:00</updated>
<author>
<name>Dirk Mueller</name>
<email>dirk@dmllr.de</email>
</author>
<published>2013-07-02T08:07:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=f2ad113d1c65e94a3a9f4b1f53c9ab4b0dd01727'/>
<id>f2ad113d1c65e94a3a9f4b1f53c9ab4b0dd01727</id>
<content type='text'>
Docstring summaries need punctuation.

Change-Id: I1b740c13d5fedf9a625ca0807c908f651ee08406
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docstring summaries need punctuation.

Change-Id: I1b740c13d5fedf9a625ca0807c908f651ee08406
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Python 3.x compatible print syntax</title>
<updated>2013-06-23T16:14:43+00:00</updated>
<author>
<name>Dirk Mueller</name>
<email>dirk@dmllr.de</email>
</author>
<published>2013-06-10T07:58:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=f695342683910520cfbcf5b043f21c67d3a7048f'/>
<id>f695342683910520cfbcf5b043f21c67d3a7048f</id>
<content type='text'>
Adding an extra pair of braces helps here to
let Python 3.x interpret it as print function,
while not confusing the Python 2.x print operator.

Change-Id: I05af267ecfbcc80753726743fdf82c330350afcb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding an extra pair of braces helps here to
let Python 3.x interpret it as print function,
while not confusing the Python 2.x print operator.

Change-Id: I05af267ecfbcc80753726743fdf82c330350afcb
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Allow secure user password update."</title>
<updated>2013-05-21T00:08:41+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-05-21T00:08:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=3f405097513b07245ac1ba685eaaf592ad5f6a98'/>
<id>3f405097513b07245ac1ba685eaaf592ad5f6a98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
