<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/requests/sessions.py, 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>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://trove.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>Merge branch 'master' into patch-1</title>
<updated>2017-10-21T01:24:55+00:00</updated>
<author>
<name>Alvaro Gutierrez Perez</name>
<email>alvarogzp@users.noreply.github.com</email>
</author>
<published>2017-10-21T01:24:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=2afc1cb37bb6c34e054db69757234d68a58b5cae'/>
<id>2afc1cb37bb6c34e054db69757234d68a58b5cae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid import platform</title>
<updated>2017-10-19T17:49:22+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2017-09-30T16:08:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=a05aac7007dd802401d59b6380ef95095836ed9b'/>
<id>a05aac7007dd802401d59b6380ef95095836ed9b</id>
<content type='text'>
platform module is relatively large: it takes about 5ms to import
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
platform module is relatively large: it takes about 5ms to import
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix case-insensitive comparison in get_adapter()</title>
<updated>2017-10-18T17:27:06+00:00</updated>
<author>
<name>Alvaro Gutierrez Perez</name>
<email>alvarogzp@users.noreply.github.com</email>
</author>
<published>2017-10-18T17:27:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=d3f14af44d9460a17c79de19ebdb65b3eec2e534'/>
<id>d3f14af44d9460a17c79de19ebdb65b3eec2e534</id>
<content type='text'>
While trying to get the prefix for an url, the url was lowered before comparing but the prefix not, so if it contains non-lowercase characters (eg. https://api.example.com/sOmE_WeiRD_pReFIX/), it won't match.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While trying to get the prefix for an url, the url was lowered before comparing but the prefix not, so if it contains non-lowercase characters (eg. https://api.example.com/sOmE_WeiRD_pReFIX/), it won't match.</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3.3 has already been dropped (#4231)</title>
<updated>2017-10-15T17:04:51+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2017-10-15T17:04:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=ec5804c706fcf2260ff85132b878851ffbbc2a6f'/>
<id>ec5804c706fcf2260ff85132b878851ffbbc2a6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>some docs on request redirect detection</title>
<updated>2017-07-26T19:32:07+00:00</updated>
<author>
<name>jonathan vanasco</name>
<email>jonathan@2xlp.com</email>
</author>
<published>2017-07-26T19:29:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=667896c557718114fcb1c365f29e5d04413bff84'/>
<id>667896c557718114fcb1c365f29e5d04413bff84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use 'prefix' instead of 'key' in session docstring</title>
<updated>2017-07-20T08:06:34+00:00</updated>
<author>
<name>Alex Muller</name>
<email>alex@mullr.net</email>
</author>
<published>2017-07-20T08:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=d8c2fdf92f6f2124bb4ef73dd898f1c1824b7c9b'/>
<id>d8c2fdf92f6f2124bb4ef73dd898f1c1824b7c9b</id>
<content type='text'>
This commit makes the API docs more clear. The 'key' is an
implementation detail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit makes the API docs more clear. The 'key' is an
implementation detail.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove exec permission from files that shouldn't have it</title>
<updated>2017-06-10T23:38:45+00:00</updated>
<author>
<name>Justin Mayhew</name>
<email>mayhew@live.ca</email>
</author>
<published>2017-06-10T23:38:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=c6a634715637e971e485766bfa37c73613ab7b82'/>
<id>c6a634715637e971e485766bfa37c73613ab7b82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup sessions.py</title>
<updated>2017-05-30T03:02:23+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-30T03:02:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=04ed1e512214a9065ee083b525f2a31d43a82aeb'/>
<id>04ed1e512214a9065ee083b525f2a31d43a82aeb</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 #4099 from requests/requests-namespace</title>
<updated>2017-05-29T17:15:20+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-29T17:15:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=4ad46705834955b872da1257b1de4feb5a8a51b3'/>
<id>4ad46705834955b872da1257b1de4feb5a8a51b3</id>
<content type='text'>
Requests namespace</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Requests namespace</pre>
</div>
</content>
</entry>
</feed>
