aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/sqlite3/dbapi2.py
Commit message (Expand)AuthorAge
* gh-118924: Remove `sqlite3.version` and `sqlite3.version_info` (#118925)Hugo van Kemenade2024-05-10
* gh-90016: Deprecate default sqlite3 adapters and converters (#94276)Erlend Egeberg Aasland2022-07-20
* gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)Kalyan2022-06-08
* gh-92547: Remove deprecated sqlite3 features (#92548)Erlend Egeberg Aasland2022-05-16
* bpo-45613: Set `sqlite3.threadsafety` dynamically (GH-29227)Erlend Egeberg Aasland2021-11-03
* bpo-24464: Fix sqlite3.enable_shared_cache() deprecation wrapper (GH-24170)Erlend Egeberg Aasland2021-01-09
* bpo-24464: Deprecate sqlite3.enable_shared_cache (GH-24008)Erlend Egeberg Aasland2021-01-06
* Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulrSerhiy Storchaka2014-05-28
* Issue #14720: Enhance sqlite3 microsecond conversion, document its behaviorPetri Lehtinen2013-02-26
* Issue #14720: sqlite3: Convert datetime microseconds correctlyPetri Lehtinen2013-02-23
* remove pointless coding cookiesFlorent Xicluna2010-08-30
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-06
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-08
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-15
* Make unit tests pass: replace apply() and adapt to different attribute message.Guido van Rossum2006-08-17
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21