This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
v3.4.0
cpython
/
Lib
/
sqlite3
/
test
History
Victor Stinner
08263f10f8
(Merge 3.3) Issue
#20026
: Fix the sqlite module to handle correctly invalid
...
isolation level (wrong type).
2013-12-19 16:39:00 +01:00
..
__init__.py
…
dbapi.py
Issue
#18200
: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
2013-07-04 17:43:24 -04:00
dump.py
…
factory.py
Issue
#19601
: Use specific asserts in sqlite3 tests.
2013-11-17 00:39:12 +02:00
hooks.py
Issue
#19601
: Use specific asserts in sqlite3 tests.
2013-11-17 00:39:12 +02:00
regression.py
Issue
#20026
: Fix the sqlite module to handle correctly invalid isolation level
2013-12-19 16:38:03 +01:00
transactions.py
…
types.py
#18741
: fix more typos. Patch by Févry Thibault.
2013-08-17 16:11:40 +03:00
userfunctions.py
…