<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/requests/models.py, branch test2</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 2.0 insto master</title>
<updated>2013-09-24T18:13:28+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2013-09-24T18:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=54ad646067a3e023fd4dcf40c0937ec46069871f'/>
<id>54ad646067a3e023fd4dcf40c0937ec46069871f</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 #1503 from skastel/master</title>
<updated>2013-09-24T17:48:07+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2013-09-24T17:48:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=23ced527f7c66747b92ed11405baec2cef47c27b'/>
<id>23ced527f7c66747b92ed11405baec2cef47c27b</id>
<content type='text'>
Fixing error return to be consistent with tuple return at the end of the method</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixing error return to be consistent with tuple return at the end of the method</pre>
</div>
</content>
</entry>
<entry>
<title>Python defaults arguments are hard.</title>
<updated>2013-09-13T13:10:09+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2013-09-13T13:10:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=61421843bc794ce9f12e6c72d0f0d160df7bdbe7'/>
<id>61421843bc794ce9f12e6c72d0f0d160df7bdbe7</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 #1537 from Lukasa/datetime</title>
<updated>2013-08-21T18:46:27+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2013-08-21T18:46:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=09c52e7282f53f7d38cc2ab268043ff232960448'/>
<id>09c52e7282f53f7d38cc2ab268043ff232960448</id>
<content type='text'>
Allow non-string objects to be posted as data alongside files.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow non-string objects to be posted as data alongside files.</pre>
</div>
</content>
</entry>
<entry>
<title>Allow non-string objects to be data with files</title>
<updated>2013-08-17T06:27:58+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2013-08-17T06:27:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=f44b86e03962b08ebf3b77d980ebeb8f11f6f704'/>
<id>f44b86e03962b08ebf3b77d980ebeb8f11f6f704</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Raise an error for unsupported hook event</title>
<updated>2013-08-12T14:27:17+00:00</updated>
<author>
<name>Paul Matthews</name>
<email>pmatthews@google.com</email>
</author>
<published>2013-08-12T13:20:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=61617e74ed23d82393509c61aac07bfc5a5ea2e4'/>
<id>61617e74ed23d82393509c61aac07bfc5a5ea2e4</id>
<content type='text'>
* Raises a ValueError for an unsupported hook event
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Raises a ValueError for an unsupported hook event
</pre>
</div>
</content>
</entry>
<entry>
<title>Raising ValueError's when we're passed inconsistent POST data and files dict.</title>
<updated>2013-08-06T18:04:03+00:00</updated>
<author>
<name>Stephen Huenneke</name>
<email>stephen.huenneke@gmail.com</email>
</author>
<published>2013-08-06T18:04:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=9dd823c289faca0d496ef71f25d36216d2259ca3'/>
<id>9dd823c289faca0d496ef71f25d36216d2259ca3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Catch UnsupportedOperation.</title>
<updated>2013-08-03T18:24:23+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2013-08-03T18:24:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=a5e5a51fb4e7202910172624bcc732700422a738'/>
<id>a5e5a51fb4e7202910172624bcc732700422a738</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 #1508 from dieterv/master</title>
<updated>2013-08-01T01:36:07+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2013-08-01T01:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=abfb38bd57f4d3ed843ef2b350a097ebf3a7c216'/>
<id>abfb38bd57f4d3ed843ef2b350a097ebf3a7c216</id>
<content type='text'>
remove duplicate comment</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove duplicate comment</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'keytype' of git://github.com/Lukasa/requests into 2.0</title>
<updated>2013-08-01T01:25:57+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2013-08-01T01:25:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=1a6637c2859d4051144050f60d555657d38a010c'/>
<id>1a6637c2859d4051144050f60d555657d38a010c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
