<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/requests/auth.py, branch cache</title>
<subtitle>github.com: kennethreitz/requests.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/'/>
<entry>
<title>vendored oauthlib</title>
<updated>2012-06-29T00:20:26+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2012-06-29T00:20:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=a1fd038d2cc5ffe9a9a68bf37deec65ff5de64b3'/>
<id>a1fd038d2cc5ffe9a9a68bf37deec65ff5de64b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sign querystring parameters in OAuth 1.0</title>
<updated>2012-06-19T04:02:51+00:00</updated>
<author>
<name>Marty Alchin</name>
<email>marty@martyalchin.com</email>
</author>
<published>2012-06-19T04:02:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=4e568c18991fb033290375f467b74384da10a60b'/>
<id>4e568c18991fb033290375f467b74384da10a60b</id>
<content type='text'>
Existing usage doesn't pass GET querystring parameters along to oauthlib,
so it wasn't signing those properly, which causes problems with APIs that
rely heavily on GET parameters. By passing in r.full_url instead of r.url,
oauthlib can parse out the correct parameters and sign them properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Existing usage doesn't pass GET querystring parameters along to oauthlib,
so it wasn't signing those properly, which causes problems with APIs that
rely heavily on GET parameters. By passing in r.full_url instead of r.url,
oauthlib can parse out the correct parameters and sign them properly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure OAuth doesn't fall off, which happens in particular when encountering redirects</title>
<updated>2012-06-14T03:54:54+00:00</updated>
<author>
<name>Marty Alchin</name>
<email>marty@martyalchin.com</email>
</author>
<published>2012-06-14T03:54:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=9a30e02962ef2bb0a8bd5ce6db28f423a9b4b896'/>
<id>9a30e02962ef2bb0a8bd5ce6db28f423a9b4b896</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace utils.randombytes with os.urandom</title>
<updated>2012-05-15T22:42:03+00:00</updated>
<author>
<name>Shivaram Lingamneni</name>
<email>slingamn@cs.stanford.edu</email>
</author>
<published>2012-05-02T01:20:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=f25827c5b66450482fad8209f38ca77664f504dd'/>
<id>f25827c5b66450482fad8209f38ca77664f504dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unicode fix for py3</title>
<updated>2012-05-15T15:37:15+00:00</updated>
<author>
<name>Ib Lundgren</name>
<email>ib.lundgren@gmail.com</email>
</author>
<published>2012-05-15T15:37:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=6a9d59ea97f9681b57c1fe0db263b7e2af3e60c9'/>
<id>6a9d59ea97f9681b57c1fe0db263b7e2af3e60c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better content-type detection and unicode fix</title>
<updated>2012-05-15T15:20:01+00:00</updated>
<author>
<name>Ib Lundgren</name>
<email>ib.lundgren@gmail.com</email>
</author>
<published>2012-05-15T15:20:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=c24665b59352006120ef33624ae8177ff68990bd'/>
<id>c24665b59352006120ef33624ae8177ff68990bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>quiet spurious pyflakes errors</title>
<updated>2012-05-04T02:59:15+00:00</updated>
<author>
<name>Shivaram Lingamneni</name>
<email>slingamn@cs.stanford.edu</email>
</author>
<published>2012-05-03T05:37:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=bcc4125a18f807bca14f4865e1770f9fc3b463f2'/>
<id>bcc4125a18f807bca14f4865e1770f9fc3b463f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>upper case automatically</title>
<updated>2012-05-02T22:57:06+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2012-05-02T22:57:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=a9963e38414b3d5ee4f79d2026794a2382717da3'/>
<id>a9963e38414b3d5ee4f79d2026794a2382717da3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax errors</title>
<updated>2012-05-01T11:06:55+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2012-05-01T11:06:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=e6cce7a5bd51aa0ff916987b9c070753f702ccde'/>
<id>e6cce7a5bd51aa0ff916987b9c070753f702ccde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hax</title>
<updated>2012-05-01T10:57:25+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2012-05-01T10:57:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=bf1744eea2b16012ace3cc74be20fb60731ff822'/>
<id>bf1744eea2b16012ace3cc74be20fb60731ff822</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
