<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/requests/cookies.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>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>Add return type on cookies.py</title>
<updated>2018-08-01T08:21:03+00:00</updated>
<author>
<name>Dohyeon Kim</name>
<email>k.dohvis@gmail.com</email>
</author>
<published>2018-08-01T08:21:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=72d96a67ef5db73dcc419a7a24d0ed0be26931fe'/>
<id>72d96a67ef5db73dcc419a7a24d0ed0be26931fe</id>
<content type='text'>
http://docs.python-requests.org/en/master/api/#api-cookies</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://docs.python-requests.org/en/master/api/#api-cookies</pre>
</div>
</content>
</entry>
<entry>
<title>Separate collections from collections.abc</title>
<updated>2018-06-12T05:14:59+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>raymond.hettinger@gmail.com</email>
</author>
<published>2018-02-05T04:15:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=7e297ed95bdbd1018657f5d6000379ecdfa54423'/>
<id>7e297ed95bdbd1018657f5d6000379ecdfa54423</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 public method to get the cookie policy</title>
<updated>2018-06-12T05:13:07+00:00</updated>
<author>
<name>Laurent Bachelier</name>
<email>laurent@bachelier.name</email>
</author>
<published>2018-02-14T18:20:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=10915e3b0d3708a093171211d51d0eea283dbe25'/>
<id>10915e3b0d3708a093171211d51d0eea283dbe25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy cookie policy when copying a CookieJar</title>
<updated>2018-06-12T05:13:07+00:00</updated>
<author>
<name>Laurent Bachelier</name>
<email>laurent@bachelier.name</email>
</author>
<published>2018-02-14T14:26:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=3ef49272f2ff7bef67c8b53bcfba9c3a2ecfa9c7'/>
<id>3ef49272f2ff7bef67c8b53bcfba9c3a2ecfa9c7</id>
<content type='text'>
Without it, the cookie policy would get lost while making a request.
That would be invisible to the user if the default cookie policy wasn't
changed, of course.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without it, the cookie policy would get lost while making a request.
That would be invisible to the user if the default cookie policy wasn't
changed, of course.
</pre>
</div>
</content>
</entry>
<entry>
<title>improve line continuations for flake8</title>
<updated>2017-05-30T02:54:23+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-30T02:54:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=5b363d1a57780fe339d66e85fd0cde8f22ae9629'/>
<id>5b363d1a57780fe339d66e85fd0cde8f22ae9629</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove seemingly redundant pyflakes references</title>
<updated>2017-04-20T12:23:56+00:00</updated>
<author>
<name>Thomas Grainger</name>
<email>tom@procensus.com</email>
</author>
<published>2017-04-18T09:52:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=fcb272cc36b3fcf64220f669e48df8bd4566563c'/>
<id>fcb272cc36b3fcf64220f669e48df8bd4566563c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move to_native_string to _internal_utils.py to avoid circular dependency</title>
<updated>2016-09-27T04:41:01+00:00</updated>
<author>
<name>Brian Bamsch</name>
<email>bbamsch32@gmail.com</email>
</author>
<published>2016-09-27T04:41:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=f002b73026bdc136654ba545296898af9a88007a'/>
<id>f002b73026bdc136654ba545296898af9a88007a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust patch to utilize requests utility functions</title>
<updated>2016-09-26T16:14:51+00:00</updated>
<author>
<name>Brian Bamsch</name>
<email>bbamsch32@gmail.com</email>
</author>
<published>2016-09-26T16:11:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=2af059797a33a1ee2132ed13e456413c18bc7aa2'/>
<id>2af059797a33a1ee2132ed13e456413c18bc7aa2</id>
<content type='text'>
Use the utility class provided by requests to do native string
transformation rather than recreating the wheel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the utility class provided by requests to do native string
transformation rather than recreating the wheel.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add patch to avoid bytestring/str hodgepodge</title>
<updated>2016-09-26T05:18:45+00:00</updated>
<author>
<name>Brian Bamsch</name>
<email>bbamsch32@gmail.com</email>
</author>
<published>2016-09-26T05:18:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=01e405c6116c94d92057f7aaea58d51d1d7f90a7'/>
<id>01e405c6116c94d92057f7aaea58d51d1d7f90a7</id>
<content type='text'>
When patching Host header into URL, verify that host type matches
urlparse return type before putting it all back together
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When patching Host header into URL, verify that host type matches
urlparse return type before putting it all back together
</pre>
</div>
</content>
</entry>
</feed>
