index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
sqlite3
/
dbapi2.py
Commit message (
Expand
)
Author
Age
*
gh-118924: Remove `sqlite3.version` and `sqlite3.version_info` (#118925)
Hugo van Kemenade
2024-05-10
*
gh-90016: Deprecate default sqlite3 adapters and converters (#94276)
Erlend Egeberg Aasland
2022-07-20
*
gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)
Kalyan
2022-06-08
*
gh-92547: Remove deprecated sqlite3 features (#92548)
Erlend Egeberg Aasland
2022-05-16
*
bpo-45613: Set `sqlite3.threadsafety` dynamically (GH-29227)
Erlend Egeberg Aasland
2021-11-03
*
bpo-24464: Fix sqlite3.enable_shared_cache() deprecation wrapper (GH-24170)
Erlend Egeberg Aasland
2021-01-09
*
bpo-24464: Deprecate sqlite3.enable_shared_cache (GH-24008)
Erlend Egeberg Aasland
2021-01-06
*
Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr
Serhiy Storchaka
2014-05-28
*
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
Petri Lehtinen
2013-02-26
*
Issue #14720: sqlite3: Convert datetime microseconds correctly
Petri Lehtinen
2013-02-23
*
remove pointless coding cookies
Florent Xicluna
2010-08-30
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
*
Breaking ground for PEP 3137 implementation:
Guido van Rossum
2007-10-08
*
Merged revisions 53304-53433,53435-53450 via svnmerge from
Thomas Wouters
2007-01-15
*
Make unit tests pass: replace apply() and adapt to different attribute message.
Guido van Rossum
2006-08-17
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21