Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a19f80c6df2df5e8a5d0cff37131097835ef971e
/
Modules
/
_sqlite
/
statement.c
e1a0d11
#1316: remove redundant PyLong_Check calls when PyInt_Check was already called.
by Georg Brandl
· 18 years ago
bae07c9
Breaking ground for PEP 3137 implementation:
by Guido van Rossum
· 18 years ago
7d1df6c
Add PyUnicode_AsStringAndSize(), which is like PyUnicode_AsString() but
by Guido van Rossum
· 18 years ago
fa9a121
"Fix" a few places that were using PyObject_AsCharBuffer() to convert a string
by Guido van Rossum
· 18 years ago
6d21456
Make the sqlite tests pass.
by Gerhard Häring
· 18 years ago
9f2e346
Merged revisions 56467-56482 via svnmerge from
by Martin v. Löwis
· 18 years ago
83857e3
Use AsCharBuffer to get C strings out of Python strings.
by Guido van Rossum
· 18 years ago
fc7bb8c
Merged revisions 53304-53433,53435-53450 via svnmerge from
by Thomas Wouters
· 19 years ago
523d4f9
Fix the sqlite failure -- it was the usual, PyInt_Check -> PyInt_CheckExact.
by Guido van Rossum
· 19 years ago
3cf5b1e
Get rid of most of the flags (in tp_flags) that keep track of various
by Guido van Rossum
· 19 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 19 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago