This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3e96f324dcdbeb78fcd8fa4ffe2cd0c67f3828b2
cpython
/
Modules
/
_sqlite
History
Serhiy Storchaka
483405bcca
Issue
#22883
: Got rid of outdated references to PyInt and PyString in comments.
2015-02-17 10:14:30 +02:00
..
cache.c
…
cache.h
…
connection.c
Issue
#22896
: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
2015-02-03 01:21:08 +02:00
connection.h
Issue
#22883
: Got rid of outdated references to PyInt and PyString in comments.
2015-02-17 10:14:30 +02:00
cursor.c
Issue
#22218
: Fix "comparison between signed and unsigned integers" warning in
2014-08-17 21:09:30 +02:00
cursor.h
…
microprotocols.c
…
microprotocols.h
…
module.c
…
module.h
…
prepare_protocol.c
…
prepare_protocol.h
…
row.c
Issue
#23450
: Fixed possible integer overflows.
2015-02-16 20:52:17 +02:00
row.h
…
statement.c
Issue
#22896
: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
2015-02-03 01:21:08 +02:00
statement.h
…
util.c
…
util.h
…