<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/requests-cache.git/tests/unit/test_session.py, branch patch-module</title>
<subtitle>github.com: reclosedev/requests-cache
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/'/>
<entry>
<title>Don't raise_for_status if status_code of response is in allowable_codes</title>
<updated>2023-02-18T21:55:25+00:00</updated>
<author>
<name>David Dv Schmidt</name>
<email>david.dv.schmidt@deutschebahn.com</email>
</author>
<published>2023-02-02T09:55:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=1cf227055c16f52796674ad6c88de5cafcee122b'/>
<id>1cf227055c16f52796674ad6c88de5cafcee122b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Raise an error for invalid expiration string values (except for headers containing httpdates)</title>
<updated>2023-02-18T21:55:25+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-01-13T19:59:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=d5baa7ff923f58a1464a3a4375e14e274f8eca13'/>
<id>d5baa7ff923f58a1464a3a4375e14e274f8eca13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for pypy3.9</title>
<updated>2022-12-30T21:11:33+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-12-04T19:05:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=851e8750dd32e58554433d1ebebd9fc8d012d4ba'/>
<id>851e8750dd32e58554433d1ebebd9fc8d012d4ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Omit invalid responses and set response.cache_key in SQLiteCache.sorted()</title>
<updated>2022-10-28T20:05:13+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-10-28T17:18:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=03a97079839a5683b202e3ea3f66e8ce54eedab4'/>
<id>03a97079839a5683b202e3ea3f66e8ce54eedab4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle errors due to invalid responses in deserialize(), so it applies to other methods besides just get_responses()</title>
<updated>2022-10-28T17:46:53+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-10-26T19:42:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=e9e6676913d466532e9220c38f754543e8f5d0e9'/>
<id>e9e6676913d466532e9220c38f754543e8f5d0e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly disable pickling CachedSession objects</title>
<updated>2022-10-20T18:09:55+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-10-20T18:03:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=54d85c12bf4aa98e2798f18b7c4719b1ba493770'/>
<id>54d85c12bf4aa98e2798f18b7c4719b1ba493770</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'url' argument to BaseCache.contains() and delete() for similarity to has_url() and delete_url()</title>
<updated>2022-10-01T00:45:58+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-09-30T23:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=8be0f51a1e310342814e5ec1d19830aae857b39e'/>
<id>8be0f51a1e310342814e5ec1d19830aae857b39e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence DeprecationWarnings during tests for deprecated methods</title>
<updated>2022-09-30T23:27:44+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-09-30T23:15:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=c1e313b89cbe1cffaf7d6a5fc9c3bc97c145516b'/>
<id>c1e313b89cbe1cffaf7d6a5fc9c3bc97c145516b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Match whether ignored_parameters are present in a request (without matching content)</title>
<updated>2022-09-29T17:05:13+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-09-29T16:47:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=5204d487fea1d0b89e9eecdbc4a38621d2d4dbe4'/>
<id>5204d487fea1d0b89e9eecdbc4a38621d2d4dbe4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update only_if_cached to take precedence over refresh or other revalidation conditions</title>
<updated>2022-07-30T22:12:19+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-07-20T00:11:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=dc34cda843f427ff3788ad4a283f06547ba72409'/>
<id>dc34cda843f427ff3788ad4a283f06547ba72409</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
