This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-12 08:16:41 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Modules
/
_sqlite
History
Serhiy Storchaka
47a981337a
Issue
#10203
: sqlite3.Row now truly supports sequence protocol. In particulr
...
it supports reverse() and negative indices. Original patch by Claudiu Popa.
2014-05-28 12:58:34 +03:00
..
cache.c
…
cache.h
…
connection.c
…
connection.h
…
cursor.c
Issue
#20437
: Fixed 22 potential bugs when deleting objects references.
2014-02-09 13:46:20 +02:00
cursor.h
…
microprotocols.c
…
microprotocols.h
…
module.c
…
module.h
…
prepare_protocol.c
…
prepare_protocol.h
…
row.c
Issue
#10203
: sqlite3.Row now truly supports sequence protocol. In particulr
2014-05-28 12:58:34 +03:00
row.h
…
statement.c
…
statement.h
…
util.c
…
util.h
…