<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git, branch v1.0.3</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>v1.0.3</title>
<updated>2012-12-18T09:50:41+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2012-12-18T09:50:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=c60b72e2d0c505b016741c419894e1feaeb96d9d'/>
<id>c60b72e2d0c505b016741c419894e1feaeb96d9d</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 #1026 from TorKlingberg/master</title>
<updated>2012-12-18T05:49:45+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2012-12-18T05:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=b2d03ac9a246225a0f4228b1cd6ae442ffdb2bd2'/>
<id>b2d03ac9a246225a0f4228b1cd6ae442ffdb2bd2</id>
<content type='text'>
Added requirements.txt to MANIFEST.in</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added requirements.txt to MANIFEST.in</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1030 from bboe/cookie_fix</title>
<updated>2012-12-18T05:45:49+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2012-12-18T05:45:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=027fbd3d51c760a5647c9e82e3757e178c02f6a4'/>
<id>027fbd3d51c760a5647c9e82e3757e178c02f6a4</id>
<content type='text'>
Fix issue 1027. Always persist cookies.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix issue 1027. Always persist cookies.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1031 from sigmavirus24/master</title>
<updated>2012-12-18T05:44:56+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2012-12-18T05:44:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=a2f773a9fc956451e641e257bb58284f06beffac'/>
<id>a2f773a9fc956451e641e257bb58284f06beffac</id>
<content type='text'>
Just a bit of linting</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just a bit of linting</pre>
</div>
</content>
</entry>
<entry>
<title>A bit of linting.</title>
<updated>2012-12-18T01:19:11+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2012-12-18T01:19:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=68d394952a8d37fae23abcadc54ca76dffacb376'/>
<id>68d394952a8d37fae23abcadc54ca76dffacb376</id>
<content type='text'>
Mostly removed a whole bunch of unused imports.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly removed a whole bunch of unused imports.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue 1027. Always persist cookies.</title>
<updated>2012-12-18T01:13:18+00:00</updated>
<author>
<name>Bryce Boe</name>
<email>bbzbryce@gmail.com</email>
</author>
<published>2012-12-18T01:13:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=e355d6ac6cbc8278ec5935986216e32541b80dd1'/>
<id>e355d6ac6cbc8278ec5935986216e32541b80dd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MANIFEST.in contained test_requests.py but was missing requirements.txt that it depends on.</title>
<updated>2012-12-17T23:16:29+00:00</updated>
<author>
<name>Apoc2400</name>
<email>apoc2400@gmail.com</email>
</author>
<published>2012-12-17T23:16:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=dc74223461aeda6c988fc94a17cb6b3774b2780d'/>
<id>dc74223461aeda6c988fc94a17cb6b3774b2780d</id>
<content type='text'>
Added requirements.txt.
Now both files will be included in the .tar.gz file that can be downloaded from http://pypi.python.org/pypi/requests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added requirements.txt.
Now both files will be included in the .tar.gz file that can be downloaded from http://pypi.python.org/pypi/requests
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1024 from etscrivner/master</title>
<updated>2012-12-17T20:53:22+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2012-12-17T20:53:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=5c4aa0bcb70d2bb6e99908e62161e549e983ddba'/>
<id>5c4aa0bcb70d2bb6e99908e62161e549e983ddba</id>
<content type='text'>
Fix HTTP method encoding problem with attached files</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix HTTP method encoding problem with attached files</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unicode encoding for HTTP method.</title>
<updated>2012-12-17T20:39:15+00:00</updated>
<author>
<name>Eric Scrivner</name>
<email>eric@grapheffect.com</email>
</author>
<published>2012-12-17T20:39:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=8c01865d62df56a8cd9f9e776febf456d91d2010'/>
<id>8c01865d62df56a8cd9f9e776febf456d91d2010</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unit-test to reproduce encoding error.</title>
<updated>2012-12-17T20:28:08+00:00</updated>
<author>
<name>Eric Scrivner</name>
<email>eric@grapheffect.com</email>
</author>
<published>2012-12-17T20:28:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=916e6fcd64d16252cb884106a0dd225a7a1c2549'/>
<id>916e6fcd64d16252cb884106a0dd225a7a1c2549</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
