<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/oauthlib.git/docs/oauth2, branch 431-customerrors</title>
<subtitle>github.com: idan/oauthlib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/'/>
<entry>
<title>Merge branch 'master' into 431-customerrors</title>
<updated>2018-08-02T08:29:22+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2018-08-02T08:29:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=1d07167210297cd9691e5397f09477fea5df5279'/>
<id>1d07167210297cd9691e5397f09477fea5df5279</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into oauth2-introspect</title>
<updated>2018-05-26T19:39:09+00:00</updated>
<author>
<name>Pieter Ennes</name>
<email>pieter@ennes.nl</email>
</author>
<published>2018-05-26T19:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=e44d5d93dd0d97998a58f1b84cb51119d136fad2'/>
<id>e44d5d93dd0d97998a58f1b84cb51119d136fad2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove last remaining G+ reference.</title>
<updated>2018-03-09T21:20:23+00:00</updated>
<author>
<name>Pieter Ennes</name>
<email>pieter@authentiq.com</email>
</author>
<published>2018-03-09T21:07:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=f3ae98cef91e140b10d25fbd496622d879cc0c0c'/>
<id>f3ae98cef91e140b10d25fbd496622d879cc0c0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rtd docs fix (#515)</title>
<updated>2018-03-09T21:18:10+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathanhuot@users.noreply.github.com</email>
</author>
<published>2018-02-28T14:00:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=871446f8c9c14f80497b257dc809500efc4e8c45'/>
<id>871446f8c9c14f80497b257dc809500efc4e8c45</id>
<content type='text'>
* Added sphinx build for developers

Rationale is to build docs locally to prevent RTD to break later.

* Replace manual sphinx into make

* Renamed idan URL to oauthlib community

* Renamed http into https URLs since http is returning 302

* python requests library renamed its home URL

* Add ignore list for "make linkcheck"

linkcheck is doing requests to github with anonymous access, however creating an issue require an logged-in account

* virtualenv changed its homepage and website.

* Fixed broken link

(cherry picked from commit 32e5ad1)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added sphinx build for developers

Rationale is to build docs locally to prevent RTD to break later.

* Replace manual sphinx into make

* Renamed idan URL to oauthlib community

* Renamed http into https URLs since http is returning 302

* python requests library renamed its home URL

* Add ignore list for "make linkcheck"

linkcheck is doing requests to github with anonymous access, however creating an issue require an logged-in account

* virtualenv changed its homepage and website.

* Fixed broken link

(cherry picked from commit 32e5ad1)
</pre>
</div>
</content>
</entry>
<entry>
<title>Added bottle-oauthlib (#509)</title>
<updated>2018-03-09T20:52:51+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathanhuot@users.noreply.github.com</email>
</author>
<published>2018-01-02T16:00:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=325da94cf1b2c2e8b869d0fa97bb232ee43527de'/>
<id>325da94cf1b2c2e8b869d0fa97bb232ee43527de</id>
<content type='text'>
(cherry picked from commit 66d7296)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 66d7296)
</pre>
</div>
</content>
</entry>
<entry>
<title>Rtd docs fix (#515)</title>
<updated>2018-02-28T14:00:08+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>JonathanHuot@users.noreply.github.com</email>
</author>
<published>2018-02-28T14:00:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=32e5ad1509a8d46fa402776f54fbabef4b1ded63'/>
<id>32e5ad1509a8d46fa402776f54fbabef4b1ded63</id>
<content type='text'>
* Added sphinx build for developers

Rationale is to build docs locally to prevent RTD to break later.

* Replace manual sphinx into make

* Renamed idan URL to oauthlib community

* Renamed http into https URLs since http is returning 302

* python requests library renamed its home URL

* Add ignore list for "make linkcheck"

linkcheck is doing requests to github with anonymous access, however creating an issue require an logged-in account

* virtualenv changed its homepage and website.

* Fixed broken link
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added sphinx build for developers

Rationale is to build docs locally to prevent RTD to break later.

* Replace manual sphinx into make

* Renamed idan URL to oauthlib community

* Renamed http into https URLs since http is returning 302

* python requests library renamed its home URL

* Add ignore list for "make linkcheck"

linkcheck is doing requests to github with anonymous access, however creating an issue require an logged-in account

* virtualenv changed its homepage and website.

* Fixed broken link
</pre>
</div>
</content>
</entry>
<entry>
<title>Added bottle-oauthlib (#509)</title>
<updated>2018-01-02T16:00:03+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>JonathanHuot@users.noreply.github.com</email>
</author>
<published>2018-01-02T16:00:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=66d7296229122536163beabcc9552a0d8debbf60'/>
<id>66d7296229122536163beabcc9552a0d8debbf60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added initial introspect support</title>
<updated>2017-12-18T09:21:52+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2017-11-08T08:55:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=9b95e4e8f094d78abe577203ad1ef53aecfdb270'/>
<id>9b95e4e8f094d78abe577203ad1ef53aecfdb270</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated docs for custom validators</title>
<updated>2016-12-22T16:39:50+00:00</updated>
<author>
<name>Brendan McCollam</name>
<email>bmccollam@uchicago.edu</email>
</author>
<published>2016-12-22T16:39:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=cf414259b2b03664cf51e12532035e2a4ef130f3'/>
<id>cf414259b2b03664cf51e12532035e2a4ef130f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs for custom validator registration</title>
<updated>2016-12-22T15:00:32+00:00</updated>
<author>
<name>Brendan McCollam</name>
<email>bmccollam@uchicago.edu</email>
</author>
<published>2016-12-19T16:03:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=b63590317fc353da5e39ec9eef9a1494eddb925e'/>
<id>b63590317fc353da5e39ec9eef9a1494eddb925e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
