cpython/Modules/_sqlite
Marc-André Lemburg 4cc0f24857 Rename PyUnicode_AsString -> _PyUnicode_AsString and
PyUnicode_AsStringAndSize -> _PyUnicode_AsStringAndSize to mark
them for interpreter internal use only.

We'll have to rework these APIs or create new ones for the
purpose of accessing the UTF-8 representation of Unicode objects
for 3.1.
2008-08-07 18:54:33 +00:00
..
cache.c Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally 2008-03-29 00:45:29 +00:00
cache.h Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally 2008-03-29 00:45:29 +00:00
connection.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
connection.h Renamed PyString to PyBytes 2008-05-26 13:28:38 +00:00
cursor.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
cursor.h Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from 2008-06-10 17:40:04 +00:00
microprotocols.c Merged revisions 53304-53433,53435-53450 via svnmerge from 2007-01-15 15:49:28 +00:00
microprotocols.h Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally 2008-03-29 00:45:29 +00:00
module.c Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from 2008-07-23 16:10:53 +00:00
module.h Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally 2008-03-29 00:45:29 +00:00
prepare_protocol.c #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 2007-12-19 02:45:37 +00:00
prepare_protocol.h Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally 2008-03-29 00:45:29 +00:00
row.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
row.h Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally 2008-03-29 00:45:29 +00:00
sqlitecompat.h Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
statement.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
statement.h Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally 2008-03-29 00:45:29 +00:00
util.c Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally 2008-03-29 00:45:29 +00:00
util.h Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally 2008-03-29 00:45:29 +00:00