<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/appveyor.yml, branch none_filepointer</title>
<subtitle>github.com: kennethreitz/requests.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/'/>
<entry>
<title>install Requests separately on appveyor to fix builds</title>
<updated>2018-05-16T06:06:43+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>Nate.Prewitt@gmail.com</email>
</author>
<published>2018-05-16T06:06:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=9055b33f6f534cceb182fb323c9b68e753a5b612'/>
<id>9055b33f6f534cceb182fb323c9b68e753a5b612</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix windows builds</title>
<updated>2018-04-29T17:27:20+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>Nate.Prewitt@gmail.com</email>
</author>
<published>2018-04-29T17:27:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=cd1278ef99bab2ba72d9d854e387dd65384e956f'/>
<id>cd1278ef99bab2ba72d9d854e387dd65384e956f</id>
<content type='text'>
Appveyor isn't able to replace the running executable. We'll run it
from inside the interpreter to fix build issues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Appveyor isn't able to replace the running executable. We'll run it
from inside the interpreter to fix build issues.
</pre>
</div>
</content>
</entry>
<entry>
<title>run coverage w/ pipenv</title>
<updated>2017-09-17T15:36:54+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-09-17T15:36:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=d55213246434efc90a1d048b864daf8bb9d8b4bc'/>
<id>d55213246434efc90a1d048b864daf8bb9d8b4bc</id>
<content type='text'>
Signed-off-by: Kenneth Reitz &lt;me@kennethreitz.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Kenneth Reitz &lt;me@kennethreitz.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop Python 3.3 support</title>
<updated>2017-08-09T18:03:04+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2017-08-09T18:01:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=0a2dc74ecbbb375b6d5171eb588ee69ca59b1898'/>
<id>0a2dc74ecbbb375b6d5171eb588ee69ca59b1898</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>no more pipenv</title>
<updated>2017-05-28T16:37:34+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-28T16:37:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=303eca03f31741571fe2025d792ca3db28687078'/>
<id>303eca03f31741571fe2025d792ca3db28687078</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>that doesn't work on windows</title>
<updated>2017-05-28T16:33:56+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-28T16:33:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=e02eb69fcca2403db7daa733672ca39418d3d120'/>
<id>e02eb69fcca2403db7daa733672ca39418d3d120</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>speed up appveyor</title>
<updated>2017-05-28T16:30:58+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-28T16:30:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=2936a77678efb0bcc974ac5f85c8d31917b1157e'/>
<id>2936a77678efb0bcc974ac5f85c8d31917b1157e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up Appveyor testing</title>
<updated>2017-05-03T12:19:46+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2017-04-24T07:22:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=d89f8c0d70195d1ee707426ac7f3bdab870e0a18'/>
<id>d89f8c0d70195d1ee707426ac7f3bdab870e0a18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add appveyor testing of Requests</title>
<updated>2017-04-21T11:07:27+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2017-04-21T11:07:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=8d6f7e68547e1fdfc9008cab88b372e97ef67ebe'/>
<id>8d6f7e68547e1fdfc9008cab88b372e97ef67ebe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
