index
:
cpython
3.10
3.11
3.12
3.13
3.14
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
/
Modules
/
_sqlite
/
cache.h
Commit message (
Expand
)
Author
Age
*
bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module (GH-2...
Erlend Egeberg Aasland
2021-06-03
*
bpo-42213: Remove redundant cyclic GC hack in sqlite3 (GH-26517)
Erlend Egeberg Aasland
2021-06-03
*
bpo-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801)
Erlend Egeberg Aasland
2021-03-13
*
bpo-40959: Remove unused declarations from sqlite3 headers (GH-20828)
Erlend Egeberg Aasland
2021-01-06
*
bpo-41861: Convert _sqlite3 cache and node static types to heap types (GH-22417)
Erlend Egeberg Aasland
2020-09-27
*
bpo-8677: use PY_SSIZE_T_CLEAN in sqlite (GH-12434)
Inada Naoki
2019-03-19
*
Welcome to the UTF-8 world.
Florent Xicluna
2010-09-03
*
Merged new pysqlite version 2.6.0 from trunk.
Gerhard Häring
2010-03-05
*
Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally
Gerhard Häring
2008-03-29
*
Merged revisions 53304-53433,53435-53450 via svnmerge from
Thomas Wouters
2007-01-15
*
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