cpython/Lib/sqlite3/test
Christian Clauss cfca4a6774
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
Fix typos in the Lib directory as identified by codespell.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>.
(cherry picked from commit 745c9d9dfc)

Co-authored-by: Christian Clauss <cclauss@me.com>
2021-10-07 11:49:47 -04:00
..
__init__.py
backup.py bpo-43265: Improve sqlite3.Connection.backup error handling (GH-24586) 2021-04-14 14:45:49 +03:00
dbapi.py [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) 2021-10-07 11:49:47 -04:00
dump.py bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-20538) 2021-01-07 02:05:07 +02:00
factory.py bpo-42847: Normalise Lib/sqlite3/test/* file encodings (GH-24147) 2021-01-07 02:36:35 +02:00
hooks.py bpo-44108: sqlite3 test suite now works with SQLITE_DQS=0 (GH-26032) (GH-26125) 2021-05-14 20:07:24 +09:00
regression.py bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021) 2021-08-29 03:43:48 -07:00
transactions.py bpo-42847: Normalise Lib/sqlite3/test/* file encodings (GH-24147) 2021-01-07 02:36:35 +02:00
types.py bpo-43752: Fix sqlite3 regression for zero-sized blobs with converters (GH-25228) 2021-04-14 14:18:49 +03:00
userfunctions.py bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF callbacks (GH-27588) 2021-08-06 10:59:51 -07:00