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
07bcf14b602863c3955e66a7874e750dd67a91df
cpython
/
Lib
/
sqlite3
/
test
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
..
__init__.py
…
dbapi.py
…
dump.py
…
factory.py
Issue
#10203
: sqlite3.Row now truly supports sequence protocol. In particulr
2014-05-28 12:58:34 +03:00
hooks.py
weaken callback count inequality (
closes
#20901
)
2014-03-12 21:51:52 -05:00
regression.py
…
transactions.py
…
types.py
…
userfunctions.py
…