summaryrefslogtreecommitdiffstats
path: root/Modules/_sqlite/prepare_protocol.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused UNKNOWN macros from cursor.h and prepare_protocol.h (GH-27885)Erlend Egeberg Aasland2021-08-221-1/+0
* bpo-42064: Remove stale extern declarations in `sqlite3` headers (GH-26840)Erlend Egeberg Aasland2021-06-231-2/+0
* bpo-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801)Erlend Egeberg Aasland2021-03-131-2/+1
* bpo-40959: Remove unused declarations from sqlite3 headers (GH-20828)Erlend Egeberg Aasland2021-01-061-3/+0
* bpo-41861: Convert _sqlite3 PrepareProtocolType to heap type (GH-22428)Erlend Egeberg Aasland2020-09-281-2/+2
* bpo-8677: use PY_SSIZE_T_CLEAN in sqlite (GH-12434)Inada Naoki2019-03-191-0/+1
* Welcome to the UTF-8 world.Florent Xicluna2010-09-031-1/+1
* Merged new pysqlite version 2.6.0 from trunk.Gerhard Häring2010-03-051-1/+1
* Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionallyGerhard Häring2008-03-291-1/+1
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-5/+5
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+41