<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/requests/auth.py, branch baserock/morph</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>don't replace 'Digest' in digest header value</title>
<updated>2013-05-21T17:48:30+00:00</updated>
<author>
<name>Thomas Weißschuh</name>
<email>thomas@t-8ch.de</email>
</author>
<published>2013-05-21T17:48:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=3b0d8b8e39c5d7ead5f11276a496378a9676aeb5'/>
<id>3b0d8b8e39c5d7ead5f11276a496378a9676aeb5</id>
<content type='text'>
See https://github.com/kennethreitz/requests/issues/1358
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/kennethreitz/requests/issues/1358
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1242 from oviboy/master</title>
<updated>2013-04-14T03:28:43+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2013-04-14T03:28:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=a527ecfabdaa150469a58ee537fded6e97d80e10'/>
<id>a527ecfabdaa150469a58ee537fded6e97d80e10</id>
<content type='text'>
HTTP Digest Auth case insensitive replacement of "Digest "</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
HTTP Digest Auth case insensitive replacement of "Digest "</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typos</title>
<updated>2013-04-01T18:02:18+00:00</updated>
<author>
<name>Pascal Borreli</name>
<email>pascal@borreli.com</email>
</author>
<published>2013-04-01T15:02:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=037b38badb31cd379e985881b8077a4aa148fd58'/>
<id>037b38badb31cd379e985881b8077a4aa148fd58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>compiled regex expression in digest auth, this also works in python 2.6.x</title>
<updated>2013-03-25T10:28:25+00:00</updated>
<author>
<name>Ovidiu Negrut</name>
<email>ovidiu@rohost.com</email>
</author>
<published>2013-03-25T10:28:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=9d16c7276791fb7e5e75f2fbcddec95fa8f15b2b'/>
<id>9d16c7276791fb7e5e75f2fbcddec95fa8f15b2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Digest auth: case insensitive replacement of 'digest ' string with '' from WWW-Authenticate</title>
<updated>2013-03-11T08:28:37+00:00</updated>
<author>
<name>Ovidiu Negrut</name>
<email>ovidiu@rohost.com</email>
</author>
<published>2013-03-11T08:28:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=e752455b6f1b5913305a9014f3c0b535ba054069'/>
<id>e752455b6f1b5913305a9014f3c0b535ba054069</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use user supplied options when resending authenticated requests</title>
<updated>2013-02-14T00:11:38+00:00</updated>
<author>
<name>Michael Komitee</name>
<email>mkomitee@gmail.com</email>
</author>
<published>2013-02-14T00:11:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=d0285fac4203e8cfed6b5ceeb96b2646076e745d'/>
<id>d0285fac4203e8cfed6b5ceeb96b2646076e745d</id>
<content type='text'>
Hooks sometimes have to send requests (e.g. when responding to a 401 during
authentication).

All keyword arguments should be passed along when hooks are dispatched so that
if a user wanted to use a timeout, stream, specify a cert location with the
verify flag, etc, their specification can be followed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hooks sometimes have to send requests (e.g. when responding to a 401 during
authentication).

All keyword arguments should be passed along when hooks are dispatched so that
if a user wanted to use a timeout, stream, specify a cert location with the
verify flag, etc, their specification can be followed.
</pre>
</div>
</content>
</entry>
<entry>
<title>it`s more pep8 now</title>
<updated>2013-01-27T01:04:12+00:00</updated>
<author>
<name>oczkers</name>
<email>oczkers@gmail.com</email>
</author>
<published>2013-01-27T01:04:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=40a060cf579a7f0996c92eed578148e526d9416f'/>
<id>40a060cf579a7f0996c92eed578148e526d9416f</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 #1123 from andrewjesaitis/master</title>
<updated>2013-01-26T05:00:33+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2013-01-26T05:00:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=440aeca5d4d5286e68ae050d4ab881315ba571e6'/>
<id>440aeca5d4d5286e68ae050d4ab881315ba571e6</id>
<content type='text'>
Fixes DigestAuth with Sessions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes DigestAuth with Sessions</pre>
</div>
</content>
</entry>
<entry>
<title>Moves num_401_calls counter to HTTPDigestAuth</title>
<updated>2013-01-23T17:32:56+00:00</updated>
<author>
<name>Andrew Jesaitis</name>
<email>andrew@andrewjesaitis.com</email>
</author>
<published>2013-01-23T17:32:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=34268b16c397682be38f4147aa181f3ebf112e42'/>
<id>34268b16c397682be38f4147aa181f3ebf112e42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>missing algorithm field</title>
<updated>2013-01-22T15:35:16+00:00</updated>
<author>
<name>Juan Riaza</name>
<email>juanriaza@gmail.com</email>
</author>
<published>2013-01-22T15:35:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=a6360ca134623a9faecfe64b51e86f42bffb4dd9'/>
<id>a6360ca134623a9faecfe64b51e86f42bffb4dd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
