cpython/Modules/_sqlite
Serhiy Storchaka 6cca5c8459 bpo-30592: Fixed error messages for some builtins. (#1996)
Error messages when pass keyword arguments to some builtins that
don't support keyword arguments contained double parenthesis: "()()".
The regression was introduced by bpo-30534.
2017-06-08 14:41:19 +03:00
..
cache.c
cache.h
connection.c bpo-30592: Fixed error messages for some builtins. (#1996) 2017-06-08 14:41:19 +03:00
connection.h bpo-6532: Make the thread id an unsigned integer. (#781) 2017-03-23 14:48:39 +01:00
cursor.c
cursor.h
microprotocols.c
microprotocols.h
module.c Use NULL rather than 0. (#778) 2017-03-23 17:53:47 +02:00
module.h
prepare_protocol.c
prepare_protocol.h
row.c bpo-30592: Fixed error messages for some builtins. (#1996) 2017-06-08 14:41:19 +03:00
row.h
statement.c
statement.h
util.c
util.h