summaryrefslogtreecommitdiffstats
path: root/Modules/_sqlite/module.c
Commit message (Expand)AuthorAgeFilesLines
* prefix internal sqlite symbols with _pysqlite_ (GH-8215)Benjamin Peterson2018-07-101-7/+7
* bpo-27645: Add support for native backup facility of SQLite (GH-4238)Emanuele Gaifas2018-03-101-0/+3
* closes bpo-32460: ensure all non-static globals have initializers (#5061)Benjamin Peterson2017-12-311-11/+14
* bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#...Anders Lorentsen2017-11-071-2/+2
* sqlite: delete some bsddb cargo-culted code to work around Python 2.3/2.4 bugsBenjamin Peterson2017-09-231-15/+0
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-2/+0
* Use NULL rather than 0. (#778)Serhiy Storchaka2017-03-231-1/+1
* Issue #28985: Update authorizer constants in sqlite3 moduleBerker Peksag2017-01-021-0/+13
* Avoid calling functions with an empty string as format stringVictor Stinner2016-09-061-1/+1
* Issue #26687: Use Py_RETURN_NONE macro in sqlite3 moduleBerker Peksag2016-04-091-6/+3
* Issue #25923: Added the const qualifier to static constant arrays.Serhiy Storchaka2015-12-251-2/+2
* Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filena...Antoine Pitrou2013-02-091-4/+12
* Undocument and clean up sqlite3.OptimizedUnicodePetri Lehtinen2012-02-091-8/+8
* Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-141-1/+1
* Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-091-1/+2
* There was a possibility that the initialization of _sqlite, when it failed,Brett Cannon2011-02-041-1/+1
* Welcome to the UTF-8 world.Florent Xicluna2010-09-031-1/+1
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-16/+16
* Merged new pysqlite version 2.6.0 from trunk.Gerhard Häring2010-03-051-1/+1
* Merge revision 71222 from trunk: #5615: make it possible to configure --witho...Georg Brandl2009-04-051-0/+2
* Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge fromBenjamin Peterson2008-09-131-4/+4
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-1/+4
* Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,...Benjamin Peterson2008-07-021-12/+52
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-3/+20
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-261-1/+1
* Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionallyGerhard Häring2008-03-291-22/+32
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-1/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+1
* Use unicode in more places. Fixes a problem with str8 + str in test.Neal Norwitz2007-10-271-2/+2
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-2/+2
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-63/+56
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-35/+115
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-0/+4
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-4/+4
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+325