<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git, branch fix-redirect-test</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>The expected value changes for the proxies keyword</title>
<updated>2014-03-26T13:12:31+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2014-03-26T13:12:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=b92f4ec6fb8e53c71603dcd91f8e0883539e678d'/>
<id>b92f4ec6fb8e53c71603dcd91f8e0883539e678d</id>
<content type='text'>
It used to be None but a recent PR changed that before my last one was merged
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It used to be None but a recent PR changed that before my last one was merged
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1962 from sigmavirus24/fix-history-type</title>
<updated>2014-03-24T15:45:06+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2014-03-24T15:45:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=b8128d6b1ec52bc57499a87eb3f7a73e359c6a6a'/>
<id>b8128d6b1ec52bc57499a87eb3f7a73e359c6a6a</id>
<content type='text'>
Fix #1960: A Response's history should be a list</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #1960: A Response's history should be a list</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1963 from sigmavirus24/fix-redirect-methods</title>
<updated>2014-03-24T15:44:14+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2014-03-24T15:44:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=5f48e4a120737c5b53b990105a512032a2aebdd3'/>
<id>5f48e4a120737c5b53b990105a512032a2aebdd3</id>
<content type='text'>
Fix #1955: Do not use original request in redirect</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #1955: Do not use original request in redirect</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master'</title>
<updated>2014-03-24T15:39:20+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2014-03-24T15:39:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=a3cd2f3929f4f24445d71130f9cc80a6d3565619'/>
<id>a3cd2f3929f4f24445d71130f9cc80a6d3565619</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>3.4</title>
<updated>2014-03-24T15:39:15+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2014-03-24T15:39:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=b2db089eefe7a38789429ad8d02a84d9ea6958a5'/>
<id>b2db089eefe7a38789429ad8d02a84d9ea6958a5</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 #1951 from Lukasa/proxyauth</title>
<updated>2014-03-23T14:51:48+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2014-03-23T14:51:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=fe4c4f146124d7fba2e680581a5d6b9d98e3fdf8'/>
<id>fe4c4f146124d7fba2e680581a5d6b9d98e3fdf8</id>
<content type='text'>
Re-evaluate proxy authorization.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Re-evaluate proxy authorization.</pre>
</div>
</content>
</entry>
<entry>
<title>Style changes thanks to @sigmavirus24.</title>
<updated>2014-03-22T21:11:33+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2014-03-22T21:11:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=90f73378582e4e2cbc75a189a2cfa7826824f29e'/>
<id>90f73378582e4e2cbc75a189a2cfa7826824f29e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Actually assign history</title>
<updated>2014-03-15T17:48:29+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2014-03-15T17:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=8fc6a65be892651e6f16597fcaf9e608ab5d958b'/>
<id>8fc6a65be892651e6f16597fcaf9e608ab5d958b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #1955: Do not use original request in redirect</title>
<updated>2014-03-15T16:38:13+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2014-03-15T16:38:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=8d693a2a27d0a073c0d03823cab71a3716001285'/>
<id>8d693a2a27d0a073c0d03823cab71a3716001285</id>
<content type='text'>
The original request was never being properly overriden in resolve_redirects.
As such being having a POST request respond with a 303 would generate a GET
request. If the GET request encountered another redirect to something like a
307, then it would use the original request and generate another POST request.

There are two parts to this fix:

- The fix itself
- The test infrastructure to ensure it does not regress because HTTPBin is
  insufficient
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original request was never being properly overriden in resolve_redirects.
As such being having a POST request respond with a 303 would generate a GET
request. If the GET request encountered another redirect to something like a
307, then it would use the original request and generate another POST request.

There are two parts to this fix:

- The fix itself
- The test infrastructure to ensure it does not regress because HTTPBin is
  insufficient
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #1960: A Response's history should be a list</title>
<updated>2014-03-15T15:33:00+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2014-03-15T15:33:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=daf56b3f62f91c7b6ae783ef74ee41ff3c7af89f'/>
<id>daf56b3f62f91c7b6ae783ef74ee41ff3c7af89f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
