mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
merged the sqlite-integration branch.
This is based on pysqlite2.1.3, and provides a DB-API interface in the standard library. You'll need sqlite 3.2.2 or later to build this - if you have an earlier version, the C extension module will not be built.
This commit is contained in:
parent
c17976e983
commit
c51ee69b27
34 changed files with 6075 additions and 0 deletions
|
@ -741,6 +741,7 @@ _expectations = {
|
|||
test_pwd
|
||||
test_resource
|
||||
test_signal
|
||||
test_sqlite
|
||||
test_sunaudiodev
|
||||
test_threadsignals
|
||||
test_timing
|
||||
|
@ -763,6 +764,7 @@ _expectations = {
|
|||
test_nis
|
||||
test_ntpath
|
||||
test_ossaudiodev
|
||||
test_sqlite
|
||||
test_sunaudiodev
|
||||
""",
|
||||
'mac':
|
||||
|
@ -802,6 +804,7 @@ _expectations = {
|
|||
test_pwd
|
||||
test_resource
|
||||
test_signal
|
||||
test_sqlite
|
||||
test_sunaudiodev
|
||||
test_sundry
|
||||
test_tarfile
|
||||
|
@ -826,6 +829,7 @@ _expectations = {
|
|||
test_openpty
|
||||
test_pyexpat
|
||||
test_sax
|
||||
test_sqlite
|
||||
test_sunaudiodev
|
||||
test_sundry
|
||||
""",
|
||||
|
@ -848,6 +852,7 @@ _expectations = {
|
|||
test_openpty
|
||||
test_pyexpat
|
||||
test_sax
|
||||
test_sqlite
|
||||
test_sunaudiodev
|
||||
test_sundry
|
||||
""",
|
||||
|
@ -875,6 +880,7 @@ _expectations = {
|
|||
test_pyexpat
|
||||
test_queue
|
||||
test_sax
|
||||
test_sqlite
|
||||
test_sunaudiodev
|
||||
test_sundry
|
||||
test_thread
|
||||
|
@ -915,6 +921,7 @@ _expectations = {
|
|||
test_pty
|
||||
test_pwd
|
||||
test_strop
|
||||
test_sqlite
|
||||
test_sunaudiodev
|
||||
test_sundry
|
||||
test_thread
|
||||
|
@ -944,6 +951,7 @@ _expectations = {
|
|||
test_ntpath
|
||||
test_ossaudiodev
|
||||
test_poll
|
||||
test_sqlite
|
||||
test_sunaudiodev
|
||||
""",
|
||||
'sunos5':
|
||||
|
@ -962,6 +970,7 @@ _expectations = {
|
|||
test_imgfile
|
||||
test_linuxaudiodev
|
||||
test_openpty
|
||||
test_sqlite
|
||||
test_zipfile
|
||||
test_zlib
|
||||
""",
|
||||
|
@ -988,6 +997,7 @@ _expectations = {
|
|||
test_openpty
|
||||
test_pyexpat
|
||||
test_sax
|
||||
test_sqlite
|
||||
test_sunaudiodev
|
||||
test_zipfile
|
||||
test_zlib
|
||||
|
@ -1013,6 +1023,7 @@ _expectations = {
|
|||
test_poll
|
||||
test_popen2
|
||||
test_resource
|
||||
test_sqlite
|
||||
test_sunaudiodev
|
||||
""",
|
||||
'cygwin':
|
||||
|
@ -1034,6 +1045,7 @@ _expectations = {
|
|||
test_nis
|
||||
test_ossaudiodev
|
||||
test_socketserver
|
||||
test_sqlite
|
||||
test_sunaudiodev
|
||||
""",
|
||||
'os2emx':
|
||||
|
@ -1060,6 +1072,7 @@ _expectations = {
|
|||
test_pty
|
||||
test_resource
|
||||
test_signal
|
||||
test_sqlite
|
||||
test_sunaudiodev
|
||||
""",
|
||||
'freebsd4':
|
||||
|
@ -1086,6 +1099,7 @@ _expectations = {
|
|||
test_scriptpackages
|
||||
test_socket_ssl
|
||||
test_socketserver
|
||||
test_sqlite
|
||||
test_sunaudiodev
|
||||
test_tcl
|
||||
test_timeout
|
||||
|
@ -1115,6 +1129,7 @@ _expectations = {
|
|||
test_macostools
|
||||
test_nis
|
||||
test_ossaudiodev
|
||||
test_sqlite
|
||||
test_sunaudiodev
|
||||
test_tcl
|
||||
test_winreg
|
||||
|
@ -1147,6 +1162,7 @@ _expectations = {
|
|||
test_plistlib
|
||||
test_scriptpackages
|
||||
test_tcl
|
||||
test_sqlite
|
||||
test_sunaudiodev
|
||||
test_unicode_file
|
||||
test_winreg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue