<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/oauthlib.git/oauthlib/common.py, branch improve-doc</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-13T08:32:01+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=d21fd53e13c044ad034694ee93e97eb7c4aac101'/>
<id>d21fd53e13c044ad034694ee93e97eb7c4aac101</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.</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.</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://git.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>Update proxy keys on CaseInsensitiveDict.update()</title>
<updated>2017-02-23T20:26:36+00:00</updated>
<author>
<name>Kevin Vance</name>
<email>kevinv@aweber.com</email>
</author>
<published>2017-02-23T20:26:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=10308ccdf1d6fc92cfed8a3b25779e7cbb73f9b0'/>
<id>10308ccdf1d6fc92cfed8a3b25779e7cbb73f9b0</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 #416 from joelstevenson/openid_connect</title>
<updated>2016-08-28T07:28:42+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2016-08-28T07:28:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=d5315c19ccc3fdd4ba70b1c94a727e8573f3ad78'/>
<id>d5315c19ccc3fdd4ba70b1c94a727e8573f3ad78</id>
<content type='text'>
Openid connect</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Openid connect</pre>
</div>
</content>
</entry>
<entry>
<title>Cast body to a string to ensure that we can perform a regex substitution on it</title>
<updated>2016-05-16T19:45:56+00:00</updated>
<author>
<name>Jacob Parry</name>
<email>jacob@jacobparry.ca</email>
</author>
<published>2016-05-16T19:45:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=7d6294b10cbe21bd7af67ce8b698b1c4ab18238c'/>
<id>7d6294b10cbe21bd7af67ce8b698b1c4ab18238c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #422: Query strings should be able to include colons</title>
<updated>2016-05-09T08:26:06+00:00</updated>
<author>
<name>Rafał Furmański</name>
<email>rfurmanski@opera.com</email>
</author>
<published>2016-05-09T08:26:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=91cdbbd858e88b5008d1bc2ee2b4d7c8fedc3f9d'/>
<id>91cdbbd858e88b5008d1bc2ee2b4d7c8fedc3f9d</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 #417 from bjmc/sanitize-logging</title>
<updated>2016-04-28T10:26:28+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2016-04-28T10:26:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=26c9db82c059d9ed4affe25744bb7ab60cf7c4a5'/>
<id>26c9db82c059d9ed4affe25744bb7ab60cf7c4a5</id>
<content type='text'>
Improves sanitizing sensitive data from Request.__repr__</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improves sanitizing sensitive data from Request.__repr__</pre>
</div>
</content>
</entry>
<entry>
<title>Better sanitizing for common.Request.__repr__</title>
<updated>2016-04-25T17:24:14+00:00</updated>
<author>
<name>Brendan McCollam</name>
<email>bmccollam@uchicago.edu</email>
</author>
<published>2016-04-25T17:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=28f5b265f782d07e6052f2e2be49d4b0e7208188'/>
<id>28f5b265f782d07e6052f2e2be49d4b0e7208188</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More wiring to get OpenID Connect code fully integrated.</title>
<updated>2016-04-19T21:59:31+00:00</updated>
<author>
<name>Joel Stevenson</name>
<email>jstevenson@bepress.com</email>
</author>
<published>2016-04-19T21:59:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=fde41caa25203f456a4650ae1e5501725622cbb7'/>
<id>fde41caa25203f456a4650ae1e5501725622cbb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First pass attempt at updating openid_connect branch</title>
<updated>2016-04-16T00:43:46+00:00</updated>
<author>
<name>Joel Stevenson</name>
<email>jstevenson@bepress.com</email>
</author>
<published>2016-04-16T00:43:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=29597b9df3046611f037059cf392e48090bc796f'/>
<id>29597b9df3046611f037059cf392e48090bc796f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
