<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/tests/test_requests.py, branch v2.11.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>Merge pull request #3429 from nateprewitt/docstring_cleanup</title>
<updated>2016-07-20T22:38:38+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2016-07-20T22:38:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=fb014560611f6ebb97e7deb03ad8336c3c8f2db1'/>
<id>fb014560611f6ebb97e7deb03ad8336c3c8f2db1</id>
<content type='text'>
Docstring cleanup</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docstring cleanup</pre>
</div>
</content>
</entry>
<entry>
<title>making class and function docstrings consistent</title>
<updated>2016-07-20T17:43:47+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>Nate.Prewitt@gmail.com</email>
</author>
<published>2016-07-20T17:43:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=b7809acb473cf084b467b0ec0a524c50bcbe225f'/>
<id>b7809acb473cf084b467b0ec0a524c50bcbe225f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adding in pep8 fixes</title>
<updated>2016-07-20T16:30:08+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>Nate.Prewitt@gmail.com</email>
</author>
<published>2016-07-19T21:23:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=2d4a89f5dc561dbf062ec5c85d6f6ca32a511042'/>
<id>2d4a89f5dc561dbf062ec5c85d6f6ca32a511042</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removing redundant test</title>
<updated>2016-07-15T03:53:10+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>Nate.Prewitt@gmail.com</email>
</author>
<published>2016-07-15T03:53:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=d262df99bfe0972300ca025e58a2ce1a329e3a22'/>
<id>d262df99bfe0972300ca025e58a2ce1a329e3a22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Defining header value type requirements and tests</title>
<updated>2016-07-05T23:32:05+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>Nate.Prewitt@gmail.com</email>
</author>
<published>2016-07-05T15:41:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=be31a90906deb5553c2e703fb05cf6964ee23ed5'/>
<id>be31a90906deb5553c2e703fb05cf6964ee23ed5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support responses like `HTTP/1.1 404 Unicode chars` (#3385)</title>
<updated>2016-07-05T14:01:19+00:00</updated>
<author>
<name>Andrii Kostenko</name>
<email>andrey@kostenko.name</email>
</author>
<published>2016-07-05T14:01:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=7700ecae14930fd078e28e35425661d46778bfa9'/>
<id>7700ecae14930fd078e28e35425661d46778bfa9</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 #3366 from nateprewitt/2947-no-returns-in-header</title>
<updated>2016-07-02T19:32:17+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2016-07-02T19:32:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=bd9e8f22715448258a3cf21d3bdf3bcb72573b8b'/>
<id>bd9e8f22715448258a3cf21d3bdf3bcb72573b8b</id>
<content type='text'>
check for headers containing return characters</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
check for headers containing return characters</pre>
</div>
</content>
</entry>
<entry>
<title>check and test for headers containing return characters or leading whitespace</title>
<updated>2016-07-02T19:10:47+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>Nate.Prewitt@gmail.com</email>
</author>
<published>2016-06-29T17:46:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=2669ab797ce769ecedf5493b04cb976f33e37210'/>
<id>2669ab797ce769ecedf5493b04cb976f33e37210</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow None value for chunk_size again (#3368)</title>
<updated>2016-07-01T00:11:01+00:00</updated>
<author>
<name>Joy Zheng</name>
<email>joy.z.panda@gmail.com</email>
</author>
<published>2016-07-01T00:11:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=0bcf634135e7038c2aa8b4b8b2490ad5c1db5c23'/>
<id>0bcf634135e7038c2aa8b4b8b2490ad5c1db5c23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adding asserted_encoding check on None type encoding to match text() behavior (#3362)</title>
<updated>2016-06-28T19:22:00+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>nateprewitt@users.noreply.github.com</email>
</author>
<published>2016-06-28T19:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=92fe51c0afd9239388d2c8bb17dc46babdf7881f'/>
<id>92fe51c0afd9239388d2c8bb17dc46babdf7881f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
