<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/requests, branch none_filepointer</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>The library raises NoneType error when file-pointer (fp) resolves to None.</title>
<updated>2018-05-17T14:12:17+00:00</updated>
<author>
<name>Rajiv Mayani</name>
<email>mayani@isi.edu</email>
</author>
<published>2017-05-23T17:43:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=322bb266d6a68110001912ffbd0fa4781f26aded'/>
<id>322bb266d6a68110001912ffbd0fa4781f26aded</id>
<content type='text'>
&gt;&gt;&gt; from requests import post
&gt;&gt;&gt; r = post("https://example.com", files={"file-name": None})

However, when a param value or json field is None they are not included in the request body.

&gt;&gt;&gt; from requests import get
&gt;&gt;&gt; r = get("https://example.com", params={"file-name": None})
&gt;&gt;&gt; r.request.url

This commit makes the beahviour consistent for files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&gt;&gt;&gt; from requests import post
&gt;&gt;&gt; r = post("https://example.com", files={"file-name": None})

However, when a param value or json field is None they are not included in the request body.

&gt;&gt;&gt; from requests import get
&gt;&gt;&gt; r = get("https://example.com", params={"file-name": None})
&gt;&gt;&gt; r.request.url

This commit makes the beahviour consistent for files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into master</title>
<updated>2018-05-16T13:46:26+00:00</updated>
<author>
<name>Ian Stapleton Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2018-05-16T13:46:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=371ee7cbec537a673fc17910550471549a00775f'/>
<id>371ee7cbec537a673fc17910550471549a00775f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a comment about lowercase env. variables precedence over uppercase</title>
<updated>2018-05-13T13:15:56+00:00</updated>
<author>
<name>Julien Prigent</name>
<email>julienprigent@gmx.fr</email>
</author>
<published>2018-04-11T22:42:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=60a5a393d8c42bfeb83f17eca6fcd04faaa6fd49'/>
<id>60a5a393d8c42bfeb83f17eca6fcd04faaa6fd49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update json param's description to avoid confusion</title>
<updated>2018-04-30T14:50:23+00:00</updated>
<author>
<name>Elias Obeid</name>
<email>e.k.obeid@gmail.com</email>
</author>
<published>2018-04-26T14:02:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=75c57985b02b98c897994e81afcf88b69b33f528'/>
<id>75c57985b02b98c897994e81afcf88b69b33f528</id>
<content type='text'>
- the Request class doesn't accept JSON, but a JSON serializable object</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- the Request class doesn't accept JSON, but a JSON serializable object</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into master</title>
<updated>2018-03-05T16:07:12+00:00</updated>
<author>
<name>David Poole</name>
<email>testcluster@gmail.com</email>
</author>
<published>2018-03-05T16:07:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=85ec7d759e1442e074b2eac59f9527e645ab8f6e'/>
<id>85ec7d759e1442e074b2eac59f9527e645ab8f6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove remaining references to removed, vendored packages (#4499)</title>
<updated>2018-02-17T14:15:54+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-02-17T14:15:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=265ef609d5903151374fba480aa81aafe68126ff'/>
<id>265ef609d5903151374fba480aa81aafe68126ff</id>
<content type='text'>
As the vendored packages were removing in version 2.16, all remaining
doc references should be replaced with newer practices.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As the vendored packages were removing in version 2.16, all remaining
doc references should be replaced with newer practices.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2018-02-08T00:25:22+00:00</updated>
<author>
<name>Semen Zhydenko</name>
<email>simeon.zhidenko@gmail.com</email>
</author>
<published>2018-02-08T00:25:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=22120d423e5bd5981f8e4c715d3a26071ff8d278'/>
<id>22120d423e5bd5981f8e4c715d3a26071ff8d278</id>
<content type='text'>
nonexistant -&gt; nonexistent
neccessary -&gt; necessary
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nonexistant -&gt; nonexistent
neccessary -&gt; necessary
</pre>
</div>
</content>
</entry>
<entry>
<title>pass kwargs from send call to add_headers, per documentation</title>
<updated>2018-02-02T18:10:16+00:00</updated>
<author>
<name>Jonathan Elliott Blum</name>
<email>jon@jonblum.net</email>
</author>
<published>2018-02-02T18:10:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=8e040523a4d3ce6e80b2edb7d3112480d697ddc8'/>
<id>8e040523a4d3ce6e80b2edb7d3112480d697ddc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>append previous url fragment on redirect</title>
<updated>2018-01-21T17:55:45+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>Nate.Prewitt@gmail.com</email>
</author>
<published>2018-01-08T01:24:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=f60324a3de41c10dd7af17cadd4322c895068a25'/>
<id>f60324a3de41c10dd7af17cadd4322c895068a25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix DNS resolution by using hostname instead of netloc and strip username and password when comparing against proxy bypass items.</title>
<updated>2018-01-16T09:18:06+00:00</updated>
<author>
<name>Darren Dormer</name>
<email>me@darren.io</email>
</author>
<published>2017-12-12T14:53:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=2255c34a65b5b1353004dc8d49cc397cd794ec15'/>
<id>2255c34a65b5b1353004dc8d49cc397cd794ec15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
