<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/tests/test_requests.py, branch master</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>Remove Pipfile/Pipfile.lock</title>
<updated>2020-11-11T18:29:13+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>Nate.Prewitt@gmail.com</email>
</author>
<published>2020-11-11T01:25:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=320a10d142a7cbe224f0dcb1732484fff08cdd8e'/>
<id>320a10d142a7cbe224f0dcb1732484fff08cdd8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test_conflicting_post_params to work on pytest 5 (#5305)</title>
<updated>2020-05-09T04:58:03+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2020-05-09T04:58:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=427e8eb1e7559ac4739c04069310be18ddbb734f'/>
<id>427e8eb1e7559ac4739c04069310be18ddbb734f</id>
<content type='text'>
The non-contextmanager form of pytest.raises was removed in pytest 5.
http://doc.pytest.org/en/latest/deprecations.html#raises-warns-with-a-string-as-the-second-argument

It was used here to support Python &lt; 2.7, but that is no longer needed.
https://github.com/psf/requests/pull/1503#issuecomment-22333666

Fixes https://github.com/psf/requests/issues/5304</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The non-contextmanager form of pytest.raises was removed in pytest 5.
http://doc.pytest.org/en/latest/deprecations.html#raises-warns-with-a-string-as-the-second-argument

It was used here to support Python &lt; 2.7, but that is no longer needed.
https://github.com/psf/requests/pull/1503#issuecomment-22333666

Fixes https://github.com/psf/requests/issues/5304</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4922 from jdufresne/ordered</title>
<updated>2019-08-20T04:22:32+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2019-08-20T04:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=bbc3d43522bcb1363050557655508d66bfebcfcf'/>
<id>bbc3d43522bcb1363050557655508d66bfebcfcf</id>
<content type='text'>
Remove unnecessary compat shim for OrderedDict</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unnecessary compat shim for OrderedDict</pre>
</div>
</content>
</entry>
<entry>
<title>Updated references to previous requests/requests GitHub path</title>
<updated>2019-08-19T20:33:18+00:00</updated>
<author>
<name>Nihaal</name>
<email>nihaal.s@live.co.uk</email>
</author>
<published>2019-08-13T21:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=9cdf29410778f31b88c48385c4a0fdf96fa10bd1'/>
<id>9cdf29410778f31b88c48385c4a0fdf96fa10bd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove internal use of unnecessary compat shim for OrderedDict</title>
<updated>2018-12-29T17:05:33+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-12-29T15:37:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=2aab9a9a39fdfdfbd37cc8494259cb0ebb36a5e9'/>
<id>2aab9a9a39fdfdfbd37cc8494259cb0ebb36a5e9</id>
<content type='text'>
The shim is the same on both Python 2 &amp; 3. It is always
collections.OrderedDict. Avoid the indirection and import from Python
stdlib instead.

Keep requests.compat.OrderedDict for backwards compatibility. Some
packages import this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The shim is the same on both Python 2 &amp; 3. It is always
collections.OrderedDict. Avoid the indirection and import from Python
stdlib instead.

Keep requests.compat.OrderedDict for backwards compatibility. Some
packages import this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize percent-encoded bytes before comparison</title>
<updated>2018-12-23T21:50:16+00:00</updated>
<author>
<name>Seth M. Larson</name>
<email>sethmichaellarson@gmail.com</email>
</author>
<published>2018-12-23T21:50:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=ad9400ecfe75cfb704a7440f2a28055f50a550ca'/>
<id>ad9400ecfe75cfb704a7440f2a28055f50a550ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>proper handling for default ports in auth stripping</title>
<updated>2018-10-29T06:29:04+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>Nate.Prewitt@gmail.com</email>
</author>
<published>2018-10-29T06:17:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=ea9436a5d6a5934a906e91202349aabf9af75d15'/>
<id>ea9436a5d6a5934a906e91202349aabf9af75d15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove final remnants from 2.6</title>
<updated>2018-10-17T07:18:51+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>Nate.Prewitt@gmail.com</email>
</author>
<published>2018-10-16T19:57:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=7fd9267b3bab1d45f5e4ac0953629c5531ecbc55'/>
<id>7fd9267b3bab1d45f5e4ac0953629c5531ecbc55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use comprehensions whenever possible</title>
<updated>2018-10-17T03:34:22+00:00</updated>
<author>
<name>Hugo Osvaldo Barrera</name>
<email>hugo@barrera.io</email>
</author>
<published>2017-06-04T17:12:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=89ab030cdb83a728a30e172bc65d27ba214d2eda'/>
<id>89ab030cdb83a728a30e172bc65d27ba214d2eda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wrap url parsing exceptions from urllib3's PoolManager</title>
<updated>2018-10-01T00:36:05+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>Nate.Prewitt@gmail.com</email>
</author>
<published>2018-10-01T00:36:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=bbdbcc8f0553f112ff68b0950b4128bd8af000fc'/>
<id>bbdbcc8f0553f112ff68b0950b4128bd8af000fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
