index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_sqlite
/
clinic
/
module.c.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom
2025-03-27
1
-1/+3
*
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka
2024-11-08
1
-2/+3
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
1
-2/+7
*
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
Victor Stinner
2023-11-01
1
-7/+2
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
1
-1/+2
*
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner
2023-08-31
1
-4/+3
*
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner
2023-08-24
1
-2/+2
*
gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)
Victor Stinner
2023-06-01
1
-4/+1
*
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland
2022-08-13
1
-18/+8
*
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...
Eric Snow
2022-08-11
1
-2/+41
*
gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (#...
Erlend Egeberg Aasland
2022-07-23
1
-111/+1
*
gh-90016: Reword sqlite3 adapter/converter docs (#93095)
Erlend Egeberg Aasland
2022-06-25
1
-5/+5
*
gh-93044: No longer convert the database argument of sqlite3.connect() to byt...
Serhiy Storchaka
2022-05-21
1
-4/+2
*
gh-92547: Remove deprecated sqlite3 features (#92548)
Erlend Egeberg Aasland
2022-05-16
1
-41/+1
*
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner
2022-05-03
1
-7/+7
*
bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612)
Erlend Egeberg Aasland
2022-03-08
1
-6/+9
*
bpo-40956: Convert sqlite3.connect and sqlite3.Connection.__init__ to AC (GH-...
Erlend Egeberg Aasland
2021-06-20
1
-1/+113
*
bpo-42064: Move sqlite3 types to global state (GH-26537)
Erlend Egeberg Aasland
2021-06-15
1
-2/+2
*
bpo-40956: Convert _sqlite3 module level functions to Argument Clinic (GH-22484)
Erlend Egeberg Aasland
2020-10-31
1
-0/+222