-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
80f6285
commit 0cee5fe
Showing
37 changed files
with
566 additions
and
550 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: ca9717722a9ec60f76f9dab0badf5b78 | ||
config: 138b487d74d7034dc4ec897836ccf3b1 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>apsw.bestpractice — APSW 3.45.0.0 documentation</title> | ||
<title>apsw.bestpractice — APSW 3.45.1.0 documentation</title> | ||
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=72bcf2f2" /> | ||
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" /> | ||
<link rel="stylesheet" type="text/css" href="../../_static/apsw.css?v=3c7e2631" /> | ||
|
@@ -16,7 +16,7 @@ | |
|
||
<script src="../../_static/jquery.js?v=5d32c60e"></script> | ||
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> | ||
<script src="../../_static/documentation_options.js?v=a1169eb9"></script> | ||
<script src="../../_static/documentation_options.js?v=d0c3d4e0"></script> | ||
<script src="../../_static/doctools.js?v=888ff710"></script> | ||
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script> | ||
<script src="../../_static/js/theme.js"></script> | ||
|
@@ -39,7 +39,7 @@ | |
<img src="../../_static/apswlogo.png" class="logo" alt="Logo"/> | ||
</a> | ||
<div class="version"> | ||
3.45.0.0 | ||
3.45.1.0 | ||
</div> | ||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get"> | ||
|
@@ -219,7 +219,7 @@ <h1>Source code for apsw.bestpractice</h1><div class="highlight"><pre> | |
|
||
<div role="contentinfo"> | ||
<p>© <a href="../../copyright.html">Copyright</a> 2004-2024, Roger Binns <[email protected]>. | ||
<span class="lastupdated">Last updated on Jan 16, 2024. | ||
<span class="lastupdated">Last updated on Jan 31, 2024. | ||
</span></p> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>apsw.ext — APSW 3.45.0.0 documentation</title> | ||
<title>apsw.ext — APSW 3.45.1.0 documentation</title> | ||
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=72bcf2f2" /> | ||
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" /> | ||
<link rel="stylesheet" type="text/css" href="../../_static/apsw.css?v=3c7e2631" /> | ||
|
@@ -16,7 +16,7 @@ | |
|
||
<script src="../../_static/jquery.js?v=5d32c60e"></script> | ||
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> | ||
<script src="../../_static/documentation_options.js?v=a1169eb9"></script> | ||
<script src="../../_static/documentation_options.js?v=d0c3d4e0"></script> | ||
<script src="../../_static/doctools.js?v=888ff710"></script> | ||
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script> | ||
<script src="../../_static/js/theme.js"></script> | ||
|
@@ -39,7 +39,7 @@ | |
<img src="../../_static/apswlogo.png" class="logo" alt="Logo"/> | ||
</a> | ||
<div class="version"> | ||
3.45.0.0 | ||
3.45.1.0 | ||
</div> | ||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get"> | ||
|
@@ -1893,7 +1893,7 @@ <h1>Source code for apsw.ext</h1><div class="highlight"><pre> | |
|
||
<div role="contentinfo"> | ||
<p>© <a href="../../copyright.html">Copyright</a> 2004-2024, Roger Binns <[email protected]>. | ||
<span class="lastupdated">Last updated on Jan 16, 2024. | ||
<span class="lastupdated">Last updated on Jan 31, 2024. | ||
</span></p> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>apsw.shell — APSW 3.45.0.0 documentation</title> | ||
<title>apsw.shell — APSW 3.45.1.0 documentation</title> | ||
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=72bcf2f2" /> | ||
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" /> | ||
<link rel="stylesheet" type="text/css" href="../../_static/apsw.css?v=3c7e2631" /> | ||
|
@@ -16,7 +16,7 @@ | |
|
||
<script src="../../_static/jquery.js?v=5d32c60e"></script> | ||
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> | ||
<script src="../../_static/documentation_options.js?v=a1169eb9"></script> | ||
<script src="../../_static/documentation_options.js?v=d0c3d4e0"></script> | ||
<script src="../../_static/doctools.js?v=888ff710"></script> | ||
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script> | ||
<script src="../../_static/js/theme.js"></script> | ||
|
@@ -39,7 +39,7 @@ | |
<img src="../../_static/apswlogo.png" class="logo" alt="Logo"/> | ||
</a> | ||
<div class="version"> | ||
3.45.0.0 | ||
3.45.1.0 | ||
</div> | ||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get"> | ||
|
@@ -3700,7 +3700,7 @@ <h1>Source code for apsw.shell</h1><div class="highlight"><pre> | |
|
||
<div role="contentinfo"> | ||
<p>© <a href="../../copyright.html">Copyright</a> 2004-2024, Roger Binns <[email protected]>. | ||
<span class="lastupdated">Last updated on Jan 16, 2024. | ||
<span class="lastupdated">Last updated on Jan 31, 2024. | ||
</span></p> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Overview: module code — APSW 3.45.0.0 documentation</title> | ||
<title>Overview: module code — APSW 3.45.1.0 documentation</title> | ||
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=72bcf2f2" /> | ||
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" /> | ||
<link rel="stylesheet" type="text/css" href="../_static/apsw.css?v=3c7e2631" /> | ||
|
@@ -16,7 +16,7 @@ | |
|
||
<script src="../_static/jquery.js?v=5d32c60e"></script> | ||
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> | ||
<script src="../_static/documentation_options.js?v=a1169eb9"></script> | ||
<script src="../_static/documentation_options.js?v=d0c3d4e0"></script> | ||
<script src="../_static/doctools.js?v=888ff710"></script> | ||
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script> | ||
<script src="../_static/js/theme.js"></script> | ||
|
@@ -39,7 +39,7 @@ | |
<img src="../_static/apswlogo.png" class="logo" alt="Logo"/> | ||
</a> | ||
<div class="version"> | ||
3.45.0.0 | ||
3.45.1.0 | ||
</div> | ||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get"> | ||
|
@@ -114,7 +114,7 @@ <h1>All modules for which code is available</h1> | |
|
||
<div role="contentinfo"> | ||
<p>© <a href="../copyright.html">Copyright</a> 2004-2024, Roger Binns <[email protected]>. | ||
<span class="lastupdated">Last updated on Jan 16, 2024. | ||
<span class="lastupdated">Last updated on Jan 31, 2024. | ||
</span></p> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,12 +74,12 @@ edit the :file:`setup.apsw` file inside. | |
|
||
.. downloads-begin | ||
* `apsw-3.45.0.0.zip | ||
<https://github.com/rogerbinns/apsw/releases/download/3.45.0.0/apsw-3.45.0.0.zip>`__ | ||
* `apsw-3.45.1.0.zip | ||
<https://github.com/rogerbinns/apsw/releases/download/3.45.1.0/apsw-3.45.1.0.zip>`__ | ||
(Source, includes this HTML Help) | ||
|
||
* `apsw-3.45.0.0-sigs.zip | ||
<https://github.com/rogerbinns/apsw/releases/download/3.45.0.0/apsw-3.45.0.0-sigs.zip>`__ | ||
* `apsw-3.45.1.0-sigs.zip | ||
<https://github.com/rogerbinns/apsw/releases/download/3.45.1.0/apsw-3.45.1.0-sigs.zip>`__ | ||
GPG signatures for all files | ||
|
||
.. downloads-end | ||
|
@@ -104,7 +104,7 @@ Verify | |
|
||
.. code-block:: console | ||
$ gpg --verify apsw-3.45.0.0.zip.asc | ||
$ gpg --verify apsw-3.45.1.0.zip.asc | ||
gpg: Signature made ... date ... using DSA key ID 0DFBD904 | ||
gpg: Good signature from "Roger Binns <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>About — APSW 3.45.0.0 documentation</title> | ||
<title>About — APSW 3.45.1.0 documentation</title> | ||
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=72bcf2f2" /> | ||
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" /> | ||
<link rel="stylesheet" type="text/css" href="_static/apsw.css?v=3c7e2631" /> | ||
|
@@ -17,7 +17,7 @@ | |
|
||
<script src="_static/jquery.js?v=5d32c60e"></script> | ||
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> | ||
<script src="_static/documentation_options.js?v=a1169eb9"></script> | ||
<script src="_static/documentation_options.js?v=d0c3d4e0"></script> | ||
<script src="_static/doctools.js?v=888ff710"></script> | ||
<script src="_static/sphinx_highlight.js?v=dc90522c"></script> | ||
<script src="_static/js/theme.js"></script> | ||
|
@@ -26,7 +26,7 @@ | |
<link rel="search" title="Search" href="search.html" /> | ||
<link rel="copyright" title="Copyright" href="copyright.html" /> | ||
<link rel="next" title="Tips" href="tips.html" /> | ||
<link rel="prev" title="APSW 3.45.0.0 documentation" href="index.html" /> | ||
<link rel="prev" title="APSW 3.45.1.0 documentation" href="index.html" /> | ||
</head> | ||
|
||
<body class="wy-body-for-nav"> | ||
|
@@ -42,7 +42,7 @@ | |
<img src="_static/apswlogo.png" class="logo" alt="Logo"/> | ||
</a> | ||
<div class="version"> | ||
3.45.0.0 | ||
3.45.1.0 | ||
</div> | ||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get"> | ||
|
@@ -108,7 +108,7 @@ | |
<a href="_sources/about.rst.txt" rel="nofollow"> View page source</a> | ||
</li> | ||
</ul><div class="rst-breadcrumbs-buttons" role="navigation" aria-label="Sequential page navigation"> | ||
<a href="index.html" class="btn btn-neutral float-left" title="APSW 3.45.0.0 documentation" accesskey="p"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a> | ||
<a href="index.html" class="btn btn-neutral float-left" title="APSW 3.45.1.0 documentation" accesskey="p"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a> | ||
<a href="tips.html" class="btn btn-neutral float-right" title="Tips" accesskey="n">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> | ||
</div> | ||
<hr/> | ||
|
@@ -118,7 +118,7 @@ | |
|
||
<section id="about"> | ||
<h1>About<a class="headerlink" href="#about" title="Link to this heading"></a></h1> | ||
<p><strong>APSW</strong> 3.45.0.0 <strong>released</strong> 17 January 2024</p> | ||
<p><strong>APSW</strong> 3.45.1.0 <strong>released</strong> 31 January 2024</p> | ||
<p>Use with <a class="reference external" href="https://sqlite.org/">SQLite</a> 3.44 or later, <a class="reference external" href="https://www.python.org/downloads/">Python</a> 3.8 and later.</p> | ||
<section id="what-apsw-does"> | ||
<h2>What APSW does<a class="headerlink" href="#what-apsw-does" title="Link to this heading"></a></h2> | ||
|
@@ -217,15 +217,15 @@ <h2>Python versions<a class="headerlink" href="#python-versions" title="Link to | |
</div> | ||
</div> | ||
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer"> | ||
<a href="index.html" class="btn btn-neutral float-left" title="APSW 3.45.0.0 documentation" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a> | ||
<a href="index.html" class="btn btn-neutral float-left" title="APSW 3.45.1.0 documentation" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a> | ||
<a href="tips.html" class="btn btn-neutral float-right" title="Tips" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> | ||
</div> | ||
|
||
<hr/> | ||
|
||
<div role="contentinfo"> | ||
<p>© <a href="copyright.html">Copyright</a> 2004-2024, Roger Binns <[email protected]>. | ||
<span class="lastupdated">Last updated on Jan 16, 2024. | ||
<span class="lastupdated">Last updated on Jan 31, 2024. | ||
</span></p> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>APSW Module — APSW 3.45.0.0 documentation</title> | ||
<title>APSW Module — APSW 3.45.1.0 documentation</title> | ||
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=72bcf2f2" /> | ||
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" /> | ||
<link rel="stylesheet" type="text/css" href="_static/apsw.css?v=3c7e2631" /> | ||
|
@@ -17,7 +17,7 @@ | |
|
||
<script src="_static/jquery.js?v=5d32c60e"></script> | ||
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> | ||
<script src="_static/documentation_options.js?v=a1169eb9"></script> | ||
<script src="_static/documentation_options.js?v=d0c3d4e0"></script> | ||
<script src="_static/doctools.js?v=888ff710"></script> | ||
<script src="_static/sphinx_highlight.js?v=dc90522c"></script> | ||
<script src="_static/js/theme.js"></script> | ||
|
@@ -42,7 +42,7 @@ | |
<img src="_static/apswlogo.png" class="logo" alt="Logo"/> | ||
</a> | ||
<div class="version"> | ||
3.45.0.0 | ||
3.45.1.0 | ||
</div> | ||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get"> | ||
|
@@ -1056,7 +1056,7 @@ <h2>API Reference<a class="headerlink" href="#api-reference" title="Link to this | |
|
||
<div role="contentinfo"> | ||
<p>© <a href="copyright.html">Copyright</a> 2004-2024, Roger Binns <[email protected]>. | ||
<span class="lastupdated">Last updated on Jan 16, 2024. | ||
<span class="lastupdated">Last updated on Jan 31, 2024. | ||
</span></p> | ||
</div> | ||
|
||
|
Oops, something went wrong.