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-22 20:32:36 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
924b5711049bb906bfde08ea1fee5118e57280ac
cpython
/
Lib
/
sqlite3
/
test
T
History
Gerhard Häring
924b571104
Issue
#7670
: sqlite3: Fixed crashes when operating on closed connections.
2010-03-05 15:50:25 +00:00
..
__init__.py
…
dbapi.py
Issue
#7670
: sqlite3: Fixed crashes when operating on closed connections.
2010-03-05 15:50:25 +00:00
dump.py
These svn adds were forgotten in r62000
2008-03-28 20:11:49 +00:00
factory.py
Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. The
2008-05-04 13:15:12 +00:00
hooks.py
…
py25tests.py
…
regression.py
#3312
: fix two sqlite3 crashes.
2008-07-16 22:33:18 +00:00
transactions.py
Prevent test_sqlite from hanging on older versions of sqlite.
2008-04-05 04:26:31 +00:00
types.py
Implemented feature request 2157: Converter names are cut off at '('
2008-05-04 13:42:44 +00:00
userfunctions.py
…