<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/oauthlib.git/docs, branch 2.x</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>Use secrets module in Python 3.6 and later (#533)</title>
<updated>2018-04-23T20:47:12+00:00</updated>
<author>
<name>Olaf Conradi</name>
<email>olaf@conradi.org</email>
</author>
<published>2018-04-13T08:32:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=28bc7e2140fea893c5d23e1893b5f25e36f5d4e7'/>
<id>28bc7e2140fea893c5d23e1893b5f25e36f5d4e7</id>
<content type='text'>
The secrets module should be used for generating cryptographically
strong random numbers suitable for managing data such as passwords,
account authentication, security tokens, and related secrets.

In particularly, secrets should be used in preference to the default
pseudo-random number generator in the random module, which is
designed for modelling and simulation, not security or cryptography.

(cherry picked from commit d21fd53)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The secrets module should be used for generating cryptographically
strong random numbers suitable for managing data such as passwords,
account authentication, security tokens, and related secrets.

In particularly, secrets should be used in preference to the default
pseudo-random number generator in the random module, which is
designed for modelling and simulation, not security or cryptography.

(cherry picked from commit d21fd53)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ReadTheDocs build (#521)</title>
<updated>2018-03-18T10:23:17+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathanhuot@users.noreply.github.com</email>
</author>
<published>2018-03-18T09:59:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=f2ae616cd1f5ffc8fe189be58c75a4d9782d9485'/>
<id>f2ae616cd1f5ffc8fe189be58c75a4d9782d9485</id>
<content type='text'>
(cherry picked from commit f398fdb)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit f398fdb)
</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://git.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://git.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://git.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>Sorted imports.</title>
<updated>2017-09-17T11:14:31+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omerk@checkpoint.com</email>
</author>
<published>2017-09-17T11:14:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=0218f8da4f6405c6a38ea7e01feacf73b35dd698'/>
<id>0218f8da4f6405c6a38ea7e01feacf73b35dd698</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Documented PyJWT dependency for RSA-SHA1 signatures.</title>
<updated>2017-08-01T12:24:06+00:00</updated>
<author>
<name>Hoylen Sue</name>
<email>hoylen@hoylen.com</email>
</author>
<published>2017-01-16T00:01:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=9628f3d24a2e9777bccf24115b123eea3e9eb74c'/>
<id>9628f3d24a2e9777bccf24115b123eea3e9eb74c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed client.rst</title>
<updated>2017-03-06T18:11:16+00:00</updated>
<author>
<name>Aj</name>
<email>ajayplsingh@gmail.com</email>
</author>
<published>2017-03-06T18:11:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=92a269aac7b5772e8b5860930f8edb3e0741b91c'/>
<id>92a269aac7b5772e8b5860930f8edb3e0741b91c</id>
<content type='text'>
Fixed grammar on line 7.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed grammar on line 7.</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://git.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://git.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>
