<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/oauthlib.git/oauthlib/common.py, branch python-3.7</title>
<subtitle>github.com: idan/oauthlib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/'/>
<entry>
<title>Remove unnecessary workaround for bytes type</title>
<updated>2018-09-14T12:18:10+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-09-14T12:07:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=8aa89569f14b493ba2672d7a64c7c1c138c82c3b'/>
<id>8aa89569f14b493ba2672d7a64c7c1c138c82c3b</id>
<content type='text'>
The type 'bytes' is available on all supported Pythons. Likewise the
byte literal b'...' is available on all supported Pythons. Use idiomatic
Python and remove workaround for an issue that no longer exists. Makes
the code more forward compatible with Python 3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The type 'bytes' is available on all supported Pythons. Likewise the
byte literal b'...' is available on all supported Pythons. Use idiomatic
Python and remove workaround for an issue that no longer exists. Makes
the code more forward compatible with Python 3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove headers from request attributes</title>
<updated>2018-08-17T23:02:52+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2018-08-17T23:02:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=39dad84a9b4cfa353ec3ed60aa8f8856957f6704'/>
<id>39dad84a9b4cfa353ec3ed60aa8f8856957f6704</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>$ and ' are allowed to be unencoded in query strings (#564)</title>
<updated>2018-08-12T20:44:38+00:00</updated>
<author>
<name>Chris Utz</name>
<email>cutz@users.noreply.github.com</email>
</author>
<published>2018-08-12T20:44:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=d5d843de71e2ddd6da913971f42beec890f5c3b7'/>
<id>d5d843de71e2ddd6da913971f42beec890f5c3b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>
</feed>
