<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/requests/sessions.py, branch render</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 use redirect_cache if allow_redirects=False</title>
<updated>2016-02-05T22:51:09+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2016-02-05T22:51:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=fc512d89245c4ee1f4b6d6f0445bc962a0621288'/>
<id>fc512d89245c4ee1f4b6d6f0445bc962a0621288</id>
<content type='text'>
Fix for #2997
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix for #2997
</pre>
</div>
</content>
</entry>
<entry>
<title>Review changes to TooManyRedirect exception with response</title>
<updated>2016-01-20T18:48:12+00:00</updated>
<author>
<name>Ryan Munro</name>
<email>ryan@submersible.io</email>
</author>
<published>2016-01-20T18:48:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=6a8a480d6c535e8fd52526875296576c5309203c'/>
<id>6a8a480d6c535e8fd52526875296576c5309203c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Return request &amp; response with TooManyRedirects</title>
<updated>2016-01-20T00:44:58+00:00</updated>
<author>
<name>Ryan Munro</name>
<email>ryan@submersible.io</email>
</author>
<published>2016-01-20T00:44:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=e6f218f3f6c365bc919218fae9d0726473043079'/>
<id>e6f218f3f6c365bc919218fae9d0726473043079</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert changes to params</title>
<updated>2015-12-11T21:47:47+00:00</updated>
<author>
<name>Brian Samek</name>
<email>brian.samek@gmail.com</email>
</author>
<published>2015-12-11T21:47:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=9aca57d4bf7fe7906dd7b6d9e7c4836b6f38735d'/>
<id>9aca57d4bf7fe7906dd7b6d9e7c4836b6f38735d</id>
<content type='text'>
This reverts commit 9a20afd6b5140da4b9f187a3c0c6ea7010baeee9.

Docstring changes were desirable, but changes to params were not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 9a20afd6b5140da4b9f187a3c0c6ea7010baeee9.

Docstring changes were desirable, but changes to params were not.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor default params</title>
<updated>2015-12-11T18:32:09+00:00</updated>
<author>
<name>Brian Samek</name>
<email>brian.samek@gmail.com</email>
</author>
<published>2015-12-11T18:32:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=9a20afd6b5140da4b9f187a3c0c6ea7010baeee9'/>
<id>9a20afd6b5140da4b9f187a3c0c6ea7010baeee9</id>
<content type='text'>
Specified the default argument for params that have a default in the docstring
so that the default is easier to see from the code. Modified the docstring in
api.py to match the docstring in sessions.py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Specified the default argument for params that have a default in the docstring
so that the default is easier to see from the code. Modified the docstring in
api.py to match the docstring in sessions.py.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add hint to :param verify.</title>
<updated>2015-12-09T16:21:21+00:00</updated>
<author>
<name>Brian Samek</name>
<email>brian.samek@gmail.com</email>
</author>
<published>2015-12-09T16:21:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=3ad66349ea651d13459d7cd2db1613c1b91b40e1'/>
<id>3ad66349ea651d13459d7cd2db1613c1b91b40e1</id>
<content type='text'>
It is not clear that :param verify defaults to True. The way the verify
portion of the docstring is written it looks like it defaults to False, and
you have to pass in True if you'd like the SSL cert to be verified, but the
opposite is the case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is not clear that :param verify defaults to True. The way the verify
portion of the docstring is written it looks like it defaults to False, and
you have to pass in True if you'd like the SSL cert to be verified, but the
opposite is the case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2015-12-01T11:24:56+00:00</updated>
<author>
<name>Jakub Wilk</name>
<email>jwilk@jwilk.net</email>
</author>
<published>2015-12-01T11:24:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=23d9b077d8b2db9d13c1edd97ffb65b0582631d0'/>
<id>23d9b077d8b2db9d13c1edd97ffb65b0582631d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed usage example in sessions.py</title>
<updated>2015-10-15T12:32:35+00:00</updated>
<author>
<name>Daniel Müller</name>
<email>danielmueller@limebird.de</email>
</author>
<published>2015-10-15T12:32:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=d8f28f4bca40715a3b2929ae639868f235bcaa38'/>
<id>d8f28f4bca40715a3b2929ae639868f235bcaa38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move to_native_string for methods to prepare()</title>
<updated>2015-10-12T09:50:37+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2015-10-12T09:50:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=2df3c7c75dd4e3c825421da3aaa4b08bd91d4afb'/>
<id>2df3c7c75dd4e3c825421da3aaa4b08bd91d4afb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarified description for option "trust_env"</title>
<updated>2015-10-02T12:47:50+00:00</updated>
<author>
<name>Doctor-love</name>
<email>joel@rangsmo.se</email>
</author>
<published>2015-10-02T12:47:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=63b3b9be55e0a836ec312dd2197366c260fd2eb0'/>
<id>63b3b9be55e0a836ec312dd2197366c260fd2eb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
