<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/urllib3.git, branch httpheaderdict-requests</title>
<subtitle>github.com: shazow/urllib3.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/'/>
<entry>
<title>Tests for HTTPHeaderDict in requests (re: #632)</title>
<updated>2015-05-28T10:25:08+00:00</updated>
<author>
<name>Andrey Petrov</name>
<email>andrey.petrov@shazow.net</email>
</author>
<published>2015-05-28T10:13:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=838d23aff90a933cc9e6891dfdce6666f417bed4'/>
<id>838d23aff90a933cc9e6891dfdce6666f417bed4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New coinbase code in docs.</title>
<updated>2015-05-25T18:21:31+00:00</updated>
<author>
<name>Andrey Petrov</name>
<email>andrey.petrov@shazow.net</email>
</author>
<published>2015-05-25T18:21:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=07b2646f58ea5f8572193a210dd61f1c2e106e55'/>
<id>07b2646f58ea5f8572193a210dd61f1c2e106e55</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 #628 from darkrain42/master</title>
<updated>2015-05-18T04:32:58+00:00</updated>
<author>
<name>Andrey Petrov</name>
<email>shazow@gmail.com</email>
</author>
<published>2015-05-18T04:32:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=5f3fce4d00c09d582e79b44bdfaf958d76c3a99f'/>
<id>5f3fce4d00c09d582e79b44bdfaf958d76c3a99f</id>
<content type='text'>
Further improvements to pyopenssl sendall()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Further improvements to pyopenssl sendall()</pre>
</div>
</content>
</entry>
<entry>
<title>improved check for memoryview</title>
<updated>2015-05-18T01:44:44+00:00</updated>
<author>
<name>Paul Aurich</name>
<email>paul@darkrain42.org</email>
</author>
<published>2015-05-18T01:44:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=7f55d0dc0be2bcd66d10104678aa098ecf09372c'/>
<id>7f55d0dc0be2bcd66d10104678aa098ecf09372c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pyopenssl sendall: use memoryview if available</title>
<updated>2015-05-17T05:07:25+00:00</updated>
<author>
<name>Paul Aurich</name>
<email>paul@darkrain42.org</email>
</author>
<published>2015-05-17T04:49:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=77667e16aa6cf11e0a30b6d1ceb769c4ff2fbaa9'/>
<id>77667e16aa6cf11e0a30b6d1ceb769c4ff2fbaa9</id>
<content type='text'>
This doesn't currently do anything useful, because PyOpenSSL needs to
convert back to a string to pass to ffi. It doesn't hurt, though.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This doesn't currently do anything useful, because PyOpenSSL needs to
convert back to a string to pass to ffi. It doesn't hurt, though.
</pre>
</div>
</content>
</entry>
<entry>
<title>pyopenssl sendall: magic number to named constant</title>
<updated>2015-05-17T04:45:56+00:00</updated>
<author>
<name>Paul Aurich</name>
<email>paul@darkrain42.org</email>
</author>
<published>2015-05-17T04:45:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=ca6954abe904f0107fb6dba7b266043b31c5b3e1'/>
<id>ca6954abe904f0107fb6dba7b266043b31c5b3e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CHANGES for #626</title>
<updated>2015-05-16T21:39:53+00:00</updated>
<author>
<name>Andrey Petrov</name>
<email>shazow@gmail.com</email>
</author>
<published>2015-05-16T21:39:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=0d2f46ebe60b5f094bb28137d9ab62adc01cbe58'/>
<id>0d2f46ebe60b5f094bb28137d9ab62adc01cbe58</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 #627 from darkrain42/master</title>
<updated>2015-05-16T21:36:07+00:00</updated>
<author>
<name>Andrey Petrov</name>
<email>shazow@gmail.com</email>
</author>
<published>2015-05-16T21:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=802d02a8601f510cf7706dff606d774f61e1e737'/>
<id>802d02a8601f510cf7706dff606d774f61e1e737</id>
<content type='text'>
Fix performance of sendall() on large files.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix performance of sendall() on large files.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix performance of sendall() on large files, fixes #626</title>
<updated>2015-05-16T21:28:21+00:00</updated>
<author>
<name>Paul Aurich</name>
<email>paul@darkrain42.org</email>
</author>
<published>2015-05-16T20:18:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=4aebc69dbf1f2eecbff61c3902a9074be4722837'/>
<id>4aebc69dbf1f2eecbff61c3902a9074be4722837</id>
<content type='text'>
OpenSSL will only write out 16K at once (max length of a single chunk of
plaintext data) before returning from SSL_write, so there's no point in trying
to pass more data than that to it at a time.  The subsequent copy of 'data'
ended up being quite expensive, though.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OpenSSL will only write out 16K at once (max length of a single chunk of
plaintext data) before returning from SSL_write, so there's no point in trying
to pass more data than that to it at a time.  The subsequent copy of 'data'
ended up being quite expensive, though.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #625 from jab/master</title>
<updated>2015-05-16T04:08:04+00:00</updated>
<author>
<name>Andrey Petrov</name>
<email>shazow@gmail.com</email>
</author>
<published>2015-05-16T04:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=25712a39bdc20c3a2579a4ca3a064d889e9e6fbb'/>
<id>25712a39bdc20c3a2579a4ca3a064d889e9e6fbb</id>
<content type='text'>
refactor assert_fingerprint further for efficiency and style</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
refactor assert_fingerprint further for efficiency and style</pre>
</div>
</content>
</entry>
</feed>
