<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/requests/adapters.py, branch 2.0</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>Fix test cases that fail when running behind a proxy</title>
<updated>2013-07-23T07:55:27+00:00</updated>
<author>
<name>David Pursehouse</name>
<email>david.pursehouse@gmail.com</email>
</author>
<published>2013-07-23T01:51:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=9e771aa79cc3cdf2b625b31148247c05efdf4edd'/>
<id>9e771aa79cc3cdf2b625b31148247c05efdf4edd</id>
<content type='text'>
When sending a request via `Session.send()` the proxies must be
explicitly given with the `proxies` argument.  This is not done
in the test cases, which means that they fail when run on a system
that is behind a proxy.

Update test cases to make sure the proxies are set in the sessions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When sending a request via `Session.send()` the proxies must be
explicitly given with the `proxies` argument.  This is not done
in the test cases, which means that they fail when run on a system
that is behind a proxy.

Update test cases to make sure the proxies are set in the sessions.
</pre>
</div>
</content>
</entry>
<entry>
<title>added tests for mixed-case scheme URLs, changed adapters passing down URLs into urllib3 by lower-ifying them so that the underlying pool manager can effectively pool by scheme as dictionary key</title>
<updated>2013-05-24T20:14:14+00:00</updated>
<author>
<name>Viktor Haag</name>
<email>Viktor.Haag@Desire2Learn.com</email>
</author>
<published>2013-05-24T20:14:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=01993d21dc7d6fa8f0acf657425d2fead9b2ddea'/>
<id>01993d21dc7d6fa8f0acf657425d2fead9b2ddea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- fixed func call syntax on lower to lower()</title>
<updated>2013-05-24T18:01:30+00:00</updated>
<author>
<name>Viktor Haag</name>
<email>Viktor.Haag@Desire2Learn.com</email>
</author>
<published>2013-05-24T18:01:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=5e94f38001fdaccda924aab9e5f0ffc064492129'/>
<id>5e94f38001fdaccda924aab9e5f0ffc064492129</id>
<content type='text'>
- added test cases for trying to test GETS on mixed-case schemas
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added test cases for trying to test GETS on mixed-case schemas
</pre>
</div>
</content>
</entry>
<entry>
<title>Lower-ify url before checking against prefix with startswith()</title>
<updated>2013-05-24T15:26:00+00:00</updated>
<author>
<name>Viktor Haag</name>
<email>Viktor.Haag@Desire2Learn.com</email>
</author>
<published>2013-05-24T15:26:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=3004ad539875ffc2c9ec5a376af7203189ce6fe1'/>
<id>3004ad539875ffc2c9ec5a376af7203189ce6fe1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding the _pool_bloc to the list of attrs.</title>
<updated>2013-05-12T01:30:31+00:00</updated>
<author>
<name>Randy Merrill</name>
<email>Zoramite@gmail.com</email>
</author>
<published>2013-05-12T01:30:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=c03e14242b4bc65f6a970de100460eb3f1e14cc2'/>
<id>c03e14242b4bc65f6a970de100460eb3f1e14cc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing the call to init_poolmanagers to correctly unpickle the adapter.</title>
<updated>2013-05-12T01:13:08+00:00</updated>
<author>
<name>Randy Merrill</name>
<email>Zoramite@gmail.com</email>
</author>
<published>2013-05-12T01:13:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=9cb3d6444d7c2e2787267874f59c271cd2bcf1be'/>
<id>9cb3d6444d7c2e2787267874f59c271cd2bcf1be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moving the order of the arguments in the init to not interfere with existing usage.</title>
<updated>2013-05-12T01:04:43+00:00</updated>
<author>
<name>Randy Merrill</name>
<email>Zoramite@gmail.com</email>
</author>
<published>2013-05-12T01:04:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=053613688bcabb05818403014dc594bfdc2cbe22'/>
<id>053613688bcabb05818403014dc594bfdc2cbe22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding an argument to the adapter for passing a block argument to the connection pool.</title>
<updated>2013-05-11T06:46:54+00:00</updated>
<author>
<name>Randy Merrill</name>
<email>Zoramite@gmail.com</email>
</author>
<published>2013-05-11T06:46:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=2eb682671db4cdcc1fceac0240cb57683f9497ba'/>
<id>2eb682671db4cdcc1fceac0240cb57683f9497ba</id>
<content type='text'>
This allows for blocking when using threading to prevent the pool from creating more connections that the max-size allows.

Specifically was seeing the following errors without the block=True:

    WARNING:requests.packages.urllib3.connectionpool:HttpConnectionPool is full, discarding connection: www.example.com
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows for blocking when using threading to prevent the pool from creating more connections that the max-size allows.

Specifically was seeing the following errors without the block=True:

    WARNING:requests.packages.urllib3.connectionpool:HttpConnectionPool is full, discarding connection: www.example.com
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed HTTPAdapter to allow max retries to be specified when initializing.</title>
<updated>2013-04-12T23:40:39+00:00</updated>
<author>
<name>Daniel Lindsley</name>
<email>daniel@toastdriven.com</email>
</author>
<published>2013-04-12T23:40:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=36dcce1a06fe0a82d8522c7d4287fb3623722c6c'/>
<id>36dcce1a06fe0a82d8522c7d4287fb3623722c6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add HTTPAdapter to API docs.</title>
<updated>2013-04-09T18:54:47+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2013-04-09T18:54:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=c73f65335268da9b7ee9a793d8923ab8ce710457'/>
<id>c73f65335268da9b7ee9a793d8923ab8ce710457</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
