<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/requests-cache.git/tests/unit, branch main</title>
<subtitle>github.com: reclosedev/requests-cache
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/requests-cache.git/'/>
<entry>
<title>Add compatibility with urllib3 2.0</title>
<updated>2023-05-15T19:43:18+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-05-15T18:15:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=ff2f693e0c6f0f6112ac8b158bdc9b1926a66b4a'/>
<id>ff2f693e0c6f0f6112ac8b158bdc9b1926a66b4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable bugbear extension and fix warnings</title>
<updated>2023-05-08T16:32:25+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-05-08T16:23:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=7a0aa6de6bb9d912554bac6cafef2d2ff7c757b6'/>
<id>7a0aa6de6bb9d912554bac6cafef2d2ff7c757b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't normalize CachedResponse.url when redacting ignored params</title>
<updated>2023-04-03T02:42:25+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-03-31T00:15:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=d20f445419529ea0fb5d8c6e851cd7d4cc56f65f'/>
<id>d20f445419529ea0fb5d8c6e851cd7d4cc56f65f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use time-machine instead of sleep for timing-based tests</title>
<updated>2023-04-03T02:42:25+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-03-25T01:58:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=b5d7d1546d953157ca7eb70838c6cb6f6f7651e3'/>
<id>b5d7d1546d953157ca7eb70838c6cb6f6f7651e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore Cache-Control: must-revalidate and no-cache when cache_control=False</title>
<updated>2023-03-24T23:50:18+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-03-13T17:26:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=5bcb137ff944533210036d5fcefe0a5f87cde96c'/>
<id>5bcb137ff944533210036d5fcefe0a5f87cde96c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow regexes for URL expiration patterns</title>
<updated>2023-03-24T23:50:18+00:00</updated>
<author>
<name>Simon Leiner</name>
<email>simon@leiner.me</email>
</author>
<published>2023-03-14T17:23:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=94331ef108ad160faddb48cfc6a259c8a2497c99'/>
<id>94331ef108ad160faddb48cfc6a259c8a2497c99</id>
<content type='text'>
This allows for more fine-grained control over URL patterns than
globbing in the rare cases where that is needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows for more fine-grained control over URL patterns than
globbing in the rare cases where that is needed.
</pre>
</div>
</content>
</entry>
<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://trove.baserock.org/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://trove.baserock.org/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://trove.baserock.org/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>Make use of index with SQLiteCache.filter(expired=False)</title>
<updated>2022-10-28T22:38:28+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-10-28T18:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=cfe381fdae57d1e2f93d5f2732d3ed57fce05b66'/>
<id>cfe381fdae57d1e2f93d5f2732d3ed57fce05b66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
