This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-18 10:24:42 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5a8a84b34fbc385bf112819fe3b65503e33a33fa
cpython
/
Lib
/
sqlite3
/
test
T
History
Anders Lorentsen
a22a127458
bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (
#4299
)
2017-11-06 16:47:43 -08:00
..
__init__.py
…
dbapi.py
bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (
#4299
)
2017-11-06 16:47:43 -08:00
dump.py
…
factory.py
…
hooks.py
bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461)
2017-04-09 12:11:59 +03:00
regression.py
bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (
#3958
)
2017-11-06 16:09:49 -08:00
transactions.py
…
types.py
…
userfunctions.py
…