<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/oauthlib.git/oauthlib, branch new-version-release-notes</title>
<subtitle>github.com: idan/oauthlib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/'/>
<entry>
<title>send no state in the access token response</title>
<updated>2015-07-03T15:29:50+00:00</updated>
<author>
<name>gunnar</name>
<email>gunnar@g10f.de</email>
</author>
<published>2015-07-03T15:29:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=8748c6e0e9a66e5b153dac528b313823c152bd19'/>
<id>8748c6e0e9a66e5b153dac528b313823c152bd19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve regex performance for invalid_hex</title>
<updated>2015-07-03T06:56:01+00:00</updated>
<author>
<name>Hsiaoming Yang</name>
<email>me@lepture.com</email>
</author>
<published>2015-07-02T07:14:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=42d973d7854a694dea290251e21025b0b90440f4'/>
<id>42d973d7854a694dea290251e21025b0b90440f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't encode body twice</title>
<updated>2015-07-03T06:55:26+00:00</updated>
<author>
<name>Hsiaoming Yang</name>
<email>me@lepture.com</email>
</author>
<published>2015-07-02T07:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=d8d7de6ac0d8f6988f876229d773a4a3042f988e'/>
<id>d8d7de6ac0d8f6988f876229d773a4a3042f988e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix when body is None</title>
<updated>2015-07-02T09:24:35+00:00</updated>
<author>
<name>Hsiaoming Yang</name>
<email>me@lepture.com</email>
</author>
<published>2015-07-02T07:29:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=f88408da8b4d222195caca46d10264d90a2bd167'/>
<id>f88408da8b4d222195caca46d10264d90a2bd167</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hide user password in repr of Request</title>
<updated>2015-07-02T09:24:35+00:00</updated>
<author>
<name>Hsiaoming Yang</name>
<email>me@lepture.com</email>
</author>
<published>2015-07-02T07:05:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=7996067921ddd5eb3ff889270a5b02ce14997b10'/>
<id>7996067921ddd5eb3ff889270a5b02ce14997b10</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 #341 from kdazzle/request-getattr</title>
<updated>2015-07-02T08:46:10+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2015-07-02T08:46:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=674543558fa95c41285b874390a54f28e36983a9'/>
<id>674543558fa95c41285b874390a54f28e36983a9</id>
<content type='text'>
#340 - calling getattr on Request should raise an AttributeError if that attribute doesn't exist</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
#340 - calling getattr on Request should raise an AttributeError if that attribute doesn't exist</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and remove missing attribute: _client</title>
<updated>2015-07-01T15:53:50+00:00</updated>
<author>
<name>myyang</name>
<email>ymy1019@gmail.com</email>
</author>
<published>2015-07-01T15:11:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=de586cd17cce1363ee611fea30a47aee908f861b'/>
<id>de586cd17cce1363ee611fea30a47aee908f861b</id>
<content type='text'>
* Fix and remove missing attribute: _client in prepare_refresh_token_request()
* Add testcase for prepare_refresh_token_request()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix and remove missing attribute: _client in prepare_refresh_token_request()
* Add testcase for prepare_refresh_token_request()
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #350 from cheif/master</title>
<updated>2015-07-01T11:27:56+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2015-07-01T11:27:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=08970a85b516fc98d8a67518d33698528deb2512'/>
<id>08970a85b516fc98d8a67518d33698528deb2512</id>
<content type='text'>
Handle empty/non-parsable query strings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle empty/non-parsable query strings</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #314 from singingwolfboy/require-rsa-key-when-being-used</title>
<updated>2015-07-01T11:26:50+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2015-07-01T11:26:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=c806879ce39fe3be8e21a780689b28cd1407b161'/>
<id>c806879ce39fe3be8e21a780689b28cd1407b161</id>
<content type='text'>
Check for rsa_key when it's actually needed</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check for rsa_key when it's actually needed</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #336 from josephtate/betterscopesupport</title>
<updated>2015-07-01T09:47:07+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2015-07-01T09:47:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=70879b5c79b0469d1015b225a82aa5598c84d5cb'/>
<id>70879b5c79b0469d1015b225a82aa5598c84d5cb</id>
<content type='text'>
Allow tuples for list_to_scope as well as sets and lists</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow tuples for list_to_scope as well as sets and lists</pre>
</div>
</content>
</entry>
</feed>
