<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/requests/auth.py, branch v2.5.3</title>
<subtitle>github.com: kennethreitz/requests.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/'/>
<entry>
<title>Move noncebit to the only place it is used</title>
<updated>2015-01-20T00:50:50+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2015-01-20T00:50:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=677bbe30d7b26b006d8b38107e1db9cbd429ac2f'/>
<id>677bbe30d7b26b006d8b38107e1db9cbd429ac2f</id>
<content type='text'>
Since we only allow for "auth" qop-value, hardcode it

Fixes #2408
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we only allow for "auth" qop-value, hardcode it

Fixes #2408
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug in renegotiating a nonce with the server</title>
<updated>2014-12-23T16:40:31+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>ian.cordasco@rackspace.com</email>
</author>
<published>2014-12-23T16:40:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=86c3ecfd341e4e86977317f03ae344d363c63e3a'/>
<id>86c3ecfd341e4e86977317f03ae344d363c63e3a</id>
<content type='text'>
If a session runs long enough (without constant activity) then the server can
expire the nonce the session has negotiated. If that happens the session will
get a new 401 response which we were immediately returning to the user. A user
would then have to essentially reinitialize session.auth each time they get an
unexpected 401.

Also, there's no need for setattr calls when we can simply assign the
attribute on the instance.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a session runs long enough (without constant activity) then the server can
expire the nonce the session has negotiated. If that happens the session will
get a new 401 response which we were immediately returning to the user. A user
would then have to essentially reinitialize session.auth each time they get an
unexpected 401.

Also, there's no need for setattr calls when we can simply assign the
attribute on the instance.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix HTTPDigestAuth not to treat non-file as a file</title>
<updated>2014-11-12T15:51:35+00:00</updated>
<author>
<name>Akira Kitada</name>
<email>akitada@gmail.com</email>
</author>
<published>2014-11-12T14:46:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=67c505781cece96763b86c47967efb785f33b079'/>
<id>67c505781cece96763b86c47967efb785f33b079</id>
<content type='text'>
Ensure pos is set to None when the body is not a file
so that HTTPDigestAuth detects the type of the body correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure pos is set to None when the body is not a file
so that HTTPDigestAuth detects the type of the body correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up handle_redirect.</title>
<updated>2014-10-23T10:46:44+00:00</updated>
<author>
<name>Yossi Gottlieb</name>
<email>yossigo@gmail.com</email>
</author>
<published>2014-10-23T10:46:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=3d8823cafc82fd9849eef6650a54a61554079b61'/>
<id>3d8823cafc82fd9849eef6650a54a61554079b61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up, support all redirects, fix potential endless 401 loop.</title>
<updated>2014-10-07T21:06:01+00:00</updated>
<author>
<name>Yossi Gottlieb</name>
<email>yossigo@gmail.com</email>
</author>
<published>2014-10-07T21:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=6ff6f756c034ad0a946c711d0e136cfbd077ab62'/>
<id>6ff6f756c034ad0a946c711d0e136cfbd077ab62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A fix for #1979 repeat HTTP digest authentication after redirect.</title>
<updated>2014-09-27T18:05:59+00:00</updated>
<author>
<name>Yossi Gottlieb</name>
<email>yossigo@gmail.com</email>
</author>
<published>2014-09-27T17:42:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=c28da22e9c42e22b303bb07da434ce65e10c0cb2'/>
<id>c28da22e9c42e22b303bb07da434ce65e10c0cb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid unnecessary encode/decode cycles.</title>
<updated>2014-06-08T09:28:35+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2014-06-08T09:28:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=2b8353d3b3e533945bb82d6510ed2dfb15663045'/>
<id>2b8353d3b3e533945bb82d6510ed2dfb15663045</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Force basic auth strings to native string type</title>
<updated>2014-06-08T09:20:32+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2014-06-08T09:20:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=d977ee8a2494903178f5b63756b65fc4dedb3715'/>
<id>d977ee8a2494903178f5b63756b65fc4dedb3715</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused loggers.</title>
<updated>2014-02-03T13:43:59+00:00</updated>
<author>
<name>Martijn Pieters</name>
<email>mj@zopatista.com</email>
</author>
<published>2014-02-03T13:43:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=488b90f5acfafe65b428765aea70ebebd4afe58a'/>
<id>488b90f5acfafe65b428765aea70ebebd4afe58a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Address feedback from #1729</title>
<updated>2013-12-04T12:45:18+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2013-12-04T12:45:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=e8bdcdb0a754ce3ec46fe167dfbd0e23f22e5ff7'/>
<id>e8bdcdb0a754ce3ec46fe167dfbd0e23f22e5ff7</id>
<content type='text'>
- Make the PreparedRequest's cookie jar an implementation detail
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Make the PreparedRequest's cookie jar an implementation detail
</pre>
</div>
</content>
</entry>
</feed>
